forked from cph-cachet/flutter-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
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
KonstantinRr
wants to merge
439
commits into
Basis-Health:master
Choose a base branch
from
cph-cachet:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Upstream PR #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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
screen_state version 3.0.0. released
pedometer 4.0.1 published
light 3.0.0 published
[Health] Health 7.0.0 (fixed sleep on iOS, added sleep on HealthConnect, minor fixes)
Upgrade of mobility package
…, 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
…g and reading/writing data
[health] Prevent app crash on Android when Health Connect SDK is unavailable
…date mobility_features 6.0.0
* 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.