Comment 28 for bug 579443

Revision history for this message
Kieran Fleming (kieran-fleming) wrote :

There are a few changes I made before I committed:
* Changed icon as the one you specified was the wrong colour and the same as the about icon. It's always tough to pick a suitable icon that come with Android, but I think this one's OK.
* Changed 'instant' speed to 'current' speed as this is the normal usage in English
* Removed abbreviation for current and average speed

There are problems with this patch but I committed it anyway so more people can test it. This is what I found:
* The 'Reset stats' button doesn't seem to work
* If the GPS isn't updating constantly the average speed goes over 100km/h (I know that this could be hard to solve)
* Other languages tend to need more space than English, yet the current layout is already very tight
* It should always display the units even when there is no data
* The trip time should be in hh:mm:ss format
* 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.
* 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.