NewPipe/app/src/main/java/org/schabi/newpipe
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
..
about Correctly open urls in browser on Android 11+ 2023-02-25 09:13:59 +01:00
database Update AndroidX Room library 2023-07-17 21:09:44 -04:00
download Improved downloading experience (#10407) 2023-09-18 05:24:03 +05:30
error Clean up AlertDialogs 2023-07-11 21:54:10 -04:00
fragments Channels are now an Info 2023-09-18 23:22:32 +02:00
info_list Merge pull request #9728 from mahendranv/channel_card 2023-02-26 13:43:09 +01:00
ktx Add reusable classes extending AnimatorListenerAdapter. 2022-08-05 06:08:13 +05:30
local Channels are now an Info 2023-09-18 23:22:32 +02:00
player Channels are now an Info 2023-09-18 23:22:32 +02:00
settings Channels are now an Info 2023-09-18 23:22:32 +02:00
streams Replace RuntimeException with IOException 2023-09-17 15:31:19 +02:00
util Channels are now an Info 2023-09-18 23:22:32 +02:00
views Fixed some Sonar warnings 2023-08-03 12:02:08 +02:00
App.java Use List.of(). 2022-07-20 04:39:11 +05:30
BaseFragment.java No need to manually mark fragment as destroyed for LeakCanary 2023-07-14 20:48:05 +02:00
DownloaderImpl.java Use Collectors.joining(). 2022-08-06 06:54:21 +05:30
ExitActivity.java Clean up pre-Lollipop checks 2022-07-13 19:02:24 +02:00
MainActivity.java Simplify MainActivity.tabSelected(MenuItem) 2023-08-19 21:58:44 +02:00
NewPipeDatabase.java Fixed the bug by replacing the thumbnail_url with the thumbnail_stream_id 2023-02-05 20:32:34 +01:00
NewVersionWorker.kt Use AndroidX's PendingIntentCompat class. 2023-04-13 10:53:46 +05:30
PanicResponderActivity.java Clean up pre-Lollipop checks 2022-07-13 19:02:24 +02:00
QueueItemMenuUtil.java Use correct fragment manager for download dialog 2022-12-31 19:31:24 +01:00
RouterActivity.java Channels are now an Info 2023-09-18 23:22:32 +02:00