| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | use new key database for encryption and decryption | Thialfihar | 2010-05-26 | 7 | -83/+88 |
* | import/export/delete/save keyrings working with new database stuff | Thialfihar | 2010-05-26 | 7 | -137/+439 |
* | key lists somewhat wrapped into one, using the new database stuff, Apg cleane... | Thialfihar | 2010-05-26 | 13 | -1319/+773 |
* | first steps towards better low-level key management, database upgrade to use ... | Thialfihar | 2010-05-25 | 6 | -39/+506 |
* | give 0.10.x branch its version info | Thialfihar | 2010-05-21 | 1 | -1/+1 |
* | catch EOFException during import | Thialfihar | 2010-05-21 | 1 | -30/+35 |
* | lifting branch to 0.9.8 | Thialfihar | 2010-05-21 | 2 | -7/+1 |
* | added changes of 0.9.6 back, will release this as another quickfix due to the... | Thialfihar | 2010-05-21 | 1 | -0/+6 |
* | fixed symmetric decrypting, stream didn't support .reset(), I guess, so now c... | Thialfihar | 2010-05-21 | 7 | -33/+32 |
* | preparing for version 0.9.7 | Thialfihar | 2010-05-20 | 2 | -6/+1 |
* | added changes of 0.9.5 back and added the import fix, gonna release this on i... | Thialfihar | 2010-05-20 | 1 | -0/+5 |
* | properly import keys from streams that may contain multiple blocks of ASCII ... | Thialfihar | 2010-05-20 | 1 | -37/+37 |
* | promoted to next version | Thialfihar | 2010-05-19 | 2 | -5/+1 |
* | import file default for keys is empty now, changed import text a little, and ... | Thialfihar | 2010-05-19 | 3 | -3/+4 |
* | removed unnecessary imports | Thialfihar | 2010-05-19 | 1 | -1/+0 |
* | actually use the compression settings ;), and give them better default values | Thialfihar | 2010-05-19 | 2 | -3/+3 |
* | updated change log | Thialfihar | 2010-05-19 | 1 | -0/+4 |
* | catch ACTION_SEND intent to decrypt, allowing k9mail's "Forward (alternate)" ... | Thialfihar | 2010-05-18 | 1 | -0/+13 |
* | keep track of the position the input stream for decryption, makes it possible... | Thialfihar | 2010-05-17 | 3 | -5/+85 |
* | default message/file compression settings added, also a setting for file decr... | Thialfihar | 2010-05-16 | 6 | -17/+147 |
* | give key editing its own pass phrase mechanism, as the new cache won't work t... | Thialfihar | 2010-05-16 | 3 | -8/+33 |
* | honour the pass phrase cache TTL by running a timer and removing expired cach... | Thialfihar | 2010-05-16 | 4 | -9/+55 |
* | unused imports removed | Thialfihar | 2010-05-15 | 1 | -2/+0 |
* | added pass phrase cache to preferences, not used yet, but preference and abou... | Thialfihar | 2010-05-15 | 7 | -65/+146 |
* | password cache introduced, not cleared yet. | Thialfihar | 2010-05-15 | 10 | -49/+129 |
* | remove .pgp for filename guessing for decryption | Thialfihar | 2010-05-14 | 1 | -1/+1 |
* | replaced error and progress strings in APG.java with resource IDs as well | Thialfihar | 2010-05-13 | 6 | -93/+98 |
* | a lot of renaming of IDs, following a strict naming scheme again, moved most ... | Thialfihar | 2010-05-13 | 18 | -301/+300 |
* | lifted version to 0.9.5 and cleared change log | Thialfihar | 2010-05-11 | 2 | -5/+1 |
* | Log removal and such | Thialfihar | 2010-05-11 | 3 | -9/+0 |
* | brought change log up to date | Thialfihar | 2010-05-11 | 1 | -1/+3 |
* | small fix to be compatible with Android 1.5 | Thialfihar | 2010-05-11 | 1 | -0/+3 |
* | use XML layout for pass phrase dialogs as well now, doing away with awkward m... | Thialfihar | 2010-05-11 | 2 | -37/+18 |
* | fix a signature bug, which resulted in wrongly read signatures if there was o... | Thialfihar | 2010-05-11 | 2 | -15/+30 |
* | merged DecryptMessageActivity and DecryptFileActivity into one DecryptActivit... | Thialfihar | 2010-05-11 | 6 | -638/+607 |
* | new EncryptActivity to handle message and file encryption all in one | Thialfihar | 2010-05-09 | 6 | -907/+792 |
* | minor | Thialfihar | 2010-05-09 | 1 | -1/+1 |
* | added a button to encrypt to clipboard, change log and about window got their... | Thialfihar | 2010-05-09 | 5 | -62/+95 |
* | reset changelog for 0.9.4 | Thialfihar | 2010-05-04 | 1 | -4/+0 |