aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* catch EOFException during importThialfihar2010-05-211-30/+35
* lifting branch to 0.9.8Thialfihar2010-05-212-7/+1
* added changes of 0.9.6 back, will release this as another quickfix due to the...Thialfihar2010-05-211-0/+6
* fixed symmetric decrypting, stream didn't support .reset(), I guess, so now c...Thialfihar2010-05-217-33/+32
* preparing for version 0.9.7Thialfihar2010-05-202-6/+1
* added changes of 0.9.5 back and added the import fix, gonna release this on i...Thialfihar2010-05-201-0/+5
* properly import keys from streams that may contain multiple blocks of ASCII ...Thialfihar2010-05-201-37/+37
* promoted to next versionThialfihar2010-05-192-5/+1
* import file default for keys is empty now, changed import text a little, and ...Thialfihar2010-05-193-3/+4
* removed unnecessary importsThialfihar2010-05-191-1/+0
* actually use the compression settings ;), and give them better default valuesThialfihar2010-05-192-3/+3
* updated change logThialfihar2010-05-191-0/+4
* catch ACTION_SEND intent to decrypt, allowing k9mail's "Forward (alternate)" ...Thialfihar2010-05-181-0/+13
* keep track of the position the input stream for decryption, makes it possible...Thialfihar2010-05-173-5/+85
* default message/file compression settings added, also a setting for file decr...Thialfihar2010-05-166-17/+147
* give key editing its own pass phrase mechanism, as the new cache won't work t...Thialfihar2010-05-163-8/+33
* honour the pass phrase cache TTL by running a timer and removing expired cach...Thialfihar2010-05-164-9/+55
* unused imports removedThialfihar2010-05-151-2/+0
* added pass phrase cache to preferences, not used yet, but preference and abou...Thialfihar2010-05-157-65/+146
* password cache introduced, not cleared yet.Thialfihar2010-05-1510-49/+129
* remove .pgp for filename guessing for decryptionThialfihar2010-05-141-1/+1
* replaced error and progress strings in APG.java with resource IDs as wellThialfihar2010-05-136-93/+98
* a lot of renaming of IDs, following a strict naming scheme again, moved most ...Thialfihar2010-05-1318-301/+300
* lifted version to 0.9.5 and cleared change logThialfihar2010-05-112-5/+1
* Log removal and suchThialfihar2010-05-113-9/+0
* brought change log up to dateThialfihar2010-05-111-1/+3
* small fix to be compatible with Android 1.5Thialfihar2010-05-111-0/+3
* use XML layout for pass phrase dialogs as well now, doing away with awkward m...Thialfihar2010-05-112-37/+18
* fix a signature bug, which resulted in wrongly read signatures if there was o...Thialfihar2010-05-112-15/+30
* merged DecryptMessageActivity and DecryptFileActivity into one DecryptActivit...Thialfihar2010-05-116-638/+607
* new EncryptActivity to handle message and file encryption all in oneThialfihar2010-05-096-907/+792
* minorThialfihar2010-05-091-1/+1
* added a button to encrypt to clipboard, change log and about window got their...Thialfihar2010-05-095-62/+95
* reset changelog for 0.9.4Thialfihar2010-05-041-4/+0
* lift version to 0.9.4Thialfihar2010-05-041-1/+1
* removed unnecessary importsThialfihar2010-05-042-2/+0
* added an option to delete files after encryption or decryption, also no longe...Thialfihar2010-05-045-3/+73
* give decryption a moving progress bar for a data of unknown sizeThialfihar2010-05-041-15/+35
* close streams more consistently (outside of encrypt/decrypt), force a new out...Thialfihar2010-05-044-8/+22
* use buffers for encryption, so large files work as well... also showing encry...Thialfihar2010-05-045-43/+41
* check whether the hashed packet is non-null before using it, also checking th...Thialfihar2010-05-041-11/+26
* increased app version and cleared change log for 0.9.3Thialfihar2010-04-292-5/+1
* update signature layout even if select key was cancelledThialfihar2010-04-291-2/+2
* update signature layout even if select key was cancelledThialfihar2010-04-291-2/+2
* removed some useless importsThialfihar2010-04-292-2/+0
* use the app directory for default import/export file pathsThialfihar2010-04-292-4/+4
* updated changes dialogThialfihar2010-04-291-0/+1
* recognize RSA_SIGN and RSA_ENCRYPT keys correctly, which fixes the hushmail p...Thialfihar2010-04-291-5/+14
* changed the option menu item orderThialfihar2010-04-291-4/+4
* updated changes dialogThialfihar2010-04-291-0/+1