| Commit message (Expand) | Author | Age | Files | Lines |
* | Actually check for unknown args for function | Markus Doits | 2011-01-11 | 1 | -1/+4 |
* | Redefine many internals of ApgService | Markus Doits | 2011-01-11 | 1 | -102/+168 |
* | Prevent null pointer exception | Markus Doits | 2011-01-11 | 1 | -1/+1 |
* | Make some things static | Markus Doits | 2011-01-11 | 1 | -6/+36 |
* | Allow helper to clear args and set booleans | Markus Doits | 2011-01-09 | 1 | -0/+8 |
* | Explain AIDL options a little bit more in detail | Markus Doits | 2011-01-09 | 1 | -2/+10 |
* | Document new args in AIDL | Markus Doits | 2011-01-09 | 1 | -3/+8 |
* | Respect options but allow to overwrite them for each call | Markus Doits | 2011-01-09 | 1 | -15/+84 |
* | Prefix local vars with "_" | Markus Doits | 2011-01-09 | 1 | -15/+15 |
* | Reset errors before calling, make some vars final, minor cleanups | Markus Doits | 2011-01-09 | 1 | -10/+19 |
* | Remove obsolete import | Markus Doits | 2011-01-09 | 1 | -1/+0 |
* | Remove weird line | Markus Doits | 2011-01-09 | 1 | -1/+0 |
* | Redesign AIDL-Interface once more | Markus Doits | 2011-01-05 | 3 | -38/+179 |
* | Remove forgotten line | Markus Doits | 2011-01-04 | 1 | -1/+0 |
* | Add connection helper for other projects | Markus Doits | 2011-01-04 | 3 | -14/+165 |
* | Reload preferences on call | Markus Doits | 2010-12-30 | 1 | -3/+3 |
* | Allow to regenerate shared preferences | Markus Doits | 2010-12-30 | 1 | -2/+6 |
* | Merge trunk into apg_service | Markus Doits | 2010-12-29 | 1 | -50/+96 |
* | Add first basic implementation of Apgservice | Markus Doits | 2010-12-29 | 2 | -0/+82 |
* | auto-click encrypt/decrypt button when using an *_AND_RETURN Intent with EXTR... | Thialfihar | 2010-12-25 | 2 | -2/+2 |
* | show key fingerprint in key list | Thialfihar | 2010-12-25 | 8 | -11/+58 |
* | DataSource: consider content URI sources "binary" also | Thialfihar | 2010-12-25 | 1 | -1/+5 |
* | 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 |