NewPipe/app/src/main/java/org/schabi/newpipe/player/playqueue
Stypox c076a0f771
Channels are now an Info
The previous "main" tab is now just a normal tab returned in getTabs().
Various part of the code that used to handle channels as ListInfo now either take the first (playable, i.e. with streams) tab (e.g. the ChannelTabPlayQueue), or take all of them combined (e.g. the feed).
2023-09-18 23:22:32 +02:00
..
events Do not remove items generating errors form queue 2020-05-31 14:06:22 +02:00
AbstractInfoPlayQueue.java Channels are now an Info 2023-09-18 23:22:32 +02:00
ChannelTabPlayQueue.java Channels are now an Info 2023-09-18 23:22:32 +02:00
PlayQueue.java Ignore false positive inspection 2023-08-02 20:44:30 +02:00
PlayQueueAdapter.java Use constraint layout for play queue item 2021-06-07 08:07:27 +02:00
PlayQueueItem.java Use @SuppressWarnings for checkstyle suppressions & warnings 2022-03-18 23:57:11 +01:00
PlayQueueItemBuilder.java Fix compile errors 2022-06-22 19:47:03 +02:00
PlayQueueItemHolder.java Use constraint layout for play queue item 2021-06-07 08:07:27 +02:00
PlayQueueItemTouchCallback.java Improve code style 2022-07-20 15:05:25 +02:00
PlaylistPlayQueue.java Remove useless constructor in *PlayQueue 2022-02-19 17:49:43 +01:00
SinglePlayQueue.java Use List.of(). 2022-07-20 04:39:11 +05:30