LastPipeBender/app/src/main/java/org/schabi/newpipe/local
Grady Clark 66c95f901d
Added the ability to remove all watched videos from local playlists
Changes:
 - local_playlist_control.xml
   * A copy of playlist_control.xml
   * To hold the 'Remove Watched Videos' buttton

 - local_playlist_header.xml
   * Changed the include layout	to now include local_playlist_control.xml

 - strings.xml
   * added string 'remove_watched' with value 'Remove Watched'

 - LocalPlaylistFragment.java
   * Added the functionality to remove watched videos,
      to the 'Remove Watched Videos' button in local_playlist_control.xml.
      In the background via AsyncTask.
      This will also change the playlist's thumbnail, if the thumbnail video is removed.

Tested on:
 - Pixel
2020-04-03 19:47:31 +02:00
..
bookmark Move things back to its original place 2020-04-02 15:57:50 +02:00
dialog Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
feed Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
history Move things back to its original place 2020-04-02 15:57:50 +02:00
holder Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
playlist Added the ability to remove all watched videos from local playlists 2020-04-03 19:47:31 +02:00
subscription Revert some more changes 2020-04-03 15:48:38 +02:00
BaseLocalListFragment.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
HeaderFooterHolder.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
LocalItemBuilder.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
LocalItemListAdapter.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00