Commit Graph

2898 Commits

Author SHA1 Message Date
Thialfihar
96162b6608 properly URI-decode file:// URIs, so the files can be found
Fixes issues 63
2010-08-17 12:50:42 +00:00
Thialfihar
6e9146c91a added initial support for HKP key servers, allowing searching and key import
Update issue 9
Can search a key server now, touch a result to import the key. Still needs better error handling and some Intents to import keys based on key ID. Also still need key server preferences.
2010-08-17 01:02:39 +00:00
Thialfihar
b3a63beffc merge conflict fixed 2010-08-15 17:35:21 +00:00
Thialfihar
bd99b2590b 1.0.x merged back into trunk 2010-08-15 17:32:08 +00:00
tripetdevet
e6dc995126 small corrections to slovenian translation 2010-08-15 16:40:16 +00:00
Thialfihar
0f226e40cb minor Intent/Extra key renamings 2010-08-12 17:00:52 +00:00
tripetdevet
04b1d08d58 small change to slovenian translation 2010-08-06 20:33:01 +00:00
Thialfihar
281535cfcc changed the account adding a bit, hopefully working with Froyo, at least preventing a crash
Update issue 39
added:
<string name="error_accountReadingNotAllowed">no permission to read the account</string>
2010-08-05 11:25:44 +00:00
Christian Ketti
a88af8a85e Apostrophe fix in italian translation. 2010-07-30 12:50:01 +00:00
tripetdevet
cc27142786 some changes to Slovenian translation. 2010-07-29 19:09:24 +00:00
Thialfihar
b13eb7dbf3 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.
2010-07-27 22:41:50 +00:00
tripetdevet
20f7755b2c small change to Slovenian translation. 2010-07-27 21:13:48 +00:00
Thialfihar
368f0a122f 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>
2010-07-26 21:57:28 +00:00
tripetdevet
c1d9bbc644 some more translations to Slovenian language. 2010-07-25 13:20:28 +00:00
tripetdevet
64aaa721f1 mored translations to Slovenian language added. 2010-07-25 12:58:30 +00:00
Thialfihar
46fb6fc613 change the text of encrypt buttons according to selected signature or keys, making sign-only less confusing
Update issue 39
New strings to give the encrypt buttons more meaningful and fitting texts:
<string name="btn_signToClipboard">Sign To Clipboard</string>
<string name="btn_signAndEmail">Sign And Email</string>
<string name="btn_sign">Sign</string>
2010-07-24 18:54:40 +00:00
Thialfihar
f65888046e added a little getting started dialog for first-time use, explaining some basics and recommending other apps
Update issue 39
Added:
    <string name="title_help">Getting Started</string>
    <string name="menu_help">Help</string>
    <!-- "OI File Manager", "ASTRO", and "K-9 Mail" must NOT be translated in order for the links to the market to work. -->
    <string name="text_help">Install K-9 Mail for the best integration, it supports APG for PGP/INLINE and lets you directly encrypt/decrypt emails.
\n\nIt is recommended that you install OI File Manager or ASTRO to be able to use the browse button for file selection in APG.
\n\nFirst you need some keys. Either import them via the option menus in \"Manage Public Keys\" and \"Manage Secret Keys\" or create them in \"Manage Secret Keys\".
\n\nYou can also add a GMail account in the main activity via \"Add Account\", which simplifies decrypting emails received there.
\n\nCheck out the option menus in the various activities to find more functions.
    </string>
2010-07-24 16:30:38 +00:00
Thialfihar
b650b30a11 added secure file deletion, overwriting the file with random data before actual deletion
Update issue 56
Added a method for secure file deletion. We'll possibly have to test this a bit and make sure it actually *is* secure on the filesystems used (vfat for SD card, yaffs2 for phone flash memory by default). This sort of overwrite might be absolutely useless on some filesystems.
I also wanted to add an option at first, but this seems reasonably fast and in general it should be what the user wants, so for now it will ALWAYS securely delete. If there is a demand for plain deletion, then options can be added.

Update issue 39
A new string:
<string name="progress_deletingSecurely">deleting \'%s\' securely...</string>
2010-07-24 14:24:42 +00:00
Thialfihar
2407f3b989 have a direct set/change pass phrase button in key creation/editing, instead of hiding it in the menu, also capitalize user id names automatically and give the email field an inputType of textEmailAddress 2010-07-23 12:57:02 +00:00
tripetdevet
15461e4720 small translation changes (sl) 2010-07-22 17:32:21 +00:00
Thialfihar
a34adb09a4 added a language setting to change the language directly 2010-07-18 07:19:57 +00:00
Thialfihar
c3600ee679 fixed two variable names 2010-07-18 07:12:41 +00:00
Thialfihar
92059d6d3b fixed the made-up word "authentification", also changed the title of that dialog to "Pass Phrase", dialog message then only contains the key details or "Symmetric encryption."
Update issue 39
I tried to change "title_athentication", "passPhraseForSymmetricEncryption", and "passPhraseFor" in all languages. I think the changes are correct, but if you guys could make sure I didn't do anything dumb, then that'd be better. :)
2010-07-18 06:54:39 +00:00
Thialfihar
93835f5595 1.0.x changes merged into trunk 2010-07-16 20:18:43 +00:00
Thialfihar
f5efd73d33 set svn:eol-style to LF for all code/resource files 2010-07-16 20:13:12 +00:00
Thialfihar
ec10329664 removed unnecessary imports 2010-07-16 19:50:51 +00:00
Thialfihar
2c47734f0f trying to add support for various source and destination modes for encryption and decryption (String, byte[], filename, content stream), also more Intent options added 2010-07-09 20:55:17 +00:00
Thialfihar
3ac472125a some playing with content stream decryption and providing the result as content stream 2010-07-09 11:28:39 +00:00
tripetdevet
f03b349057 some small changes in translation. 2010-07-08 19:04:43 +00:00
Thialfihar
ff2da0c5d1 added some info about the speed of compression algorithms, mostly to warn about BZIP2, also added support for content URIs in file encrypt/decrypt activities 2010-07-05 13:22:03 +00:00
Thialfihar
c1699150a8 prevent endless loop on some binary data during stream content determination in GeneralActivity 2010-07-01 23:50:14 +00:00
Thialfihar
16cea885e2 merge 1.0.x back into trunk 2010-06-30 19:59:33 +00:00
tripetdevet
933ec4f7b6 2010-06-29 21:33:48 +00:00
Rick Deckard
5562862e6c Author-line added to italian translation file (thx Oliver!) 2010-06-29 15:21:24 +00:00
Rick Deckard
9ee0d2b012 Italian translation 2010-06-29 15:07:31 +00:00
Thialfihar
9d0f8a59ed author for German translation added to the license header 2010-06-28 20:46:06 +00:00
Thialfihar
a4a65f9ca0 German translation by cwoehrl added 2010-06-28 12:10:00 +00:00
Thialfihar
804a6d6609 removed some translation files again, as they weren't being translated after all... just annoying to keep their English content up to date 2010-06-22 17:12:14 +00:00
Thialfihar
51ed2b89a6 some fixes among English strings 2010-06-22 17:10:01 +00:00
Thialfihar
bda9745d8b much better version reading by directly looking for the APG package, rather than looping through all installed packages 2010-06-18 15:14:41 +00:00
Thialfihar
dcce05f3df applied cketti's patch to escape apostrophes
fixes Issue 47
2010-06-17 15:51:41 +00:00
Thialfihar
8d0160ba12 removed an outdated TODO comment 2010-06-17 13:24:30 +00:00
Thialfihar
1bad192a91 using proper PreferenceActivity now, tho the underlying storage of the values remained almost the same, some changes how the preferences are accessed and how the cache service is started 2010-06-17 13:23:07 +00:00
Thialfihar
865c998abd recent 1.0.x changes into trunk 2010-06-17 13:08:28 +00:00
Thialfihar
720e5371e0 added Italian values directory 2010-06-16 22:41:42 +00:00
tripetdevet
5a2cd1f335 update to slovenian translation 2010-06-10 10:01:06 +00:00
Thialfihar
8d80a7876c Danish translation added 2010-06-09 19:35:03 +00:00
Thialfihar
8d19e3d422 lift trunk to 1.0.3 2010-06-08 15:26:21 +00:00
Thialfihar
81327ee60b useless imports removed 2010-06-08 13:48:43 +00:00
Thialfihar
315093c5bc finally read APG version dynamicly, so the version name doesn't have to be changed anywhere but the manifest 2010-06-08 13:46:21 +00:00