| Commit message (Expand) | Author | Age | Files | Lines |
* | auto-click encrypt/decrypt button when using an *_AND_RETURN Intent with EXTR... | Thialfihar | 2010-12-25 | 1 | -1/+1 |
* | show key fingerprint in key list | Thialfihar | 2010-12-25 | 1 | -2/+2 |
* | start encryption/decryption for ENCRYPT_AND_RETURN/DECRYPT_AND_RETURN if MESS... | Thialfihar | 2010-09-26 | 1 | -1/+1 |
* | testing thread-pausing in verifyText() | Thialfihar | 2010-09-12 | 1 | -2/+50 |
* | moved some Intent extra constants into more appropriate places, some basic pr... | Thialfihar | 2010-09-11 | 1 | -2/+15 |
* | integrated key server look-up into decrypt Activity, allowing to touch an unk... | Thialfihar | 2010-08-18 | 1 | -0/+17 |
* | properly URI-decode file:// URIs, so the files can be found | Thialfihar | 2010-08-17 | 1 | -1/+1 |
* | added initial support for HKP key servers, allowing searching and key import | Thialfihar | 2010-08-17 | 1 | -1/+1 |
* | added an optional checkbox to the file dialog, can be used for instance to op... | Thialfihar | 2010-07-26 | 1 | -2/+2 |
* | added secure file deletion, overwriting the file with random data before actu... | Thialfihar | 2010-07-24 | 1 | -2/+1 |
* | trying to add support for various source and destination modes for encryption... | Thialfihar | 2010-07-09 | 1 | -92/+77 |
* | some playing with content stream decryption and providing the result as conte... | Thialfihar | 2010-07-09 | 1 | -33/+57 |
* | added some info about the speed of compression algorithms, mostly to warn abo... | Thialfihar | 2010-07-05 | 1 | -11/+37 |
* | some Activity Intent filter cleanup, pass messages via Strings rather than By... | Thialfihar | 2010-06-06 | 1 | -4/+3 |
* | working encryption/decryption of text and files after GeneralActivity hands i... | Thialfihar | 2010-06-06 | 1 | -16/+8 |
* | some small bugfixes | Thialfihar | 2010-06-02 | 1 | -3/+1 |
* | trivial | Thialfihar | 2010-06-02 | 1 | -1/+0 |
* | force message encrypt/decrypt view if the activities are called via *_AND_RET... | Thialfihar | 2010-06-02 | 1 | -3/+16 |
* | betterly store the information that the intent demands an immediate return, c... | Thialfihar | 2010-06-02 | 1 | -7/+8 |
* | by default show the undecrypted block without line wrapping, just feels less ... | Thialfihar | 2010-06-02 | 1 | -2/+4 |
* | support ASTRO and others for the file selection | Thialfihar | 2010-06-01 | 1 | -7/+4 |
* | working encryption out of k9mail | Thialfihar | 2010-06-01 | 1 | -1/+0 |
* | use string constants for bundle keys, first Intent for k9mail | Thialfihar | 2010-05-31 | 1 | -32/+65 |
* | use new key database for encryption and decryption | Thialfihar | 2010-05-26 | 1 | -0/+1 |
* | fixed symmetric decrypting, stream didn't support .reset(), I guess, so now c... | Thialfihar | 2010-05-21 | 1 | -9/+8 |
* | catch ACTION_SEND intent to decrypt, allowing k9mail's "Forward (alternate)" ... | Thialfihar | 2010-05-18 | 1 | -0/+13 |
* | keep track of the position the input stream for decryption, makes it possible... | Thialfihar | 2010-05-17 | 1 | -4/+9 |
* | password cache introduced, not cleared yet. | Thialfihar | 2010-05-15 | 1 | -10/+19 |
* | remove .pgp for filename guessing for decryption | Thialfihar | 2010-05-14 | 1 | -1/+1 |
* | replaced error and progress strings in APG.java with resource IDs as well | Thialfihar | 2010-05-13 | 1 | -4/+5 |
* | a lot of renaming of IDs, following a strict naming scheme again, moved most ... | Thialfihar | 2010-05-13 | 1 | -33/+36 |
* | Log removal and such | Thialfihar | 2010-05-11 | 1 | -2/+0 |
* | fix a signature bug, which resulted in wrongly read signatures if there was o... | Thialfihar | 2010-05-11 | 1 | -2/+22 |
* | merged DecryptMessageActivity and DecryptFileActivity into one DecryptActivit... | Thialfihar | 2010-05-11 | 1 | -0/+598 |