aboutsummaryrefslogtreecommitdiff
path: root/java/android/OlmLibSdk/olm-sdk/src/main/jni/olm_account.h
AgeCommit message (Collapse)Author
2016-10-20Add serialization feature to OlmAccountpedroGitt
- new JNI API: serializeDataWithKeyJni() and initWithSerializedDataJni() - update account unit test - modify OlmAccount constructor API: an exception may be thrown
2016-10-13Temp commit.. adding group session API in progresspedroGitt
2016-10-13Add missing copyright headerspedroGitt
2016-10-13Update function API signatures with macrospedroGitt
2016-10-11- Add OlmSession unit testpedroGitt
- Simplify JNI function signatures definition (Account & Session)
2016-10-07- Add decryptMessageJni() to olm_session.cpp APIpedroGitt
- review comments header - refactor utility functions
2016-10-05First commit adding Olm Lib for AndroidpedroGitt
- Add Android Studio project