Releases: OutSystems/cordova-outsystems-healthfitness
Releases · OutSystems/cordova-outsystems-healthfitness
2.2.1
2.2.0
- Feature: Implement support for the Body Temperature health variable.
2.1.2
- Android:
- Fix: Request
READ_HEALTH_DATA_IN_BACKGROUND
permission for Android 15 when setting a background job
- Fix: Request
2.1.1
- 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
- Android:
- Feat: Implements support for
OxygenSaturation
variable. - Fix: Adds format verification for Privacy Policy file.
- Feat: Implements support for
- iOS:
- Fix: Fixes unit for percentage values, including
OxygenSaturation
- Fix: Fixes unit for percentage values, including
- Android & iOS:
- Updates Cordova hooks with new OutSystems specific errors.
2.0.0
- On Android:
- Replaces the Google Fit Android SDK with Health Connect, updating dependency to OSHealthFitnessLib-Android
- Removes
disconnectFromGoogleFit
and addsdisconnectFromHealthConnect
- Adds
openHealthConnect
- On iOS:
- Updates dependency to OSHealthFitnessLib-iOS, adding the Privacy Manifest to the plugin.
1.4.0
- Adds feature to disable Google Fit (only for Android).
1.3.0
- New workouts feature that allows getting workouts raw data from Apple's HealthKit. This is only available on iOS.
1.2.12
- Android: replace
jcenter
withmavenCentral
inGradle
1.2.11
- Remove the older
OSCore
framework and replace it by the newOSCommonPluginLib
pod.