Internet Reconnection Bug Fix
Pre-releaseObtaining the Beta
Then download the app normally through the Google Play Store Page
Changes
Bug Fixes
- Vehicles will now correctly reload when internet is disconnected then reconnected related to phone connectivity issues
Enhancements
- a prompt comes up when:
- Internet is disconnected because of data issues
- Internet is reconnected. App will prompt that the vehicle data is being retrieved again
Miscellaneous
- add permissions for:
- internet connection state
- wifi state
Description
Since the app's beginnings, it had a bug where disconnecting the phone's data connection from the internet then reconnecting the internet will leave the app stagnant where vehicle data would never update unless the app is restarted or the screen is rotated. This update addresses this issue by handling this data and waiting for the vehicle updater to restart when internet is back.
Keep in mind that the added permissions may deter users from using the app. We only use these permissions for the above case so far, and in the future, we will be using this for polylines, too. We can ensure that we are not going to use this for other purposes, and this is reflected in the code.
Everything in 7.0b4 applies to this release as well as previous betas
Technical details are here: #277