straw/app/src/main/java/org/schabi/newpipe/player
kapodamy 7ca7952790 Implement Storage Access Framework
* re-work finished mission database
* re-work DownloadMission and bump it Serializable version
* keep the classic Java IO API
* SAF Tree API support on Android Lollipop or higher
* add wrapper for SAF stream opening
* implement Closeable in SharpStream to replace the dispose() method

* do required changes for this API:
** remove any file creation logic from DownloadInitializer
** make PostProcessing Serializable and reduce the number of iterations
** update all strings.xml files
** storage helpers: StoredDirectoryHelper & StoredFileHelper
** best effort to handle any kind of SAF errors/exceptions
2019-06-03 18:16:41 -03:00
..
event -Enabled play queue control panel for popup video player. 2017-10-30 20:58:45 -07:00
helper Update ExoPlayer to 2.9.6, including httook dependency and deprecations 2019-03-05 18:05:44 +01:00
mediasession code cleanup 2018-09-11 19:14:21 +02:00
mediasource Update ExoPlayer to 2.9.6, including httook dependency and deprecations 2019-03-05 18:05:44 +01:00
playback Implement Storage Access Framework 2019-06-03 18:16:41 -03:00
playqueue seek on clicking timestamp links in comments 2019-03-13 07:01:24 +05:30
resolver merged upstream/dev 2019-02-16 02:06:18 +05:30
AudioServiceLeakFix.java Fix AudioManager memory leak 2019-02-24 10:51:30 +02:00
BackgroundPlayer.java Update app/src/main/java/org/schabi/newpipe/player/BackgroundPlayer.java 2019-03-05 20:57:05 +01:00
BackgroundPlayerActivity.java Fix player switching 2018-01-27 02:57:00 -02:00
BasePlayer.java Readd CustomTrackSelector 2019-04-28 01:45:19 +02:00
MainVideoPlayer.java Merge remote-tracking branch 'TeamNewPipe/dev' into close_button 2019-04-13 18:18:17 +02:00
PlayerServiceBinder.java -Fixed popup player not playing in foreground. 2017-10-30 20:58:46 -07:00
PlayerState.java -Added skip silence toggle to playback speed control. 2018-06-28 11:58:32 -07:00
PopupVideoPlayer.java Fix AudioManager memory leak 2019-02-24 10:51:30 +02:00
PopupVideoPlayerActivity.java -Added player conversion to background and popup players. 2018-01-03 22:53:38 -08:00
ServicePlayerActivity.java Removed unused import 2019-03-05 19:54:37 +01:00
VideoPlayer.java Readd CustomTrackSelector 2019-04-28 01:45:19 +02:00