[notifications] phone notifications should appear modally and block events to the app below
Bug #1285712 reported by
Jouni Helminen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UX |
Fix Released
|
High
|
Daniela Ferrai | ||
unity-notifications (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
unity8 (Ubuntu) |
Fix Released
|
High
|
Mirco Müller |
Bug Description
New request from UX to change the notifications on the phone so that the user needs to react to the notification (dismiss, approve, whatever) to be able to continue to use the app/phone. This would be phone specific, and not affect tablet and desktop. In the future we would like to have both modal and non-modal notifications.
So notifications would appearl in a modal view, with a 50% transparent black background blocking access to the app below (see attached visual)
Can we assess the engineering requirements and have a chat on hangouts?
Related branches
lp://staging/~macslow/unity8/modal-snap-decisions
- Albert Astals Cid (community): Approve
- Michał Sawicz: Approve
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Jouni Helminen (community): Approve
-
Diff: 164 lines (+113/-1)4 files modifieddebian/control (+1/-1)
qml/Notifications/Notifications.qml (+11/-0)
qml/Shell.qml (+18/-0)
tests/autopilot/unity8/shell/tests/test_notifications.py (+83/-0)
lp://staging/~macslow/unity-notifications/modal-snap-decisions
- Michał Sawicz: Approve
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Albert Astals Cid (community): Approve
- Michael Zanetti (community): Needs Information
-
Diff: 195 lines (+37/-38)5 files modifieddebian/control (+2/-2)
include/NotificationModel.h (+0/-14)
src/CMakeLists.txt (+4/-0)
src/NotificationModel.cpp (+27/-22)
src/NotificationPlugin.cpp (+4/-0)
lp://staging/~macslow/unity-api/expose-notification-data-roles-to-qml
- Michael Zanetti (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 72 lines (+44/-0)2 files modifiedinclude/unity/shell/notifications/ModelInterface.h (+20/-0)
test/qmltest/unity/shell/notifications/tst_Notifications.qml (+24/-0)
Changed in ubuntu-ux: | |
importance: | Undecided → High |
description: | updated |
Changed in unity8: | |
status: | Triaged → In Progress |
importance: | Undecided → High |
Changed in unity8 (Ubuntu): | |
status: | New → In Progress |
Changed in unity-notifications (Ubuntu): | |
status: | New → In Progress |
Changed in unity8: | |
status: | In Progress → Fix Released |
summary: |
- phone notifications should appear modally and block events to the app - below + [notifications] phone notifications should appear modally and block + events to the app below |
Changed in ubuntu-ux: | |
assignee: | Jouni Helminen (jounihelminen) → Daniela Ferrai (dferrai) |
Changed in ubuntu-ux: | |
status: | In Progress → Fix Released |
Changed in unity8 (Ubuntu): | |
assignee: | nobody → Mirco Müller (macslow) |
importance: | Undecided → High |
no longer affects: | unity8 |
To post a comment you must log in.
This is relatively easy to implement. Should this affect tablet, too? I.e. full-screen darkening? How about the greeter?