Also, an option to quickly revert the app to an earlier version in the store would be great...
If it helps, these are the last lines from device's CIQ_LOG (the crash occurs when trying to read a value from the settings with: Application.getApp().getProperty("UseAtmCorr")):
ERROR: Unhandled Exception
DETAILS: Failed invoking <symbol>
STORE_ID: c9012c4e998c4a0ea567b1e1c6078401
WARNING: Unable to close bike power sensor
STORE_ID: c9012c4e998c4a0ea567b1e1c6078401
I've tried adding onSettingsChanged in the application class, but it's basically an empty method (with only a call to superclass onSettingsChanged) since I could not figure what to put there.