-
-
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
Add language suffix to downloaded subtitle filenames #9499
Conversation
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 thought about UX: The file name is reset when the user changes the subtitle language. That might be unfortunate when the user already typed in a different file name.
app/src/main/java/org/schabi/newpipe/download/DownloadDialog.java
Outdated
Show resolved
Hide resolved
app/src/main/java/org/schabi/newpipe/download/DownloadDialog.java
Outdated
Show resolved
Hide resolved
app/src/main/java/org/schabi/newpipe/download/DownloadDialog.java
Outdated
Show resolved
Hide resolved
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 applied TobiGr's suggestion about UX and pushed a commit. Thank you!
Kudos, SonarCloud Quality Gate passed! |
What is it?
Description of the changes in your PR
Added Language suffix for subtitle downloads.
Before/After Screenshots/Screen Record
before_.mp4
after_.mp4
Fixes the following issue(s)
Relies on the following changes
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