-
-
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
Rename local playlist by long-clicking in BookmarkFragment. #2954
Conversation
After long clicking on a local playlist, show a dialog with 2 options for "rename" and "delete" Rename shows another dialog to let the user rename the playlist. Delete lets the user delete a playlist like before.
de874a9
to
77aa12d
Compare
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.
Thank you. one small thing
app/src/main/java/org/schabi/newpipe/local/bookmark/BookmarkFragment.java
Outdated
Show resolved
Hide resolved
What do you mean exactly? Can you post two screenshots please? |
Maybe you need to add some padding (or inset) to the view? |
…look. Use "rename" string instead of "save" string.
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! :-D
This is ready, @TobiGr can I merge it?
Yes :) |
After seeing #2309, i decided to copy the ui for editing and deleting a playlist.
Something i coulnd't figure out was why the dialog is thinner than the deletion-confirmation-dialog.
I tested it on my Pixel with android 10 and old phone with android 7.
Fixes #1907
app-debug.zip