Merge lp:~tiagosh/telephony-service/swipe-to-answer into lp:telephony-service

Proposed by Tiago Salem Herrmann
Status: Merged
Approved by: Bill Filler
Approved revision: 954
Merged at revision: 960
Proposed branch: lp:~tiagosh/telephony-service/swipe-to-answer
Merge into: lp:telephony-service
Diff against target: 13 lines (+3/-0)
1 file modified
approver/approver.cpp (+3/-0)
To merge this branch: bzr merge lp:~tiagosh/telephony-service/swipe-to-answer
Reviewer Review Type Date Requested Status
Bill Filler (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+239983@code.launchpad.net

Commit message

Use swipe to answer/reject calls

Description of the change

Use swipe to answer/reject calls

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Bill Filler (bfiller) wrote :

approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'approver/approver.cpp'
2--- approver/approver.cpp 2014-10-15 21:12:23 +0000
3+++ approver/approver.cpp 2014-10-29 13:25:55 +0000
4@@ -283,6 +283,9 @@
5 "x-canonical-snap-decisions",
6 "true");
7 notify_notification_set_hint_string(notification,
8+ "x-canonical-snap-decisions-swipe",
9+ "true");
10+ notify_notification_set_hint_string(notification,
11 "x-canonical-private-button-tint",
12 "true");
13 notify_notification_set_hint_string(notification,

Subscribers

People subscribed via source and target branches