Clocks need to sync better and use the same backend
Bug #1201830 reported by
Dave Morley
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Clock App |
Fix Released
|
High
|
Nekhelesh Ramananthan | ||
platform-api |
New
|
Undecided
|
Unassigned |
Bug Description
There are currently 3 clocks. The welcome screen, the indicator and the app.
If I set the City in the clock app, it does change the tzdata module to update the other 2 clocks.
If I then update the tzdata on the system so the indicator tells the right time the clock app is now out by and hour.
If the phone is powered up but left on the welcome screen and allowed to sleep when you wake the phone back up the clock on the welcome screen is still saying the time when it slept.
All these clocks need to be in sync, If you change one it should automatically change them all. The only exception I can see being multiple time zones you may want to leave that on just the clock-app.
Related branches
lp://staging/~nik90/ubuntu-clock-app/sync-clock-backend
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- David Planella: Needs Information
-
Diff: 370 lines (+124/-59)5 files modifiedclock/ClockPage.qml (+57/-31)
clock/EasterEgg.qml (+3/-3)
clock/GeoIPModel.qml (+31/-0)
clock/WorldClockModel.qml (+21/-22)
clock/WorldPage.qml (+12/-3)
Changed in ubuntu-clock-app: | |
status: | Confirmed → Triaged |
Changed in ubuntu-clock-app: | |
milestone: | usable-state → hack-days-13-09 |
Changed in ubuntu-clock-app: | |
assignee: | Nekhelesh Ramananthan (nik90) → nobody |
Changed in ubuntu-clock-app: | |
assignee: | nobody → Nekhelesh Ramananthan (nik90) |
Changed in ubuntu-clock-app: | |
status: | Triaged → In Progress |
Changed in ubuntu-clock-app: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Currently when you set the city in the clock app, it *does not* change the tzdata module. So if you change the city in the clock-app, it will not reflect in the welcome screen and the indicator. If you update the tzdata on the system, it is supposed to change in the clock app as well, however currently the clock app does not do that. It is a bug in the clock app which is being looked into.