kentaylor / AvocadoAC

Inspired by Chris Smith's project this application does classification differently, logs classifications in a local database and maintains an online repository of activities.
https://github.com/kentaylor/ContextApi/wiki/Classification-Update
5 stars 5 forks source link

Reset Calibration values requires restarting service #54

Closed kentaylor closed 13 years ago

kentaylor commented 13 years ago

Previously when the reset calibration option was selected the calibration functionality would be initiated. Now calibration functionality will not be initiated until the service is stopped and restarted. Also before and now the calibration figures will not be updated on the settings screen until another tab is selected then the settings tab reselected.

umranium commented 13 years ago

FIXED: Reset Calibration values now doesn't require service to be restarted. YET TO BE FIXED: Calibration figures getting refreshed while tab is open.

umranium commented 13 years ago

Fixed. Changing the options causes an event which allows the settings activity to refresh itself.