Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to spongycastle | Markus Doits | 2011-11-03 | 13 | -155/+151 |
| | | | | | | | https://github.com/rtyley/spongycastle It replaces bouncycastle2. Looks like a cleaner and better integration. A precompiled .jar ist in the "lib/"-dir. | ||||
* | Update to latest version in master | Markus Doits | 2011-11-03 | 2 | -15/+28 |
|\ | | | | | | | | | | | | | | | Merge branch 'master' into apg_service Conflicts: src/org/thialfihar/android/apg/Apg.java src/org/thialfihar/android/apg/Preferences.java | ||||
| * | applied proposed patch by mattispasch for issue 99 | Thialfihar | 2011-03-19 | 1 | -15/+26 |
| | | |||||
| * | remove the null check for progress again, not needed in the trunk for now | Thialfihar | 2011-02-05 | 1 | -96/+48 |
| | | |||||
| * | don't include a Preference re-instantiation for now, will see about that ↵ | Thialfihar | 2011-02-05 | 1 | -6/+1 |
| | | | | | | | | when merging apg_service | ||||
| * | Allow to regenerate shared preferences | Markus Doits | 2010-12-30 | 1 | -2/+6 |
| | | | | | | | | Merge of r326 to trunk | ||||
| * | Allow progress-meter to be null | Markus Doits | 2010-12-29 | 1 | -50/+96 |
| | | | | | | | | No need to force people to use progressmeter | ||||
* | | Documentation update of ApgCon | Markus Doits | 2011-06-05 | 1 | -26/+33 |
| | | |||||
* | | Cleanup of code, AIDL-calls renamed! | Markus Doits | 2011-06-05 | 3 | -364/+357 |
| | | |||||
* | | Possibility to not compile Log.d and Log.v in | Markus Doits | 2011-06-05 | 1 | -16/+18 |
| | | |||||
* | | Little better log-managing for release-versions of ApgCon | Markus Doits | 2011-05-18 | 1 | -16/+34 |
| | | |||||
* | | Define interface without imports | Markus Doits | 2011-01-25 | 1 | -3/+1 |
| | | |||||
* | | Make callback use an interface 'the java way'_tm | Markus Doits | 2011-01-25 | 2 | -178/+42 |
| | | |||||
* | | Log stacktraces the android way | Markus Doits | 2011-01-25 | 1 | -29/+8 |
| | | |||||
* | | Allow to retrieve connection status | Markus Doits | 2011-01-23 | 1 | -2/+18 |
| | | | | | | | | | | This tells, if a connection to APG *might* be possible (right version of APG found) | ||||
* | | Allow to return itself on callback | Markus Doits | 2011-01-23 | 1 | -4/+64 |
| | | |||||
* | | Dont remove result and warnings from result | Markus Doits | 2011-01-23 | 2 | -2/+2 |
| | | | | | | | | Some more debug output, too | ||||
* | | Change the way the complete result can be retrieved | Markus Doits | 2011-01-23 | 1 | -6/+26 |
| | | |||||
* | | Allow to retrieve fingerprints and user ids through AIDL | Markus Doits | 2011-01-23 | 3 | -49/+136 |
| | | | | | | | | | | | | Update ApgCon and doc accordingly. Not very tested. | ||||
* | | Don't query things we don't need | Markus Doits | 2011-01-23 | 1 | -12/+4 |
| | | |||||
* | | Some more verbose logs | Markus Doits | 2011-01-20 | 1 | -0/+3 |
| | | |||||
* | | Work on errors and documentation - once more | Markus Doits | 2011-01-20 | 3 | -70/+78 |
| | | |||||
* | | Some better (non-misleading) error msgs | Markus Doits | 2011-01-20 | 1 | -15/+17 |
| | | | | | | | | Also some reindentation | ||||
* | | Redefine some log-msges | Markus Doits | 2011-01-20 | 1 | -1/+2 |
| | | |||||
* | | Print some info about keys on asymmetric encryption | Markus Doits | 2011-01-20 | 1 | -2/+16 |
| | | |||||
* | | Make the stacktrace enabler static | Markus Doits | 2011-01-20 | 1 | -1/+1 |
| | | |||||
* | | Allow at compile time to enable stacktraces on exceptions | Markus Doits | 2011-01-20 | 1 | -2/+23 |
| | | |||||
* | | Catch callback's and apg-call's (are there any?) exceptions | Markus Doits | 2011-01-20 | 1 | -2/+13 |
| | | |||||
* | | Some more error output | Markus Doits | 2011-01-20 | 1 | -3/+3 |
| | | |||||
* | | Some better errors (hopefully more information) | Markus Doits | 2011-01-20 | 1 | -19/+89 |
| | | | | | | | | Some smaller fixes and some new functions/doc, too | ||||
* | | Fix wrong param in doc | Markus Doits | 2011-01-20 | 1 | -1/+1 |
| | | |||||
* | | Add javadoc on public things | Markus Doits | 2011-01-20 | 1 | -14/+320 |
| | | | | | | | | Small other changes, too. | ||||
* | | Allow async execution of an AIDL call | Markus Doits | 2011-01-19 | 1 | -18/+141 |
| | | | | | | | | | | | | | | Calls can now be executed asyncronously. Callback methods are supported, too. See comments of "set_callback()". First tries with javadoc. | ||||
* | | Compare strings like they should be compared | Markus Doits | 2011-01-18 | 1 | -4/+4 |
| | | |||||
* | | Add another verbose hint for ApgCon constructor | Markus Doits | 2011-01-18 | 1 | -0/+1 |
| | | |||||
* | | Print api_version if matching | Markus Doits | 2011-01-18 | 1 | -0/+2 |
| | | |||||
* | | Check for AIDL Api version and ApgService | Markus Doits | 2011-01-18 | 1 | -2/+33 |
| | | | | | | | | | | This prints out errors on console when APG cannot work with the help. It will initialize correctly, though. | ||||
* | | Update AIDL to reflect new argument names | Markus Doits | 2011-01-18 | 1 | -25/+45 |
| | | | | | | | | | | In addition redesign the comments a little bit. Still doesn't look good, but at least a bit better. | ||||
* | | More finegrained errors | Markus Doits | 2011-01-18 | 1 | -11/+27 |
| | | |||||
* | | Rename parameters | Markus Doits | 2011-01-18 | 1 | -33/+33 |
| | | | | | | | | Writing them out should make them clearer | ||||
* | | Refactor some log prios | Markus Doits | 2011-01-18 | 1 | -10/+9 |
| | | |||||
* | | Allow get_master_key to accept null string | Markus Doits | 2011-01-17 | 1 | -0/+3 |
| | | | | | | | | Return earlier on wrong length, too. | ||||
* | | 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 |
| | | |||||
* | | 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. |