aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml
diff options
context:
space:
mode:
authorAdithya Abraham Philip <adithyaphilip@gmail.com>2015-11-25 01:35:41 +0530
committerAdithya Abraham Philip <adithyaphilip@gmail.com>2015-12-06 00:46:52 +0530
commitf29280bbb268d112426c6662e1227118819fb904 (patch)
tree117ca2b3282fca1e10340e95f4bb07026eac7507 /OpenKeychain/src/main/res/xml
parenta0b46b0d3b7dd201568d1f236cb25b0a794fc2c2 (diff)
downloadopen-keychain-f29280bbb268d112426c6662e1227118819fb904.tar.gz
open-keychain-f29280bbb268d112426c6662e1227118819fb904.tar.bz2
open-keychain-f29280bbb268d112426c6662e1227118819fb904.zip
added Facebook links support, reworked Preferences
Diffstat (limited to 'OpenKeychain/src/main/res/xml')
-rw-r--r--OpenKeychain/src/main/res/xml/experimental_preferences.xml10
-rw-r--r--OpenKeychain/src/main/res/xml/passphrase_preferences.xml4
2 files changed, 7 insertions, 7 deletions
diff --git a/OpenKeychain/src/main/res/xml/experimental_preferences.xml b/OpenKeychain/src/main/res/xml/experimental_preferences.xml
index ff1fa5a95..1c8fae46f 100644
--- a/OpenKeychain/src/main/res/xml/experimental_preferences.xml
+++ b/OpenKeychain/src/main/res/xml/experimental_preferences.xml
@@ -1,6 +1,6 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<Preference
- android:persistent="false"
+ android:persistent="true"
android:selectable="false"
android:title="@string/label_experimental_settings_desc_title"
android:summary="@string/label_experimental_settings_desc_summary" />
@@ -8,21 +8,21 @@
<SwitchPreference
android:defaultValue="false"
android:key="experimentalEnableWordConfirm"
- android:persistent="false"
+ android:persistent="true"
android:summary="@string/label_experimental_settings_word_confirm_summary"
android:title="@string/label_experimental_settings_word_confirm_title" />
<SwitchPreference
android:defaultValue="false"
android:key="experimentalEnableLinkedIdentities"
- android:persistent="false"
+ android:persistent="true"
android:summary="@string/label_experimental_settings_linked_identities_summary"
android:title="@string/label_experimental_settings_linked_identities_title" />
<SwitchPreference
android:defaultValue="false"
android:key="experimentalEnableKeybase"
- android:persistent="false"
+ android:persistent="true"
android:summary="@string/label_experimental_settings_keybase_summary"
android:title="@string/label_experimental_settings_keybase_title" />
@@ -31,7 +31,7 @@
android:entries="@array/theme_entries"
android:entryValues="@array/theme_values"
android:key="theme"
- android:persistent="false"
+ android:persistent="true"
android:title="@string/label_theme" />
</PreferenceScreen>
diff --git a/OpenKeychain/src/main/res/xml/passphrase_preferences.xml b/OpenKeychain/src/main/res/xml/passphrase_preferences.xml
index 86de8a4b7..75f293c43 100644
--- a/OpenKeychain/src/main/res/xml/passphrase_preferences.xml
+++ b/OpenKeychain/src/main/res/xml/passphrase_preferences.xml
@@ -7,11 +7,11 @@
android:title="@string/label_passphrase_cache_ttl" />
<CheckBoxPreference
android:key="passphraseCacheSubs"
- android:persistent="false"
+ android:persistent="true"
android:title="@string/label_passphrase_cache_subs" />
<CheckBoxPreference
android:defaultValue="false"
android:key="useNumKeypadForYubikeyPin"
- android:persistent="false"
+ android:persistent="true"
android:title="@string/label_use_num_keypad_for_yubikey_pin" />
</PreferenceScreen>