Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Update AIDL-Doc | Markus Doits | 2011-01-17 | 1 | -23/+26 | |
| | | ||||||
* | | Allow to sign and specify passphrase on decrypting | Markus Doits | 2011-01-17 | 1 | -13/+35 | |
| | | ||||||
* | | Update version information to reflect branch | Markus Doits | 2011-01-17 | 1 | -1/+1 | |
| | | ||||||
* | | Clear result, too | Markus Doits | 2011-01-13 | 1 | -0/+5 | |
| | | ||||||
* | | Add asymmetric encryption | Markus Doits | 2011-01-13 | 2 | -82/+186 | |
| | | ||||||
* | | Prepare ApgCon for asymetric enc and clean up | Markus Doits | 2011-01-13 | 1 | -14/+43 | |
| | | ||||||
* | | 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 | |
| | | | | | | | | | | | | | | | | This helps to add new function calls easily. Some of the new enums could be exported to other files to be included by other projects later on. Next step is asymmetric encryption. | |||||
* | | Prevent null pointer exception | Markus Doits | 2011-01-11 | 1 | -1/+1 | |
| | | | | | | | | Error-msg should be better, though. | |||||
* | | Make some things static | Markus Doits | 2011-01-11 | 1 | -6/+36 | |
| | | | | | | | | | | *Should* speed up encryption, or better: does not make encryption using AIDL slower than using APG directly. | |||||
* | | 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 | |
| | | | | | | | | | | By default the values set in APG's options are respected now. But they can be overwritten by special parameters passed through. | |||||
* | | 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 | |
| | | | | | | | | | | | | | | | | Using Bundles makes passing data easier and does not need to redefine the interface if the internel functions change. The helper class has been updated accordingly. In addition, it wrappes completely around all input and output (if wanted). | |||||
* | | 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 | |
| | | | | | | | | | | This eases using the AIDL-Interface and is the recommended way for other project to implement the connection. | |||||
* | | Reload preferences on call | Markus Doits | 2010-12-30 | 1 | -3/+3 | |
| | | | | | | | | refs r326 | |||||
* | | Allow to regenerate shared preferences | Markus Doits | 2010-12-30 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I encountered a problem that changing preferences in APG did not change the preferences in ApgService after it was called once: 1. call getPreferences 2. change settings in APG 3. call getPreferences again --> the result at 3. was still having preferences from 1. To work around this, the function getPreferences has been updated to force the new generation of preferences while not breaking any other code relying on the old behaviour. | |||||
* | | Remove weird chars at the beginning of xml | Markus Doits | 2010-12-29 | 1 | -1/+1 | |
| | | ||||||
* | | Fix wrong placed backslash | Markus Doits | 2010-12-29 | 1 | -1/+1 | |
| | | ||||||
* | | Merge trunk into apg_service | Markus Doits | 2010-12-29 | 2 | -50/+102 | |
| | | ||||||
* | | Add first basic implementation of Apgservice | Markus Doits | 2010-12-29 | 3 | -1/+87 | |
| | | | | | | | | | | | | | | | | | | | | | | Provides an AIDL-API for other apps to encrypt and decrypt a string symmetrically with a passphrase. Function names and API is by no way finalized and will change! Support for asymetric encription will follow. For reference and discussion see issue #71, https://code.google.com/p/android-privacy-guard/issues/detail?id=71 | |||||
* | | Branch for ApgService AIDL development until spec is final | Markus Doits | 2010-12-27 | 0 | -0/+0 | |
|/ | ||||||
* | (no commit message) | Sander Danielsen | 2010-12-26 | 1 | -1/+5 | |
| | ||||||
* | trunk lifted to next beta version | Thialfihar | 2010-12-25 | 1 | -1/+1 | |
| | ||||||
* | prepare 1.0.8 release | Thialfihar | 2010-12-25 | 1 | -1/+1 | |
| | ||||||
* | auto-click encrypt/decrypt button when using an *_AND_RETURN Intent with ↵ | Thialfihar | 2010-12-25 | 2 | -2/+2 | |
| | | | | | | | EXTRA_DATA or ContentURI Fixes issue 67 | |||||
* | show key fingerprint in key list | Thialfihar | 2010-12-25 | 9 | -11/+59 | |
| | | | | | Fixes issue 76 | |||||
* | added Chinese translation | Thialfihar | 2010-12-25 | 2 | -0/+315 | |
| | ||||||
* | renamed values-nb to values-no as the correct macro language code | Thialfihar | 2010-12-25 | 1 | -315/+0 | |
| | ||||||
* | renamed values-nb to values-no as the correct macro language code | Thialfihar | 2010-12-25 | 2 | -2/+317 | |
| | ||||||
* | changed values-nn to values-nb for Norsk bokmål, added it as supported language | Thialfihar | 2010-12-25 | 1 | -315/+0 | |
| | ||||||
* | changed values-nn to values-nb for Norsk bokmål, added it as supported language | Thialfihar | 2010-12-25 | 2 | -2/+318 | |
| | ||||||
* | 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 | 4 | -10/+177 | |
| | ||||||
* | strings fixes | Thialfihar | 2010-12-22 | 7 | -7/+7 | |
| | ||||||
* | Danish pass phrase ttyl hour options added | Thialfihar | 2010-12-22 | 1 | -0/+4 | |
| | ||||||
* | unescaped apostrophe fix in a strings.xml | Thialfihar | 2010-12-22 | 1 | -1/+1 | |
| | ||||||
* | added pass phrase cache ttl options 2 hours, 4 hours, 8 hours | Thialfihar | 2010-12-22 | 8 | -14/+21 | |
| | ||||||
* | (no commit message) | Sander Danielsen | 2010-12-08 | 1 | -245/+252 | |
| | ||||||
* | start encryption/decryption for ENCRYPT_AND_RETURN/DECRYPT_AND_RETURN if ↵ | Thialfihar | 2010-09-26 | 2 | -2/+2 | |
| | | | | MESSAGE_DATA is used rather than MESSAGE_TEXT | |||||
* | Added italian translations for the new keys | Rick Deckard | 2010-09-13 | 1 | -0/+50 | |
| | ||||||
* | removed the accidentally created directory | Thialfihar | 2010-09-12 | 0 | -0/+0 | |
| | ||||||
* | testing thread-pausing in verifyText() | Thialfihar | 2010-09-12 | 6 | -10/+70 | |
| | ||||||
* | (no commit message) | Sander Danielsen | 2010-09-12 | 0 | -0/+0 | |
| |