-
Notifications
You must be signed in to change notification settings - Fork 689
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
hot fix: added missing READ_ACCESS #454
Merged
Merged
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
Thanks - published a version 3.3.1 |
Fasust
pushed a commit
to brancedev/flutter-plugins
that referenced
this pull request
Dec 29, 2022
* esense_flutter 0.4.3 published * Fix a minor typo healt -> health * Add if statement for starting foreground service * try to add apple exercise time * fix hksample type * try to fix unit error * add workout support * refactor, add missing info * carp_background_location 3.0.0 published * activity_recognition_flutter 4.0.5+1 published * health 3.2.0 * carp_background_location 3.0.1 published * noise_meter 3.0.3 published * audio_streamer README update * DISTANCE_DELTA is for Android, not iOS * Added Healthkit Write support * Added Apple HealthKit support for dietary energy, carbs, protein, and fats * Added forced expiratory volume 1 second * implemented writeData on Android and iOS * returns result on the main thread * aaded the endTime argument * unit conversion for glucose * added device name * Updated device_info_plus dependency version * [health 3.2.1] Updated device_info_plus dependency version * health 3.3.0 published * fix: added missing READ_ACCESS * PR cph-cachet#428 and cph-cachet#454 merged * AddSleepInBed * Add SLEP_IN_BED to androiddateTypes * Filter OUT_OF_BED data * Add the android.permission.ACTIVITY_RECOGNITION setup to the README * Return whole sleep session if there are no finer granularity sub-components * metric unit for weight, height and body temp. * feat: Add method for calculating total steps * feat: Fix return type * feat: Rename method * feat: Fix issues * feat: Fix ios issues * feat: Fix some swift issues * added paramter and Implemented hasPermissions * fix: android 12 intent-flag * merge of PR cph-cachet#457 and cph-cachet#462 * Update of example app and API docs * health v 3.4.0 published * activity_recognition published v. 4.1.0 * small typo fix * Update CHANGELOG.md * moved parsing out of main thread * using Isolate and moved parsing out of main thread * fixed concurrent issues by tapping from thread pool and using isolate * fixed crash by returning result to main thread * Healthkit CategorySample When Healthkit needs a CatergorySample the code would crash. Now checks if the unit is nothing which means that it doesn't need a quantity for the session. * refactor of activity recognition package and release * cleanup in mobility_features * health version: 3.4.1 published * update API and README docs in health plugin * misc cleanup and refactor in health plugin * Update pubspec.yaml * Update README.md * fix cph-cachet#401 * health 3.4.3 published * Update README.md * Update README.md * feat: audiogram * feat: improve documentation * add metada optinal param * wip * add audiogram ids * feat: getAudiogramsIds * fix metadata of the example and inc os version support * fix for optional metadata * [audio_streamer] Upgraded dependencies * Stop recording in onDetachedFromEngine * Fixed example * Flutter plugin template updates * Fixed example * Call onCancel in onDetachedFromEngine * audio_streamer v. 2.1.0 published * Fix of cph-cachet#500 - BMI unit value * WIP * esense_flutter Android embedding v2 * Update esense_flutter.dart * esense_flutter 0.6.0 published * Added Headache data to iOS * Changelog update * update readme * noise_meter v 3.1.0 published * esense_flutter v 0.6.1 published * gitignore update * gitignore update * gitignore update * gitignore cleanup * pbxproj file fix * README spelling fix * gitignore set to flutter default * WIP - PR audiograms * Audiograms added * misc. .gitignore * Initial E4 plugin skeleton * fleshed out the beginning of the android e4 manager * removed copy/pasta artefacts from eSense plugin * Pass in the apiKey as argument * Set up empamanager * Empatica needs sdk version 19 or higher * more safely implemented methods where methods are named and not just strings * deleted old way * cleaned up the return statement in auth with api key method * I've managed to build the aar now. This makes intellisense show up This intellisense means we can't code split, as it does not work as such. Will have to think of a good solution to this. * Didn't need to "build" per say. Just making a .pom file was enough * Still need to have it as a dependency * Updated to gradle 7 * implemented methods from documentation also thinking about how to test * Maybe successful code splitting? * first implementations of callbacks * Have no idea if this works or not... * Hooking the plugin up to Flutter * Copied Bardram's mainthreadeventsink * Implemented last event stream methods I also found a package that does all the pom and xml creation for Flutter to recognize the .aar file without having to upload the build folder * onMethodCall implemented. Time to test 🤞🏻 * Made it more secure. Still dreading testing. * Apparently we need to test it in flutter... soo * Starting dart portion * Fixes so the example app will work * Let's try the first thing again * methodchannel works now. trying to set up eventchannel. callbacks are working. trying to connect to device. * updateStatus now correctly calls back * readying up for dataStream as well * modelled status events * Working demo. Receiving data. * simplified a little * added all the data from the device in to the example app and even more housekeeping * Fixed IBI because of spelling error * ugh frustration * successful code splitting! * The code works * code split methodcallhandler in to the handler * added javadoc and disconnect method * Updated Linter to Flutter 3's linter * Inputting the data model from data and status events in dart This makes the stream way more type safe and data safe, and allows the developer to see the types of data coming in * documentation main * upgrade gradle * Make sure to ask for Location Data for some reason * Change required android version * make sure the example app runs in the background so as to not kill the connection * log battery levels when available * [Health 4.0.0] Audiogram & Workouts added + refactor + bug fixes * [Health 4.0.0] Small fixes to example app and Android * [Health 4.0.0] Readme update * [Health 4.0.0] Readme fix * gitignore remove file * [Health] Small fix to example app * [Health] Changed iOS large calorie to kilocalorie * [Health] Small fixes * added the last remaining methods from empatica * removed battery logging as it is not necessary for the app to work also accompanying packages * Fix typos and consistent single quote strings * Add name to didDiscoverDevice callback * Change back mistakenly edited file * Misspelled receive in data events * Removed authenticateWithConnectUser as this was a relic of Empatica app * Audio Streamer upgraded to Dart 2.17 and Flutter 3.0 * flutter pub outdated -- update to latest versions * Added the DISCOVERING status when scanning * fix of cph-cachet#572 * Updated README, LICENSE, CHANGELOG * update README * Create dependency-review.yml * Omit unused docs folder * Beginning of Swift implementation * Fixed bad memory access in HKSampleQuery query. getData query sometimes give a bad memory access error. The work around is to access dictionary outside closure. * Revert "Beginning of Swift implementation" This reverts commit 08282cb. * [Health] Bug fix of cph-cachet#553 * Deleting iOS from plugin + cleanup via reimplementation of plugin temp * fix: removed sleep consent being asked on querying workouts * Working version -- permission + android update + clean * upgrade to device_info_plus: ^7.0.0 * [Health] Retrieval of ECG on iOS - Implement retrieval of ECG data (voltage, average BPM and classification) - Do not allow to request WRITE permission on ELECTROCARDIOGRAM - Update README.md * health upgrade to device_info_plus ^8.0.0 * Update README.md Suggest adding a little bit more info on how to enable Healthkit for iOS * Update app_usage.dart * Update Stats.java * Update app_usage.dart * [movisens_flutter] Rebuilt package with dart * Movisens 1.0.0 * Update README.md * Upgrade of example app to AndroidX & gradle build versions * update of docs * Removal of support for iOS * v 2.1.0 published * Fixed faulty JSON unit export for HealthDataPoint * [Health 4.4.0] Release of merged PRs * Update app_usage.dart bug fix * Update build.gradle update compileSdkVersion such that getLastTimeForegroundServiceUsed is available * Update Stats.java only do getLastTimeForegroundServiceUsed if correct android version * app_usage v. 2.1.1 published * Added podspec file to published version of esense Also remove flutter generated files from esense plugin, and bumped version for publishing * Removed iOS + Prepare for release * Update empatica plugin version * ignore unused element Co-authored-by: bardram <[email protected]> Co-authored-by: Rinas Muhammed <[email protected]> Co-authored-by: Koen Niemeijer <[email protected]> Co-authored-by: Alexander Maslov <[email protected]> Co-authored-by: John Zaccone <[email protected]> Co-authored-by: Matthew Pitzer <[email protected]> Co-authored-by: Kin Mak <[email protected]> Co-authored-by: Mads Christensen <[email protected]> Co-authored-by: sztyr <[email protected]> Co-authored-by: PinkyUni <[email protected]> Co-authored-by: altanod <[email protected]> Co-authored-by: Daniel Rodenberg <[email protected]> Co-authored-by: Pierre Bresson <[email protected]> Co-authored-by: Pierre Bresson <[email protected]> Co-authored-by: Rexios <[email protected]> Co-authored-by: Lars Refsgaard <[email protected]> Co-authored-by: Lars Refsgaard <[email protected]> Co-authored-by: Alex Olah <[email protected]> Co-authored-by: Alex Olah <[email protected]> Co-authored-by: Sronglong <[email protected]> Co-authored-by: Ramin Shams <[email protected]> Co-authored-by: Fabio Codiglioni <[email protected]> Co-authored-by: Leigha Jarett <[email protected]> Co-authored-by: sc00n <[email protected]> Co-authored-by: Mads Vedel Saaby Christensen <[email protected]> Co-authored-by: L. Gehring <[email protected]>
Fasust
pushed a commit
to brancedev/flutter-plugins
that referenced
this pull request
Dec 29, 2022
* Add if statement for starting foreground service * try to add apple exercise time * fix hksample type * try to fix unit error * add workout support * refactor, add missing info * carp_background_location 3.0.0 published * activity_recognition_flutter 4.0.5+1 published * health 3.2.0 * carp_background_location 3.0.1 published * noise_meter 3.0.3 published * audio_streamer README update * DISTANCE_DELTA is for Android, not iOS * Added Healthkit Write support * Added Apple HealthKit support for dietary energy, carbs, protein, and fats * Added forced expiratory volume 1 second * implemented writeData on Android and iOS * returns result on the main thread * aaded the endTime argument * unit conversion for glucose * added device name * Updated device_info_plus dependency version * [health 3.2.1] Updated device_info_plus dependency version * health 3.3.0 published * fix: added missing READ_ACCESS * PR cph-cachet#428 and cph-cachet#454 merged * AddSleepInBed * Add SLEP_IN_BED to androiddateTypes * Filter OUT_OF_BED data * Add the android.permission.ACTIVITY_RECOGNITION setup to the README * Return whole sleep session if there are no finer granularity sub-components * metric unit for weight, height and body temp. * feat: Add method for calculating total steps * feat: Fix return type * feat: Rename method * feat: Fix issues * feat: Fix ios issues * feat: Fix some swift issues * added paramter and Implemented hasPermissions * fix: android 12 intent-flag * merge of PR cph-cachet#457 and cph-cachet#462 * Update of example app and API docs * health v 3.4.0 published * activity_recognition published v. 4.1.0 * small typo fix * Update CHANGELOG.md * moved parsing out of main thread * using Isolate and moved parsing out of main thread * fixed concurrent issues by tapping from thread pool and using isolate * fixed crash by returning result to main thread * Healthkit CategorySample When Healthkit needs a CatergorySample the code would crash. Now checks if the unit is nothing which means that it doesn't need a quantity for the session. * refactor of activity recognition package and release * cleanup in mobility_features * health version: 3.4.1 published * update API and README docs in health plugin * misc cleanup and refactor in health plugin * Update pubspec.yaml * Update README.md * fix cph-cachet#401 * health 3.4.3 published * Update README.md * Update README.md * feat: audiogram * feat: improve documentation * add metada optinal param * wip * add audiogram ids * feat: getAudiogramsIds * fix metadata of the example and inc os version support * fix for optional metadata * [audio_streamer] Upgraded dependencies * Stop recording in onDetachedFromEngine * Fixed example * Flutter plugin template updates * Fixed example * Call onCancel in onDetachedFromEngine * audio_streamer v. 2.1.0 published * Fix of cph-cachet#500 - BMI unit value * WIP * esense_flutter Android embedding v2 * Update esense_flutter.dart * esense_flutter 0.6.0 published * Added Headache data to iOS * Changelog update * update readme * noise_meter v 3.1.0 published * esense_flutter v 0.6.1 published * gitignore update * gitignore update * gitignore update * gitignore cleanup * pbxproj file fix * README spelling fix * gitignore set to flutter default * WIP - PR audiograms * Audiograms added * misc. .gitignore * Initial E4 plugin skeleton * fleshed out the beginning of the android e4 manager * removed copy/pasta artefacts from eSense plugin * Pass in the apiKey as argument * Set up empamanager * Empatica needs sdk version 19 or higher * more safely implemented methods where methods are named and not just strings * deleted old way * cleaned up the return statement in auth with api key method * I've managed to build the aar now. This makes intellisense show up This intellisense means we can't code split, as it does not work as such. Will have to think of a good solution to this. * Didn't need to "build" per say. Just making a .pom file was enough * Still need to have it as a dependency * Updated to gradle 7 * implemented methods from documentation also thinking about how to test * Maybe successful code splitting? * first implementations of callbacks * Have no idea if this works or not... * Hooking the plugin up to Flutter * Copied Bardram's mainthreadeventsink * Implemented last event stream methods I also found a package that does all the pom and xml creation for Flutter to recognize the .aar file without having to upload the build folder * onMethodCall implemented. Time to test 🤞🏻 * Made it more secure. Still dreading testing. * Apparently we need to test it in flutter... soo * Starting dart portion * Fixes so the example app will work * Let's try the first thing again * methodchannel works now. trying to set up eventchannel. callbacks are working. trying to connect to device. * updateStatus now correctly calls back * readying up for dataStream as well * modelled status events * Working demo. Receiving data. * simplified a little * added all the data from the device in to the example app and even more housekeeping * Fixed IBI because of spelling error * ugh frustration * successful code splitting! * The code works * code split methodcallhandler in to the handler * added javadoc and disconnect method * Updated Linter to Flutter 3's linter * Inputting the data model from data and status events in dart This makes the stream way more type safe and data safe, and allows the developer to see the types of data coming in * documentation main * upgrade gradle * Make sure to ask for Location Data for some reason * Change required android version * make sure the example app runs in the background so as to not kill the connection * log battery levels when available * [Health 4.0.0] Audiogram & Workouts added + refactor + bug fixes * [Health 4.0.0] Small fixes to example app and Android * [Health 4.0.0] Readme update * [Health 4.0.0] Readme fix * gitignore remove file * [Health] Small fix to example app * [Health] Changed iOS large calorie to kilocalorie * [Health] Small fixes * added the last remaining methods from empatica * removed battery logging as it is not necessary for the app to work also accompanying packages * Fix typos and consistent single quote strings * Add name to didDiscoverDevice callback * Change back mistakenly edited file * Misspelled receive in data events * Removed authenticateWithConnectUser as this was a relic of Empatica app * Audio Streamer upgraded to Dart 2.17 and Flutter 3.0 * flutter pub outdated -- update to latest versions * Added the DISCOVERING status when scanning * fix of cph-cachet#572 * Updated README, LICENSE, CHANGELOG * update README * Create dependency-review.yml * Omit unused docs folder * Beginning of Swift implementation * Fixed bad memory access in HKSampleQuery query. getData query sometimes give a bad memory access error. The work around is to access dictionary outside closure. * Revert "Beginning of Swift implementation" This reverts commit 08282cb. * [Health] Bug fix of cph-cachet#553 * Deleting iOS from plugin + cleanup via reimplementation of plugin temp * fix: removed sleep consent being asked on querying workouts * Working version -- permission + android update + clean * upgrade to device_info_plus: ^7.0.0 * [Health] Retrieval of ECG on iOS - Implement retrieval of ECG data (voltage, average BPM and classification) - Do not allow to request WRITE permission on ELECTROCARDIOGRAM - Update README.md * health upgrade to device_info_plus ^8.0.0 * Update README.md Suggest adding a little bit more info on how to enable Healthkit for iOS * Update app_usage.dart * Update Stats.java * Update app_usage.dart * [movisens_flutter] Rebuilt package with dart * Movisens 1.0.0 * Update README.md * Upgrade of example app to AndroidX & gradle build versions * update of docs * Removal of support for iOS * v 2.1.0 published * Fixed faulty JSON unit export for HealthDataPoint * [Health 4.4.0] Release of merged PRs * Update app_usage.dart bug fix * Update build.gradle update compileSdkVersion such that getLastTimeForegroundServiceUsed is available * Update Stats.java only do getLastTimeForegroundServiceUsed if correct android version * app_usage v. 2.1.1 published * Added podspec file to published version of esense Also remove flutter generated files from esense plugin, and bumped version for publishing * Removed iOS + Prepare for release * Update empatica plugin version * ignore unused element * refactoring Co-authored-by: Koen Niemeijer <[email protected]> Co-authored-by: Alexander Maslov <[email protected]> Co-authored-by: bardram <[email protected]> Co-authored-by: John Zaccone <[email protected]> Co-authored-by: Matthew Pitzer <[email protected]> Co-authored-by: Kin Mak <[email protected]> Co-authored-by: Mads Christensen <[email protected]> Co-authored-by: sztyr <[email protected]> Co-authored-by: PinkyUni <[email protected]> Co-authored-by: altanod <[email protected]> Co-authored-by: Daniel Rodenberg <[email protected]> Co-authored-by: Pierre Bresson <[email protected]> Co-authored-by: Pierre Bresson <[email protected]> Co-authored-by: Rexios <[email protected]> Co-authored-by: Lars Refsgaard <[email protected]> Co-authored-by: Lars Refsgaard <[email protected]> Co-authored-by: Alex Olah <[email protected]> Co-authored-by: Alex Olah <[email protected]> Co-authored-by: Sronglong <[email protected]> Co-authored-by: Ramin Shams <[email protected]> Co-authored-by: Fabio Codiglioni <[email protected]> Co-authored-by: Leigha Jarett <[email protected]> Co-authored-by: sc00n <[email protected]> Co-authored-by: Mads Vedel Saaby Christensen <[email protected]> Co-authored-by: L. Gehring <[email protected]>
hibitness-quan-nguyen2
pushed a commit
to hibitness/flutter-plugins
that referenced
this pull request
Dec 18, 2023
hot fix: added missing READ_ACCESS
hibitness-quan-nguyen2
pushed a commit
to hibitness/flutter-plugins
that referenced
this pull request
Dec 18, 2023
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.
This PR fixed #453 by requesting READ_ACCESS in addition to WRITE_ACCESS