-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small fixes of issues with brightness, background playback, gestures #4223
Conversation
Tested all 3. Confirmed working. 🥳 |
Tested brightness and it's perfect, thank you |
I found one case brightness bug still happens:
Tell me if it wasn't clear enough, I can make a small video to show you |
Tested. Works as expected. Brightness changes only after lifting the finger, so accidental swipe will not cause any problems. 👍 |
works here too, thank you @avently ... you saved my eyes from melting away 😅 |
I should not add this to the changelog, should I? |
Thank you @avently |
There is a list containing all unified player PRs. |
What is it?
Description of the changes in your PR
Just fixes for issues linked below + one thing that allows to play previous video from queue using previously viewed position (start playing queue, play next stream, tap back button, position will be restored).
Regarding this thing: https://github.com/TeamNewPipe/NewPipe/compare/dev...avently:small-fixes?expand=1#diff-5f76198512a7674ea2f085d5c554be97R187 it means that the app will be shut down only when video player is playing. Popup and background players will continue to play in background even if a user swiped the app away from recents. So the only way to kill the app is to use notification
close
button or popup player's close button from the bottom of the screen.Fixes the following issue(s)
Testing apk
app-release.zip
Agreement