added an optional checkbox to the file dialog, can be used for instance to optionally delete files after importing them, and is used for that, also rearranged the option menu items for the main activity a little

Update issue 39
Added a new string:
<string name="label_deleteAfterImport">Delete After Import</string>
This commit is contained in:
Thialfihar
2010-07-26 21:57:28 +00:00
parent c1d9bbc644
commit 368f0a122f
7 changed files with 60 additions and 20 deletions

View File

@@ -97,6 +97,7 @@
<string name="label_selectPublicKeys">Public Key(s)</string>
<string name="label_deleteAfterEncryption">Delete After Encryption</string>
<string name="label_deleteAfterDecryption">Delete After Decryption</string>
<string name="label_deleteAfterImport">Delete After Import</string>
<string name="label_encryptionAlgorithm">Encryption Algorithm</string>
<string name="label_hashAlgorithm">Hash Algorithm</string>
<string name="label_asymmetric">Public Key</string>