| Commit message (Expand) | Author | Age | Files | Lines |
* | added an Intent and functionality to generate detached signatures | Thialfihar | 2010-12-25 | 3 | -10/+176 |
* | start encryption/decryption for ENCRYPT_AND_RETURN/DECRYPT_AND_RETURN if MESS... | Thialfihar | 2010-09-26 | 2 | -2/+2 |
* | testing thread-pausing in verifyText() | Thialfihar | 2010-09-12 | 5 | -10/+68 |
* | moved some Intent extra constants into more appropriate places, some basic pr... | Thialfihar | 2010-09-11 | 13 | -33/+97 |
* | catch null pointer exceptions when the private key cannot be extracted, also ... | Thialfihar | 2010-09-10 | 4 | -6/+60 |
* | trivial variable renaming | Thialfihar | 2010-08-31 | 1 | -3/+3 |
* | moved key editing beta warning into strings.xml | Thialfihar | 2010-08-22 | 1 | -1/+2 |
* | integrated key server look-up into decrypt Activity, allowing to touch an unk... | Thialfihar | 2010-08-18 | 5 | -10/+35 |
* | explicitly set a timeout for connecting and reading for a key server query | Thialfihar | 2010-08-18 | 1 | -0/+2 |
* | starting new versioning for beta builds, only show changelog on release builds | Thialfihar | 2010-08-18 | 2 | -1/+15 |
* | added a context menu item to update public keys via key server, adding a key ... | Thialfihar | 2010-08-18 | 5 | -12/+96 |
* | use the key server preference to fill a Spinner in the key server query activ... | Thialfihar | 2010-08-17 | 2 | -19/+26 |
* | moved IntegerListPreference to apg.ui.widget | Thialfihar | 2010-08-17 | 2 | -1/+2 |
* | added a key server preference, allowing multiple key servers to be added | Thialfihar | 2010-08-17 | 7 | -0/+299 |
* | gave HKP server proper error handling, going through all IPs of a pool until ... | Thialfihar | 2010-08-17 | 3 | -39/+129 |
* | properly URI-decode file:// URIs, so the files can be found | Thialfihar | 2010-08-17 | 4 | -4/+4 |
* | added initial support for HKP key servers, allowing searching and key import | Thialfihar | 2010-08-17 | 13 | -19/+443 |
* | 1.0.x merged back into trunk | Thialfihar | 2010-08-15 | 1 | -48/+78 |
* | minor Intent/Extra key renamings | Thialfihar | 2010-08-12 | 2 | -7/+8 |
* | changed the account adding a bit, hopefully working with Froyo, at least prev... | Thialfihar | 2010-08-05 | 1 | -9/+21 |
* | added a "force V3 signature" setting similar to the GPG version, hopefully ma... | Thialfihar | 2010-07-27 | 5 | -36/+140 |
* | added an optional checkbox to the file dialog, can be used for instance to op... | Thialfihar | 2010-07-26 | 5 | -12/+38 |
* | change the text of encrypt buttons according to selected signature or keys, m... | Thialfihar | 2010-07-24 | 1 | -9/+70 |
* | added a little getting started dialog for first-time use, explaining some bas... | Thialfihar | 2010-07-24 | 4 | -10/+74 |
* | added secure file deletion, overwriting the file with random data before actu... | Thialfihar | 2010-07-24 | 5 | -19/+82 |
* | have a direct set/change pass phrase button in key creation/editing, instead ... | Thialfihar | 2010-07-23 | 1 | -19/+20 |
* | added a language setting to change the language directly | Thialfihar | 2010-07-18 | 5 | -2/+71 |
* | fixed two variable names | Thialfihar | 2010-07-18 | 1 | -9/+9 |
* | fixed the made-up word "authentification", also changed the title of that dia... | Thialfihar | 2010-07-18 | 1 | -1/+1 |
* | 1.0.x changes merged into trunk | Thialfihar | 2010-07-16 | 5 | -7/+15 |
* | set svn:eol-style to LF for all code/resource files | Thialfihar | 2010-07-16 | 33 | -6930/+6930 |
* | removed unnecessary imports | Thialfihar | 2010-07-16 | 3 | -3/+3 |
* | trying to add support for various source and destination modes for encryption... | Thialfihar | 2010-07-09 | 15 | -186/+380 |
* | some playing with content stream decryption and providing the result as conte... | Thialfihar | 2010-07-09 | 3 | -35/+116 |
* | added some info about the speed of compression algorithms, mostly to warn abo... | Thialfihar | 2010-07-05 | 3 | -28/+73 |
* | prevent endless loop on some binary data during stream content determination ... | Thialfihar | 2010-07-01 | 1 | -0/+1 |
* | merge 1.0.x back into trunk | Thialfihar | 2010-06-30 | 2 | -5/+5 |
* | much better version reading by directly looking for the APG package, rather t... | Thialfihar | 2010-06-18 | 1 | -12/+7 |
* | removed an outdated TODO comment | Thialfihar | 2010-06-17 | 1 | -3/+0 |
* | using proper PreferenceActivity now, tho the underlying storage of the values... | Thialfihar | 2010-06-17 | 7 | -285/+343 |
* | recent 1.0.x changes into trunk | Thialfihar | 2010-06-17 | 3 | -8/+11 |
* | useless imports removed | Thialfihar | 2010-06-08 | 1 | -4/+0 |
* | finally read APG version dynamicly, so the version name doesn't have to be ch... | Thialfihar | 2010-06-08 | 4 | -7/+39 |
* | make sure the preselected encryption key can encrypt, otherwise deselect it a... | Thialfihar | 2010-06-07 | 1 | -0/+4 |
* | in the encrypt activity automatically select the signature key as encryption ... | Thialfihar | 2010-06-07 | 1 | -1/+17 |
* | limit GeneralActivity to non-Uri Intents or file:// Uri Intents, now handling... | Thialfihar | 2010-06-06 | 3 | -18/+60 |
* | content provider changes, especially querying key rings by emails | Thialfihar | 2010-06-06 | 1 | -26/+82 |
* | should have been in the last commit | Thialfihar | 2010-06-06 | 1 | -0/+4 |
* | the select public key list now uses the selection for the ordering, putting a... | Thialfihar | 2010-06-06 | 2 | -16/+23 |
* | some Activity Intent filter cleanup, pass messages via Strings rather than By... | Thialfihar | 2010-06-06 | 2 | -8/+7 |