Age | Commit message (Collapse) | Author |
|
|
|
-> 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
do npm install before running the js tests
|
|
|
|
|
|
|
|
OLMKit
|
|
|
|
|
|
|