straw/app/src/main/java/org/schabi/newpipe/player
Douile 81df0e05df Only show "Enqueue next" when in the middle of the queue
Add a check that the queue position is not the last in the queue before
showing "Enqueue next".

Previously the "Enqueue next" action would always be shown if the queue
length was greater than one, this meant even if you were at the end of
the queue (when "Enqueue" would have the same effect as "Enqueue next")
the action would still be shown.
2022-12-04 18:20:50 +01:00
..
datasource Update ExoPlayer to 2.18.1 2022-07-24 14:11:31 -04:00
event Refactor player: separate UIs and more 2022-07-13 23:25:26 +02:00
gesture Use range-limiting methods in more places. 2022-08-08 07:10:16 +05:30
helper Only show "Enqueue next" when in the middle of the queue 2022-12-04 18:20:50 +01:00
mediaitem Update ExoPlayer to 2.18.0 2022-06-25 21:14:42 -04:00
mediasession Fixed sonar detected problems 2022-08-25 17:02:53 +02:00
mediasource Use List.of(). 2022-07-20 04:39:11 +05:30
notification Add helper methods for adding PendingIntent mutability. 2022-11-07 17:12:22 +05:30
playback Remove useless MediaSessionCallback 2022-08-25 17:00:41 +02:00
playqueue Refactor notifying method in PlayQueue. 2022-07-21 08:02:23 +05:30
resolver Update ExoPlayer to 2.18.0 2022-06-25 21:14:42 -04:00
seekbarpreview Use BitmapCompat.createScaledBitmap(). 2022-11-29 15:56:19 +01:00
ui Use BitmapCompat.createScaledBitmap(). 2022-11-29 15:56:19 +01:00
AudioServiceLeakFix.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
Player.java Remove thumbnail before sync, if outdated 2022-08-28 18:32:27 +02:00
PlayerService.java Create MediaSessionPlayerUi 2022-08-25 17:00:41 +02:00
PlayerType.java Move PlayerType into its own class and add documentation 2022-07-13 23:33:18 +02:00
PlayQueueActivity.java Add play queue button to video details fragment 2022-09-14 21:00:44 +08:00