aboutsummaryrefslogtreecommitdiff
path: root/android/olm-sdk/src/main/java/org/matrix/olm
AgeCommit message (Collapse)Author
2020-11-05Convert to sibs projectHEADmasterdec05eba
2019-04-30improve some commentsBenoit Marty
2019-04-10Return string instead of byte array for b64 encoded dataValere
2019-04-10Added macLongKdf supportValere
2019-04-10E2E: SAS Verification (olm) Valere
Fix / missing free() on some errors Added doc regarding string encoding for keys cleaning
2019-04-04add missing OlmPkSigning classHubert Chathi
2019-03-20add Android bindings for PK signingHubert Chathi
2018-10-23expose the private key length in the Android sdkHubert Chathi
2018-10-19add functions for dealing with private keys directlyHubert Chathi
2018-10-19more and improved buffer sanitising for Android bindingsHubert Chathi
2018-10-12clear out plaintext buffers in Android SDK where possibleHubert Chathi
2018-06-27add initial version of Android wrapper for public key APIHubert Chathi
2018-06-27Fix null pointer dereferenceBenoit Marty
Patch has been received by e-mail, Signed-off-by: Arnaud Fontaine <arnaud.fontaine@ssi.gouv.fr>
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