| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added a "force V3 signature" setting similar to the GPG version, hopefully ma... | Thialfihar | 2010-07-27 | 5 | -36/+140 |
* | added an optional checkbox to the file dialog, can be used for instance to op... | Thialfihar | 2010-07-26 | 5 | -12/+38 |
* | change the text of encrypt buttons according to selected signature or keys, m... | Thialfihar | 2010-07-24 | 1 | -9/+70 |
* | added a little getting started dialog for first-time use, explaining some bas... | Thialfihar | 2010-07-24 | 4 | -10/+74 |
* | added secure file deletion, overwriting the file with random data before actu... | Thialfihar | 2010-07-24 | 5 | -19/+82 |
* | have a direct set/change pass phrase button in key creation/editing, instead ... | Thialfihar | 2010-07-23 | 1 | -19/+20 |
* | added a language setting to change the language directly | Thialfihar | 2010-07-18 | 5 | -2/+71 |
* | fixed two variable names | Thialfihar | 2010-07-18 | 1 | -9/+9 |
* | fixed the made-up word "authentification", also changed the title of that dia... | Thialfihar | 2010-07-18 | 1 | -1/+1 |
* | 1.0.x changes merged into trunk | Thialfihar | 2010-07-16 | 5 | -7/+15 |
* | set svn:eol-style to LF for all code/resource files | Thialfihar | 2010-07-16 | 33 | -6930/+6930 |
* | removed unnecessary imports | Thialfihar | 2010-07-16 | 3 | -3/+3 |
* | trying to add support for various source and destination modes for encryption... | Thialfihar | 2010-07-09 | 15 | -186/+380 |
* | some playing with content stream decryption and providing the result as conte... | Thialfihar | 2010-07-09 | 3 | -35/+116 |
* | added some info about the speed of compression algorithms, mostly to warn abo... | Thialfihar | 2010-07-05 | 3 | -28/+73 |
* | prevent endless loop on some binary data during stream content determination ... | Thialfihar | 2010-07-01 | 1 | -0/+1 |
* | merge 1.0.x back into trunk | Thialfihar | 2010-06-30 | 2 | -5/+5 |
* | much better version reading by directly looking for the APG package, rather t... | Thialfihar | 2010-06-18 | 1 | -12/+7 |
* | removed an outdated TODO comment | Thialfihar | 2010-06-17 | 1 | -3/+0 |
* | using proper PreferenceActivity now, tho the underlying storage of the values... | Thialfihar | 2010-06-17 | 7 | -285/+343 |
* | recent 1.0.x changes into trunk | Thialfihar | 2010-06-17 | 3 | -8/+11 |
* | useless imports removed | Thialfihar | 2010-06-08 | 1 | -4/+0 |
* | finally read APG version dynamicly, so the version name doesn't have to be ch... | Thialfihar | 2010-06-08 | 4 | -7/+39 |
* | make sure the preselected encryption key can encrypt, otherwise deselect it a... | Thialfihar | 2010-06-07 | 1 | -0/+4 |
* | in the encrypt activity automatically select the signature key as encryption ... | Thialfihar | 2010-06-07 | 1 | -1/+17 |
* | limit GeneralActivity to non-Uri Intents or file:// Uri Intents, now handling... | Thialfihar | 2010-06-06 | 3 | -18/+60 |
* | content provider changes, especially querying key rings by emails | Thialfihar | 2010-06-06 | 1 | -26/+82 |
* | should have been in the last commit | Thialfihar | 2010-06-06 | 1 | -0/+4 |
* | the select public key list now uses the selection for the ordering, putting a... | Thialfihar | 2010-06-06 | 2 | -16/+23 |
* | some Activity Intent filter cleanup, pass messages via Strings rather than By... | Thialfihar | 2010-06-06 | 2 | -8/+7 |
* | working encryption/decryption of text and files after GeneralActivity hands i... | Thialfihar | 2010-06-06 | 6 | -35/+80 |
* | added search to option menu and make it pop up when keys on the physical keyb... | Thialfihar | 2010-06-05 | 7 | -4/+36 |
* | added search feature for key management and select Activities | Thialfihar | 2010-06-05 | 8 | -65/+346 |
* | introduced a general application to handle certain Intents, only to hand them... | Thialfihar | 2010-06-05 | 2 | -0/+148 |
* | make sure the Intent passed to Service.onStart() is not null, not sure why it... | Thialfihar | 2010-06-04 | 1 | -1/+3 |
* | fix the inbox list for GMail account | Thialfihar | 2010-06-04 | 1 | -1/+1 |
* | lifted 1.0.x to new version | Thialfihar | 2010-06-03 | 1 | -1/+1 |
* | make sure previously cache settings of "until quit" are changed to the new de... | Thialfihar | 2010-06-03 | 1 | -2/+9 |
* | added a service to handle the caching, this'll ensure the cache works while n... | Thialfihar | 2010-06-03 | 4 | -32/+99 |
* | changes adjusted once more | Thialfihar | 2010-06-03 | 1 | -1/+1 |
* | changes adjusted | Thialfihar | 2010-06-02 | 1 | -3/+3 |
* | added changes for 1.0.0 | Thialfihar | 2010-06-02 | 1 | -0/+6 |
* | some small bugfixes | Thialfihar | 2010-06-02 | 2 | -5/+5 |
* | trivial | Thialfihar | 2010-06-02 | 2 | -6/+1 |
* | force message encrypt/decrypt view if the activities are called via *_AND_RET... | Thialfihar | 2010-06-02 | 2 | -3/+33 |
* | added content provider again and read permission to grab key details | Thialfihar | 2010-06-02 | 3 | -53/+367 |
* | betterly store the information that the intent demands an immediate return, c... | Thialfihar | 2010-06-02 | 2 | -19/+22 |
* | by default show the undecrypted block without line wrapping, just feels less ... | Thialfihar | 2010-06-02 | 1 | -2/+4 |
* | support ASTRO and others for the file selection | Thialfihar | 2010-06-01 | 3 | -20/+14 |
* | deliver the user id as well for secret key selection, so k9mail can use it to... | Thialfihar | 2010-06-01 | 4 | -13/+54 |