| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | working encryption out of k9mail | Thialfihar | 2010-06-01 | 3 | -46/+69 |
* | use string constants for bundle keys, first Intent for k9mail | Thialfihar | 2010-05-31 | 12 | -95/+149 |
* | minor fixes to make key retrieval more stable | Thialfihar | 2010-05-30 | 2 | -2/+18 |
* | fixed a method name | Thialfihar | 2010-05-29 | 1 | -3/+3 |
* | adjust version number | Thialfihar | 2010-05-28 | 1 | -1/+1 |
* | trivial | Thialfihar | 2010-05-28 | 1 | -10/+7 |
* | fully removed old DataProvider for now, manage queries, clean up old database... | Thialfihar | 2010-05-28 | 18 | -709/+53 |
* | some coding practice and potential bug fixes | Thialfihar | 2010-05-27 | 1 | -2/+8 |
* | some coding practice and potential bug fixes | Thialfihar | 2010-05-27 | 4 | -9/+40 |
* | added revocation and creation/expire time info to key table, use both for pub... | Thialfihar | 2010-05-27 | 7 | -99/+79 |
* | some (hopefully better) database/cursor handling, picking encryption and sign... | Thialfihar | 2010-05-27 | 7 | -343/+234 |