aboutsummaryrefslogtreecommitdiff
path: root/java/android/OlmLibSdk/olm-sdk/src/main/jni/olm_jni_helper.cpp
AgeCommit message (Expand)Author
2017-01-09Simplify the function declarations in olm_jni to avoid having to cast the get...ylecollen
2017-01-05Move the exception testylecollen
2017-01-04Fix a C compilation warning.ylecollen
2017-01-03-> the byte[] to String conversions are done on Java level (when it is possible)ylecollen
2017-01-03Add exception checksylecollen
2017-01-03->Replace 2 spaces tabs by 4 spaces.ylecollen
2017-01-02Use a 4 spaces tabulationylecollen
2017-01-02setRandomInBuffer : clear tempByteArray contentylecollen
2016-12-22Update the copyrightsylecollen
2016-12-21move getOlmLibVersionJniylecollen
2016-12-21Fix a potential memory leak.ylecollen
2016-12-21setRandomInBuffer uses java.lang.SecureRandom.ylecollen
2016-11-28Remove un used codepedroGitt
2016-11-14Fix the decrypt issue (crash on V5.1.1) when the message to decrypt contains ...AndroidSdk_v0.2.0pedroGitt
2016-10-27Fix random issue: increase random seed precision to micro secAndroidSdk_v0.1.0pedroGitt
2016-10-24Fix compiler warningspedroGitt
2016-10-23Add serialization for inbound group sessionpedroGitt
2016-10-21Serialization for OlmAccount and OlmSession OKpedroGitt
2016-10-20Update logspedroGitt
2016-10-18- Add new API for OlmUtilitypedroGitt
2016-10-17Add extra tests to check if the calling JAVA instance is the expected onepedroGitt
2016-10-14- Add inbound and outbound group sessionspedroGitt