straw/app/src/main/java/org/schabi/newpipe/database
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
..
feed Handle null-safety error in FeedDao 2025-11-03 16:14:29 +08:00
history StreamHistoryDAO: Latest entry can be null 2025-12-03 16:44:41 +08:00
playlist Fixed a bug that prevented the display of multiple empty playlists 2026-01-15 12:27:07 +02:00
stream Migrate database logic to Kotlin 2025-11-03 16:14:29 +08:00
subscription Fix retrieving incomplete data for SubscriptionEntity 2025-12-26 21:57:26 +01:00
AppDatabase.kt Migrate database logic to Kotlin 2025-11-03 16:14:29 +08:00
BasicDAO.kt Migrate database logic to Kotlin 2025-11-03 16:14:29 +08:00
Converters.kt Change Converters to class to fix build 2023-12-23 11:47:57 +01:00
LocalItem.kt Migrate database logic to Kotlin 2025-11-03 16:14:29 +08:00
Migrations.kt Use "factory" method for creating db migrations 2026-01-02 12:25:25 +02:00