Skip to content

Releases: RafhaanShah/TaskerHealthConnect

1.0.3

01 Mar 23:26

Choose a tag to compare

What's Changed

  • Add Activity Intensity and Mindfulness records
  • Fix NoSuchFieldException on Android 16

Full Changelog: 1.0.2...1.0.3

1.0.2

15 May 23:18
2ceca22

Choose a tag to compare

  • Fix missing HEART_RATE_VARIABILITY permission
  • See BREAKING CHANGES from 1.0.0

Full Changelog: 1.0.1...1.0.2

1.0.1

14 May 21:54
8b15ff0

Choose a tag to compare

  • Fix feature based permission checking for features that are not available on certain devices
  • Fix Write Data for certain Exercise types and Records

Full Changelog: 1.0.0...1.0.1

1.0.0

10 May 22:04
c2b3ae4

Choose a tag to compare

  • BREAKING CHANGES: This update removes the custom JSON parsing and value conversions the plugin was previously doing, and directly returns the response from the Health Connect API converted to JSON. This means that you will have to update all of your existing Tasker Action calls to this plugin, as well as any JSON processing you have to the new schema and format.
  • Added Tasker Function to write data to Health Connect from JSON that corresponds to the Java / Kotlin objects for Records to insert.

Full Changelog: 0.0.5...1.0.0

0.0.5

29 Apr 21:31
8ff36b0

Choose a tag to compare

What's Changed

  • Add some missing fields to Health Record fetching

Full Changelog: 0.0.4...0.0.5

0.0.4

27 Apr 23:55
87b5c88

Choose a tag to compare

What's Changed

  • Fix proguard obfuscation / reflection issue on release builds

Full Changelog: 0.0.3...0.0.4

0.0.3

27 Apr 16:04
aa04921

Choose a tag to compare

What's Changed

  • Support fetching Raw Health Records for any type, #6
  • Support Tasker variables as inputs #7

Full Changelog: 0.0.2...0.0.3

0.0.2

12 Mar 10:22

Choose a tag to compare

What's Changed

  • Support All Aggregate Data by @p3psi-boo in #4
  • Fix permissions issues

New Contributors

Full Changelog: 0.0.1...0.0.2

0.0.1

16 Nov 11:16

Choose a tag to compare

  • Initial release