This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
I've tried to keep an eye on issues related to the computation of the lap statistics but I'm still not convinced by the way the app computes the interval (lap) speed/pace. Here is my feedback from field testing; assume you're moving at 5 min/km (12 km/h) and that GPS signal is sufficiently strong (for example, on an open field).
- if you set
Time interval= 1 minute and Lap length= 500m you will hear the exact same lap speed/pace twice since the app does not seem to recompute the statistics based on the last interval (500m) from the position when the announcement was triggered;
- if you set
Time interval= 1 minute and Lap length= 100m you will still hear the exact same statistics twice but the value will update more frequently.
Describe the solution you'd like
Use the last Lap length meters from the position/time of the announcement trigger in order to compute a more meaningful lap speed/pace. The Lap length used for this computation should be independent from:
- the
length that triggers a voice announcement
- the
length associated to GPS recording precision
Additional context
May be related to:
App version v4.16.1 installed from f-droid on android 10 and used for tracking running sessions.