aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorFelix Bechstein <f@ub0r.de>2017-07-16 16:41:47 +0200
committerMohamed Zenadi <zeapo@users.noreply.github.com>2017-07-16 16:41:47 +0200
commit6ce31056c987b8fd73513d5b4eebc8d0d763a7a2 (patch)
treeb133cca40f1068b72cf9ae4aefd1a970d82e638c /app/src/main/res/xml
parent8e6ab25572571080eae228599af069f78b5ea750 (diff)
Show extra content w/o copy password, fixes #288 (#317)
Show extra content even if password is not copied to clipboard. Add toggle to preferences as well.
Diffstat (limited to 'app/src/main/res/xml')
-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 ec740836..cd072353 100644
--- a/app/src/main/res/xml/preference.xml
+++ b/app/src/main/res/xml/preference.xml
@@ -54,6 +54,11 @@
android:key="show_password" />
<CheckBoxPreference
android:defaultValue="true"
+ android:title="@string/show_extra_content_pref_title"
+ android:summary="@string/show_extra_content_pref_summary"
+ android:key="show_extra_content" />
+ <CheckBoxPreference
+ android:defaultValue="true"
android:dialogTitle="@string/pref_copy_dialog_title"
android:key="copy_on_decrypt"
android:summary="@string/pref_copy_dialog_title"