aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorZeapo <mohamed@zenadi.com>2014-08-07 00:38:16 +0100
committerZeapo <mohamed@zenadi.com>2014-08-07 00:38:16 +0100
commit4cd5a1118597b5aa247d5737d4e4a67fe3f729e3 (patch)
tree7164535b156db11389e213f21521417d6f7658b2 /app/src/main/res/xml
parent835bbc01dc7a76f71702ccb8a07b19558285327c (diff)
added account name settings and made it mandatory for encryption
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 8686dff7..cc5dda74 100644
--- a/app/src/main/res/xml/preference.xml
+++ b/app/src/main/res/xml/preference.xml
@@ -5,5 +5,10 @@
<org.openintents.openpgp.util.OpenPgpListPreference
android:key="openpgp_provider_list"
android:title="Select OpenPGP Provider!" />
+
+ <EditTextPreference android:title="OpenPGP account"
+ android:hint="mail@somewhere.tld"
+ android:key="openpgp_account_name"/>
</PreferenceCategory>
+
</PreferenceScreen> \ No newline at end of file