NewPipe/app/src/main
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
..
assets add themes to license dialog 2017-09-22 11:07:17 +02:00
java Added the ability to remove all watched videos from local playlists 2020-04-03 19:47:31 +02:00
res Added the ability to remove all watched videos from local playlists 2020-04-03 19:47:31 +02:00
AndroidManifest.xml Merge pull request #3090 from B0pol/mediaccc 2020-03-15 17:24:32 +01:00