touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #129803
[Bug 1480200] Re: indicator-datetime starting ringing almost immediately if timer is set in current minute
@michael yeah so all of that make using the alarm api for this seem like
the wrong approach, and we should provide a proper timer api.
For example see http://developer.android.com/reference/android/os/CountDownTimer.html
or perhaps
https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSTimer_Class/
or in the meantime uses Qt timers
http://doc.qt.io/qt-4.8/timers.html
I would think to start requiring the app in the foreground is ok for the
timer use case, but yeah would like something fancier
The bug should still be fixed.
** Changed in: canonical-devices-system-image
Status: Incomplete => Confirmed
** Changed in: canonical-devices-system-image
Importance: Undecided => Medium
** Changed in: canonical-devices-system-image
Milestone: None => backlog
** Changed in: canonical-devices-system-image
Assignee: Pat McGowan (pat-mcgowan) => Alejandro J. Cura (alecu)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1480200
Title:
indicator-datetime starting ringing almost immediately if timer is
set in current minute
Status in Client Developer Experience:
New
Status in Canonical System Image:
Confirmed
Status in Timer:
Confirmed
Status in Ubuntu Clock App:
Incomplete
Status in indicator-datetime package in Ubuntu:
Confirmed
Bug description:
indicator-datetime doesn't check seconds for alarms.
Steps to reproduce:
1. Install Timer: https://uappexplorer.com/app/timer.mivoligo
2. Set timer to 15 seconds in current minute
3. Start timer
Currently:
4. Alarm is ringing almost immediately (it is not always reproducible)
Expected:
4. Alarm is ringing after 15 seconds
It is an blocker for Timer implementation in Clock app:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1427566
To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-developer-experience/+bug/1480200/+subscriptions
References