aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/Apg.java
Commit message (Expand)AuthorAgeFilesLines
...
* fully removed old DataProvider for now, manage queries, clean up old database...Thialfihar2010-05-281-14/+0
* some coding practice and potential bug fixesThialfihar2010-05-271-1/+4
* added revocation and creation/expire time info to key table, use both for pub...Thialfihar2010-05-271-33/+2
* some (hopefully better) database/cursor handling, picking encryption and sign...Thialfihar2010-05-271-3/+7
* use new key database for encryption and decryptionThialfihar2010-05-261-1/+10
* import/export/delete/save keyrings working with new database stuffThialfihar2010-05-261-60/+80
* key lists somewhat wrapped into one, using the new database stuff, Apg cleane...Thialfihar2010-05-261-264/+29
* give 0.10.x branch its version infoThialfihar2010-05-211-1/+1
* catch EOFException during importThialfihar2010-05-211-30/+35
* lifting branch to 0.9.8Thialfihar2010-05-211-1/+1
* fixed symmetric decrypting, stream didn't support .reset(), I guess, so now c...Thialfihar2010-05-211-1/+1
* preparing for version 0.9.7Thialfihar2010-05-201-1/+1
* properly import keys from streams that may contain multiple blocks of ASCII ...Thialfihar2010-05-201-37/+37
* promoted to next versionThialfihar2010-05-191-1/+1
* actually use the compression settings ;), and give them better default valuesThialfihar2010-05-191-1/+1
* keep track of the position the input stream for decryption, makes it possible...Thialfihar2010-05-171-1/+9
* default message/file compression settings added, also a setting for file decr...Thialfihar2010-05-161-5/+12
* give key editing its own pass phrase mechanism, as the new cache won't work t...Thialfihar2010-05-161-0/+9
* honour the pass phrase cache TTL by running a timer and removing expired cach...Thialfihar2010-05-161-1/+19
* password cache introduced, not cleared yet.Thialfihar2010-05-151-6/+23
* replaced error and progress strings in APG.java with resource IDs as wellThialfihar2010-05-131-84/+84
* a lot of renaming of IDs, following a strict naming scheme again, moved most ...Thialfihar2010-05-131-2/+2
* lifted version to 0.9.5 and cleared change logThialfihar2010-05-111-1/+1
* fix a signature bug, which resulted in wrongly read signatures if there was o...Thialfihar2010-05-111-13/+8
* lift version to 0.9.4Thialfihar2010-05-041-1/+1
* removed unnecessary importsThialfihar2010-05-041-1/+0
* 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-041-3/+3
* use buffers for encryption, so large files work as well... also showing encry...Thialfihar2010-05-041-24/+23
* 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-291-1/+1
* recognize RSA_SIGN and RSA_ENCRYPT keys correctly, which fixes the hushmail p...Thialfihar2010-04-291-5/+14
* only allow asymmetric encryption or symmetric encryption of files, not both l...Thialfihar2010-04-291-1/+15
* put return values into the Id class as well, changed encrypt file layout to u...Thialfihar2010-04-291-16/+11
* add preferences, use them where applicableThialfihar2010-04-281-2/+2
* set branch to next version, reset changelogThialfihar2010-04-241-1/+1
* ElGamal support added, fix of some minor GUI bugs, added a bunch of safe prim...Thialfihar2010-04-241-19/+44
* version lifted to 0.9.1Thialfihar2010-04-241-1/+1
* layout adjustments, force portrait layout for EncryptFileActivity for now, (E...Thialfihar2010-04-231-35/+107
* steps towards symmetric file encryptionThialfihar2010-04-231-4/+14
* added file decryption, rewrote the various "Choice" derivations to us the Id ...Thialfihar2010-04-221-19/+15
* set svn:ignore for bin directory and .project/.classpathThialfihar2010-04-191-0/+8
* major restructuring, moving dialog, message, menu, option menu, task, type ID...Thialfihar2010-04-191-17/+15
* lift branch 0.9.x's version to 0.9.0 and set version code to 5 for nowThialfihar2010-04-171-1/+1
* rewrote sign-only code, also finally recognize sign-only emails in the list a...Thialfihar2010-04-151-13/+253
* minor layout fixes, replace non breakable spaces if found in an encrypted arm...Thialfihar2010-04-151-5/+11
* 0.8.x branch promoted to version 0.8.1, fixed list view of mail accounts not ...Thialfihar2010-04-141-1/+1
* initial commit of v0.8.0Thialfihar2010-04-061-0/+1496