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

Implement Json tree

skhugh opened this pull request over 1 year ago
Update version to 0.3.5

7hong13 opened this pull request over 1 year ago
Refactor Remote/LocalChange to have a single ChangeInfo

7hong13 opened this pull request over 1 year ago
Replace Text.onChanges() with Document event stream subscription

7hong13 opened this pull request over 1 year ago
Implement new functions in JsonArray

7hong13 opened this pull request over 1 year ago
add actorID to ChangeInfo

7hong13 opened this pull request over 1 year ago
Add Presence for Client.Options

7hong13 opened this pull request over 1 year ago
Update libraries

skhugh opened this pull request over 1 year ago
Fix PresenceInfo inconsistency and test failures

7hong13 opened this pull request over 1 year ago
Allow specifying a topic when subscribing to a document

7hong13 opened this pull request over 1 year ago
Add Client sync mode

7hong13 opened this pull request over 1 year ago
Fix bug in JsonCounter.increase() function

7hong13 opened this pull request over 1 year ago
Add x-shard-key to APIs

7hong13 opened this pull request over 1 year ago
Apply Integration of SDK and Admin RPC Server

krapie opened this pull request over 1 year ago
change YorkieLogger visibility to public

skhugh opened this pull request almost 2 years ago
update version to 0.3.3

7hong13 opened this pull request almost 2 years ago
bump up libraries

skhugh opened this pull request almost 2 years ago
revert JsonText's values type back to List

skhugh opened this pull request almost 2 years ago
add yorkie user agent for metrics

skhugh opened this pull request almost 2 years ago
Implement WatchDocument API

7hong13 opened this pull request almost 2 years ago
Make JsonText's values public

skhugh opened this pull request almost 2 years ago
Add RemoveDocument API

7hong13 opened this pull request almost 2 years ago
fix peer initialization

7hong13 opened this pull request almost 2 years ago
poc for handling gboard hangul input

skhugh opened this pull request almost 2 years ago
Implement pause and resume

7hong13 opened this pull request almost 2 years ago
bump up libraries

skhugh opened this pull request almost 2 years ago
Improve interface for events

skhugh opened this pull request almost 2 years ago
Elaborate on the value of the PeersChanged event

skhugh opened this pull request almost 2 years ago
Implement the select feature in the sample app.

7hong13 opened this pull request almost 2 years ago
Update SDK version for new release

7hong13 opened this pull request almost 2 years ago
Remove priority queue from RhtPQMap and entire project

7hong13 opened this pull request almost 2 years ago
Fix invalid indexOf SplayTree with single node

skhugh opened this pull request almost 2 years ago
fix SplayTree's cutOffRange behavior

skhugh opened this pull request almost 2 years ago
Fix deleteRange behavior

skhugh opened this pull request almost 2 years ago
few improvements to handle editable text

skhugh opened this pull request almost 2 years ago
Implement the sample text editor app

7hong13 opened this pull request almost 2 years ago
few improvements on text type implementation

7hong13 opened this pull request almost 2 years ago
Make runWatchLoop to react to attachments changes

skhugh opened this pull request almost 2 years ago
Add TC for peer status emissions

skhugh opened this pull request almost 2 years ago
make attach wait for initialization.

skhugh opened this pull request almost 2 years ago
Fix presence inconsistency issues

7hong13 opened this pull request almost 2 years ago
bump up libraries

skhugh opened this pull request almost 2 years ago
Remove text dependency from RgaTreeSplit

7hong13 opened this pull request almost 2 years ago
fix where deepCopy was not actually deep coping elements.

skhugh opened this pull request almost 2 years ago
reorganize examples module structure.

skhugh opened this pull request almost 2 years ago
remove duplicated key from TextNodeAttr.

skhugh opened this pull request almost 2 years ago
Update README.md

7hong13 opened this pull request almost 2 years ago
few miscellaneous fixes.

skhugh opened this pull request almost 2 years ago
Implement JsonText

7hong13 opened this pull request almost 2 years ago
bump up libraries

skhugh opened this pull request almost 2 years ago
Implement CrdtText.

7hong13 opened this pull request almost 2 years ago
Implements Rht

7hong13 opened this pull request about 2 years ago
Implement Edit,Select operations.

7hong13 opened this pull request about 2 years ago
Update README

7hong13 opened this pull request about 2 years ago
Update SDK version for new release

7hong13 opened this pull request about 2 years ago
Implements RgaTreeSplit

7hong13 opened this pull request about 2 years ago
Refactor to have multiple sample apps in examples folder

7hong13 opened this pull request about 2 years ago
Change input format of gRPC target address.

7hong13 opened this pull request about 2 years ago
Update version for v0.2.19-alpha.2

hackerwins opened this pull request about 2 years ago
Update version for v0.2.19-alpha.1

hackerwins opened this pull request about 2 years ago
Bump up version for test release

hackerwins opened this pull request about 2 years ago
Update documentation.

7hong13 opened this pull request about 2 years ago
create publish script

skhugh opened this pull request about 2 years ago
Apply dokka and set deployment action

7hong13 opened this pull request about 2 years ago
Implement JsonCounter and change CrdtCounter structure

7hong13 opened this pull request about 2 years ago
add microbenchmark

skhugh opened this pull request about 2 years ago
Set InitialTimeTicket to dummyHead

7hong13 opened this pull request about 2 years ago
Fix lamport min value to 0

hackerwins opened this pull request about 2 years ago
improvements on interfaces used in example

skhugh opened this pull request about 2 years ago
add instrumented test

skhugh opened this pull request about 2 years ago
few improvements here and there.

skhugh opened this pull request about 2 years ago
fix concurrent modification on gc

skhugh opened this pull request about 2 years ago
use StringBuilder to avoid multiple String concats on toJson.

skhugh opened this pull request about 2 years ago
make CrdtElements and Operations data class.

skhugh opened this pull request about 2 years ago
Sample kanban board app implementation

7hong13 opened this pull request about 2 years ago
implement Peer & Presence

skhugh opened this pull request about 2 years ago
add test codes for Client

skhugh opened this pull request about 2 years ago
add test codes for Document

skhugh opened this pull request about 2 years ago
refactor client and document

skhugh opened this pull request about 2 years ago
Converter test codes

7hong13 opened this pull request about 2 years ago
update libraries

skhugh opened this pull request about 2 years ago
Implement converter

7hong13 opened this pull request about 2 years ago
implement Client

skhugh opened this pull request about 2 years ago
Implement Trie related functions

7hong13 opened this pull request about 2 years ago
Implement toJson, deepCopy, stringEscape, etc.

7hong13 opened this pull request about 2 years ago
implement converters for elements

skhugh opened this pull request about 2 years ago
implement Document.update

skhugh opened this pull request about 2 years ago
implement JsonPrimitive

skhugh opened this pull request about 2 years ago
Implements ChangePack, CheckPoint

7hong13 opened this pull request about 2 years ago
implement JsonArray

skhugh opened this pull request about 2 years ago
Implements Add, Increase, Move, Remove, SetOperation

7hong13 opened this pull request about 2 years ago
implement JsonObject

skhugh opened this pull request about 2 years ago
Implements CrdtRoot

7hong13 opened this pull request about 2 years ago
Implements CrdtObject

7hong13 opened this pull request about 2 years ago
Improve test coverage

7hong13 opened this pull request about 2 years ago
implements some classes needed for Document.update

skhugh opened this pull request about 2 years ago
Suggests some improvements on TimeTicket and RhtPQMap

skhugh opened this pull request about 2 years ago
update codecov action to version 3

skhugh opened this pull request over 2 years ago
update some libraries

skhugh opened this pull request over 2 years ago
implements CrdtCounter

skhugh opened this pull request over 2 years ago