venkatesh-sivaraman / FireRoad-Android

Android version for the MIT course planner app.
MIT License
2 stars 0 forks source link

Fixes several crashes #16

Closed venkatesh-sivaraman closed 4 years ago

venkatesh-sivaraman commented 4 years ago

Full list of crashes fixed:

Also fixes an issue where subjects could get deleted from the road if a database update was started but not finished (e.g. due to a crash or the user leaving the app). This is likely what was causing a lot of the lost road contents. The new behavior is to ensure that the database update restarts if it didn't complete on the last run, and to show all subjects from the road file even if they're not present in the db.

venkatesh-sivaraman commented 4 years ago

Looks good to me. @liuric could you verify that the bugs I listed above no longer occur? If they're all good then we should send out the update ASAP.