OSDN Git Service

Improved the experience when sending multiple messages
authorSelim Cinek <cinek@google.com>
Wed, 17 Jan 2018 01:34:52 +0000 (17:34 -0800)
committerSelim Cinek <cinek@google.com>
Thu, 18 Jan 2018 00:22:28 +0000 (16:22 -0800)
commit1397ea3b910d0981dc4bf91016a78af8fcec08bf
tree947f4ea2a74e461a243c1b14e8b9acddfc8ef8b9
parent13ca805084a8043b5c2cde8c6f2a365eca49a4d4
Improved the experience when sending multiple messages

MessagingStyle wasn't properly picking up the remote input history,
but it was just ignored.
In addition was the display of 1to1 conversations wrong in that case.

Bug: 63708826
Test: manual add notification with MessagingStyle, reply.
Change-Id: I32141ecfb7dce948930de2477157f0fcddf7ba52
core/java/com/android/internal/widget/MessagingGroup.java
core/java/com/android/internal/widget/MessagingLayout.java
core/res/res/drawable/messaging_user.xml [new file with mode: 0644]
core/res/res/values/symbols.xml
packages/SystemUI/src/com/android/systemui/statusbar/NotificationData.java
packages/SystemUI/src/com/android/systemui/statusbar/NotificationEntryManager.java
packages/SystemUI/src/com/android/systemui/statusbar/notification/MessagingLayoutTransformState.java
packages/SystemUI/src/com/android/systemui/statusbar/policy/RemoteInputView.java