Releases: OutSystems/cordova-outsystems-healthfitness
Releases · OutSystems/cordova-outsystems-healthfitness
1.2.10
- Fix: [Android] Add safe call to avoid build error.
- Fix: [iOS] iOS 13 "Variable not Available" Issue.
1.2.9
- 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.
1.2.8
- Fixes data retrieval for SLEEP variable in Android
1.2.7
Implemented on iOS only.
- Apply Date Range when processing Advanced Query Result, in order to avoid fetching data blocks that don't belong to the requested dates.
- Create AdvancedQueryDataPoint structure and AdvancedQueryResultType parameter so that we can control what to output on the native side.
1.2.6
New flag that allows fetching only non-empty values on performing an Advanced Query. Implemented only on iOS.
1.2.5
iOS: Swift support updated!
1.2.4
Fix nil optionsAllowed for Blood Glucose
1.2.3
Fix: Sleep variable not returning data on iOS.