mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Adding HealthConnect sync for:
Body Temperature
Skin Temperature
Distance
Exercise
Heart rate
Heart rate variability
Oxygen saturation
Sleep
Steps
Total calories burned
VO2 max
Weight
The feature is configurable via Settings->External Integrations->Health Connect
Based on https://codeberg.org/LLan/Gadgetbridge
Kudos to LLan for the preliminary work!
This commit is contained in:
@@ -324,6 +324,11 @@
|
||||
android:key="pref_category_sleepasandroid"
|
||||
android:title="@string/sleepasandroid_settings" />
|
||||
|
||||
<Preference
|
||||
android:icon="@drawable/ic_heart"
|
||||
android:key="pref_category_healthconnect"
|
||||
android:title="@string/healthconnect_settings" />
|
||||
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_partly_cloudy_day"
|
||||
android:key="pref_screen_weather"
|
||||
|
||||
Reference in New Issue
Block a user