Releases: e-mission/cordova-server-sync
🔥 Remove the NEW_DATA broadcast intent when we pull data from the server
What's Changed
Full Changelog: v1.3.2...v1.3.3
👽 Use getOPCode instead of getToken
Corresponds to changes in
https://github.com/e-mission/cordova-jwt-auth/releases/tag/v1.7.2
Basic modifications for the upgrade to API 32
What's Changed
Full Changelog: v1.3.0...v1.3.1
Support simplifying auth to only support tokens
What's Changed
Full Changelog: v1.2.9...v1.3.0
Construct all the server call URLs using string concatenation
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
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`
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
This contains #49, part of the fix for
e-mission/e-mission-docs#686
The other part is in e-mission/e-mission-data-collection#196
Consolidate all motion activity code into one class
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 [email protected] and [email protected]
- Fix package.json and hook
- Migrate to androidX
- bump up version number