6 Commits

Author SHA1 Message Date
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
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