[clock-app] There is no vibration when an alarm goes off
Bug #1350017 reported by
Marco
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Clock App |
Fix Released
|
Medium
|
Nekhelesh Ramananthan | ||
Ubuntu UX |
Fix Released
|
Medium
|
Unassigned | ||
indicator-datetime (Ubuntu) |
Fix Released
|
Medium
|
Charles Kerr |
Bug Description
It'd be probably nice to also have vibration beside the sound alert when an alarm triggers.
----- Design Solution ------
Giorgio Venturi updated the design spec for the clock app at [1]. The vibration will be enabled by default for all alarms. The user however will be provided a global setting to disable that if required.
Related branches
lp://staging/~charlesk/indicator-datetime/lp-1350017-haptic-feedback-for-alarms
- Antti Kaijanmäki (community): Approve
- Nekhelesh Ramananthan (community): Approve (testing)
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 807 lines (+411/-48)17 files modifieddata/com.canonical.indicator.datetime.AlarmProperties.xml (+9/-0)
data/com.canonical.indicator.datetime.gschema.xml.in (+8/-0)
include/datetime/settings-live.h (+1/-0)
include/datetime/settings-shared.h (+1/-0)
include/datetime/settings.h (+1/-0)
include/notifications/dbus-shared.h (+4/-0)
include/notifications/haptic.h (+60/-0)
src/CMakeLists.txt (+1/-0)
src/exporter.cpp (+1/-0)
src/haptic.cpp (+170/-0)
src/notifications.cpp (+50/-45)
src/settings-live.cpp (+14/-0)
src/snap.cpp (+9/-2)
tests/manual (+2/-0)
tests/test-exporter.cpp (+12/-0)
tests/test-settings.cpp (+1/-0)
tests/test-snap.cpp (+67/-1)
lp://staging/~nik90/ubuntu-clock-app/add-vibration-support
- Ubuntu Phone Apps Jenkins Bot: Needs Fixing (continuous-integration)
- Alan Pope 🍺🐧🐱 🦄 (community): Approve
- Charles Kerr (community): Approve
-
Diff: 205 lines (+97/-19)3 files modifiedapp/alarm/AlarmSettingsPage.qml (+49/-19)
backend/modules/Alarm/Settings/alarmsettings.cpp (+30/-0)
backend/modules/Alarm/Settings/alarmsettings.h (+18/-0)
description: | updated |
Changed in ubuntu-ux: | |
assignee: | nobody → Giorgio Venturi (giorgio-venturi) |
importance: | Undecided → Medium |
summary: |
- There is no vibration when an alarm goes off + [clock-app] There is no vibration when an alarm goes off |
description: | updated |
Changed in ubuntu-clock-app: | |
status: | Incomplete → Triaged |
Changed in indicator-datetime (Ubuntu): | |
status: | Incomplete → Confirmed |
Changed in ubuntu-clock-app: | |
assignee: | nobody → Nekhelesh Ramananthan (nik90) |
Changed in indicator-datetime (Ubuntu): | |
assignee: | nobody → Charles Kerr (charlesk) |
importance: | Undecided → Medium |
status: | Confirmed → Incomplete |
Changed in indicator-datetime (Ubuntu): | |
status: | Incomplete → In Progress |
Changed in ubuntu-clock-app: | |
status: | Triaged → In Progress |
Changed in ubuntu-ux: | |
status: | New → Triaged |
Changed in ubuntu-ux: | |
status: | Triaged → Fix Committed |
Changed in ubuntu-clock-app: | |
status: | In Progress → Fix Committed |
Changed in ubuntu-clock-app: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-ux: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Ooh yes, we need vibrations for alarms :). Nice catch.