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:
Gideon Zenz
2026-01-03 15:03:21 +01:00
committed by José Rebelo
parent ac557cabf3
commit aea638d4be
42 changed files with 5560 additions and 2 deletions
+5
View File
@@ -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"