| 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 |
* | added an Intent and functionality to generate detached signatures | Thialfihar | 2010-12-25 | 1 | -8/+36 |
* | start encryption/decryption for ENCRYPT_AND_RETURN/DECRYPT_AND_RETURN if MESS... | Thialfihar | 2010-09-26 | 1 | -1/+1 |
* | moved some Intent extra constants into more appropriate places, some basic pr... | Thialfihar | 2010-09-11 | 1 | -1/+1 |
* | properly URI-decode file:// URIs, so the files can be found | Thialfihar | 2010-08-17 | 1 | -1/+1 |
* | added a "force V3 signature" setting similar to the GPG version, hopefully ma... | Thialfihar | 2010-07-27 | 1 | -7/+25 |
* | added an optional checkbox to the file dialog, can be used for instance to op... | Thialfihar | 2010-07-26 | 1 | -2/+2 |
* | change the text of encrypt buttons according to selected signature or keys, m... | Thialfihar | 2010-07-24 | 1 | -9/+70 |
* | 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 | -61/+68 |
* | added some info about the speed of compression algorithms, mostly to warn abo... | Thialfihar | 2010-07-05 | 1 | -13/+27 |
* | using proper PreferenceActivity now, tho the underlying storage of the values... | Thialfihar | 2010-06-17 | 1 | -5/+6 |
* | recent 1.0.x changes into trunk | Thialfihar | 2010-06-17 | 1 | -1/+5 |
* | in the encrypt activity automatically select the signature key as encryption ... | Thialfihar | 2010-06-07 | 1 | -1/+17 |
* | some Activity Intent filter cleanup, pass messages via Strings rather than By... | Thialfihar | 2010-06-06 | 1 | -4/+4 |
* | working encryption/decryption of text and files after GeneralActivity hands i... | Thialfihar | 2010-06-06 | 1 | -1/+8 |
* | some small bugfixes | Thialfihar | 2010-06-02 | 1 | -2/+4 |
* | force message encrypt/decrypt view if the activities are called via *_AND_RET... | Thialfihar | 2010-06-02 | 1 | -0/+17 |
* | betterly store the information that the intent demands an immediate return, c... | Thialfihar | 2010-06-02 | 1 | -12/+14 |
* | support ASTRO and others for the file selection | Thialfihar | 2010-06-01 | 1 | -6/+4 |
* | deliver the user id as well for secret key selection, so k9mail can use it to... | Thialfihar | 2010-06-01 | 1 | -4/+6 |
* | working encryption out of k9mail | Thialfihar | 2010-06-01 | 1 | -43/+61 |
* | use string constants for bundle keys, first Intent for k9mail | Thialfihar | 2010-05-31 | 1 | -14/+14 |
* | some coding practice and potential bug fixes | Thialfihar | 2010-05-27 | 1 | -0/+1 |
* | key lists somewhat wrapped into one, using the new database stuff, Apg cleane... | Thialfihar | 2010-05-26 | 1 | -2/+2 |
* | fixed symmetric decrypting, stream didn't support .reset(), I guess, so now c... | Thialfihar | 2010-05-21 | 1 | -6/+6 |
* | default message/file compression settings added, also a setting for file decr... | Thialfihar | 2010-05-16 | 1 | -1/+28 |
* | password cache introduced, not cleared yet. | Thialfihar | 2010-05-15 | 1 | -7/+7 |
* | replaced error and progress strings in APG.java with resource IDs as well | Thialfihar | 2010-05-13 | 1 | -2/+2 |
* | a lot of renaming of IDs, following a strict naming scheme again, moved most ... | Thialfihar | 2010-05-13 | 1 | -48/+48 |
* | new EncryptActivity to handle message and file encryption all in one | Thialfihar | 2010-05-09 | 1 | -0/+783 |