aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/EncryptActivity.java
Commit message (Expand)AuthorAgeFilesLines
* auto-click encrypt/decrypt button when using an *_AND_RETURN Intent with EXTR...Thialfihar2010-12-251-1/+1
* added an Intent and functionality to generate detached signaturesThialfihar2010-12-251-8/+36
* start encryption/decryption for ENCRYPT_AND_RETURN/DECRYPT_AND_RETURN if MESS...Thialfihar2010-09-261-1/+1
* moved some Intent extra constants into more appropriate places, some basic pr...Thialfihar2010-09-111-1/+1
* properly URI-decode file:// URIs, so the files can be foundThialfihar2010-08-171-1/+1
* added a "force V3 signature" setting similar to the GPG version, hopefully ma...Thialfihar2010-07-271-7/+25
* added an optional checkbox to the file dialog, can be used for instance to op...Thialfihar2010-07-261-2/+2
* change the text of encrypt buttons according to selected signature or keys, m...Thialfihar2010-07-241-9/+70
* added secure file deletion, overwriting the file with random data before actu...Thialfihar2010-07-241-2/+1
* trying to add support for various source and destination modes for encryption...Thialfihar2010-07-091-61/+68
* added some info about the speed of compression algorithms, mostly to warn abo...Thialfihar2010-07-051-13/+27
* using proper PreferenceActivity now, tho the underlying storage of the values...Thialfihar2010-06-171-5/+6
* recent 1.0.x changes into trunkThialfihar2010-06-171-1/+5
* in the encrypt activity automatically select the signature key as encryption ...Thialfihar2010-06-071-1/+17
* some Activity Intent filter cleanup, pass messages via Strings rather than By...Thialfihar2010-06-061-4/+4
* working encryption/decryption of text and files after GeneralActivity hands i...Thialfihar2010-06-061-1/+8
* some small bugfixesThialfihar2010-06-021-2/+4
* force message encrypt/decrypt view if the activities are called via *_AND_RET...Thialfihar2010-06-021-0/+17
* betterly store the information that the intent demands an immediate return, c...Thialfihar2010-06-021-12/+14
* support ASTRO and others for the file selectionThialfihar2010-06-011-6/+4
* deliver the user id as well for secret key selection, so k9mail can use it to...Thialfihar2010-06-011-4/+6
* working encryption out of k9mailThialfihar2010-06-011-43/+61
* use string constants for bundle keys, first Intent for k9mailThialfihar2010-05-311-14/+14
* some coding practice and potential bug fixesThialfihar2010-05-271-0/+1
* key lists somewhat wrapped into one, using the new database stuff, Apg cleane...Thialfihar2010-05-261-2/+2
* fixed symmetric decrypting, stream didn't support .reset(), I guess, so now c...Thialfihar2010-05-211-6/+6
* default message/file compression settings added, also a setting for file decr...Thialfihar2010-05-161-1/+28
* password cache introduced, not cleared yet.Thialfihar2010-05-151-7/+7
* replaced error and progress strings in APG.java with resource IDs as wellThialfihar2010-05-131-2/+2
* a lot of renaming of IDs, following a strict naming scheme again, moved most ...Thialfihar2010-05-131-48/+48
* new EncryptActivity to handle message and file encryption all in oneThialfihar2010-05-091-0/+783