Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 1.0.x merged back into trunk | Thialfihar | 2010-08-15 | 8 | -50/+110 | |
| | ||||||
* | small corrections to slovenian translation | tripetdevet | 2010-08-15 | 1 | -4/+4 | |
| | ||||||
* | minor Intent/Extra key renamings | Thialfihar | 2010-08-12 | 2 | -7/+8 | |
| | ||||||
* | small change to slovenian translation | tripetdevet | 2010-08-06 | 1 | -0/+1 | |
| | ||||||
* | changed the account adding a bit, hopefully working with Froyo, at least ↵ | Thialfihar | 2010-08-05 | 4 | -10/+55 | |
| | | | | | | | | preventing a crash Update issue 39 added: <string name="error_accountReadingNotAllowed">no permission to read the account</string> | |||||
* | Apostrophe fix in italian translation. | Christian Ketti | 2010-07-30 | 1 | -1/+1 | |
| | ||||||
* | some changes to Slovenian translation. | tripetdevet | 2010-07-29 | 1 | -0/+2 | |
| | ||||||
* | added a "force V3 signature" setting similar to the GPG version, hopefully ↵ | Thialfihar | 2010-07-27 | 7 | -36/+152 | |
| | | | | | | | | | | | | 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. | |||||
* | small change to Slovenian translation. | tripetdevet | 2010-07-27 | 1 | -0/+1 | |
| | ||||||
* | added an optional checkbox to the file dialog, can be used for instance to ↵ | Thialfihar | 2010-07-26 | 7 | -20/+60 | |
| | | | | | | | | 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> | |||||
* | some more translations to Slovenian language. | tripetdevet | 2010-07-25 | 1 | -0/+5 | |
| | ||||||
* | mored translations to Slovenian language added. | tripetdevet | 2010-07-25 | 1 | -1/+15 | |
| | ||||||
* | change the text of encrypt buttons according to selected signature or keys, ↵ | Thialfihar | 2010-07-24 | 6 | -14/+78 | |
| | | | | | | | | | | 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> | |||||
* | added a little getting started dialog for first-time use, explaining some ↵ | Thialfihar | 2010-07-24 | 5 | -10/+85 | |
| | | | | | | | | | | | | | | | | | 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> | |||||
* | added secure file deletion, overwriting the file with random data before ↵ | Thialfihar | 2010-07-24 | 6 | -19/+83 | |
| | | | | | | | | | | | | | 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> | |||||
* | have a direct set/change pass phrase button in key creation/editing, instead ↵ | Thialfihar | 2010-07-23 | 8 | -37/+66 | |
| | | | | of hiding it in the menu, also capitalize user id names automatically and give the email field an inputType of textEmailAddress | |||||
* | small translation changes (sl) | tripetdevet | 2010-07-22 | 1 | -2/+4 | |
| | ||||||
* | added a language setting to change the language directly | Thialfihar | 2010-07-18 | 8 | -3/+244 | |
| | ||||||
* | fixed two variable names | Thialfihar | 2010-07-18 | 1 | -9/+9 | |
| | ||||||
* | fixed the made-up word "authentification", also changed the title of that ↵ | Thialfihar | 2010-07-18 | 6 | -17/+16 | |
| | | | | | | | 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. :) | |||||
* | 1.0.x changes merged into trunk | Thialfihar | 2010-07-16 | 10 | -86/+94 | |
| | ||||||
* | set svn:eol-style to LF for all code/resource files | Thialfihar | 2010-07-16 | 37 | -7339/+7339 | |
| | ||||||
* | removed unnecessary imports | Thialfihar | 2010-07-16 | 3 | -3/+3 | |
| | ||||||
* | trying to add support for various source and destination modes for ↵ | Thialfihar | 2010-07-09 | 15 | -186/+380 | |
| | | | | encryption and decryption (String, byte[], filename, content stream), also more Intent options added | |||||
* | some playing with content stream decryption and providing the result as ↵ | Thialfihar | 2010-07-09 | 3 | -35/+116 | |
| | | | | content stream | |||||
* | some small changes in translation. | tripetdevet | 2010-07-08 | 1 | -1/+6 | |
| | ||||||
* | added some info about the speed of compression algorithms, mostly to warn ↵ | Thialfihar | 2010-07-05 | 6 | -28/+84 | |
| | | | | about BZIP2, also added support for content URIs in file encrypt/decrypt activities | |||||
* | prevent endless loop on some binary data during stream content determination ↵ | Thialfihar | 2010-07-01 | 1 | -0/+1 | |
| | | | | in GeneralActivity | |||||
* | merge 1.0.x back into trunk | Thialfihar | 2010-06-30 | 45 | -32/+21 | |
| | ||||||
* | (no commit message) | tripetdevet | 2010-06-29 | 1 | -0/+2 | |
| | ||||||
* | Author-line added to italian translation file (thx Oliver!) | Rick Deckard | 2010-06-29 | 1 | -0/+2 | |
| | ||||||
* | Italian translation | Rick Deckard | 2010-06-29 | 1 | -0/+259 | |
| | ||||||
* | author for German translation added to the license header | Thialfihar | 2010-06-28 | 1 | -0/+2 | |
| | ||||||
* | German translation by cwoehrl added | Thialfihar | 2010-06-28 | 1 | -205/+241 | |
| | ||||||
* | removed some translation files again, as they weren't being translated after ↵ | Thialfihar | 2010-06-22 | 3 | -767/+0 | |
| | | | | all... just annoying to keep their English content up to date | |||||
* | some fixes among English strings | Thialfihar | 2010-06-22 | 1 | -6/+6 | |
| | ||||||
* | much better version reading by directly looking for the APG package, rather ↵ | Thialfihar | 2010-06-18 | 1 | -12/+7 | |
| | | | | than looping through all installed packages | |||||
* | applied cketti's patch to escape apostrophes | Thialfihar | 2010-06-17 | 7 | -57/+57 | |
| | | | | fixes Issue 47 | |||||
* | removed an outdated TODO comment | Thialfihar | 2010-06-17 | 1 | -3/+0 | |
| | ||||||
* | using proper PreferenceActivity now, tho the underlying storage of the ↵ | Thialfihar | 2010-06-17 | 16 | -482/+530 | |
| | | | | values remained almost the same, some changes how the preferences are accessed and how the cache service is started | |||||
* | recent 1.0.x changes into trunk | Thialfihar | 2010-06-17 | 4 | -9/+12 | |
| | ||||||
* | added Italian values directory | Thialfihar | 2010-06-16 | 1 | -0/+259 | |
| | ||||||
* | update to slovenian translation | tripetdevet | 2010-06-10 | 1 | -8/+8 | |
| | ||||||
* | Danish translation added | Thialfihar | 2010-06-09 | 1 | -0/+258 | |
| | ||||||
* | lift trunk to 1.0.3 | Thialfihar | 2010-06-08 | 1 | -1/+1 | |
| | ||||||
* | useless imports removed | Thialfihar | 2010-06-08 | 1 | -4/+0 | |
| | ||||||
* | finally read APG version dynamicly, so the version name doesn't have to be ↵ | Thialfihar | 2010-06-08 | 4 | -7/+39 | |
| | | | | changed anywhere but the manifest | |||||
* | make sure the preselected encryption key can encrypt, otherwise deselect it ↵ | Thialfihar | 2010-06-07 | 1 | -0/+4 | |
| | | | | again at display time | |||||
* | in the encrypt activity automatically select the signature key as encryption ↵ | Thialfihar | 2010-06-07 | 1 | -1/+17 | |
| | | | | key, if it is set, and if the button is pressed | |||||
* | better filter for GeneralActivity again | Thialfihar | 2010-06-06 | 1 | -0/+7 | |
| |