Skip to main content

Changelog

0.3.1

Android

  • Improvements
    • Improved sleep summary extraction to prevent bad Samsung Health behaviour.
  • Bugfixes
    • Added a proguard rule to avoid obfuscation of RookStepsManager.Companion.
    • Fixed error when trying to delete a user that no longer exists using RookConfiguration.deleteUserFromRook, in this case the function will return success.
    • Fixed preferences being restored by Google backup.
  • Secure storage
    • Now you can set the file name and password of the storage that this SDK will use to save sensitive information, read more about this in the security section of the documentation. Please note that this is an optional configuration the SDK will use a default file name and auto-generate a password if you don't set one.

0.3.0

Android

Features

  • checkAvailability method added to RookHealthConnect

iOS

Bug Fix

  • Temperature events bug fixed

Features

  • 30 days history for first time sync
  • Events background and summary background independent activation and deactivation

Breaking changes

  • enableEventsBackgroundSync parameter was added in initRook method

0.2.8

  • Optimizations
  • Core data persistence

0.2.7

  • Bugs
  • Typo Error description fixed

0.2.6

  • Optimizations

    • Background error tracking
    • dependencies updated
    • Android and iOS Steps tracking will be enable, when enableBackgroundSync parameter is set true.

0.2.5

  • Breaking changes
  • enable back ground sync option was added in configuration parameters
  • Optimizations
  • RookDataSources object was added.

0.2.4

  • Optimizations
  • Step events feature added for iOS and Android