Releases: masterwok/simple-vlc-player
Releases · masterwok/simple-vlc-player
1.1.16
Bug Fixes:
- Added code to ensure the MediaPlayerActivity would be stopped when tapping the foreground service notification, 'X' to stop playback.
- Reduced service notification identifier to avoid "Context.startForegroundService() did not then call Service.startForeground()" exception
1.1.15
1.1.14
1.1.13
1.1.12
- Fixed casting seek bug that caused media playback to hang
- Bumped libVLC version to 3.0.13
- Subtitle menu item now hidden when casting
- Removed BasePlayerFragment
- Cleaned up CastPlayerFragment and LocalPlayerFragment
- IBinder now passed to CastPlayerFragment and LocalPlayerFragment through arguments from MediaPlayerActivity