Skip to content

Releases: RafhaanShah/TaskerHealthConnect

1.0.4

Choose a tag to compare

@RafhaanShah RafhaanShah released this 03 Jun 19:38
8bdbcf7
  • Added delete functionality

What's Changed

  • Bump the all group with 4 updates by @dependabot[bot] in #23
  • Bump gradle/actions from 5 to 6 in the all group by @dependabot[bot] in #24
  • Bump dependabot/fetch-metadata from 2 to 3 in the all group by @dependabot[bot] in #25

New Contributors

Full Changelog: 1.0.3...1.0.4

1.0.3

Choose a tag to compare

@RafhaanShah RafhaanShah released this 01 Mar 23:26

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

Choose a tag to compare

@RafhaanShah RafhaanShah released this 15 May 23:18
2ceca22
  • Fix missing HEART_RATE_VARIABILITY permission
  • See BREAKING CHANGES from 1.0.0

Full Changelog: 1.0.1...1.0.2

1.0.1

Choose a tag to compare

@RafhaanShah RafhaanShah released this 14 May 21:54
8b15ff0
  • 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

Choose a tag to compare

@RafhaanShah RafhaanShah released this 10 May 22:04
c2b3ae4
  • 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

Choose a tag to compare

@RafhaanShah RafhaanShah released this 29 Apr 21:31
8ff36b0

What's Changed

  • Add some missing fields to Health Record fetching

Full Changelog: 0.0.4...0.0.5

0.0.4

Choose a tag to compare

@RafhaanShah RafhaanShah released this 27 Apr 23:55
87b5c88

What's Changed

  • Fix proguard obfuscation / reflection issue on release builds

Full Changelog: 0.0.3...0.0.4

0.0.3

Choose a tag to compare

@RafhaanShah RafhaanShah released this 27 Apr 16:04
aa04921

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

Choose a tag to compare

@RafhaanShah RafhaanShah released this 12 Mar 10:22

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

Choose a tag to compare

@RafhaanShah RafhaanShah released this 16 Nov 11:16
  • Initial release