aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/Apg.java
Commit message (Expand)AuthorAgeFilesLines
* show key fingerprint in key listThialfihar2010-12-251-1/+29
* added an Intent and functionality to generate detached signaturesThialfihar2010-12-251-2/+130
* testing thread-pausing in verifyText()Thialfihar2010-09-121-4/+16
* moved some Intent extra constants into more appropriate places, some basic pr...Thialfihar2010-09-111-8/+3
* catch null pointer exceptions when the private key cannot be extracted, also ...Thialfihar2010-09-101-2/+31
* integrated key server look-up into decrypt Activity, allowing to touch an unk...Thialfihar2010-08-181-0/+1
* starting new versioning for beta builds, only show changelog on release buildsThialfihar2010-08-181-0/+14
* added a context menu item to update public keys via key server, adding a key ...Thialfihar2010-08-181-0/+1
* added a key server preference, allowing multiple key servers to be addedThialfihar2010-08-171-0/+1
* 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