From b16620b55c60181a0ae9b19ab880a47f4f958159 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 12 May 2020 01:43:03 +0530 Subject: Add setting for fallback username (#772) * PasswordEntry: remove useless annotations Turns out VisibleForTesting only applies for documentation purposes. Boo >:( Signed-off-by: Harsh Shandilya * PasswordEntry: silence locale warning Signed-off-by: Harsh Shandilya * Add setting for fallback username Fixes #763 Signed-off-by: Harsh Shandilya --- app/src/main/res/values/strings.xml | 2 ++ app/src/main/res/xml/preference.xml | 4 ++++ 2 files changed, 6 insertions(+) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index db8491e8..f6bb751d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -370,4 +370,6 @@ Grant Enable debug logging (requires app restart) Debug logging + If Autofill is unable to determine a username from your password file or directory structure, it will use the value specified here + Default username diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index e59e1c8c..af55295c 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -13,6 +13,10 @@ app:key="oreo_autofill_directory_structure" app:title="@string/oreo_autofill_preference_directory_structure" app:useSimpleSummaryProvider="true" /> + -- cgit v1.2.3