manoj-g-nair / androidedinburghbustracker

Automatically exported from code.google.com/p/androidedinburghbustracker
0 stars 0 forks source link

Parsing of bus times is too strict and fails on a recoverable error #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Recently, the MAC tours service buses had a destination of empty string. This 
was causing the app to not show bus times for the whole bus stop.

1) It's not absolutely critical that the parser requires the destination of the 
bus, so if it's unavailable, then do not populate it in the UI.
2) If there is an error parsing the bus stop, it shouldn't prevent the user 
from seeing the other services at the same bus stop.

Make the parser less strict and make it recover from a recoverable error more 
easily.

Original issue reported on code.google.com by riverni...@gmail.com on 3 Apr 2013 at 8:30

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r111.

Original comment by riverni...@gmail.com on 3 Apr 2013 at 9:43