-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Added confirmation dialog for "Distrust System Certificates" #1307
base: main-ose
Are you sure you want to change the base?
Added confirmation dialog for "Distrust System Certificates" #1307
Conversation
Signed-off-by: Arnau Mora <[email protected]>
Signed-off-by: Arnau Mora <[email protected]>
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.
Works well :)
I would probably write something different, though - but we can also stick to your version. The most important is to have the user understand they are doing some potentially functionality breaking changes.
Title: "Attention!"
Text: "Enabling this option will cause DAVx5 to distrust system certificates. You will need to manually install the required certificates. This option is intended for advanced users."
What do you think? Also how about a preview of the card?
app/src/main/kotlin/at/bitfire/davdroid/ui/AppSettingsScreen.kt
Outdated
Show resolved
Hide resolved
Signed-off-by: Arnau Mora <[email protected]>
I've also updated the text as you've said. @devvv4ever anything to change? See screenshot above |
I'd prefer it to be an even shorter text ;-) Maybe: "This can prevent DAVx5 to connect to your server, unless you install additional certificates manually". What do you think @rfc2822 ? |
Purpose
See #1294
Short description
Checklist