-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Add toast to inform the user that download started. #5519
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
|
#5428 = Linked issue. |
|
@WoodyMats thanks for opening a PR! Could you please not remove the template next time you open a PR? |
| <string name="recent">Recent</string> | ||
| <string name="chapters">Chapters</string> | ||
| <string name="no_app_to_open_intent">No app on your device can open this</string> | ||
| <string name="download_has_started">Download has started</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.
Maybe it should be Downloading $VIDEO_NAME instead.
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 don't see it as needed. The issue does not ask for this.
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.
@WoodyMats thanks for opening a PR! Could you please not remove the template next time you open a PR?
Sorry! Now i just see the PR template. I modified my PR to contain the template. :)
|
Please don't open the PR against the release branch. It needs to be dev branch |
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.
Since your PR was initially opened against the release branch and then changed to the development branch, you still have a commit from the release branch (the commit that changes app/build.gradle). Could you revert that commit?
May i also add the Video name as you said in previous comment? |
|
There isn't consensus on that, so you probably shouldn't add it for now. |
Okk! The requested change just done. 😃 |
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.
Other than that get the attention of the guy who opened the issue to test out the changes please.
Edit: and others who have shown interest in the issue being resolved
| .apply(); | ||
|
|
||
| Toast.makeText(context, getString(R.string.download_has_started), | ||
| Toast.LENGTH_LONG).show(); |
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.
This is something someone with a better eye for UX can answer, but i don't think LENGTH_LONG (3.5 seconds) is necessary. LENGTH_SHORT (2 seconds) should be enough in my view.
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.
You are right. I tried both and i think that LENGTH_SHORT looks more consistent. I'm changing it now.
|
Good morning! 😄 I have changed the toast notification's duration from |
@WoodyMats see my last comment |
679bc75 to
2aeccc0
Compare
|
@XiangRongLin is there anything preventing this commit from being merged? |
|
@Stypox Codewise nothing. As i said in my last comment it would be good to let the issue opener test out the changes. To see if it solves the problem for them. |
|
@illustribe could you test, please? |
|
@Stypox I've tested in version 0.20.11 and there's no toast message when one starts a download 🤷♂️ both while downloading audio or video... |
|
@illustribe you're supposed to test this PR's APK, as this change has not been incorporated into 0.20.11. Here's the link. |
|
@Stypox it's working well! 👍 |
Add toast to inform the user that download started and add the right string in values.
|
@WoodyMats @illustribe thank you! |
…20.9 Add toast to inform the user that download started.
What is it?
Description of the changes in your PR
Due diligence