Comment 35 for bug 579443

Revision history for this message
droidguy (stan-berka) wrote :

I'm attaching a patch that fixes/resolves the issue marked below. Kizza, can you commit it?

    * The 'Reset stats' button doesn't seem to work

Fix: It resets for me upon the next GPS fix. Setting stats to 0 immed. upon clicking the button is still left to be done.

    * If the GPS isn't updating constantly the average speed goes over 100km/h (I know that this could be hard to solve)

Fix: not done yet

    * Other languages tend to need more space than English, yet the current layout is already very tight

Fix: Accommodated, even the German "Durchschnittsgeschwindigkeit"

    * It should always display the units even when there is no data

Fix: still to be done

    * The trip time should be in hh:mm:ss format

Fix: done

    * It would be better if the distance is in the format of 'x km y m'. It's more important to have this when using imperial units, as it's hard to convert decimal miles into miles and yards.

Fix: done

    * Should pressing back on the stats screen take you back to the map? At the moment it closes the program. This is technically the right thing to do as the stats page is not a new Activity, but it might confuse users.

Fix: done

droidguy