Skip to content

3.2.3

Compare
Choose a tag to compare
@andersio andersio released this 30 Aug 13:27
· 7 commits to main since this release
a4c02e5

3.2.0: Android Health Connect data sync improvements

Vital Health Android SDK 3.2.0 has made several improvements to Health Data Sync:

  1. NEW: The SDK now prioritises syncing of summary types over timeseries data.

    • This ensures the SDK would always make forward progress on summary types first.
    • Timeseries data take the back seats, as they can take more CPU time, as well as Health Connect on-device minutely and daily request quotas.
  2. NEW: Support for Blood Oxygen, Respiratory Rate, and Body Temperature.

  3. NEW: Vital Android SDK artifacts are now available through Maven Central.

  4. FIXED: Permission Request Contract now correctly reports some edge cases as PermissionOutcome.NotPrompted which had been incorrectly reported as PermissionOutcome.Success.

What's Changed (3.2.2 -> 3.2.3)

  • VIT-7291: Request only permissions the host app has declared in their AndroidManifest.xml by @andersio in #163
  • Release 3.2.3 by @andersio in #164

Full Changelog: 3.2.2...3.2.3