jonasoreland / runnerup

A open source run tracker
GNU General Public License v3.0
753 stars 275 forks source link

Support of Health Connect Google app #1149

Open Atreyu-94 opened 1 year ago

Atreyu-94 commented 1 year ago

This app allows synchronization between different health data among different apps, according to the description: ‘Android’s Health Connect offers you a simple way to share data between health, fitness and wellness apps without compromising your privacy.’

https://play.google.com/store/apps/details?id=com.google.android.apps.healthdata

gerhardol commented 1 year ago

It does not seem like it is designed for getting data realtime or to handle activities (history). Will take a closer look later.

Atreyu-94 commented 1 year ago

Indeed, it is at a very early stage I guess, it is on beta yet. But it could be a good thing later :)

matejdro commented 1 year ago

It does handle activities: https://developer.android.com/guide/health-and-fitness/health-connect/common-workflows/work-with-sessions#exercise_sessions

But you are correct that it is not real time (although you could theoretically feed workout real time, most apps seem to just sync it after the fact).