NewPipe-app-android/app/src/main/java/org/schabi/newpipe/player
Stypox 814efbf8df
Remove ACTION_BUFFERING, update buffering only if needed
- ACTION_BUFFERING was just wrong: why should the user be able to trigger the internal onBuffering() state by pressing on the buffering button? So that was replaced by a null intent, doing nothing.
- Now updating notification in onBuffering() only when buffering actions are not already buffering, to prevent useless updates
2020-09-22 18:17:16 +02:00
..
event Small fixes of issues with brightness, background playback, gestures 2020-09-04 05:39:55 +03:00
helper Refactor MediaSessionManager 2020-09-10 20:36:52 +02:00
mediasession Use final where possible 2020-08-16 10:25:09 +02:00
mediasource Update to ExoPlayer 2.11.4 2020-05-01 15:03:54 +02:00
playback Update notification when play queue is edited 2020-09-10 13:36:34 +02:00
playqueue Remove unused and redundant code. 2020-09-01 17:39:06 +02:00
resolver Some general-purpose lint cleanup 2020-09-06 12:55:26 +02:00
AudioServiceLeakFix.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
BackgroundPlayerActivity.java Made checkStyle happy 2020-07-14 20:21:32 +03:00
BasePlayer.java Prevent seeking out of video duration in player 2020-09-10 19:47:02 +02:00
MainPlayer.java Remove ACTION_BUFFERING, update buffering only if needed 2020-09-22 18:17:16 +02:00
NotificationConstants.java Remove hardcoded and duplicate strings, use exoplayer ones 2020-09-22 18:17:09 +02:00
NotificationUtil.java Remove ACTION_BUFFERING, update buffering only if needed 2020-09-22 18:17:16 +02:00
PlayerServiceBinder.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
PlayerState.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
ServicePlayerActivity.java Use final where possible 2020-08-16 10:25:09 +02:00
VideoPlayer.java Clean up SDK version checks 2020-09-06 12:55:30 +02:00
VideoPlayerImpl.java Remove ACTION_BUFFERING, update buffering only if needed 2020-09-22 18:17:16 +02:00