Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream PR #2

Open
wants to merge 439 commits into
base: master
Choose a base branch
from
Open

Upstream PR #2

wants to merge 439 commits into from

Conversation

KonstantinRr
Copy link
Member

No description provided.

hoffmatteo and others added 30 commits April 21, 2023 13:06
[Health] Health 6.0.0 (added totalSteps HC and suppl_flow for blood oxygen)
1. better performance for List<double> stream event in _makeAudioStream().
[health] Major upgrades for `intl` and `device_info_plus`
pedometer updates Kotlin plugin and AGP.
Upgraded android components to fix build issues
[audio_streamer] Updates kotlin plugin and AGP
Update audio_streamer.dart: better performance for List stream event in _makeAudioStream().
audio_streamer Kotlin and AGP update + singleton
[Health] Health 7.0.0 (fixed sleep on iOS, added sleep on HealthConnect, minor fixes)
bardram and others added 30 commits July 31, 2024 13:09
…, characteristic data from HealthKit (#1008)

* Add characteristic data from HealthKit

* Add menstruation data from HealthKit and Google Fit

* Fix serialization for characteristic types, fetch new types in example app

* Update documentation

* Menstruation flow data: remove Google Fit support, add HC support, support writing data on Android

* Add support for writing menstruation flow on iOS, read the metadata provided by iOS

* Update readme with menstruation flow

* Update a doc comment

* Added testing of Menstruation  Flow to example app

---------

Co-authored-by: Aviad Katani <aviad@lumen.me>
Co-authored-by: AviadKa <105856296+AviadKa@users.noreply.github.com>
Co-authored-by: bardram <jakba@dtu.dk>
* Add support for heart rate variability (RMSSD) for Android

* Update readme
* Remove Google Fit and imports from Android code

* Formatting

* Remove Google Fit column from readme

* Remove support for Google Fit types not supported by Health Connect

* Remove more Google Fit workout types

* Remove references to Google Fit, remove `useHealthConnectIfAvailable`

* Remove `disconect` method channel

* Remove `flowRate` from `writeBloodOxygen` as it is not supported in Health Connect

* Remove more unsupported workout types

* Add missing import

* Remove Google Fit as dependency

* Add notice in README

* Improve logging for HC permission callback

* Update some documentation

* Android: Fix `requestAuthorization` not returning a result on success

* Remove additional workout types that are not supported

* Remove another workout type

* Add missing unimplemented method

* small updates to the README

* Fix an issue in generated file

* When writing data, check if the type is available on the requested platform

---------

Co-authored-by: bardram <jakba@dtu.dk>
… Android (#1020)

* Remove Google Fit and imports from Android code

* Formatting

* Remove Google Fit column from readme

* Remove support for Google Fit types not supported by Health Connect

* Remove more Google Fit workout types

* Remove references to Google Fit, remove `useHealthConnectIfAvailable`

* Remove `disconect` method channel

* Remove `flowRate` from `writeBloodOxygen` as it is not supported in Health Connect

* Remove more unsupported workout types

* Add missing import

* Remove Google Fit as dependency

* Add notice in README

* Improve logging for HC permission callback

* Update some documentation

* Android: Fix `requestAuthorization` not returning a result on success

* Combine some types for consistency across iOS and Android
* Remove Google Fit and imports from Android code

* Formatting

* Remove Google Fit column from readme

* Remove support for Google Fit types not supported by Health Connect

* Remove more Google Fit workout types

* Remove references to Google Fit, remove `useHealthConnectIfAvailable`

* Remove `disconect` method channel

* Remove `flowRate` from `writeBloodOxygen` as it is not supported in Health Connect

* Remove more unsupported workout types

* Add missing import

* Remove Google Fit as dependency

* Add notice in README

* Improve logging for HC permission callback

* Update some documentation

* Android: Fix `requestAuthorization` not returning a result on success

* Remove additional workout types that are not supported

* Remove another workout type

* Add missing unimplemented method

* Add `uuid` field to `HealthDataPoint` and include it in datapoints

* Update README.md

---------

Co-authored-by: bardram <jakba@dtu.dk>
* Remove Google Fit and imports from Android code

* Formatting

* Remove Google Fit column from readme

* Remove support for Google Fit types not supported by Health Connect

* Remove more Google Fit workout types

* Remove references to Google Fit, remove `useHealthConnectIfAvailable`

* Remove `disconect` method channel

* Remove `flowRate` from `writeBloodOxygen` as it is not supported in Health Connect

* Remove more unsupported workout types

* Add missing import

* Remove Google Fit as dependency

* Add notice in README

* Improve logging for HC permission callback

* Update some documentation

* Android: Fix `requestAuthorization` not returning a result on success

* Remove additional workout types that are not supported

* Remove another workout type

* Add missing unimplemented method

* Remove reference to v1 Android embedding
… `HKWasUserEntered` on iOS (#1023)

* Remove Google Fit and imports from Android code

* Formatting

* Remove Google Fit column from readme

* Remove support for Google Fit types not supported by Health Connect

* Remove more Google Fit workout types

* Remove references to Google Fit, remove `useHealthConnectIfAvailable`

* Remove `disconect` method channel

* Remove `flowRate` from `writeBloodOxygen` as it is not supported in Health Connect

* Remove more unsupported workout types

* Add missing import

* Remove Google Fit as dependency

* Add notice in README

* Improve logging for HC permission callback

* Update some documentation

* Android: Fix `requestAuthorization` not returning a result on success

* Remove additional workout types that are not supported

* Remove another workout type

* Add missing unimplemented method

* Include recording method from Android metadata in HealthDataPoint

* Support writing data with custom recording method on Android

* Improve RecordingMethod enum

* Support filtering by recording method when fetching data

* Fix `includeManualEntry` for `getTotalStepsInInterval`

* Support recording method on iOS

* Recording method when writing on iOS (WIP)

* Fix filtering manual entries when fetching data on iOS

* Rename variable in example app

* Update documentation

* Improvements to example app

* Quick fix

* Update documentation

* Update iOS docs
* Remove Google Fit and imports from Android code

* Formatting

* Remove Google Fit column from readme

* Remove support for Google Fit types not supported by Health Connect

* Remove more Google Fit workout types

* Remove references to Google Fit, remove `useHealthConnectIfAvailable`

* Remove `disconect` method channel

* Remove `flowRate` from `writeBloodOxygen` as it is not supported in Health Connect

* Remove more unsupported workout types

* Add missing import

* Remove Google Fit as dependency

* Add notice in README

* Improve logging for HC permission callback

* Update some documentation

* Android: Fix `requestAuthorization` not returning a result on success

* Remove additional workout types that are not supported

* Remove another workout type

* Add missing unimplemented method

* Implement sleep stage changes on iOS side

* Implement Android side

* Minor fix to README

* Add support for SLEEP_AWAKE_IN_BED

* Fix for [health 10.2.0] #1010
[health] Prevent app crash on Android when Health Connect SDK is unavailable
* Add bug fix issue template for improved reporting

* Disable blank issue creation in the issue template configuration

* Update bug fix issue template title format for better clarity
[health] Fix #1059: Add check flags for permissions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.