Haroun El Omri

Results 5 issues of Haroun El Omri

Hello, I was trying to run the software and got this error: ``` java.lang.RuntimeException: .__compiled: file not found at com.android.dex.util.FileUtils.readFile(FileUtils.java:51) at com.android.dx.cf.direct.ClassPathOpener.processOne(ClassPathOpener.java:168) at com.android.dx.cf.direct.ClassPathOpener.process(ClassPathOpener.java:143) at com.android.dx.command.dexer.Main.processOne(Main.java:678) at com.android.dx.command.dexer.Main.processAllFiles(Main.java:575) at com.android.dx.command.dexer.Main.runMonoDex(Main.java:310)...

This PR adds a new constructor for `XFile` (`XFile.fromCustomSource`) that only takes an implementation of a new abstract class `XFileSource`. This new class enables users of the `cross_file` plugin to...

p: cross_file

This fixes #1590. I added and documented the new public-facing methods, moved some code to a new private method and used it to not duplicate code.

### Use case description When multiple video players views are chained, if the user presses the fullscreen button in the ``PlayerControlView`` (the state of the button would go from ``fullScreenButton``...

enhancement
low priority