NewPipe/app/src/main/java/org/schabi/newpipe/fragments
Cyril Müller c0515de6b7 Add search and watch history (#626)
Add search and watch history

* Make MainActicity a single task
* Remove some casting
* SearchFragment: start searching when created with query
* Handle settings change in onResume
* History: Log pop up and background playback
* History: Add swipe to remove functionallity
* Enable history by default
* Use stream item
* Store more information about the stream
* Integrate history database into AppDatabase
* Remove redundant casts
* Re-enable date converters
* History: Use Rx Java and run DB in background
 * Also make HistoryDAO extend BasicDAO
* History: RX-ify swipe to remove
* Sort history entries by creation date
* History: Set toolbar title
* Don't repeat history entries
  * Introduced setters so we can update entries in the database
  * If the latest entry has the same (main) values, just update it
2017-08-12 01:50:25 -03:00
..
channel Add search and watch history (#626) 2017-08-12 01:50:25 -03:00
detail Add search and watch history (#626) 2017-08-12 01:50:25 -03:00
search Add search and watch history (#626) 2017-08-12 01:50:25 -03:00
BaseFragment.java Improve backstack and theme change 2017-06-05 16:33:01 -03:00
BlankFragment.java Added basic channel subscription and feed pages (#620) 2017-08-07 10:02:30 -03:00
FeedFragment.java Added basic channel subscription and feed pages (#620) 2017-08-07 10:02:30 -03:00
MainFragment.java Added basic channel subscription and feed pages (#620) 2017-08-07 10:02:30 -03:00
SubscriptionFragment.java Added basic channel subscription and feed pages (#620) 2017-08-07 10:02:30 -03:00
SubscriptionService.java Added basic channel subscription and feed pages (#620) 2017-08-07 10:02:30 -03:00