Activity log for bug #1484926

Date Who What changed Old value New value Message
2015-08-14 12:23:48 Bartosz Kosiorek bug added bug
2015-08-14 12:27:40 Bartosz Kosiorek branch linked lp:~gang65/ubuntu-clock-app/ubuntu-clock-default-alarm-time-fix
2015-08-14 13:05:05 Nekhelesh Ramananthan ubuntu-clock-app: milestone 3.5
2015-08-14 13:22:25 Nekhelesh Ramananthan summary Default alarm time is wrongly set, if the current time minutes is multiply by 5 Default alarm time is wrongly set if the current time minutes is a multiple by 5
2015-08-14 13:39:41 Ubuntu Phone Apps Jenkins Bot ubuntu-clock-app: status In Progress Fix Committed
2015-08-14 13:43:08 Nekhelesh Ramananthan description According to Clock design the default alarm time should be taken from current time, and i must be divisible by 5 Unfortunately when current time's minute is divisible by 5, then the alarm is to 24 further. Steps to reproduce. 1. Wait current time's minute is divisible by 5 (eg. 13:25) 2. Press + button to create alarm 3. Notice that time is "13:25" 4. After alarm creation, the alarm is set for 24 hours Implementation proposal 1. Wait current time's minute is divisible by 5 (eg. 13:25) 2. Press + button to create alarm 3. Notice that time is "13:30" 4. After alarm creation, the alarm is set for 5 minutes According to Clock Design the default alarm time shown in the edit alarm page should be taken from the current time and be rounded off to the next multiple of 5. So for instance, if the current time is 13:26, then the edit alarm page should show 13:30 and so on. Unfortunately when current time's minute is divisible by 5, like 13:30 for instance, then the alarm is set to 24 hours later. Steps to reproduce. 1. Wait current time's minute is divisible by 5 (eg. 13:25) 2. Press + button to create alarm 3. Notice that time is "13:25" 4. After alarm creation, the alarm is set for 24 hours Implementation proposal 1. Wait current time's minute is divisible by 5 (eg. 13:25) 2. Press + button to create alarm 3. Notice that time is "13:30" 4. After alarm creation, the alarm is set for 5 minutes later
2015-09-03 15:07:23 Nekhelesh Ramananthan ubuntu-clock-app: status Fix Committed Fix Released