aboutsummaryrefslogtreecommitdiff
path: root/java/android/OlmLibSdk/olm-sdk/src/main/jni/Application.mk
AgeCommit message (Collapse)Author
2016-11-14Fix the decrypt issue (crash on V5.1.1) when the message to decrypt contains ↵AndroidSdk_v0.2.0pedroGitt
emojis: - add an internal specific JNI function (javaCStringToUtf8()) to perform the UTF-8 conversion - the SDK is configured to enable/disable the use of javaCStringToUtf8()
2016-10-21Update android platform to 16pedroGitt
2016-10-13Enbale all ABI platformspedroGitt
2016-10-05First commit adding Olm Lib for AndroidpedroGitt
- Add Android Studio project