Skip to content

Releases: agencyenterprise/point-sdk-rn

1.4.0

02 Jan 16:58
a99f450
Compare
Choose a tag to compare

Features:

  • Refresh Token: New login method that allows the SDK to handle the Access Token lifecycle internally. This way, the user is not required to provide a new access token each time the current one expires.

Bugfixes:

  • Fixed a bug that caused the Fitbit/Oura integrations API calls to throw a Null Pointer Exception when called without a user token (Android only)

1.3.2

25 Nov 18:16
ca08bd8
Compare
Choose a tag to compare

Bugfixes:

  • Fixed a crash in the listeners when the app is in background.

1.3.1

18 Nov 20:54
Compare
Choose a tag to compare

Bugfixes:

  • Fixed an issue that caused integrations to only work after calling it's setup method

1.3.0

09 Nov 16:57
521ca6d
Compare
Choose a tag to compare

Improvements:

  • Added OxygenSaturation, RespiratoryRate and Temperature Fitbit Scopes.
  • Integrations setup is now made internally on SDK setup.
  • Added SleepRestlessness and MaxHR metrics
  • Added ActivityLevel insight

Bugfixes:

  • Fixed wrong log message when a listener triggers

Breaking changes:

  • Methods setupFitbitIntegration and setupOuraIntegration are now deprecated. Integrations do not require manual setup now.

1.2.2

04 Nov 22:20
Compare
Choose a tag to compare
1.2.2

Release 1.0.0

27 Sep 18:41
5e1e21c
Compare
Choose a tag to compare
Merge pull request #30 from agencyenterprise/release-1.0.0

Update native SDK to 1.0.0

Release 0.2.6

10 Aug 20:32
bad416d
Compare
Choose a tag to compare
  • Merge background and foreground listeners into a single feature
  • Changed duplicates control to use anchors instead of local database for all queries that aren't statistical
  • Refactored and simplified HealthQuery structures
  • Updating historical and latest data sync
  • Using new DNS
  • General improvements

Release 0.2.3

11 Jul 17:26
Compare
Choose a tag to compare
-update to native SDK 0.2.2

Release 0.2.2

08 Jul 18:46
Compare
Choose a tag to compare

-Fitbit integration
-PreProd environment
-General improvements and API changes

Release 0.2.1

08 Jul 14:44
Compare
Choose a tag to compare

-Fitbit integration
-PreProd environment
-General improvements and API changes