Age | Commit message (Collapse) | Author |
|
|
|
Merged from https://github.com/aapierce0/OLMKit/commits/macOS_port
Sign-off taken from https://github.com/matrix-org/matrix-ios-sdk/pull/218#issue-201062079.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Export and import of megolm session data
|
|
Android wrappers for olm library
|
|
|
|
|
|
pedroc/android_e2e_dev
|
|
|
|
|
|
|
|
-> Update the deserialization methods (the jni methods create an object instance before deserializing them.
|
|
olm_import_inbound_group_session, which reads the format written by
olm_export_inbound_group_session to initialise a group session.
|
|
|
|
|
|
|
|
|
|
|
|
initWithXX.
|
|
error
|
|
|
|
getXXX methods
|
|
A pair of functions which allow you to export the megolm keys for an inbound
group session, so that an application can save/restore them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-> remove javaCStringToUtf8
|
|
|
|
|
|
|
|
|
|
-> Always use javaCStringToUtf8 to convert byte array to String
|
|
->fix the NULL and 0 pointer comparisons mixes
|
|
|
|
|
|
|