NewPipe/app/src/main/java/org/schabi/newpipe/database
Stypox a8a96b7631
Fix Room warning about unused columns during build
The warning was: "The query returns some columns [...] which are not used by ..."
2022-02-19 17:13:57 +01:00
..
feed No more reaction to unnecessary feed db-changes 2021-11-15 20:21:23 +01:00
history Fix Room warning about unused columns during build 2022-02-19 17:13:57 +01:00
playlist Fix Room warning about unused columns during build 2022-02-19 17:13:57 +01:00
stream Save uploader url when adding from PlayQueueItem 2021-08-16 08:08:50 +08:00
subscription Fix Room warning about unused columns during build 2022-02-19 17:13:57 +01:00
AppDatabase.java Add uploader_url column to StreamEntity 2021-08-13 16:44:50 +08:00
BasicDAO.java Update most dependencies 2020-11-22 14:03:10 +01:00
Converters.kt Convert Converters to a Kotlin object. 2021-05-16 11:14:15 +05:30
LocalItem.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
Migrations.java Remove migration test, add manual testing reminder to Migrations.java 2021-08-17 08:57:03 +08:00