Skip to content

Releases: NikhilKain/stride

Stride v1.0.1

Choose a tag to compare

@NikhilKain NikhilKain released this 27 Jul 01:37
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.

Stride 1.0.0

Choose a tag to compare

@NikhilKain NikhilKain released this 22 Jul 17:34

Fixed

  • Stride island could be enabled without a licence via the Live Updates help dialog
  • Step count could jump after the app was closed across midnight
  • Calories disagreed between the dashboard and history screens