Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renaming whole package to org.apg to simplifiy name | Dominik | 2012-03-09 | 5 | -998/+0 |
| | |||||
* | fixes to clipboard management | Dominik | 2012-03-09 | 1 | -0/+79 |
| | |||||
* | merged apg_service from googlecode | Dominik | 2012-03-09 | 2 | -0/+843 |
|\ | |||||
| * | Allow to pass large blobs and a new content provider to simplify this | Markus Doits | 2011-11-04 | 1 | -11/+86 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since AIDL is not for passing large data, a blob can be passed to APG by a Uri. This Uri is opened as a file by APG and read/written to. Note the file is overwritten by APG, so make sure it is a copy if you want to keep the original. With the ApgServiceBlobProvider, Apg has an own ContentProvider that can be used like mentioned above. For now the data is stored in the dir where APG stores other files and NOT DELETED after en/decryption. This is tbd. It can only be accessed by an application with the permission "org.thialfihar.android.apg.permission.STORE_BLOBS". ApgCon has been updated accordingly and can handle blobs with `setBlob` and `getBlobResult`. That is a really easy way to en/decrypt large data. Note that encrypting by blob should only be used for large files (1MB+). On all other cases, the data should be passed as as String through the AIDl-Interface, so no temporary file must be created. See ApgCon for a complete example of how to connect to the AIDL and use it. Or use it in your own project! | ||||
| * | Documentation update of ApgCon | Markus Doits | 2011-06-05 | 1 | -26/+33 |
| | | |||||
| * | Cleanup of code, AIDL-calls renamed! | Markus Doits | 2011-06-05 | 1 | -173/+180 |
| | | |||||
| * | 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 | 1 | -2/+0 |
| | | | | | | | | 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 | 1 | -0/+4 |
| | | | | | | | | | | | | Update ApgCon and doc accordingly. Not very tested. | ||||
| * | Work on errors and documentation - once more | Markus Doits | 2011-01-20 | 1 | -60/+59 |
| | | |||||
| * | 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 | ||||
| * | 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. | ||||
| * | 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. | ||||
| * | Clear result, too | Markus Doits | 2011-01-13 | 1 | -0/+5 |
| | | |||||
| * | Prepare ApgCon for asymetric enc and clean up | Markus Doits | 2011-01-13 | 1 | -14/+43 |
| | | |||||
| * | Prevent null pointer exception | Markus Doits | 2011-01-11 | 1 | -1/+1 |
| | | | | | | | | Error-msg should be better, though. | ||||
| * | Allow helper to clear args and set booleans | Markus Doits | 2011-01-09 | 1 | -0/+8 |
| | | |||||
| * | 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 | 1 | -20/+61 |
| | | | | | | | | | | | | | | | | 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 | 1 | -0/+144 |
| | | | | | | | | | | This eases using the AIDL-Interface and is the recommended way for other project to implement the connection. | ||||
* | | @Override refactoring, some explicit casting added | Oliver Runge | 2011-09-17 | 1 | -1/+2 |
|/ | |||||
* | set svn:eol-style to LF for all code/resource files | Thialfihar | 2010-07-16 | 2 | -75/+75 |
| | |||||
* | initial commit of v0.8.0 | Thialfihar | 2010-04-06 | 2 | -0/+75 |