diff options
author | Felix Bechstein <f@ub0r.de> | 2017-07-16 16:41:47 +0200 |
---|---|---|
committer | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2017-07-16 16:41:47 +0200 |
commit | 6ce31056c987b8fd73513d5b4eebc8d0d763a7a2 (patch) | |
tree | b133cca40f1068b72cf9ae4aefd1a970d82e638c /app/src/main/res/xml | |
parent | 8e6ab25572571080eae228599af069f78b5ea750 (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.xml | 5 |
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" |