health_connector_hc_android 1.2.2
health_connector_hc_android: ^1.2.2 copied to clipboard
Android implementation of health_connector using Health Connect
1.2.2 #
- REFACTOR(health_connector_hc_android): Simplify
TAGinitialization with null-coalescing operator to avoid redundant null checks. (7ee0217f) - REFACTOR(health_connector_hc_android): Replace null/0 returns with explicit error throwing for type guard failures for all handlers. (ae151cf5)
- REFACTOR(health_connector_hc_android): Improve permission mapping and error handling. (29d29b17)
- REFACTOR(health_connector_hc_android): Separate health record mapper files for each health record type. (e72390d2)
- FIX(health_connector_hc_android): Prevent infinite recursion in nutrient record mappers. (4f09dd9c)
- FIX(health_connector_hc_android): Add missing blood pressure permission mapping. (9728770f)
1.2.1 #
- REFACTOR(health_connector_hc_android): Add
complete()helper for Pigeon callbacks. (d72e1bfc)
1.2.0 #
1.1.0 #
- REFACTOR: Simplify record extraction in clients and remove unused
ReadRecordResponseDtoextension. (7303bfb0) - FEAT(health_connector_hc_android): Implement nutrient health data permissions based on nutrition permission status. (a39ab697)
- FEAT(health_connector_hc_android): Add support for nutrient and nutrition health data types. (be34f9ed)
- FEAT: Add nutrient and nutrition records and data types. (77e3a8d0)
1.0.0 #
- FEAT: Implement Android Health Connect platform client.
- FEAT: Add support for various health data types:
- Distance
- Active calories burned
- Floors climbed
- Wheelchair pushes
- Height
- Body temperature
- Lean body mass
- Hydration
- Heart rate
- Sleep session