Skip to content

Releases: e-mission/cordova-server-sync

🔥 Remove the NEW_DATA broadcast intent when we pull data from the server

28 Aug 22:42
6ed5424
Compare
Choose a tag to compare

What's Changed

  • 🔥 Remove the NEW_DATA broadcast intent when we pull data from the s… by @shankari in #56

Full Changelog: v1.3.2...v1.3.3

👽 Use getOPCode instead of getToken

12 Jul 20:58
01c4e4c
Compare
Choose a tag to compare

Basic modifications for the upgrade to API 32

17 Mar 05:17
f3de905
Compare
Choose a tag to compare

What's Changed

  • Handle modifications required for the upgrade to API 32 by @shankari in #54

Full Changelog: v1.3.0...v1.3.1

Support simplifying auth to only support tokens

08 Mar 04:45
ffef3c7
Compare
Choose a tag to compare

What's Changed

  • 👽 Support rename of JWTAuth to OPCodeAuth by @shankari in #53

Full Changelog: v1.2.9...v1.3.0

Construct all the server call URLs using string concatenation

29 May 05:43
71ca9ba
Compare
Choose a tag to compare

Instead on the relativeURL method.

This is because the relative URL appraoch does not work on iOS even though the documentation says that it should

Relative URL doesn't work: e-mission/e-mission-docs#732 (comment)
Appending strings does work: e-mission/e-mission-docs#732 (comment)

Related updates:

Run the sync code in the main process

08 Apr 04:53
7697415
Compare
Choose a tag to compare

So that notifications generated from sync open the app properly and launch the status screen.

This implements e-mission/e-mission-docs#712 (comment)

Move `initWithConsent` function into the `SensorControlForegroundDelegate`

23 Feb 07:40
979ae67
Compare
Choose a tag to compare

Move it to the foreground delegate instead to be consistent with the other permission code, and to ensure that we can generate the appropriate callbacks, similar to the existing location callbacks.

Add a utility method that can invoke `sync` from the native code

28 Jan 05:54
Compare
Choose a tag to compare

Consolidate all motion activity code into one class

05 Jun 17:56
32f0111
Compare
Choose a tag to compare

This should eventually move to the data collection plugin, but minimizing the refactoring for now.

Related release:
https://github.com/e-mission/e-mission-data-collection/releases/tag/v1.6.0

Upgrade to android@9.0.0 and ios@6.0.1

01 Aug 04:46
b574a0d
Compare
Choose a tag to compare
  • Fix package.json and hook
  • Migrate to androidX
  • bump up version number