sahha_flutter 1.0.1 sahha_flutter: ^1.0.1 copied to clipboard
Sahha Flutter Plugin
1.0.1 #
Added #
n/a
Changed #
n/a
Fixed #
- (Android) Resolved an issue where under certain circumstances, native step data would stop collecting (Health Connect step data unrelated)
- (Android) Resolved an issue where certain permission states were incorrectly returning
unavailable
specifically for Android version 9 (API 28)
1.0.0 #
0.4.5 alpha #
Added #
- (Android) Improved the quality of step data being sent to Sahha API
Changed #
- Changed
getSensorStatus
andenableSensors
method parameters to require an explicit list of sensors
Fixed #
- (iOS) Delete credentials if API response is unauthorized
- (Android) Fixed a bug where the foreground service would attempt to periodically restart
- (Android) Fixed a minor bug when batching data
0.4.4 alpha #
Added #
- n/a
Changed #
- (iOS) Moved data handling and posting to a dedicated data manager
- (Android) Improved data handling and posting
Fixed #
- (iOS) Fixed missing device information for logging
- (iOS) Fixed warnings for missing credentials
- (Android) Fixed deauthentication to properly halt background tasks and reset data
0.4.3 alpha #
0.4.2 alpha #
0.4.1 alpha #
0.4.0 alpha #
Added #
- Added exercise sensor
- (iOS) Collected gender and birth date from HealthKit
Changed #
- Improved batching of sensor data uploads
- (Android) Permissions must be added manually by the developer to AndroidManifest.xml
- (Android) Improved how Health Connect data is queried
- (Android) Adjusted how sensor data percentages are formatted
- (iOS) Increased historical sensor data from 7 days to 30 days
Fixed #
- (Android) Fixed sleep value formatting
- (Android) Fixed a bug which caused diastolic blood pressure data to be missing
0.3.9 alpha #
0.3.8 alpha #
Added #
- n/a
Changed #
- (Android) Improvements to ensure important background tasks continue running
- (Android) Upgraded to latest Gradle version
Fixed #
- (Android) Fixed a bug that would sometimes crash on initial launch
- (Android) Fixed a bug that could lock up the UI on lower Android OS versions
- (Android) Fixed a bug where permission status would return disabled when it should be unavailable on lower Android OS versions
0.3.7 alpha #
0.3.5 alpha #
0.3.4 alpha #
Added #
- Added temperature sensor data
- Added additional error logging
Changed #
- Renamed data_types and insight_types to snake_case
- Removed manual postSensorData method
Fixed #
- (Android) Fixed some insights not posting correctly
- (Android) Fixed some demographics not posting correctly
- (iOS) Fixed some sensor data not posting correctly