straw/app/src/main/java/org/schabi/newpipe
Yevhen Babiichuk (DustDFG) 402f43e895 Fixed a bug that prevented the display of multiple empty playlists
Turned out this bug was already fixed two years ago but unfortunately
it made its way back again. It was solved in #9642 but back then another
method was used for querying playlists from db (for add playlist dialog) then in
ef4a6238c8 was introduced another method
which had the same problem as fixed in #9642 and which eventually replaced
original method in code for querying playlists from db (for add playlist dialog)
2026-01-15 12:27:07 +02:00
..
about Fix deprecation of Bundle.getSerializable(String) by using BundleCompat 2025-12-10 14:42:52 +01:00
database Fixed a bug that prevented the display of multiple empty playlists 2026-01-15 12:27:07 +02:00
download Feat: opus metadata encoding (#12974) 2026-01-03 11:55:59 +01:00
error Convert newpipe/error/UserAction.java to kotlin 2026-01-01 11:04:19 +02:00
fragments Convert newpipe/fragments/list/search/Suggestion{Item,ListAdapter} to kotlin 2026-01-01 11:04:19 +02:00
info_list Convert newpipe/info_list/ItemViewMode to kotlin 2026-01-01 15:33:32 +02:00
ktx Merge pull request #12044 from TeamNewPipe/android-auto 2025-03-21 11:21:58 +01:00
local Fix playlist item dragging video to only neighbor positions 2026-01-12 20:35:14 +02:00
player Merge branch 'master' into dev 2026-01-11 22:53:11 +01:00
settings Convert newpipe/settings/preferencesearch/PreferenceSearchResultListener to kotlin 2026-01-01 15:33:32 +02:00
streams Feat: opus metadata encoding (#12974) 2026-01-03 11:55:59 +01:00
util Merge branch 'master' into dev 2026-01-11 22:53:11 +01:00
views Try to prevent invalid aspectRatio of SurfaceView 2025-12-29 16:30:20 +01:00
App.java moved field as requested 2025-10-26 05:32:12 +11:00
BaseFragment.java Replaced `Icepick with Bridge and Android-State` 2024-10-23 21:28:07 +02:00
DownloaderImpl.java Update USER_AGENT to Firefox 140 ESR 2025-07-27 09:39:53 +02:00
ExitActivity.java Clean up pre-Lollipop checks 2022-07-13 19:02:24 +02:00
MainActivity.java Merge branch 'master' into dev 2025-07-31 23:52:01 +02:00
NewPipeDatabase.kt Migrate database logic to Kotlin 2025-11-03 16:14:29 +08:00
NewVersionWorker.kt Convert isReleaseApk to lazy value 2024-03-20 14:00:13 +01:00
PanicResponderActivity.java Clean up pre-Lollipop checks 2022-07-13 19:02:24 +02:00
QueueItemMenuUtil.java Support obtaining multiple images from the extractor 2023-09-22 09:57:33 +02:00
RouterActivity.java Fix rebase 2025-12-20 21:23:58 +01:00