aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-07-27 22:41:50 +0000
committerThialfihar <thialfihar@gmail.com>2010-07-27 22:41:50 +0000
commitb13eb7dbf3d342e3d63d7718c1f66b082f055540 (patch)
treef08b1b04cb7366b8b357777464d120db20e39980 /res/xml
parent20f7755b2c2395431f059ec14ddc6c1d2359e20d (diff)
downloadopen-keychain-b13eb7dbf3d342e3d63d7718c1f66b082f055540.tar.gz
open-keychain-b13eb7dbf3d342e3d63d7718c1f66b082f055540.tar.bz2
open-keychain-b13eb7dbf3d342e3d63d7718c1f66b082f055540.zip
added a "force V3 signature" setting similar to the GPG version, hopefully making APG useful for some special cases where that is needed
Update issue 39 Two new strings: <string name="section_advanced">Advanced</string> <string name="label_forceV3Signature">Force V3 Signatures</string> "V3" is just "version 3" and should remain untranslated, both strings can be seen at the bottom of the preferences activity.
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/apg_preferences.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/xml/apg_preferences.xml b/res/xml/apg_preferences.xml
index 07471a4b9..aa2defc87 100644
--- a/res/xml/apg_preferences.xml
+++ b/res/xml/apg_preferences.xml
@@ -66,4 +66,14 @@
</PreferenceCategory>
+ <PreferenceCategory
+ android:title="@string/section_advanced">
+
+ <CheckBoxPreference
+ android:persistent="false"
+ android:key="forceV3Signatures"
+ android:title="@string/label_forceV3Signature" />
+
+ </PreferenceCategory>
+
</PreferenceScreen>