Merge lp:~boiko/phone-app/revert_conversation_fixes into lp:phone-app

Proposed by Gustavo Pichorim Boiko
Status: Merged
Approved by: Tiago Salem Herrmann
Approved revision: 632
Merged at revision: 631
Proposed branch: lp:~boiko/phone-app/revert_conversation_fixes
Merge into: lp:phone-app
Diff against target: 47 lines (+9/-6)
2 files modified
DetailViewCommunication/CommunicationView.qml (+2/-6)
debian/changelog (+7/-0)
To merge this branch: bzr merge lp:~boiko/phone-app/revert_conversation_fixes
Reviewer Review Type Date Requested Status
Tiago Salem Herrmann (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+157966@code.launchpad.net

Commit message

Revert the fixes for the conversation view behavior (bugs #1091682 and #1091253), as it causes many cases to not work.

Description of the change

Revert the fixes for the conversation view behavior (bugs #1091682 and #1091253), as it causes many cases to not work.

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
Tiago Salem Herrmann (tiagosh) wrote :

looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'DetailViewCommunication/CommunicationView.qml'
2--- DetailViewCommunication/CommunicationView.qml 2013-04-03 18:43:04 +0000
3+++ DetailViewCommunication/CommunicationView.qml 2013-04-09 21:57:23 +0000
4@@ -64,8 +64,6 @@
5 if (pendingMessage != "") {
6 chatManager.sendMessage(view.phoneNumber, pendingMessage);
7 pendingMessage = "";
8- footer.focus = false;
9- view.phoneNumber = "";
10 }
11 }
12 }
13@@ -201,8 +199,8 @@
14 if (itemType == "call") {
15 // call item clicked
16 mainView.callNumber(item.phoneNumber);
17- } else if (item.incoming) {
18- // incoming message clicked
19+ } else {
20+ // message clicked
21 view.phoneNumber = item.phoneNumber
22 footer.focus = true
23 }
24@@ -254,8 +252,6 @@
25
26 if (chatManager.isChattingToContact(view.phoneNumber)) {
27 chatManager.sendMessage(view.phoneNumber, message);
28- footer.focus = false;
29- view.phoneNumber = "";
30 } else {
31 view.pendingMessage = message;
32 chatManager.startChat(view.phoneNumber);
33
34=== modified file 'debian/changelog'
35--- debian/changelog 2013-04-03 22:10:05 +0000
36+++ debian/changelog 2013-04-09 21:57:23 +0000
37@@ -1,3 +1,10 @@
38+phone-app (0.59.6) quantal; urgency=low
39+
40+ * Revert the fixes for the conversation view behavior (bugs #1091682 and
41+ #1091253), as it causes many cases to not work.
42+
43+ -- Gustavo Pichorim Boiko <gustavo.boiko@canonical.com> Tue, 09 Apr 2013 18:45:22 -0300
44+
45 phone-app (0.59.5) quantal; urgency=low
46
47 [ Ying-Chun Liu (PaulLiu) ]

Subscribers

People subscribed via source and target branches