keypad screen shown first when answering a call
Bug #1277763 reported by
Bill Filler
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dialer-app |
Fix Released
|
High
|
Gustavo Pichorim Boiko | ||
dialer-app (Ubuntu) |
Fix Released
|
High
|
Gustavo Pichorim Boiko |
Bug Description
1) reboot phone
2) call the phone
3) answer call from snap decision
Result:
dialer app is shown with keypad view for a second or two and then the view changes to the Live Call view
Expected Result:
dialer app should immediately show the live call view when it's launched and an active call is in progress. No switching of views should happen.
Related branches
lp:~boiko/dialer-app/live_call_behavior
- Tiago Salem Herrmann (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 421 lines (+45/-211)8 files modifieddebian/dialer-app.install (+0/-1)
src/qml/CMakeLists.txt (+0/-1)
src/qml/DialerPage/DialerPage.qml (+0/-4)
src/qml/LiveCallPage/LiveCall.qml (+32/-18)
src/qml/LiveCallPage/LiveCallKeypadButton.qml (+5/-5)
src/qml/VoicemailPage/CMakeLists.txt (+0/-7)
src/qml/VoicemailPage/VoicemailPage.qml (+0/-150)
src/qml/dialer-app.qml (+8/-25)
lp:~boiko/telephony-service/preserve_call_status
- Tiago Salem Herrmann (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 164 lines (+60/-7)7 files modifiedhandler/Handler.xml (+6/-0)
handler/callhandler.cpp (+18/-0)
handler/callhandler.h (+1/-0)
handler/handlerdbus.cpp (+5/-0)
handler/handlerdbus.h (+1/-0)
libtelephonyservice/callmanager.cpp (+28/-7)
libtelephonyservice/callmanager.h (+1/-0)
Changed in dialer-app: | |
assignee: | nobody → Gustavo Pichorim Boiko (boiko) |
importance: | Undecided → High |
Changed in dialer-app (Ubuntu): | |
assignee: | nobody → Gustavo Pichorim Boiko (boiko) |
importance: | Undecided → High |
Changed in dialer-app: | |
milestone: | none → 14.02 |
Changed in dialer-app: | |
status: | New → Fix Released |
To post a comment you must log in.
This bug was fixed in the package dialer-app - 0.1+14. 04.20140228- 0ubuntu1
--------------- 04.20140228- 0ubuntu1) trusty; urgency=low
dialer-app (0.1+14.
[ Gustavo Pichorim Boiko ]
* Improve the live call view behavior by addressing the following
points: Start in the live call directly when there is an existing
call (to avoid showing the dialpad for a short time before loading
the live call view). Merge the voicemail view into the live call
one. This addresses a problem that when you were on a voicemail call
and got another call, there was no way to switch between them. (LP:
#1277763)
[ chris.gagnon ]
* use page object pattern, so maintaining code and finding bugs are
easier to find.
-- Ubuntu daily release <email address hidden> Fri, 28 Feb 2014 14:54:29 +0000