- Now handles the case when asking for BMI on Android when no height data has been collected.
- Fixed a merge issue which had deleted the data types added in 2.0.4.
- Fixed a Google sign-in issue, and a type issue on Android (cph-cachet#201)
- Fixed a Google sign-in issue. (cph-cachet#172)
- Now uses 'device_info' rather than 'device_id' for getting device information
- Static analysis, formatting etc.
- Added Sleep data, Water, and Mindfulness.
- The method
requestAuthorization
is now public again.
- Updated the API to take a list of types rather than a single type, when requesting health data.
- Updated the API to take a list of types rather than a single type, when requesting health data.
- Removed the need for try-catch on the programmer's end
- Removed UUID and instead introduced a comparison operator
- Changed the API substantially to allow for granular Data Type permissions
Added the following Health Types as per PR #147
- DISTANCE_WALKING_RUNNING
- FLIGHTS_CLIMBED
- MOVE_MINUTES
- DISTANCE_DELTA
- Fixed an issue with google authorization
- See cph-cachet#133
- Corrected table of units
- Updated table with units
- Now supports the data type
HEART_RATE_VARIABILITY_SDNN
on iOS
- Fixed issue #88 (cph-cachet#88)
- Introduced UUID to the HealthDataPoint class
- Re-did the example application
- Fixed a null-check warning in the obj-c code (issue #87)
- Updated gradle-wrapper distribution url
gradle-5.4.1-all.zip
- Updated docs
- Updated documentation for Android and Google Fit.
- Streamlined DataType units in Flutter.