NewPipe/app/src/main/java/org/schabi/newpipe/player
kt programs 047fe21c14 Fix hiding player controls when playing from media button
DefaultControlDispatcher was removed in ExoPlayer 2.16.0, so the class
extending it that handled play/pause was removed in #8020.

The new solution is to use an instance of ForwardingPlayer. Call
sessionConnector.setPlayer with an instance of ForwardingPlayer that
overrides play() and pause() and calls the callback methods.
2022-04-30 17:43:30 +08:00
..
event updated: ExoPlayer to 2.17.1. 2022-03-19 15:56:45 -04:00
helper Fix hiding player controls when playing from media button 2022-04-30 17:43:30 +08:00
listeners/view Fixed conflicts 2022-03-16 15:58:46 +01:00
mediaitem updated: onPlayerError to not catch unspecified source errors so notifications are created. 2022-03-26 20:17:52 -04:00
mediasession updated: ExoPlayer to 2.17.1. 2022-03-19 15:56:45 -04:00
mediasource updated: source loading error for FailedMediaSource to wait for 3 seconds before allowing retry. 2022-03-27 13:24:37 -04:00
playback updated: source loading error for FailedMediaSource to wait for 3 seconds before allowing retry. 2022-03-27 13:24:37 -04:00
playqueue Use @SuppressWarnings for checkstyle suppressions & warnings 2022-03-18 23:57:11 +01:00
resolver fixed: auto-generated captions to have lower selection priority as manual captions. 2022-04-11 22:06:43 -04:00
seekbarpreview Replace UniversalImageLoader with Picasso 2021-08-24 10:56:25 +02:00
AudioServiceLeakFix.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
MainPlayer.java Completely close player when changing stream w/o autoplay 2021-09-01 20:13:27 +02:00
NotificationConstants.java Fix Dark elements in Light Theme 2021-03-27 17:46:05 +03:00
NotificationUtil.java Fix Dark elements in Light Theme 2021-03-27 17:46:05 +03:00
Player.java fixed: added comments for DefaultTrackSelector auto-select fix. 2022-04-17 18:34:31 -04:00
PlayerServiceBinder.java Merge player classes into a single one 2021-01-14 10:25:44 +01:00
PlayerState.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
PlayQueueActivity.java Update PlayQueueActivity.java 2022-04-17 18:15:13 +08:00