Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yorkie-team/yorkie-android-sdk

Yorkie Android SDK
https://github.com/yorkie-team/yorkie-android-sdk

Create publish script (#51)

ab1bdfaeee5a7aeec81583cba4829d5a710d6431 authored about 2 years ago by Hyowoo Kim <[email protected]>
Update documentation. (#52)

* Change visibility modifier

* Update documentation

* Format fixed

* Update documentati...

c697e0d2997b712d32c87b87c8db632f42785898 authored about 2 years ago by 김지현 <[email protected]>
Update CONTRIBUTING.md

5ac8f6f1f8ccf7006900f2bd98778ea0d73006dc authored about 2 years ago by Youngteac Hong <[email protected]>
Apply dokka and set deployment action (#50)

b3706e33555e1e82aa6a3c8224602fca9058f43e authored about 2 years ago by 김지현 <[email protected]>
Implement JsonCounter and change CrdtCounter structure (#49)

* Complete CrdtCounter implementation

* Rename FindPrefixes to Trie

* Add two separate inv...

3236af5436b27ed78d2e5dd6ca4b7ec657e7ce21 authored about 2 years ago by 김지현 <[email protected]>
Create LICENSE

cff5a7a3adefaf48c092adc70c5e4a0f1730c084 authored about 2 years ago by Youngteac Hong <[email protected]>
Add microbenchmark (#48)

* microbenchmark

eb3587fbfd295aecfad0d729d4fcadf66e3f01f7 authored about 2 years ago by Hyowoo Kim <[email protected]>
Set InitialTimeTicket to dummyHead (#47)

2f21feccb4263ec51cb8e283b4ecfb3b502226fb authored about 2 years ago by 김지현 <[email protected]>
Implement sample kanban board app (#39)

Co-authored-by: Hyowoo Kim <[email protected]>

b70cda527d440b6e373ad89b18a779920066cf3d authored about 2 years ago by 김지현 <[email protected]>
Add instrumented test (#44)

* add instrumented test

* use api 28 instead

0ba49b366242c14d2e845312040992528d3ba1b2 authored about 2 years ago by Hyowoo Kim <[email protected]>
Few improvements here and there (#43)

* Few improvements here and there

Some name changes.
Fix TimeTicket comparison error.
Use B...

2cb827e4e6a029c8a75489f6e3e6069546820afa authored about 2 years ago by Hyowoo Kim <[email protected]>
Fix concurrent modification on gc (#42)

306d047e2e79a7539754283b97f1723610124263 authored about 2 years ago by Hyowoo Kim <[email protected]>
use StringBuilder to avoid multiple String concats on toJson. (#41)

* use StringBuilder to avoid multiple String concats on toJson.

Co-authored-by: 김지현 <jee_hyun.k...

a52eb0344544e189ecb00ad12b31d1a1a68fc5ef authored about 2 years ago by Hyowoo Kim <[email protected]>
Make CrdtElements and Operations data class (#40)

* Make CrdtElements and Operations data class

* Fix authInterceptor null issue

* Remove us...

7dd00c6a0194ecf2d61d5795c89a87436f47c15b authored about 2 years ago by Hyowoo Kim <[email protected]>
Implement Peer & Presence (#38)

e18bfe23136367d76e4d169761277dd7368af0b9 authored about 2 years ago by Hyowoo Kim <[email protected]>
Add test codes for Client (#37)

Let Client and Document instances to run on separate threads.

d9d284b234370372f85a6c9c9717fc5df5d4b1d3 authored about 2 years ago by Hyowoo Kim <[email protected]>
Refactor client and document (#35)

Use a single background thread.
change suspend functions to non-suspend and return deferred.
s...

40d62e7fa46611e839e609dc0cef8154e8e4a73c authored about 2 years ago by Hyowoo Kim <[email protected]>
Implement Converter tests (#34)

0de95d10a14db3ff5c33fb481b855e43d7a96d95 authored about 2 years ago by 김지현 <[email protected]>
Implement converter (#32)

a2faa631437c6431ed441e9199982fe77a87f8bb authored about 2 years ago by 김지현 <[email protected]>
Implement Client (#31)

0d084fac856b300bf571aa0766e14f018d5cc9d4 authored about 2 years ago by Hyowoo Kim <[email protected]>
Bump up libraries (#33)

221842fdcd0662998b0efbe304bb4168dc174b59 authored about 2 years ago by Hyowoo Kim <[email protected]>
Implement toJson, deepCopy, stringEscape, etc (#29)

d0724a04707f392ab2076abd737fa0a43d7da822 authored about 2 years ago by 김지현 <[email protected]>
Implement Trie related functions (#30)

* Implement Trie related functions

* lint error: rename to FindPrefixes

2b604c5012650e453e2573299459a70a7e118717 authored about 2 years ago by 김지현 <[email protected]>
Implement converters for elements (#28)

d07ad24e5a3f9aed71411c08e4b586c0e33a71eb authored about 2 years ago by Hyowoo Kim <[email protected]>
Implement Document.update (#27)

21c176a5b58ee352b30ca49b27598a06f9e5a3d5 authored about 2 years ago by Hyowoo Kim <[email protected]>
implement JsonElement (#26)

3d87ffe66498b764f918857d07ee635026eaec0a authored about 2 years ago by Hyowoo Kim <[email protected]>
implement JsonArray (#24)

f1c532088d87eb389bd8f61808255de23ba23978 authored about 2 years ago by Hyowoo Kim <[email protected]>
Implement ChangePack, CheckPoint (#25)

Co-authored-by: Youngteac Hong <[email protected]>

4a710ae999354fc9448bfb1240bd0e0f56c4ace3 authored about 2 years ago by 김지현 <[email protected]>
Implement Add, Increase, Move, Remove and Set operations (#23)

Co-authored-by: Youngteac Hong <[email protected]>

6d1bca15b5c575c0a63ffaaa6c36f14a81ff62ea authored about 2 years ago by 김지현 <[email protected]>
Implement JsonObject (#22)

0cb070c6bba224025aeeb72c1831d375959518a4 authored about 2 years ago by Hyowoo Kim <[email protected]>
Implement CrdtRoot (#21)

Co-authored-by: Youngteac Hong <[email protected]>

6685a1e2fb942682f2153b2c3434106d01cca8e3 authored about 2 years ago by 김지현 <[email protected]>
Implements CrdtObject (#20)

* Changed test function' name
- Also local value's name was changed

* WIP : CrdtObject

* ...

5c4b6913e6f6528e65f59c1c28ef6e61d7a649f2 authored about 2 years ago by 김지현 <[email protected]>
Improve test coverage (#19)

* Implement CrdtArray

* Fix comments typo

* Remove unnecessary function

* Implement abs...

af450867a368aa124dd4eb58bcb5ea6244cf165f authored about 2 years ago by 김지현 <[email protected]>
Implement some classes needed for Document.update (#18)

495156f964ddb08815d119063a3c94cb64e7ac8c authored about 2 years ago by Hyowoo Kim <[email protected]>
Implements CrdtArray (#12)

Some methods are delayed to be implemented until they are actually needed.

This commit replac...

f4f9302897699d1d4aac04e641f764c990e5a10c authored about 2 years ago by 김지현 <[email protected]>
Ignore patch and project from the status check

063a5a09a8d2e9da605f9b0f0b535b53d181dc41 authored about 2 years ago by Youngteac Hong <[email protected]>
Revise TimeTicket and RhtPQMap (#17)

9e1f4658197ea152b71c1cd80de0dd26022f8eeb authored about 2 years ago by Hyowoo Kim <[email protected]>
Implement CrdtCounter (#14)

b2a4252de67feb61e4b80864963b201c64cb967b authored about 2 years ago by Hyowoo Kim <[email protected]>
Update codecov action to version 3 (#16)

31e9cb374c7aba6341ed5c0cb4c0957e9db633e5 authored over 2 years ago by Hyowoo Kim <[email protected]>
Update some libraries to the latest version (#15)

b0c6bbc944636ab84d687f13bedf40caf7ed23f5 authored over 2 years ago by Hyowoo Kim <[email protected]>
Enable code coverage and codecov (#13)

1851bc6811754140251904a3831354dab8390317 authored over 2 years ago by Hyowoo Kim <[email protected]>
Add issue templates

2bb4420ff87ea58d730bd0467160de2274d5f213 authored over 2 years ago by Youngteac Hong <[email protected]>
Implement RhtPQMap (#10)

bc27521d0eaaf56fc677c977b7aa61493d836551 authored over 2 years ago by daeyounglnc <[email protected]>
Implement RgaTreeList (#9)

Add omitted test case assert statement (#11)

Co-authored-by: Youngteac Hong <[email protected]>

94bd23af97b37b927e91ad37840a39bdfb9bf00f authored over 2 years ago by 김지현 <[email protected]>
Implement Primitive (#8)

Co-authored-by: Youngteac Hong <[email protected]>
Co-authored-by: 김지현 <jee_hyun.kim@naverco...

60b1a1df1fd0e2692c08660ebbccacbfd96c6729 authored over 2 years ago by daeyounglnc <[email protected]>
Implements SplayTreeSet (#7)

This Commit implements SplayTree as OrderedSet to avoid exposing the
SplayNode to the caller. If...

c59136a70f6b4eb4f574fb88472f428d9768e350 authored over 2 years ago by Hyowoo Kim <[email protected]>
Implement some basis types required by other types (#6)

Change names for acronyms to conform to kotlin conventions.

85f368f2f3c1e2d97addf9d67fb138283e18a3d9 authored over 2 years ago by Hyowoo Kim <[email protected]>
Implement max priority queue (#5)

c606c362c4693b1be8b235c0d122d1019deb75bc authored over 2 years ago by Hyowoo Kim <[email protected]>
Set up package structure so contributors can start working (#4)

This commit added empty classes to make up the package structure to allow other
contributors to...

260e35f1828145f0e3bfadf178b98907ea725b19 authored over 2 years ago by Hyowoo Kim <[email protected]>
Sync protobuf files to origin (#3)

aabe0f9da553546991557c191f66687db77fa585 authored over 2 years ago by Hyowoo Kim <[email protected]>
Create ci.yml (#2)

d3685b2b4ca4046b166c8dc17c48be5a36d68989 authored over 2 years ago by Youngteac Hong <[email protected]>
Initial project setup (#1)

This is an initial setup commit for project kickoff.
Keep in mind that a lot of the stuff, incl...

02b52ee2221bcdbc3ef7142d8d13eba06cd6b2d7 authored over 2 years ago by Hyowoo Kim <[email protected]>
Initial commit

fb7e8d4325aa547808284fdd2bfd14d87177a08e authored over 2 years ago by Youngteac Hong <[email protected]>