24 Commits

Author SHA1 Message Date
Drew McCormack 78a17e40cd Added last post in series to readme. 2020-11-03 12:28:22 +01:00
Drew McCormack 78488a64c3 Merge branch 'master' of github.com:appdecentral/replicatingtypes 2020-10-30 17:38:07 +01:00
Drew McCormack 37b2aec352 Added code to enforce uniqueness of note identifiers in Decent Notes.
Using the ReplicatingArray does not guarantee uniqueness of ids. Imagine, for example, that on one device we move an item to a different location, and also move it on the second device, but to somewhere else. This will result in the same deletion on each device, but two different insertions, giving duplicate entries.
2020-10-30 17:37:58 +01:00
Drew McCormack 0cd986176c Added a few app icon assets to quiet warnings. 2020-10-24 17:36:48 +02:00
Drew McCormack a49996ae72 Replaced the UIKit based editor with new TextEditor type. 2020-10-24 17:19:19 +02:00
Drew McCormack e8682a962c Brought Decent Notes sample up to date with new SwifUI App, Scene etc. 2020-10-24 16:18:50 +02:00
Drew McCormack d41fc74d34 Merge branch 'master' of github.com:appdecentral/replicatingtypes 2020-10-23 13:39:03 +02:00
Drew McCormack 8e90578d64 Added the Decent Notes sample app.
This is a syncing note taking app that supports simultaneous edits.
2020-10-23 13:38:54 +02:00
Drew McCormack 4bc270b43e Update README.md
Added replicating array link.
2020-10-10 20:13:14 +02:00
Drew McCormack 81131d9b3b Merge branch 'master' of github.com:appdecentral/replicatingtypes 2020-09-26 16:58:14 +02:00
Drew McCormack 1890d23b2b Added ReplicatingArray and tests. 2020-09-26 16:58:06 +02:00
Drew McCormack 056c343f5b Update README.md 2020-09-06 20:34:20 +02:00
Drew McCormack b5a995bd56 Merge branch 'master' of github.com:appdecentral/replicatingtypes
# Conflicts:
#	README.md
2020-08-28 20:33:18 +02:00
Drew McCormack 50a98515f4 Added the ReplicatingDictionary type, with tests. 2020-08-28 20:31:17 +02:00
Drew McCormack b914bc3504 Update README.md 2020-08-20 20:23:00 +02:00
Drew McCormack 8675c52bec Updated URL for new post. 2020-08-15 12:45:41 +02:00
Drew McCormack 9282001972 Introduced the ReplicatingSet type. It can handle add and remove. 2020-08-15 11:46:52 +02:00
Drew McCormack 102965f381 Update README.md
Added add-only set post.
2020-08-09 10:52:56 +02:00
Drew McCormack 165235aad8 Added the ReplicatingAddOnlySet type, with tests. Updated readme with links. 2020-07-29 09:09:37 +02:00
Drew McCormack 5c00d2e4d7 Changed spelling. 2020-07-22 11:04:11 +02:00
Drew McCormack a803faa8d9 Changed the “ordered” func name. 2020-07-22 09:33:45 +02:00
Drew McCormack 25c558d8fb Update README.md 2020-07-21 10:32:31 +02:00
Drew McCormack b254caf32a Added ReplicatingRegister, and tests. 2020-07-21 10:31:41 +02:00
Drew McCormack a14e9ce46c Initial commit 2020-07-21 10:02:23 +02:00