manoj-g-nair / androidedinburghbustracker

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

Bus stop database updating changes #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) Allow the user from the preferences menu to force an update of the bus stops 
database. This helps if the user is experiencing database corruption issues or 
for whatever reason, the client is not checking for database updates.

2) Upon application startup, check to see what version of the bus stop database 
the user has on their device. If the version in the assets directory inside the 
APK file is newer than the installed version, then copy this newer version to 
the database directory. This aids in future compatibility of the bus stop 
database as it forces all users to run at least the newest version inside the 
APK (after all, why would anyone want to run an old version of the database?).

This issue is being treated with high priority as ideally it should be 
implemented for the 0.0.4 release.

Original issue reported on code.google.com by riverni...@gmail.com on 10 Jan 2011 at 12:09

GoogleCodeExporter commented 9 years ago
This issue has been closed by r54.

Original comment by riverni...@gmail.com on 5 Feb 2011 at 8:15