aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/DecryptActivity.java
Commit message (Expand)AuthorAgeFilesLines
* auto-click encrypt/decrypt button when using an *_AND_RETURN Intent with EXTR...Thialfihar2010-12-251-1/+1
* show key fingerprint in key listThialfihar2010-12-251-2/+2
* start encryption/decryption for ENCRYPT_AND_RETURN/DECRYPT_AND_RETURN if MESS...Thialfihar2010-09-261-1/+1
* testing thread-pausing in verifyText()Thialfihar2010-09-121-2/+50
* moved some Intent extra constants into more appropriate places, some basic pr...Thialfihar2010-09-111-2/+15
* integrated key server look-up into decrypt Activity, allowing to touch an unk...Thialfihar2010-08-181-0/+17
* properly URI-decode file:// URIs, so the files can be foundThialfihar2010-08-171-1/+1
* added initial support for HKP key servers, allowing searching and key importThialfihar2010-08-171-1/+1
* added an optional checkbox to the file dialog, can be used for instance to op...Thialfihar2010-07-261-2/+2
* 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-92/+77
* some playing with content stream decryption and providing the result as conte...Thialfihar2010-07-091-33/+57
* added some info about the speed of compression algorithms, mostly to warn abo...Thialfihar2010-07-051-11/+37
* some Activity Intent filter cleanup, pass messages via Strings rather than By...Thialfihar2010-06-061-4/+3
* working encryption/decryption of text and files after GeneralActivity hands i...Thialfihar2010-06-061-16/+8
* some small bugfixesThialfihar2010-06-021-3/+1
* trivialThialfihar2010-06-021-1/+0
* force message encrypt/decrypt view if the activities are called via *_AND_RET...Thialfihar2010-06-021-3/+16
* betterly store the information that the intent demands an immediate return, c...Thialfihar2010-06-021-7/+8
* by default show the undecrypted block without line wrapping, just feels less ...Thialfihar2010-06-021-2/+4
* support ASTRO and others for the file selectionThialfihar2010-06-011-7/+4
* working encryption out of k9mailThialfihar2010-06-011-1/+0
* use string constants for bundle keys, first Intent for k9mailThialfihar2010-05-311-32/+65
* use new key database for encryption and decryptionThialfihar2010-05-261-0/+1
* fixed symmetric decrypting, stream didn't support .reset(), I guess, so now c...Thialfihar2010-05-211-9/+8
* catch ACTION_SEND intent to decrypt, allowing k9mail's "Forward (alternate)" ...Thialfihar2010-05-181-0/+13
* keep track of the position the input stream for decryption, makes it possible...Thialfihar2010-05-171-4/+9
* password cache introduced, not cleared yet.Thialfihar2010-05-151-10/+19
* remove .pgp for filename guessing for decryptionThialfihar2010-05-141-1/+1
* replaced error and progress strings in APG.java with resource IDs as wellThialfihar2010-05-131-4/+5
* a lot of renaming of IDs, following a strict naming scheme again, moved most ...Thialfihar2010-05-131-33/+36
* Log removal and suchThialfihar2010-05-111-2/+0
* fix a signature bug, which resulted in wrongly read signatures if there was o...Thialfihar2010-05-111-2/+22
* merged DecryptMessageActivity and DecryptFileActivity into one DecryptActivit...Thialfihar2010-05-111-0/+598