-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Show popup menu when long pressing in play queue (Full screen player) #6955
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
Conversation
|
Just wondering, how does the Playback Speed Menu change it's color based on device dark mode? |
|
Does the "Details" button work as expected, i.e. loading the details of another video without changing the playing stream? |
|
I think It does change the playing stream. How can I open the details without replacing the stream? |
I have no idea, probably it can't be done. I'd remove the "Details" action. |
|
Good idea. Come to think of it, Details doesn't make much sense when in the main player. |
4df2650 to
9dd605f
Compare
|
@Stypox I added a |
4526080 to
ad99b54
Compare
ad99b54 to
1b05c40
Compare
Stypox
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks :-)
app/src/main/java/org/schabi/newpipe/player/PlayQueueActivity.java
Outdated
Show resolved
Hide resolved
|
@Stypox I just realised, if |
|
@ktprograms you are right, maybe it's better to make sure the play queue is not |
|
@Stypox sorry, I think I misread the code previously. The code in
And since I haven't had any NPE yet, I think it can just be left as it is. |
Stypox
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested and it works well, thank you! :-)
Btw, you can resolve conversations when you are finished implementing them, it makes navigating the thread simpler ;-)
What is it?
Description of the changes in your PR
menu_play_queue_item.xmlas the resource to inflate the popup menu from.Before/After Screenshots/Screen Record
Before.mp4
After.mp4
Fixes the following issue(s)
APK testing
https://github.com/TeamNewPipe/NewPipe/suites/3562943169/artifacts/85514049 (Link copied from the Checks tab)
Due diligence