Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Olm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
Olm
Graph
83ce82708e6fafc210d0f359fcb9cd767974f1e3
Select Git revision
Branches
2
doctest
master
default
protected
Tags
20
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.
Begin with the selected commit
Created with Raphaël 2.2.0
4
Jan
3
2
23
Dec
22
21
20
19
16
15
14
12
28
Nov
24
23
18
17
14
8
7
4
3
31
Oct
28
27
26
25
24
23
21
20
19
18
17
14
13
12
11
10
7
6
5
2
30
Sep
28
27
23
22
16
14
13
6
5
4
2
1
16
Jul
11
6
5
30
Jun
26
May
25
24
23
20
18
16
13
26
Apr
13
9
8
7
Dec
3
2
1
Nov
5
Oct
2
24
Aug
20
19
18
11
10
7
5
4
24
Jul
21
20
17
16
15
14
10
9
8
7
28
Jun
27
26
24
23
22
21
20
16
15
12
22
12
11
10
9
3
Mar
2
27
Feb
26
25
24
23
21
20
OlmAccount methods trigger an exception when they fail.
use secureRandom in getRandomKey
Simplify 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 update
Add exception checks
-> simplify OlmSession.DecryptMessage
->Replace 2 spaces tabs by 4 spaces.
Update the tab size to 4 spaces
Rename getUnreleasedCount to isReleased.
Use a 4 spaces tabulation
Fix tabulations mix and split block of variables when it is possible.
getOlmAccountId is aonly public in the OLM SDK package
Simplify signMessageJni
remove useless "new string"
identityKeys / oneTimeKeys : remove useless try/catch blocks
Update the README files.
setRandomInBuffer : clear tempByteArray content
Fix jenkins failure
Bump version numbers throughout
2.1.0
2.1.0
Update release process instructions
Update CHANGELOG
Merge pull request #36 from matrix-org/manuroe/olmkit
Update the copyrights
signMessage : the utf8 conversion is done on Java side.
create a dedicated file for olm_manager.
move getOlmLibVersionJni to the bottom
move getOlmLibVersionJni
Fix a potential memory leak.
setRandomInBuffer uses java.lang.SecureRandom.
Add an encoding type while converting byte[] to string
remove the RTL support by default.
identityKeys and oneTimeKeys return Map instead of JSON.
Merge pull request #41 from matrix-org/rav/js_tests
OLMKit: More zeroing
Update the readme files.
Loading