aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Catch callback's and apg-call's (are there any?) exceptionsMarkus Doits2011-01-201-2/+13
* Some more error outputMarkus Doits2011-01-201-3/+3
* Some better errors (hopefully more information)Markus Doits2011-01-201-19/+89
* Fix wrong param in docMarkus Doits2011-01-201-1/+1
* Add javadoc on public thingsMarkus Doits2011-01-201-14/+320
* Allow async execution of an AIDL callMarkus Doits2011-01-191-18/+141
* Compare strings like they should be comparedMarkus Doits2011-01-181-4/+4
* Add another verbose hint for ApgCon constructorMarkus Doits2011-01-181-0/+1
* Print api_version if matchingMarkus Doits2011-01-181-0/+2
* Check for AIDL Api version and ApgServiceMarkus Doits2011-01-181-2/+33
* Update AIDL to reflect new argument namesMarkus Doits2011-01-181-25/+45
* More finegrained errorsMarkus Doits2011-01-181-11/+27
* Rename parametersMarkus Doits2011-01-181-33/+33
* Refactor some log priosMarkus Doits2011-01-181-10/+9
* Allow get_master_key to accept null stringMarkus Doits2011-01-171-0/+3
* Update AIDL-DocMarkus Doits2011-01-171-23/+26
* Allow to sign and specify passphrase on decryptingMarkus Doits2011-01-171-13/+35
* Clear result, tooMarkus Doits2011-01-131-0/+5
* Add asymmetric encryptionMarkus Doits2011-01-132-82/+186
* Prepare ApgCon for asymetric enc and clean upMarkus Doits2011-01-131-14/+43
* Actually check for unknown args for functionMarkus Doits2011-01-111-1/+4
* Redefine many internals of ApgServiceMarkus Doits2011-01-111-102/+168
* Prevent null pointer exceptionMarkus Doits2011-01-111-1/+1
* Make some things staticMarkus Doits2011-01-111-6/+36
* Allow helper to clear args and set booleansMarkus Doits2011-01-091-0/+8
* Explain AIDL options a little bit more in detailMarkus Doits2011-01-091-2/+10
* Document new args in AIDLMarkus Doits2011-01-091-3/+8
* Respect options but allow to overwrite them for each callMarkus Doits2011-01-091-15/+84
* Prefix local vars with "_"Markus Doits2011-01-091-15/+15
* Reset errors before calling, make some vars final, minor cleanupsMarkus Doits2011-01-091-10/+19
* Remove obsolete importMarkus Doits2011-01-091-1/+0
* Remove weird lineMarkus Doits2011-01-091-1/+0
* Redesign AIDL-Interface once moreMarkus Doits2011-01-053-38/+179
* Remove forgotten lineMarkus Doits2011-01-041-1/+0
* Add connection helper for other projectsMarkus Doits2011-01-043-14/+165
* Reload preferences on callMarkus Doits2010-12-301-3/+3
* Allow to regenerate shared preferencesMarkus Doits2010-12-301-2/+6
* Merge trunk into apg_serviceMarkus Doits2010-12-291-50/+96
* Add first basic implementation of ApgserviceMarkus Doits2010-12-292-0/+82
* auto-click encrypt/decrypt button when using an *_AND_RETURN Intent with EXTR...Thialfihar2010-12-252-2/+2
* show key fingerprint in key listThialfihar2010-12-258-11/+58
* DataSource: consider content URI sources "binary" alsoThialfihar2010-12-251-1/+5
* added an Intent and functionality to generate detached signaturesThialfihar2010-12-253-10/+176
* start encryption/decryption for ENCRYPT_AND_RETURN/DECRYPT_AND_RETURN if MESS...Thialfihar2010-09-262-2/+2
* testing thread-pausing in verifyText()Thialfihar2010-09-125-10/+68
* moved some Intent extra constants into more appropriate places, some basic pr...Thialfihar2010-09-1113-33/+97
* catch null pointer exceptions when the private key cannot be extracted, also ...Thialfihar2010-09-104-6/+60
* trivial variable renamingThialfihar2010-08-311-3/+3
* moved key editing beta warning into strings.xmlThialfihar2010-08-221-1/+2
* integrated key server look-up into decrypt Activity, allowing to touch an unk...Thialfihar2010-08-185-10/+35