Skip to content

Releases: OutSystems/cordova-outsystems-healthfitness

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.

1.2.10

07 Nov 18:01
Compare
Choose a tag to compare
  • Fix: [Android] Add safe call to avoid build error.
  • Fix: [iOS] iOS 13 "Variable not Available" Issue.

1.2.9

29 Sep 11:11
485d042
Compare
Choose a tag to compare
1.2.9 Pre-release
Pre-release
  • Fix: [iOS] Clear milliseconds from background job's date range lower bound, as HKStatistics uses for its start date. This way, the data block is not discarded from the final results (https://outsystemsrd.atlassian.net/browse/RMET-1836).
  • Feat: [Android] Implement request permissions, feature needed to android 13 compliance.
  • Fix: [iOS] Apply the AdvancedQueryDataPoint structure and AdvancedQueryResultType parameter to Category and Correlation variables as well.
  • Fix: [iOS] Fix getLastRecord's result by fetching only the latest filled value.