diff options
author | Mohamed Zenadi <mohamed.zenadi@gmail.com> | 2014-10-29 12:38:11 +0100 |
---|---|---|
committer | Mohamed Zenadi <mohamed.zenadi@gmail.com> | 2014-10-29 12:38:11 +0100 |
commit | 021bec9f92ede8777930d400e27eacc37e5c1266 (patch) | |
tree | 0aeaa16e8e8dc02ead3e6411d5a589c072ccc75c /app/src/main/res/xml/preference.xml | |
parent | ad81e9b0dff8fe6b40502604dc615f1eb7e2c54d (diff) | |
parent | 741ce31abb9bcb82262461f9b8ec8101b962e6f0 (diff) |
Merge pull request #23 from jbaiter/copy-on-show
Add option to automatically copy password to clipboard after decryption
Diffstat (limited to 'app/src/main/res/xml/preference.xml')
-rw-r--r-- | app/src/main/res/xml/preference.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index 56a16f49..0833ebf8 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -30,5 +30,9 @@ android:dialogTitle="Set the time you want the password to be in clipboard" android:summary="Set the time you want the password to be in clipboard" android:hint="45" android:key="general_show_time" /> + <CheckBoxPreference android:title="Automatically Copy Password" + android:dialogTitle="Automatically copy the password to the clipboard after decryption was successful." + android:summary="Automatically copy the password to the clipboard after decryption was successful." + android:key="copy_on_decrypt" android:defaultValue="true" /> </PreferenceCategory> </PreferenceScreen>
\ No newline at end of file |