1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-25 22:53:20 +00:00
NewPipe/app/src/main/java/org/schabi/newpipe/database
John Zhen Mo 3c3fe7bf83 -Fixed database updates cause outdated record to overwrite reordered local playlist when fragment is active.
-Fixed save on exit causes empty list being saved after orientation changes on older devices.
-Fixed NPE on animating garbage collected views on local item fragments.
-Reduced drag speed from 15 to 12 items per second.
2018-02-07 19:24:36 -08:00
..
history -Condensed repeating entries on stream history. 2018-02-07 19:24:35 -08:00
playlist -Fixed database updates cause outdated record to overwrite reordered local playlist when fragment is active. 2018-02-07 19:24:36 -08:00
stream -Added state saving for streams on skip and player exception events. 2018-02-07 19:24:35 -08:00
subscription -Added schema for local playlist and stream statistics. 2018-02-07 19:24:34 -08:00
AppDatabase.java -Removed watch history table. 2018-02-07 19:24:35 -08:00
BasicDAO.java -Added schema for local playlist and stream statistics. 2018-02-07 19:24:34 -08:00
Converters.java -Added schema for local playlist and stream statistics. 2018-02-07 19:24:34 -08:00
LocalItem.java -Revamped local items to display more information such as service name, etc. 2018-02-07 19:24:35 -08:00
Migrations.java -Fixed memory leak on rogue observable in history fragment. 2018-02-07 19:24:35 -08:00