Long Volume Button Press for Playback Control#6970
Long Volume Button Press for Playback Control#6970yashaswigalhotra wants to merge 2 commits intoTeamNewPipe:devfrom
Conversation
|
Thank you! :-) |
|
I don't understand the need for this feature. This is normally an OS level feature: when the screen is off, a media app can be told to restart playback or switch to the previous/next track using the volume buttons. This is already the case. What is the point of Playback Control when the screen is on? You're either in the app, or you have a permanent notification with action buttons available at all times. Edit: the user in the linked issue seems to be asking for this feature when the screen is off, so I'm assuming only some Custom ROMs or OEM ROMs offer this feature currently. In that case, this should be modified to work only when the screen is off. |
|
@Stypox let's avoid putting |
|
Oh ok, I see |
|
First of all; I am surprised (and thankful) that someone besides me has shown interest and tried to implement this. I tried and sadly ended up running out of the time I had free.
@Stypox Yes this was my initial intention, it should not be a feature that taunts the less tech-savy users but rather one that improves the experience of those that know about it by a lot. |
Your edit explains my reasons @opusforlife2. |
|
I am not convinced that this code is complete. |
|
I have implemented a mvp of this feature. Thus this of course is not something that can be implemented into NewPipe in general, if no other way is found. |
|
No feedback since over a month and also the PR is not compiling. Feel free to reopen it again when there is further progress. |
What is it?
Description of the changes in your PR
Before/After Screenshots/Screen Record
Fixes the following issue(s)
APK testing
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR.
Due diligence