Originally Posted by
B16A2
1. It will call out in seconds the time you cross the loop since you where last on the track. She will say one thousand two hundred blah blah blah
2. Listed laps favour the oldest laps and scrolling down will not stick, it just bounces back to the oldest lap times on the top.
1. fixed (should have only cared about the laps that are between min and max of your current car)
2. This I could not reproduce unfortunately, my code snipped below is how it does it. Add the string to the list and scroll to the end. Should not bounce back up again.
Code:
mLaptimeList.Add(message);
listLaps.ScrollTo(listLaps.ItemsSource[listLaps.ItemsSource.Count - 1]);
Originally Posted by
san.
May have found a few WP bug.
1) When you try to delete a car profile, it closes app and returns to Home Screen.
2) When Car Name is left blank, it creates and stores an invisible profile.
3) When you update a profile, you have to exit out of Settings and go back in to refresh the list and view the settings that were saved. Does not refresh list and changes once you click Update.
4) Maybe put a Connection timeout? I put the wrong IP Address for the host and the app hung. Had to click on Settings to force a disconnect.
Great app, torg and thx for WP support!
BTW, I'm running it on a Lumia Icon WP8.1
Thanks, obviously I didn't test this very much before pushing it out.
1) fixed
2) fixed
3) fixed
4) fixed
Fixed a bug where the connection to the server would stay alive when going to the settings page. This is not supported on iOS or android either.
Added speech rate feature in settings, this is not per car but for the app. Only lap times are announced with this speed not other messages. 1.0 is "phone default", 2.0 is very fast. On my Lumia 920 1.4 worked well so I made that the default. This is just a hint to the phone OS and it is up to the device if it respects the "prosody rate".
Added a build number in the upper right corner.
I just pushed out 1.0.0.39139 the windows phone
store.