An application for the Android OS which turns your phone into a ski or snowboard alarm clock with ski resort monitoring features. This project is based on android-ski-report found at http://code.google.com/p/android-ski-report/
Noticed when testing on 1.5 - got in a situation where pressing the "enable" disabled the alarm and vise-versa.
I believe this is because mAlarmEnablePreference does not represent that latest value of the preference in onSharedPreferenceChanged when key = ALARM_ENABLE_PREF_KEY.
Noticed when testing on 1.5 - got in a situation where pressing the "enable" disabled the alarm and vise-versa.
I believe this is because mAlarmEnablePreference does not represent that latest value of the preference in onSharedPreferenceChanged when key = ALARM_ENABLE_PREF_KEY.