Age | Commit message (Expand) | Author |
2017-01-17 | Fix Android build instrucitons | Richard van der Hoff |
2017-01-14 | Strip down to Foundation (no need to include UIKit or Cocoa) | Avery Pierce |
2017-01-14 | Add macOS support to the Podspec | Avery Pierce |
2017-01-10 | Merge pull request #42 from matrix-org/rav/megolm_export | Richard van der Hoff |
2017-01-10 | Merge pull request #43 from matrix-org/pedroc/android_e2e_dev | Yannick LE COLLEN |
2017-01-10 | Move the android project from /Java/Android/OlmLibSdk | ylecollen |
2017-01-10 | Add some tests for inbound session import/export | Richard van der Hoff |
2017-01-10 | Merge remote-tracking branch 'origin/pedroc/android_e2e_dev' into pedroc/andr... | ylecollen |
2017-01-10 | Update after a new review | ylecollen |
2017-01-10 | README.rst: fix formatting | Richard van der Hoff |
2017-01-10 | Store a flag indicating if the sender key is verified | Richard van der Hoff |
2017-01-10 | -> Check the function descriptions | ylecollen |
2017-01-09 | Implement importing group session data | Richard van der Hoff |
2017-01-09 | Update getSdkOlmVersion to provide the git commit | ylecollen |
2017-01-09 | add sanity checks when releasing the objects | ylecollen |
2017-01-09 | Clear some data before releasing them | ylecollen |
2017-01-09 | remove the useless malloc(len+1) + zero terminated | ylecollen |
2017-01-09 | The crypto objects are now saved as String to keep the backward compliancy. | ylecollen |
2017-01-09 | use the same way to name the creation method i.e. createNewXX. Avoid the init... | ylecollen |
2017-01-09 | The serialization / deserialization unit test did not fail when there was an ... | ylecollen |
2017-01-09 | verifyEd25519Signature triggers an exception instead of filling an error buffer | ylecollen |
2017-01-09 | Simplify the function declarations in olm_jni to avoid having to cast the get... | ylecollen |
2017-01-06 | Enable exporting inbound group session keys | Richard van der Hoff |
2017-01-05 | Move the exception test | ylecollen |
2017-01-05 | fix an invalid test | ylecollen |
2017-01-04 | The olm objects are serialized as byte[] instead of strings. | ylecollen |
2017-01-04 | Fix a C compilation warning. | ylecollen |
2017-01-04 | OlmSession triggers exception when there is a failure. | ylecollen |
2017-01-04 | the OlmOutboundGroupSession methods trigger an exception when they fail | ylecollen |
2017-01-04 | the OlmInboundGroupSession methods trigger an exception when they fails | ylecollen |
2017-01-04 | OlmAccount methods trigger an exception when they fail. | ylecollen |
2017-01-04 | use secureRandom in getRandomKey | ylecollen |
2017-01-04 | Simplify the serialization / deserializtion methods (CommonSerializeUtils) | ylecollen |
2017-01-03 | initInboundSessionWithAccount triggers an exception when it fails. | ylecollen |
2017-01-03 | EncryptMessage triggers an exception when it fails | ylecollen |
2017-01-03 | -> the byte[] to String conversions are done on Java level (when it is possible) | ylecollen |
2017-01-03 | There is more GetStringUTFChars call. | ylecollen |
2017-01-03 | encryptMessage : the UTF8 conversion is done on JAVA side. | ylecollen |
2017-01-03 | Comments update | ylecollen |
2017-01-03 | Add exception checks | ylecollen |
2017-01-03 | -> simplify OlmSession.DecryptMessage | ylecollen |
2017-01-03 | ->Replace 2 spaces tabs by 4 spaces. | ylecollen |
2017-01-02 | Update the tab size to 4 spaces | ylecollen |
2017-01-02 | Rename getUnreleasedCount to isReleased. | ylecollen |
2017-01-02 | Use a 4 spaces tabulation | ylecollen |
2017-01-02 | Fix tabulations mix and split block of variables when it is possible. | ylecollen |
2017-01-02 | getOlmAccountId is aonly public in the OLM SDK package | ylecollen |
2017-01-02 | Simplify signMessageJni | ylecollen |
2017-01-02 | remove useless "new string" | ylecollen |
2017-01-02 | identityKeys / oneTimeKeys : remove useless try/catch blocks | ylecollen |