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
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.
requestAndroidBackgroundPermissions
andrequestPermissions
return aRequestStatusPermissions
indicating the current status of the permissions two possible valuesREQUEST_SENT
means that the views with permissions was presented andALREADY_GRANTED
means that the user already has granted the permissionsrevokeDataSource
function added intouseRookDataSources
to revoke API source
Deprecations
requestStepsPermissions
is 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.syncTodayStepsCount
to sync the steps count of the current day, if successful it will return aSyncStatusWithData.Synced
object with the steps information that was uploaded orSyncStatusWithData.RecordsNotFound
if the SDK could not find any steps records.
- Added
Android steps
RookStepsManager.getTodayStepsCount
was removed.- Added
RookStepsManager.syncTodayAndroidStepsCount
to 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
rookYesterdaySync
without 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
requestAndroidBackgroundPermissions
hasAndroidBackgroundPermissions
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