Commit 1cb5070
authored
Multi-window support (#318)
* Multi-window support
Part of the Android player is rewritten to support the multi-window mode. Now, when you turn on the multi-window mode and changing the size of the player window, the video and sound continues without breaks.
The example application is updated - support for the multi-window is added to the AndroidManifest.
* The VLCTextureView class is moved to a separate file.
* Code Formatting
* Added in the README how to set up multi-window mode in Android & v 7.1.3
* README update1 parent b61a238 commit 1cb5070
File tree
8 files changed
+346
-95
lines changed- flutter_vlc_player
- android/src/main/java/software/solid/fluttervlcplayer
- example/android/app
- src/main
8 files changed
+346
-95
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
103 | 122 | | |
104 | 123 | | |
105 | 124 | | |
| |||
0 commit comments