aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorMatthew Wong <wongma@protonmail.ch>2015-08-11 18:32:16 -0400
committerMatthew Wong <wongma@protonmail.ch>2015-08-14 17:36:51 -0400
commitb75190fcd7926c3994f8191996661c19b7b12466 (patch)
tree55cb027f2902113d77c4826cac7f53d618000a0d /app/src/main/res
parentd42c526b648030ee251d9136b8d924395b74bb9c (diff)
Add 'automatically match by default' setting; respect it & per-app settings when creating autofill dialog
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/xml/preference.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml
index 9a42bb3e..44e38916 100644
--- a/app/src/main/res/xml/preference.xml
+++ b/app/src/main/res/xml/preference.xml
@@ -76,6 +76,11 @@
android:key="autofill_apps"
android:summary="Customize autofill settings for specific apps."
android:title="Per-app settings"/>
+ <CheckBoxPreference
+ android:defaultValue="true"
+ android:key="autofill_default"
+ android:summary="Default to 'Automatically match with password' for apps without custom settings."
+ android:title="Automatically match by default"/>
</PreferenceCategory>
<PreferenceCategory android:title="Misc">