From fb5fe77e668df9140594763c912403d69f470ae1 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim <4312191+fmeum@users.noreply.github.com> Date: Mon, 7 Dec 2020 08:48:16 +0100 Subject: Mark Chrome Canary as non-flaky and allowing save (#1237) * Mark Chrome Canary as non-flaky and allowing save * autofill-parser: update API dump Signed-off-by: Harsh Shandilya * autofill-parser: bump snapshot version Signed-off-by: Harsh Shandilya Co-authored-by: Harsh Shandilya (cherry picked from commit 2e43d77c5c72a0111445317a3d88e53a8b4b6782) Signed-off-by: Harsh Shandilya --- app/src/main/java/com/zeapo/pwdstore/UserPreference.kt | 1 + app/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+) (limited to 'app') diff --git a/app/src/main/java/com/zeapo/pwdstore/UserPreference.kt b/app/src/main/java/com/zeapo/pwdstore/UserPreference.kt index 7f6727f2..507ce0d9 100644 --- a/app/src/main/java/com/zeapo/pwdstore/UserPreference.kt +++ b/app/src/main/java/com/zeapo/pwdstore/UserPreference.kt @@ -531,6 +531,7 @@ class UserPreference : AppCompatActivity() { BrowserAutofillSupportLevel.None -> getString(R.string.oreo_autofill_no_support) BrowserAutofillSupportLevel.FlakyFill -> getString(R.string.oreo_autofill_flaky_fill_support) BrowserAutofillSupportLevel.PasswordFill -> getString(R.string.oreo_autofill_password_fill_support) + BrowserAutofillSupportLevel.PasswordFillAndSaveIfNoAccessibility -> getString(R.string.oreo_autofill_password_fill_and_conditional_save_support) BrowserAutofillSupportLevel.GeneralFill -> getString(R.string.oreo_autofill_general_fill_support) BrowserAutofillSupportLevel.GeneralFillAndSave -> getString(R.string.oreo_autofill_general_fill_and_save_support) } diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 4b4264f4..984b961c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -415,5 +415,6 @@ Port HTTP(S) proxy settings Invalid URL + Fill and save passwords (saving requires that no accessibility services are enabled) -- cgit v1.2.3