Desired: Alarm that states that it occurs "Every weekday"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Clock App |
Fix Released
|
Low
|
Victor Thompson |
Bug Description
First and foremost, I believe the most common alarm set up is a repeating Monday-Friday (weekday) alarm. This in itself makes it desirable to make such an alarm say "Every weekday" rather than "Every Mon,Tue,
I believe for the two reasons stated above a "weekday" alarm should be added just as we have a "daily" alarm. This can be done outside of the SDK since the values for the days of the week are simple bit masks.
To reproduce:
1. Navigate to Alarm tab
2. Open toolbar and select "Add alarm"
3. Set alarm to a time in the future
4. Turn on "Repeats"
5. Click on "Occurrence"
6. Select only Monday, Tuesday, Wednesday, Thursday, and Friday.
7. Open toolbar and select "Save"
8. Note that the new alarm says "Every Mon,Tue,
Desired result: The new alarm reads "Every weekday" underneath the alarm name and that it does not overlap the alarm time on a Nexus 4
Related branches
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Nekhelesh Ramananthan: Approve
-
Diff: 52 lines (+33/-3)1 file modifiedalarm/AlarmPage.qml (+33/-3)
Changed in ubuntu-clock-app: | |
status: | Opinion → In Progress |
assignee: | nobody → Victor Thompson (vthompson) |
Changed in ubuntu-clock-app: | |
status: | Fix Committed → Fix Released |
The issue of the list every day of the week colliding with the alarm time has been reported at bug #1284564.