aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/BaseActivity.java
Commit message (Expand)AuthorAgeFilesLines
* renaming whole package to org.apg to simplifiy nameDominik2012-03-091-464/+0
* merged senecasos repoDominik2012-03-091-0/+7
|\
| * -implementation of "--send-key"senecaso2011-10-171-0/+7
* | @Override refactoring, some explicit casting addedOliver Runge2011-09-171-1/+0
|/
* testing thread-pausing in verifyText()Thialfihar2010-09-121-4/+0
* moved some Intent extra constants into more appropriate places, some basic pr...Thialfihar2010-09-111-14/+26
* added initial support for HKP key servers, allowing searching and key importThialfihar2010-08-171-0/+8
* minor Intent/Extra key renamingsThialfihar2010-08-121-3/+3
* added secure file deletion, overwriting the file with random data before actu...Thialfihar2010-07-241-15/+56
* added a language setting to change the language directlyThialfihar2010-07-181-0/+20
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-161-381/+381
* using proper PreferenceActivity now, tho the underlying storage of the values...Thialfihar2010-06-171-98/+11
* finally read APG version dynamicly, so the version name doesn't have to be ch...Thialfihar2010-06-081-3/+4
* added search to option menu and make it pop up when keys on the physical keyb...Thialfihar2010-06-051-0/+5
* make sure previously cache settings of "until quit" are changed to the new de...Thialfihar2010-06-031-2/+9
* added a service to handle the caching, this'll ensure the cache works while n...Thialfihar2010-06-031-28/+6
* use string constants for bundle keys, first Intent for k9mailThialfihar2010-05-311-12/+12
* import/export/delete/save keyrings working with new database stuffThialfihar2010-05-261-0/+2
* key lists somewhat wrapped into one, using the new database stuff, Apg cleane...Thialfihar2010-05-261-1/+10
* removed unnecessary importsThialfihar2010-05-191-1/+0
* actually use the compression settings ;), and give them better default valuesThialfihar2010-05-191-2/+2
* default message/file compression settings added, also a setting for file decr...Thialfihar2010-05-161-0/+23
* honour the pass phrase cache TTL by running a timer and removing expired cach...Thialfihar2010-05-161-5/+33
* unused imports removedThialfihar2010-05-151-2/+0
* added pass phrase cache to preferences, not used yet, but preference and abou...Thialfihar2010-05-151-0/+75
* password cache introduced, not cleared yet.Thialfihar2010-05-151-9/+4
* replaced error and progress strings in APG.java with resource IDs as wellThialfihar2010-05-131-2/+4
* a lot of renaming of IDs, following a strict naming scheme again, moved most ...Thialfihar2010-05-131-25/+29
* added an option to delete files after encryption or decryption, also no longe...Thialfihar2010-05-041-0/+44
* add preferences, use them where applicableThialfihar2010-04-281-0/+50
* set svn:ignore for bin directory and .project/.classpathThialfihar2010-04-191-2/+15
* major restructuring, moving dialog, message, menu, option menu, task, type ID...Thialfihar2010-04-191-0/+235