aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/EditKeyActivity.java
Commit message (Expand)AuthorAgeFilesLines
* moved some Intent extra constants into more appropriate places, some basic pr...Thialfihar2010-09-111-1/+1
* moved key editing beta warning into strings.xmlThialfihar2010-08-221-1/+2
* added initial support for HKP key servers, allowing searching and key importThialfihar2010-08-171-1/+0
* have a direct set/change pass phrase button in key creation/editing, instead ...Thialfihar2010-07-231-19/+20
* use string constants for bundle keys, first Intent for k9mailThialfihar2010-05-311-6/+5
* import/export/delete/save keyrings working with new database stuffThialfihar2010-05-261-0/+6
* fixed symmetric decrypting, stream didn't support .reset(), I guess, so now c...Thialfihar2010-05-211-5/+5
* import file default for keys is empty now, changed import text a little, and ...Thialfihar2010-05-191-1/+2
* give key editing its own pass phrase mechanism, as the new cache won't work t...Thialfihar2010-05-161-6/+8
* added pass phrase cache to preferences, not used yet, but preference and abou...Thialfihar2010-05-151-6/+8
* password cache introduced, not cleared yet.Thialfihar2010-05-151-11/+17
* a lot of renaming of IDs, following a strict naming scheme again, moved most ...Thialfihar2010-05-131-11/+11
* Log removal and suchThialfihar2010-05-111-3/+0
* use XML layout for pass phrase dialogs as well now, doing away with awkward m...Thialfihar2010-05-111-24/+7
* ElGamal support added, fix of some minor GUI bugs, added a bunch of safe prim...Thialfihar2010-04-241-1/+4
* bug prevents pass phrase being recognized, making key creation unusableThialfihar2010-04-241-1/+1
* set svn:ignore for bin directory and .project/.classpathThialfihar2010-04-191-2/+0
* major restructuring, moving dialog, message, menu, option menu, task, type ID...Thialfihar2010-04-191-139/+33
* initial commit of v0.8.0Thialfihar2010-04-061-0/+401