aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/Apg.java
Commit message (Expand)AuthorAgeFilesLines
* added initial support for HKP key servers, allowing searching and key importThialfihar2010-08-171-0/+23
* 1.0.x merged back into trunkThialfihar2010-08-151-48/+78
* minor Intent/Extra key renamingsThialfihar2010-08-121-4/+5
* added a "force V3 signature" setting similar to the GPG version, hopefully ma...Thialfihar2010-07-271-29/+91
* added secure file deletion, overwriting the file with random data before actu...Thialfihar2010-07-241-0/+22
* 1.0.x changes merged into trunkThialfihar2010-07-161-0/+1
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-161-1897/+1897
* trying to add support for various source and destination modes for encryption...Thialfihar2010-07-091-21/+25
* some playing with content stream decryption and providing the result as conte...Thialfihar2010-07-091-2/+41
* prevent endless loop on some binary data during stream content determination ...Thialfihar2010-07-011-0/+1
* merge 1.0.x back into trunkThialfihar2010-06-301-0/+1
* much better version reading by directly looking for the APG package, rather t...Thialfihar2010-06-181-12/+7
* recent 1.0.x changes into trunkThialfihar2010-06-171-7/+3
* useless imports removedThialfihar2010-06-081-4/+0
* finally read APG version dynamicly, so the version name doesn't have to be ch...Thialfihar2010-06-081-2/+33
* limit GeneralActivity to non-Uri Intents or file:// Uri Intents, now handling...Thialfihar2010-06-061-9/+7
* should have been in the last commitThialfihar2010-06-061-0/+4
* working encryption/decryption of text and files after GeneralActivity hands i...Thialfihar2010-06-061-0/+18
* added search feature for key management and select ActivitiesThialfihar2010-06-051-0/+14
* lifted 1.0.x to new versionThialfihar2010-06-031-1/+1
* added a service to handle the caching, this'll ensure the cache works while n...Thialfihar2010-06-031-3/+14
* deliver the user id as well for secret key selection, so k9mail can use it to...Thialfihar2010-06-011-0/+38
* working encryption out of k9mailThialfihar2010-06-011-2/+8
* use string constants for bundle keys, first Intent for k9mailThialfihar2010-05-311-12/+34
* minor fixes to make key retrieval more stableThialfihar2010-05-301-0/+6
* fixed a method nameThialfihar2010-05-291-3/+3
* adjust version numberThialfihar2010-05-281-1/+1
* 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