Merge lp:~piiramar/dialer-app/dial-tones into lp:dialer-app

Proposed by Martti Piirainen
Status: Merged
Approved by: Tiago Salem Herrmann
Approved revision: 212
Merged at revision: 218
Proposed branch: lp:~piiramar/dialer-app/dial-tones
Merge into: lp:dialer-app
Diff against target: 11 lines (+1/-0)
1 file modified
src/qml/DialerPage/DialerPage.qml (+1/-0)
To merge this branch: bzr merge lp:~piiramar/dialer-app/dial-tones
Reviewer Review Type Date Requested Status
Tiago Salem Herrmann (community) Approve
Review via email: mp+229771@code.launchpad.net

Commit message

Adding audible/haptic feedback while dialing (LP: #1228711).

To post a comment you must log in.
lp:~piiramar/dialer-app/dial-tones updated
211. By Martti Piirainen

Adapt to changed DTMF function name

212. By Martti Piirainen

Merged from trunk

Revision history for this message
Martti Piirainen (piiramar) wrote :

Minor update to incorporate a changed API function name.

-- Checklist --
Are there any related MPs required for this MP to build/function as expected? Please list.
Yes, https://code.launchpad.net/~piiramar/telephony-service/tone-generation/+merge/228983

Is your branch in sync with latest trunk (e.g. bzr pull lp:trunk -> no changes)
Yes

Did you perform an exploratory manual test run of your code change and any related functionality on device or emulator?
Yes

Did you successfully run all tests found in your component's Test Plan (https://wiki.ubuntu.com/Process/Merges/TestPlan/dialer-app) on device or emulator?
Yes

If you changed the UI, was the change specified/approved by design?
Yes, UX change approved in bug 1228711 on 2014-07-30.

If you changed the packaging (debian), did you add a core-dev as a reviewer to this MP?
N/A

Revision history for this message
Tiago Salem Herrmann (tiagosh) wrote :

Did you perform an exploratory manual test run of the code change and any related functionality on device or emulator?
Yes

Did CI run pass? If not, please explain why.
CI did not run at all. will test in the silo.

Have you checked that submitter has accurately filled out the submitter checklist and has taken no shortcut?
Yes

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/qml/DialerPage/DialerPage.qml'
2--- src/qml/DialerPage/DialerPage.qml 2014-08-04 18:47:45 +0000
3+++ src/qml/DialerPage/DialerPage.qml 2014-08-07 12:23:32 +0000
4@@ -298,6 +298,7 @@
5
6 onKeyPressed: {
7 input.insert(input.cursorPosition, label)
8+ callManager.playTone(label);
9 }
10 }
11 }

Subscribers

People subscribed via source and target branches