NewPipe/app/src/main/java
Avently c1d5a5cd98 Player will be rebound when needed, prev/next/queue buttons, preserving paused state
- each time something starts to play in any player VideoDetailFragment will be started (if not yet started) and mini player will show up. It makes possible to see a playing stream in mini player even if the stream was started without using fragment or after player service was closed somehow
- play/next/queue buttons will be updated in realtime when stream was added/removed from queue instead of waiting for a onPlay/onPause action to happen
- when popup or background players start the stream will start playing only if paused state wasn't requested. Which means, for example, if a user opens popup it will be started when START_PAUSED is false. If, for example, the stream was played in main player and then popup was started the stream will still be playing, but if it was paused it still be paused in popup (or background) in APPEND_ONLY mode (but will be playing on new queue initialization)
2020-09-29 06:22:53 +03:00
..
androidx/fragment/app Use enhanced 'for' loops 2020-09-06 12:52:43 +02:00
com/google/android/material/appbar Skipping interception of some gestures 2020-08-17 20:42:05 +03:00
org/schabi/newpipe Player will be rebound when needed, prev/next/queue buttons, preserving paused state 2020-09-29 06:22:53 +03:00
us/shandian/giga Merge pull request #3794 from budde25/download-same-file-crash 2020-09-09 15:41:06 +02:00