- Fixes more Android build issues
- Fixes Android build issue
- Adds
startWatchApp
method for iOS
- Upgrades
androidx.health:health-services-client
to1.1.0-alpha03
- Default
WorkoutReading
timestamp is nowDateTime.timestamp()
instead ofDateTime.now()
- Upgrades permission_handler to version 11.0.0
- Adds namespace to
build.gradle
for Gradle 8
- Small documentation update #5
- BREAKING:
ExerciseType
has been updated to match the native Android values - Updated Health Services. All data types now work on the Galaxy Watch4 and Pixel Watch.
- Fixes Android build issue
- BREAKING CHANGE: Updated Android compileSdkVersion to 33 for
permission_handler
- Updated dependencies
- Fixed proguard issue
- Support for new Health Services APIs
- Updated Tizen code
- Reverted gradle update for plugin
- Updated linting rules
- Updated gradle and target sdk
- Improved package structure
- Heart rate and calories works on Android. Others might work but don't show up in the emulator.
- Run a foreground service on Android (untested)
- Converted to Health Services for Wear OS (untested)
- Changed com.example to dev.rexios
- Added documentation
- Initial release