CHANGELOG
Versioning definitions:
Given a version number VERSION.MAJOR.MINOR:
- VERSION: Incompatible API changes
- MAJOR: New functionality in an incompatible manner, Major bug fixes. Security fixes
- MINOR: New functionality in a backward compatible manner, Minor bug fixes, Performance improvements.
Changelog
1.0.1
- BREAKING CHANGES:
- Change a typo in the response of
getDataSources, changeauthorizationUrltoauthorizationURL
- Change a typo in the response of
1.0.0
Customizable permissions
- Now the permissions that you remove from the AndroidManifest will affect the behavior of requesting/checking permissions functions, allowing you to discard permissions that you don't need.
useRookPermissions().checkHealthConnectPermissionsPartiallycheck if at least one permission was granted.- The broadcast channel also notifies (
ROOK_HEALTH_CONNECT_PERMISSIONS_PARTIALLY_GRANTED) if at least one permission was granted.
BREAKING CHANGES:
- Response of
checkAvailabilitychange fromINSTALEDtoINSTALLED - Removed deprecated functions in
useRookSyncSummariesshouldSyncSleepSummariesForshouldSyncSleepSummariesForshouldSyncPhysicalSummariesFor
- Removed deprecated functions in
useRookBackgroundStepshasStepsPermissionsrequestStepsPermissions
- Removed
doOnEndparameter inscheduledYesterdaySync
- Response of
0.11.0
Optimizations
- Add the broadcast channel were you can listen for notifications about the permissions status
- Improved sleep summary extraction to prevent bad Samsung Health behavior.
requestAndroidBackgroundPermissionsandrequestPermissionsreturn aRequestStatusPermissionsindicating the current status of the permissions two possible valuesREQUEST_SENTmeans that the views with permissions was presented andALREADY_GRANTEDmeans that the user already has granted the permissionsrevokeDataSourcefunction added intouseRookDataSourcesto revoke API source
Deprecations
requestStepsPermissionsis deprecated and will be removedshouldSync{ROOK-Pillar}is deprecated and will be removed, you no longer need to use this function the sync functions make this checks
0.10.1
- Support the redirect url in data sources
- Improve the service of enableBackgroundSync
0.10.0
Include the service of enableBackgroundSync with flag into the RookSyncGate that automatically start the background services
BREAKING CHANGE: Remove the syncYesterdaySummaries from useRookSummaries and syncYesterdayEvents from useRookEvents
Health Connect:
- Added
RookEventManager.syncTodayStepsCountto sync the steps count of the current day, if successful it will return aSyncStatusWithData.Syncedobject with the steps information that was uploaded orSyncStatusWithData.RecordsNotFoundif the SDK could not find any steps records.
- Added
Android steps
RookStepsManager.getTodayStepsCountwas removed.- Added
RookStepsManager.syncTodayAndroidStepsCountto sync the steps count of the current day, if successful it will return the number of steps taken.
0.8.2
- Update the native module to resolve minor issues
0.8.1
- The functions
checkPermissions = (permission?: PermissionType)andrequestPermissions = (permission?: PermissionType)has change the parameters that means that now are optionals if you do not set any parameter by default will be "ALL", the parameters will be removed in the next major release.
0.8.0
- Add the ability to fetch the data sources and show a prebuilt view of the data sources
0.7.0
- Fix a bug on getting the today steps
- add a function to get the available sources of ROOK
scheduleYesterdaySync is the equivalent of rookYesterdaySync but focused on hybrid environments like react native. If you are already using the rookYesterdaySync in the native side we strongly recommend you to migrate to this new feature, but beware that you MUST NOT use rookYesterdaySync and scheduleYesterdaySync at the same time as it can provoke unexpected behavior.
0.6.11
- BREAKING CHANGE useRookSteps was renamed to useRookBackgroundSteps
- BREAKING CHANGE useRookSteps.observeTodaySteps() was renamed to useRookBackgroundSteps.observeStepsOf(date: string)
0.6.10
- Fixed crash on Android 13 or lower devices when using
rookYesterdaySyncwithout having health connect installed.
If you are using rookYesterdaySync you also MUST update the native rook-sdk dependency in your app module
build.gradle to 0.8.1
Dependency updates
- rook-sdk (Gradle): 0.8.0 → 0.8.1
0.6.9
- Add the functions to request permissions for sync information in background
requestAndroidBackgroundPermissionshasAndroidBackgroundPermissions
0.6.8
- Update native dependencies of ROOK
0.6.7
- Update native dependencies of ROOK
0.6.6
- Update native dependencies of ROOK
0.6.5
- Update native dependencies of ROOK