NewPipe/app/src/main/java/org/schabi/newpipe
ktprograms 02fa5aa0fa
Implement appending queue to playlist in main player (#8008)
This also allows saving a remote playlist locally.

- Add an "Add to playlist" button to the queue menu in the Player.
- Move the appendAllToPlaylist functionality from PlayQueueActivity to
Player.

Fixes: #8004
2022-03-15 18:32:39 +01:00
..
about Replace CircleImageView with ShapeableImageView 2022-02-23 15:11:25 -05:00
database Fix Room warning about unused columns during build 2022-02-19 17:13:57 +01:00
download Prefer video-only streams to video streams 2022-02-20 19:38:40 +01:00
error Apply feedback 2022-02-20 20:17:04 +01:00
fragments Merge pull request #7570 from TeamNewPipe/improvement/infoItemDialogBuilder 2022-02-26 16:18:39 +01:00
info_list Merge pull request #7570 from TeamNewPipe/improvement/infoItemDialogBuilder 2022-02-26 16:18:39 +01:00
ktx Fixed SonarLint problems 2022-01-21 22:49:24 +01:00
local Replace R.string.yes with R.string.ok 2022-03-02 12:21:25 +01:00
player Implement appending queue to playlist in main player (#8008) 2022-03-15 18:32:39 +01:00
settings Merge pull request #7975 from TacoTheDank/updateCheckerRewrite 2022-03-15 14:20:40 +01:00
streams Android 10+ only allows SAF -> Respect that in the dialog 2021-12-08 20:22:26 +01:00
util Convert NewVersionWorker to Kotlin 2022-03-03 13:34:35 -05:00
views Fixed "Changing the seeks duration does not update the displayed seconds" 2022-01-25 20:44:49 +01:00
App.java Update ACRA library 2022-02-02 13:12:29 -05:00
BaseFragment.java Get rid of setUserVisibleHint 2021-10-16 15:33:45 -04:00
DownloaderImpl.java Replace UniversalImageLoader with Picasso 2021-08-24 10:56:25 +02:00
ExitActivity.java Replaced System.Exit calls with FinishAffinity and Start Activity calls 2021-06-17 17:18:15 +01:00
MainActivity.java Migrate CheckForNewAppVersion to Worker (and rename it) 2022-03-03 13:26:57 -05:00
NewPipeDatabase.java Add uploader_url column to StreamEntity 2021-08-13 16:44:50 +08:00
NewVersionWorker.kt Convert NewVersionWorker to Kotlin 2022-03-03 13:34:35 -05:00
PanicResponderActivity.java Clean up SDK version checks 2020-09-06 12:55:30 +02:00
QueueItemMenuUtil.java Load uploaderUrl when showing Channel Details from Play Queue 2022-01-25 11:00:34 +08:00
RouterActivity.java Prefer video-only streams to video streams 2022-02-20 19:38:40 +01:00