aboutsummaryrefslogtreecommitdiff
path: root/android/olm-sdk/src/main/jni
AgeCommit message (Collapse)Author
2018-10-19add functions for dealing with private keys directlyHubert Chathi
2018-10-19more and improved buffer sanitising for Android bindingsHubert Chathi
2018-10-17fix c+p error: don't clobber the decryption object on errorHubert Chathi
2018-10-15use new function names in Android bindingsHubert Chathi
2018-10-12clear out plaintext buffers in Android SDK where possibleHubert Chathi
2018-10-05fix some code style issues and typosHubert Chathi
2018-06-27add initial version of Android wrapper for public key APIHubert Chathi
2018-06-27Compiling with last NDK + some hardeningBenoit Marty
Patch received in https://github.com/matrix-org/olm/issues/13
2017-03-06Fixing Android.mkSophie Taylor
Signed-off-by: Sophie Taylor <sophie@spacekitteh.moe>
2017-03-02Android : improve the version number management (#46)Yannick LE COLLEN
Add functions to make the difference between the native and the java code version. Factor out the version management in the makefiles.
2017-01-18Android: Add wrappers for export/import of inbound group sessionsYannick LE COLLEN
2017-01-10Move the android project from /Java/Android/OlmLibSdkylecollen