-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Replaced dialog box with snackbar in Bookmarks+fireproof websites #951
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
|
@anoopaneesh Thanks for the contribution! This is failing because our ktlint detected some codestyle issues: You can fix them manually, or configure your Android studio with our setup. |
|
Thanks for the contribution @anoopaneesh! I'll take a look at the implementation during this week. |
malmstein
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 for the contribution @anoopaneesh, a few comments before I do some manual testing:
- Can you add tests for the new methods added to the
ViewModel? - This project is translated to several languages, but you have only changed the text for English. Can you add two new entries to
strings-untranslatedwith the new snackbars messages? Also remove the oldbookmarkDeleteConfirmMessageandfireproofWebsiteDeleteConfirmMessagefrom all the other string files.
|
added two new entries to strings-untranslated with the new snackbars messages. Also removed the old bookmarkDeleteConfirmMessage and fireproofWebsiteDeleteConfirmMessage from all the other string files. |
malmstein
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 for updating the strings @anoopaneesh, once the tests are added to the ViewModel we can close this one.
|
@anoopaneesh Do you have plans to address the comments in this PR? Thanks. |
|
I am really sorry that i couldnt work on these. I am not good at testing
…On Thu, Jan 7, 2021, 10:01 PM Cristian Monforte ***@***.***> wrote:
@anoopaneesh <https://github.com/anoopaneesh> Do you have plans to
address the comments in this PR? Thanks.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#951 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANVE75QHMT6RXSMRMOFUXC3SYXOWXANCNFSM4SAK4AQQ>
.
|
|
I've created #1056 to add the missing tests and fix the conflicts shown here |
Addressing issue: #945
I have a added a snackbar when user deletes a bookmark or fireproof website.The snackbar contains a undo option which can be used to cancel the deletion.I have used string resources instead of hardcoded string .

