aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Switch to spongycastleMarkus Doits2011-11-0313-155/+151
* Update to latest version in masterMarkus Doits2011-11-032-15/+28
|\
| * applied proposed patch by mattispasch for issue 99Thialfihar2011-03-191-15/+26
| * remove the null check for progress again, not needed in the trunk for nowThialfihar2011-02-051-96/+48
| * don't include a Preference re-instantiation for now, will see about that when...Thialfihar2011-02-051-6/+1
| * Allow to regenerate shared preferencesMarkus Doits2010-12-301-2/+6
| * Allow progress-meter to be nullMarkus Doits2010-12-291-50/+96
* | Documentation update of ApgConMarkus Doits2011-06-051-26/+33
* | Cleanup of code, AIDL-calls renamed!Markus Doits2011-06-053-364/+357
* | Possibility to not compile Log.d and Log.v inMarkus Doits2011-06-051-16/+18
* | Little better log-managing for release-versions of ApgConMarkus Doits2011-05-181-16/+34
* | Define interface without importsMarkus Doits2011-01-251-3/+1
* | Make callback use an interface 'the java way'_tmMarkus Doits2011-01-252-178/+42
* | Log stacktraces the android wayMarkus Doits2011-01-251-29/+8
* | Allow to retrieve connection statusMarkus Doits2011-01-231-2/+18
* | Allow to return itself on callbackMarkus Doits2011-01-231-4/+64
* | Dont remove result and warnings from resultMarkus Doits2011-01-232-2/+2
* | Change the way the complete result can be retrievedMarkus Doits2011-01-231-6/+26
* | Allow to retrieve fingerprints and user ids through AIDLMarkus Doits2011-01-233-49/+136
* | 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-203-70/+78
* | 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
* | Make the stacktrace enabler staticMarkus Doits2011-01-201-1/+1
* | Allow at compile time to enable stacktraces on exceptionsMarkus Doits2011-01-201-2/+23
* | 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