LastPipeBender/app/src/main/java/org/schabi/newpipe/database
Mauricio Colli 83b084a90b Implement subscriptions import/export
- Import subscriptions from YouTube and SoundCloud (all services that the extractor support)
- Import/export a JSON representation of the subscriptions
- [Minor] Remove some javax annotations in favor of the one provided by the android support library
2018-03-08 10:39:24 -03:00
..
history -Condensed repeating entries on stream history. 2018-02-07 19:24:35 -08:00
playlist -Fixed Soundcloud playlist bookmark button not working when entered from search page. 2018-02-10 17:20:56 -08:00
stream -Added state saving for streams on skip and player exception events. 2018-02-07 19:24:35 -08:00
subscription Implement subscriptions import/export 2018-03-08 10:39:24 -03:00
AppDatabase.java -Added ability to save playlist as remote playlist link rather than storing it in database. 2018-02-07 19:24:36 -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 -Added ability to save playlist as remote playlist link rather than storing it in database. 2018-02-07 19:24:36 -08:00
Migrations.java -Added remote playlist table creation to migrations. 2018-02-07 19:24:36 -08:00