Releases: e-mission/cordova-usercache
Keys for the dynamic config and the BLE scans
What's Changed
- Add "app_config" to usercache keys by @JGreenlee in #50
- 🗃️ Add support for
bluetooth_ble
entries by @shankari in #51
New Contributors
- @JGreenlee made their first contribution in #50
Full Changelog: v1.1.8...v1.1.9
Bound the number of copies of a single local storage key on iOS
Fixes e-mission/e-mission-docs#1020 on iOS as well using #48 and bumping up plugin.xml in #49
Bound the number of copies of a single local storage key
Fixes e-mission/e-mission-docs#1020 on android using #47
✨ New methods to return all keys and all local storage keys
The list of all keys is just for debugging. It allows us to answer the question: "when these local storage entries are deleted, is everything deleted? Or is there something special/unique about local storage?"
It would be pretty terrible if we are losing actual background information as well, since we would be losing trip data as well.
The list of local storage keys will actually be used in the phone code for working around the issue that the SQLite entries of the local storage type are sometimes deleted.
e-mission/e-mission-docs#930
We already had an issue in which the webview based local storage was getting arbitrarily deleted.
Since either of the entries can be deleted, we treat don't treat one as primary and the other as secondary. Instead, we treat them as co-equal, duplicate entries (similar to RAID :). We will use the keys to determine which ones are missing from each of the copies and copy them over properly.
Add new client error message strings
Related PR: #44
Related release where the new error messages are used: https://github.com/e-mission/e-mission-transition-notify/releases/tag/v1.2.7
Match the changed method signature of the notification handler
Notification handler release is
https://github.com/e-mission/cordova-unified-logger/releases/tag/v1.3.4
This PR is
#43
Upgrade to android@9.0.0 and ios@6.0.1
- Fix package.json and hook
- bump up version number
Upgrade to cordova-android 7+
Merge pull request #39 from shankari/master Change the class import script to work with the cordova 7+
Address the issue with usercache entries growing continuously
Ensure that we ignore config/consent
entries while looking for the range of motion activities to push to the server
This fixes e-mission/e-mission-docs#434
Create the first release
So that we can refer to the plugin using a specific release tag