aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/PublicKeyListActivity.java
Commit message (Expand)AuthorAgeFilesLines
* renaming whole package to org.apg to simplifiy nameDominik2012-03-091-182/+0
* fixes to clipboard managementDominik2012-03-091-94/+90
* -implementation of "--send-key"senecaso2011-10-171-1/+59
* -mavenizing the projectsenecaso2011-10-061-1/+1
* integrated key server look-up into decrypt Activity, allowing to touch an unk...Thialfihar2010-08-181-1/+1
* added a context menu item to update public keys via key server, adding a key ...Thialfihar2010-08-181-0/+66
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-161-62/+62
* trying to add support for various source and destination modes for encryption...Thialfihar2010-07-091-1/+1
* added search to option menu and make it pop up when keys on the physical keyb...Thialfihar2010-06-051-2/+4
* key lists somewhat wrapped into one, using the new database stuff, Apg cleane...Thialfihar2010-05-261-530/+5
* fixed symmetric decrypting, stream didn't support .reset(), I guess, so now c...Thialfihar2010-05-211-3/+3
* import file default for keys is empty now, changed import text a little, and ...Thialfihar2010-05-191-1/+1
* added pass phrase cache to preferences, not used yet, but preference and abou...Thialfihar2010-05-151-5/+6
* a lot of renaming of IDs, following a strict naming scheme again, moved most ...Thialfihar2010-05-131-40/+36
* removed some useless importsThialfihar2010-04-291-1/+0
* use the app directory for default import/export file pathsThialfihar2010-04-291-2/+2
* set svn:ignore for bin directory and .project/.classpathThialfihar2010-04-191-2/+4
* major restructuring, moving dialog, message, menu, option menu, task, type ID...Thialfihar2010-04-191-188/+115
* use OI File Manager intents to handle open/save file selectionThialfihar2010-04-171-6/+42
* wrapped file dialogs into class in preparation for proper file pickingThialfihar2010-04-171-60/+24
* 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/+660