-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
#5740 - Add Welcome Dialog Explaining Permissions #5848
#5740 - Add Welcome Dialog Explaining Permissions #5848
Conversation
Wording changes would be useful. Probably "storage access" -> "storage permissions" |
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.
Minor wording change, suggested re-ordering of ok click handler
I blew up master CI by merging #5597 which had passed long ago before we included a lint check, and it fails the lint check post merge 🤦♂ - just pushed a fix for that and master should go clean but you'll probably have to rebase from master HEAD and force-push to kick CI again Then unrelated Travis did some sort of maintenance and macOS builds are super intermittent right now, but those I can keep kicking until they go green... |
One separate question before I approve, what happens on a tiny screen? The API16 emulator I keep around has two purposes - one it verifies the oldest API we still can sync ankiweb too, the other is that I have it configured as an old + tiny screen phone (Nexus S IIRC). Just wondering if there is enough real estate for the whole message |
Sorry, forgot that in the testing notes. It works fine with a scrollbar. |
Some users din't feel comfortable about us requiring access to external storage. We explain that we don't perform any malicious activities with this in order to hopefully alleviate concerns.
9999a0c
to
d073c5c
Compare
Rebased, squashed and pushed. Let's hope the CI still passes 🤞 |
Here is an overview of what got changed by this pull request: Issues
======
+ Solved 1
See the complete overview on Codacy |
Sweet - this will go in alpha53 later today |
2.10alpha54 released just now has this whenever google delivers it to you |
Purpose / Description
Some users din't feel comfortable about us requiring access to external storage.
Fixes
Fixes #5740
Approach
We add a dialog explaining that we don't perform any malicious activities with this in order to hopefully alleviate concerns.
How Has This Been Tested?
Checklist
if
statements)