This repository has been archived by the owner on Mar 4, 2023. It is now read-only.
Minor Feature Update
Changelog:
- Fix bug that prevented mapping the USER role as display role in DataStoreModel
- Fix bug in UserExchangeManager that made it unusable after the first disconnect
- Added EventCursor class:
- Keeps track of any change event, regardless if source in chronological order
- Cursor-Style access to work with these events
- Added Setup::exists function
- Added support for background synchronization for mobile plattforms
- Is meant to be used to update periodically, even if your app is not running
- Uses a custom service that runs in a seperate process on android
- uses a background fetch handler on iOs
- Added contains method to most stores
- Improved iterating semantics on corrupted or deleted datasets
- Added setupName method/property on most public classes
- Added optional IP-Logging to server
- Switch to ubuntu for docker image, as alpine is missing context switching support
- Update service to use newer QtService APIs
- Code cleanups and modernizations