Skip to content

Releases: tryVital/vital-android

2.0.0

02 Apr 17:43
Compare
Choose a tag to compare

Android Health Connect

The 2.0.0 release exposes several new capabilities:

  • Introduces an experimental Background Sync feature for Android Health Connect.
  • Improve the frequency and reliability of the Sync On App Launch behaviour.
  • Fixed the excess amount of duplicated Health SDK status events.

Before using these new capabilities, please give these documentation pages a read:

What's Changed

  • VIT-6150: Android: No historical.data.* event when no data by @andersio in #109

Full Changelog: 2.0.0-rc.1...2.0.0

2.0.0-rc.1

22 Mar 16:55
Compare
Choose a tag to compare

Android Health Connect

The 2.0.0 release exposes several new capabilities:

  • Introduces an experimental Background Sync feature for Android Health Connect.
  • Improve the frequency and reliability of the Sync On App Launch behaviour.
  • Fixed the excess amount of duplicated Health SDK status events.

Before using these new capabilities, please give these documentation pages a read:

What's Changed

  • VIT-6048: Android: Fix activity day summary broken query bounds by @andersio in #103
  • VIT-6048: Fix incremental sync not progressing by @andersio in #104
  • VIT-6048: Make some auto sync intervals tunable by @andersio in #105
  • VIT-6048: Catch up with iOS exercise minutes behaviour by @andersio in #106
  • VIT-6048: Fix conflicting monitoringTypes prefs key by @andersio in #107
  • VIT-6048: Round down activity daily summary values by @andersio in #108

Full Changelog: 2.0.0-beta.6...2.0.0-rc.1

2.0.0-beta.6

20 Mar 18:39
Compare
Choose a tag to compare

Android Health Connect

The 2.0.0 release exposes several new capabilities:

  • Introduces an experimental Background Sync feature for Android Health Connect.
  • Improve the frequency and reliability of the Sync On App Launch behaviour.
  • Fixed the excess amount of duplicated Health SDK status events.

Before using these new capabilities, please give these documentation pages a read:

What's Changed

  • VIT-6034: Gracefully handle missing permission when generating Health Connect changes token by @andersio in #102

Full Changelog: 2.0.0-beta.5...2.0.0-beta.6

2.0.0-beta.5

19 Mar 16:04
Compare
Choose a tag to compare

Android Health Connect

The 2.0.0 release exposes several new capabilities:

  • Introduces an experimental Background Sync feature for Android Health Connect.
  • Improve the frequency and reliability of the Sync On App Launch behaviour.
  • Fixed the excess amount of duplicated Health SDK status events.

Before using these new capabilities, please give these documentation pages a read:

What's Changed

  • VIT-6002: Always start Foreground Service for sync. by @andersio in #93
  • VIT-6003: Background Sync core mechanism via Exact Alarms by @andersio in #94
  • VIT-6004: Background Sync on app resume by @andersio in #95
  • VIT-6005: Android Example app: Background Sync support by @andersio in #96
  • VIT-6014: Improve App Startup integration & shift required manifest declarations to the library manifest by @andersio in #97
  • VIT-6015: Shift a few more manifest declarations to the library manifest by @andersio in #98
  • VIT-6016: Improve how Auto Sync interacts with signed-out state and signOut() by @andersio in #99
  • VIT-6017: Improve how exact alarm spawns sync worker to be fully compliant with the Android SDK rules by @andersio in #100
  • VIT-6019: Tune auto-sync behaviour after more testing by @andersio in #101

Full Changelog: 1.0.0-beta.30...2.0.0-beta.5

2.0.0-beta.4

19 Mar 10:58
Compare
Choose a tag to compare
2.0.0-beta.4 Pre-release
Pre-release

What's Changed

  • VIT-6002: Always start Foreground Service for sync. by @andersio in #93
  • VIT-6003: Background Sync core mechanism via Exact Alarms by @andersio in #94
  • VIT-6004: Background Sync on app resume by @andersio in #95
  • VIT-6005: Android Example app: Background Sync support by @andersio in #96
  • VIT-6014: Improve App Startup integration & shift required manifest declarations to the library manifest by @andersio in #97
  • VIT-6015: Shift a few more manifest declarations to the library manifest by @andersio in #98
  • VIT-6016: Improve how Auto Sync interacts with signed-out state and signOut() by @andersio in #99
  • VIT-6017: Improve how exact alarm spawns sync worker to be fully compliant with the Android SDK rules by @andersio in #100

Full Changelog: 1.0.0-beta.30...2.0.0-beta.4

2.0.0-beta.3

18 Mar 19:42
Compare
Choose a tag to compare
2.0.0-beta.3 Pre-release
Pre-release

What's Changed

  • VIT-6002: Always start Foreground Service for sync. by @andersio in #93
  • VIT-6003: Background Sync core mechanism via Exact Alarms by @andersio in #94
  • VIT-6004: Background Sync on app resume by @andersio in #95
  • VIT-6005: Android Example app: Background Sync support by @andersio in #96
  • VIT-6014: Improve App Startup integration & shift required manifest declarations to the library manifest by @andersio in #97
  • VIT-6015: Shift a few more manifest declarations to the library manifest by @andersio in #98

Full Changelog: 1.0.0-beta.30...2.0.0-beta.3

2.0.0-beta.2

18 Mar 19:02
Compare
Choose a tag to compare
2.0.0-beta.2 Pre-release
Pre-release

What's Changed

  • VIT-6002: Always start Foreground Service for sync. by @andersio in #93
  • VIT-6003: Background Sync core mechanism via Exact Alarms by @andersio in #94
  • VIT-6004: Background Sync on app resume by @andersio in #95
  • VIT-6005: Android Example app: Background Sync support by @andersio in #96
  • VIT-6014: Improve App Startup integration & shift required manifest declarations to the library manifest by @andersio in #97

Full Changelog: 1.0.0-beta.30...2.0.0-beta.2

2.0.0-beta.1

18 Mar 12:19
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

What's Changed

  • VIT-6002: Always start Foreground Service for sync. by @andersio in #93
  • VIT-6003: Background Sync core mechanism via Exact Alarms by @andersio in #94
  • VIT-6004: Background Sync on app resume by @andersio in #95
  • VIT-6005: Android Example app: Background Sync support by @andersio in #96

Full Changelog: 1.0.0-beta.30...2.0.0-beta.1

1.0.0-beta.30

23 Feb 17:44
5919fa4
Compare
Choose a tag to compare

What's Changed

  • VIT-5856: Improve SDK reset behaviours by @andersio in #91
  • VIT-5856: Future proof signOut() as a suspend function by @andersio in #92

Full Changelog: 1.0.0-beta.29...1.0.0-beta.30

1.0.0-beta.29

06 Feb 15:32
Compare
Choose a tag to compare

What's Changed

  • CS1-120: Ability to Pause Health Connect Synchronization by @andersio in #90

Full Changelog: 1.0.0-beta.28...1.0.0-beta.29