bailuk / AAT

Another Activity Tracker for Android
https://bailu.ch/aat
GNU General Public License v3.0
156 stars 41 forks source link

Feature request: Average speed while moving #9

Closed Heineken closed 7 years ago

Heineken commented 7 years ago

Hey there! I have another wish: Please add/change the calculation of average speed while moving = distance/(time - pause) The number will look better ;-). This is also what a bike computer usually displays.

bailuk commented 7 years ago

This is already the way average speed is calculated and displayed when tracking is on. But maybe you mean something else?

Heineken commented 7 years ago

That's only correct when autopause is on. If I'm not mistaken, with autopause=off the absolute average including pauses is calculated, Anyway, I am used to seeing both values: average speed including pauses and excluding pauses. That is my feature request. Then the option autopause would be obsolete (its settings would not).

bailuk commented 7 years ago

Ok I've added post processed auto pause. It's a global option for now. But i will make this probably per activity. Track summary will display both "Average" and "Average AP" as well as "Pause" and "Pause AP"

Heineken commented 7 years ago

Cool! Thanks!