aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/ui
Commit message (Expand)AuthorAgeFilesLines
* show key fingerprint in key listThialfihar2010-12-251-2/+2
* use the key server preference to fill a Spinner in the key server query activ...Thialfihar2010-08-171-18/+0
* moved IntegerListPreference to apg.ui.widgetThialfihar2010-08-171-0/+95
* added a key server preference, allowing multiple key servers to be addedThialfihar2010-08-171-0/+98
* added initial support for HKP key servers, allowing searching and key importThialfihar2010-08-171-8/+2
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-164-798/+798
* removed unnecessary importsThialfihar2010-07-163-3/+3
* use string constants for bundle keys, first Intent for k9mailThialfihar2010-05-311-2/+2
* added revocation and creation/expire time info to key table, use both for pub...Thialfihar2010-05-271-1/+1
* fixed symmetric decrypting, stream didn't support .reset(), I guess, so now c...Thialfihar2010-05-211-6/+6
* password cache introduced, not cleared yet.Thialfihar2010-05-151-1/+6
* replaced error and progress strings in APG.java with resource IDs as wellThialfihar2010-05-131-1/+2
* a lot of renaming of IDs, following a strict naming scheme again, moved most ...Thialfihar2010-05-133-27/+24
* choose the NEAREST prime for ElGamal, rather than the next lowestThialfihar2010-04-241-2/+3
* ElGamal support added, fix of some minor GUI bugs, added a bunch of safe prim...Thialfihar2010-04-242-20/+44
* steps towards symmetric file encryptionThialfihar2010-04-231-1/+0
* added file decryption, rewrote the various "Choice" derivations to us the Id ...Thialfihar2010-04-222-59/+41
* initial commit of v0.8.0Thialfihar2010-04-064-0/+789