aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/Id.java
Commit message (Expand)AuthorAgeFilesLines
* renaming whole package to org.apg to simplifiy nameDominik2012-03-091-185/+0
* merged senecasos repoDominik2012-03-091-1/+10
|\
| * -implementation of "--send-key"senecaso2011-10-171-1/+11
| * -mavenizing the projectsenecaso2011-10-061-1/+1
* | Allow to pass large blobs and a new content provider to simplify thisMarkus Doits2011-11-041-0/+3
* | Switch to spongycastleMarkus Doits2011-11-031-1/+1
|/
* testing thread-pausing in verifyText()Thialfihar2010-09-121-0/+1
* moved some Intent extra constants into more appropriate places, some basic pr...Thialfihar2010-09-111-0/+1
* catch null pointer exceptions when the private key cannot be extracted, also ...Thialfihar2010-09-101-0/+1
* added a context menu item to update public keys via key server, adding a key ...Thialfihar2010-08-181-0/+2
* 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/+8
* added a little getting started dialog for first-time use, explaining some bas...Thialfihar2010-07-241-0/+2
* added secure file deletion, overwriting the file with random data before actu...Thialfihar2010-07-241-0/+2
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-161-155/+155
* trying to add support for various source and destination modes for encryption...Thialfihar2010-07-091-0/+7
* working encryption/decryption of text and files after GeneralActivity hands i...Thialfihar2010-06-061-0/+6
* added search to option menu and make it pop up when keys on the physical keyb...Thialfihar2010-06-051-0/+1
* introduced a general application to handle certain Intents, only to hand them...Thialfihar2010-06-051-0/+7
* key lists somewhat wrapped into one, using the new database stuff, Apg cleane...Thialfihar2010-05-261-5/+5
* first steps towards better low-level key management, database upgrade to use ...Thialfihar2010-05-251-0/+5
* default message/file compression settings added, also a setting for file decr...Thialfihar2010-05-161-0/+9
* password cache introduced, not cleared yet.Thialfihar2010-05-151-0/+5
* a lot of renaming of IDs, following a strict naming scheme again, moved most ...Thialfihar2010-05-131-0/+2
* merged DecryptMessageActivity and DecryptFileActivity into one DecryptActivit...Thialfihar2010-05-111-0/+1
* new EncryptActivity to handle message and file encryption all in oneThialfihar2010-05-091-0/+1
* added a button to encrypt to clipboard, change log and about window got their...Thialfihar2010-05-091-0/+5
* added an option to delete files after encryption or decryption, also no longe...Thialfihar2010-05-041-0/+1
* put return values into the Id class as well, changed encrypt file layout to u...Thialfihar2010-04-291-0/+7
* add preferences, use them where applicableThialfihar2010-04-281-0/+1
* added file decryption, rewrote the various "Choice" derivations to us the Id ...Thialfihar2010-04-221-1/+14
* set svn:ignore for bin directory and .project/.classpathThialfihar2010-04-191-0/+2
* major restructuring, moving dialog, message, menu, option menu, task, type ID...Thialfihar2010-04-191-0/+82