workout 0.6.9
workout: ^0.6.9 copied to clipboard
Run a workout session on Wear OS and Tizen. Get data such as heart rate in real time.
0.6.9 #
- Dependency upgrades
0.6.8 #
- Dependency upgrades
0.6.7 #
- Fixes more Android build issues
0.6.6 #
- Fixes Android build issue
0.6.5 #
- Adds
startWatchAppmethod for iOS
0.6.4 #
- Upgrades
androidx.health:health-services-clientto1.1.0-alpha03 - Default
WorkoutReadingtimestamp is nowDateTime.timestamp()instead ofDateTime.now()
0.6.3 #
- Upgrades permission_handler to version 11.0.0
0.6.2 #
- Adds namespace to
build.gradlefor Gradle 8
0.6.0 #
- BREAKING:
ExerciseTypehas been updated to match the native Android values - Updated Health Services. All data types now work on the Galaxy Watch4 and Pixel Watch.
0.5.1 #
- Fixes Android build issue
0.5.0 #
- BREAKING CHANGE: Updated Android compileSdkVersion to 33 for
permission_handler - Updated dependencies
0.4.1 #
- Fixed proguard issue
0.4.0 #
- Support for new Health Services APIs
0.3.0 #
- Updated Tizen code
0.2.1 #
- Reverted gradle update for plugin
0.2.0 #
- Updated linting rules
- Updated gradle and target sdk
- Improved package structure
0.1.0 #
- Heart rate and calories works on Android. Others might work but don't show up in the emulator.
0.0.5 #
- Run a foreground service on Android (untested)
0.0.4 #
- Converted to Health Services for Wear OS (untested)
0.0.3 #
- Changed com.example to dev.rexios
0.0.2 #
- Added documentation
0.0.1 #
- Initial release