philipparndt / mqtt-analyzer

Apache License 2.0
92 stars 6 forks source link

Update persistence #145

Closed philipparndt closed 1 year ago

philipparndt commented 2 years ago

The persistence shall be updated to use Core Data instead of Real + IceCream. There are some workarounds necessary for the Realm build and IceCream does not support newer Realm versions.

The hardest part of this story is, to provide a migration of old data. How long do I need to integrate Realm to give anyone a fair chance for the migration to happen?

philipparndt commented 2 years ago

With the next version, there is a SQLite database containing the settings, that will be shared with the Siri intents add-on. This can be used for the migration.

philipparndt commented 1 year ago

fixed with 2.8.0