aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/ApgService.java
Commit message (Expand)AuthorAgeFilesLines
* Dont remove result and warnings from resultMarkus Doits2011-01-231-0/+2
* Allow to retrieve fingerprints and user ids through AIDLMarkus Doits2011-01-231-46/+102
* Don't query things we don't needMarkus Doits2011-01-231-12/+4
* Some more verbose logsMarkus Doits2011-01-201-0/+3
* Work on errors and documentation - once moreMarkus Doits2011-01-201-8/+12
* Some better (non-misleading) error msgsMarkus Doits2011-01-201-15/+17
* Redefine some log-msgesMarkus Doits2011-01-201-1/+2
* Print some info about keys on asymmetric encryptionMarkus Doits2011-01-201-2/+16
* Compare strings like they should be comparedMarkus Doits2011-01-181-4/+4
* 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
* Allow to sign and specify passphrase on decryptingMarkus Doits2011-01-171-13/+35
* Add asymmetric encryptionMarkus Doits2011-01-131-77/+171
* Actually check for unknown args for functionMarkus Doits2011-01-111-1/+4
* Redefine many internals of ApgServiceMarkus Doits2011-01-111-102/+168
* Make some things staticMarkus Doits2011-01-111-6/+36
* 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
* Redesign AIDL-Interface once moreMarkus Doits2011-01-051-16/+87
* Add connection helper for other projectsMarkus Doits2011-01-041-12/+19
* Reload preferences on callMarkus Doits2010-12-301-3/+3
* Add first basic implementation of ApgserviceMarkus Doits2010-12-291-0/+76