Skip to content

Releases: e-mission/cordova-usercache

Keys for the dynamic config and the BLE scans

15 Apr 03:21
034c20a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.8...v1.1.9

Bound the number of copies of a single local storage key on iOS

15 Jan 18:05
6b6d855
Compare
Choose a tag to compare

Bound the number of copies of a single local storage key

09 Nov 06:41
6850c89
Compare
Choose a tag to compare

✨ New methods to return all keys and all local storage keys

12 Jul 21:02
0051587
Compare
Choose a tag to compare

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

27 Apr 02:01
32a0117
Compare
Choose a tag to compare

Match the changed method signature of the notification handler

01 Dec 13:41
3d67b44
Compare
Choose a tag to compare

Upgrade to [email protected] and [email protected]

01 Aug 04:54
341204f
Compare
Choose a tag to compare
  • Fix package.json and hook
  • bump up version number

Upgrade to cordova-android 7+

06 Apr 00:08
a699d2d
Compare
Choose a tag to compare
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

30 Mar 15:18
123a410
Compare
Choose a tag to compare

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

12 Oct 05:24
3e920ce
Compare
Choose a tag to compare

So that we can refer to the plugin using a specific release tag