Skip to content

Stride v1.0.1

Latest

Choose a tag to compare

@NikhilKain NikhilKain released this 27 Jul 01:37
· 1 commit to main since this release
d84ce4e

[1.0.1]

Fixed

  • Step count accuracy. The daily total could run ~30% high (one tester saw
    3,831 against a true pedometer reading of 2,906). Stride was blending in Health
    Connect's aggregate, which sums steps from every app that writes them (Google
    Fit, Samsung Health, the platform detector…). The on-device hardware pedometer
    is now the single source of truth for the current day; Health Connect is used
    only as a cold-start fallback and for historical days.
  • Calories reflect movement only. Estimates no longer fold in resting/basal
    energy, so a day with no walking no longer shows phantom calories burned.

Changed

  • Lighter on the battery. Step sensor events are now batched (~1s) at the
    hardware layer instead of waking the CPU on every footstep. The count stays
    exact — batched events are delivered, not dropped.