Skip to content

Releases: OutSystems/cordova-outsystems-healthfitness

2.2.1

13 Nov 17:44
d57fea7
Compare
Choose a tag to compare

Fixes

  • Android - Replaces removeLast with compatible List method (removeAt)

2.2.0

03 Oct 13:51
9ed6540
Compare
Choose a tag to compare
  • Feature: Implement support for the Body Temperature health variable.

2.1.2

21 Aug 16:27
e98f02f
Compare
Choose a tag to compare
  • Android:
    • Fix: Request READ_HEALTH_DATA_IN_BACKGROUND permission for Android 15 when setting a background job

2.1.1

06 Jun 16:33
ab94cca
Compare
Choose a tag to compare
  • Fix: Updated dependency to the OSHealthFitnessLib-Android library, which adds SerializableName annotation for data class fields that need it, to avoid problems with code obfuscation.

2.1.0

20 May 16:38
4c4c99b
Compare
Choose a tag to compare
  • Android:
    • Feat: Implements support for OxygenSaturation variable.
    • Fix: Adds format verification for Privacy Policy file.
  • iOS:
    • Fix: Fixes unit for percentage values, including OxygenSaturation
  • Android & iOS:
    • Updates Cordova hooks with new OutSystems specific errors.

2.0.0

10 Apr 09:16
025674c
Compare
Choose a tag to compare
  • On Android:
    • Replaces the Google Fit Android SDK with Health Connect, updating dependency to OSHealthFitnessLib-Android
    • Removes disconnectFromGoogleFit and adds disconnectFromHealthConnect
    • Adds openHealthConnect
  • On iOS:
    • Updates dependency to OSHealthFitnessLib-iOS, adding the Privacy Manifest to the plugin.

1.4.0

28 Aug 11:07
1f8dde7
Compare
Choose a tag to compare
  • Adds feature to disable Google Fit (only for Android).

1.3.0

10 Jan 17:05
fc50c4e
Compare
Choose a tag to compare
  • New workouts feature that allows getting workouts raw data from Apple's HealthKit. This is only available on iOS.

1.2.12

19 Dec 14:19
Compare
Choose a tag to compare
  • Android: replace jcenter with mavenCentral in Gradle

1.2.11

09 Nov 15:07
Compare
Choose a tag to compare
  • Remove the older OSCore framework and replace it by the new OSCommonPluginLib pod.