Skip to content
Snippets Groups Projects
Select Git revision
  • doctest
  • master default protected
  • 3.2.5
  • 3.2.4
  • 3.2.3
  • 3.2.2
  • 3.2.1
  • 3.2.0
  • 3.1.5
  • 3.1.4
  • 3.1.3
  • 3.1.2
  • 3.1.1
  • 3.1.0
  • 3.1.0-pre1
  • 3.0.0
  • 2.3.0
  • 2.2.2
  • 2.2.1
  • 2.2.0
  • 2.1.0
  • AndroidSdk_v0.2.0
22 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.04Jan3223Dec222120191615141228Nov2423181714874331Oct28272625242321201918171413121110765230Sep282723221614136542116Jul116530Jun26May2524232018161326Apr13987Dec321Nov5Oct224Aug201918111075424Jul2120171615141098728Jun272624232221201615122212111093Mar227Feb262524232120OlmAccount methods trigger an exception when they fail.use secureRandom in getRandomKeySimplify the serialization / deserializtion methods (CommonSerializeUtils)initInboundSessionWithAccount triggers an exception when it fails.EncryptMessage triggers an exception when it fails-> the byte[] to String conversions are done on Java level (when it is possible)There is more GetStringUTFChars call.encryptMessage : the UTF8 conversion is done on JAVA side.Comments updateAdd exception checks-> simplify OlmSession.DecryptMessage->Replace 2 spaces tabs by 4 spaces.Update the tab size to 4 spacesRename getUnreleasedCount to isReleased.Use a 4 spaces tabulationFix tabulations mix and split block of variables when it is possible.getOlmAccountId is aonly public in the OLM SDK packageSimplify signMessageJniremove useless "new string"identityKeys / oneTimeKeys : remove useless try/catch blocksUpdate the README files.setRandomInBuffer : clear tempByteArray contentFix jenkins failureBump version numbers throughout2.1.02.1.0Update release process instructionsUpdate CHANGELOGMerge pull request #36 from matrix-org/manuroe/olmkitUpdate the copyrightssignMessage : the utf8 conversion is done on Java side.create a dedicated file for olm_manager.move getOlmLibVersionJni to the bottommove getOlmLibVersionJniFix a potential memory leak.setRandomInBuffer uses java.lang.SecureRandom.Add an encoding type while converting byte[] to stringremove the RTL support by default.identityKeys and oneTimeKeys return Map instead of JSON.Merge pull request #41 from matrix-org/rav/js_testsOLMKit: More zeroingUpdate the readme files.
Loading