index
:
libolm
master
Implementation of the olm and megolm cryptographic ratchets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
android
/
olm-sdk
/
src
/
androidTest
/
java
Age
Commit message (
Collapse
)
Author
2020-11-05
Convert to sibs project
HEAD
master
dec05eba
2019-04-10
Return string instead of byte array for b64 encoded data
Valere
2019-04-10
Added macLongKdf support
Valere
2019-04-10
E2E: SAS Verification (olm)
Valere
Fix / missing free() on some errors Added doc regarding string encoding for keys cleaning
2019-03-20
add Android bindings for PK signing
Hubert Chathi
2018-10-23
expose the private key length in the Android sdk
Hubert Chathi
2018-10-19
add functions for dealing with private keys directly
Hubert Chathi
2018-06-27
add initial version of Android wrapper for public key API
Hubert Chathi
2017-03-02
Android : 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-18
Android: Add wrappers for export/import of inbound group sessions
Yannick LE COLLEN
2017-01-10
Move the android project from /Java/Android/OlmLibSdk
ylecollen