History log of /frameworks/base/core/tests/coretests/src/com/android/internal/widget/MessagingLinearLayoutTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7199ed910e2c84d17f755b2449e532af47e50a78 26-Jan-2018 Selim Cinek <cinek@google.com> Implemented support for inline images

Messaging Style always had API support to
display images, but they were never shown.
We are now displaying images inline

Bug: 63708826
Test: send messages with an image
Change-Id: I50c835b19f4846cb2cbfb17e9805eacffd9ec6b3
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/MessagingLinearLayoutTest.java
88188f2d62dd334e6457eff3a2de24252e98ec2b 20-Sep-2017 Selim Cinek <cinek@google.com> Redesigned the messaging style

The layout now looks much more recognizable
as a messaging template and enables us to
prepare for more useful functionality.

Test: Send messages and observe display
Bug: 63708826
Change-Id: I896b3692a1e84976e8fd37cf37611ddb1d358fb9
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/MessagingLinearLayoutTest.java
85544ba5eb3642976ea0f85fb9e86401661afc2b 27-Jun-2017 Brett Chabot <brettchabot@google.com> Adjust tests to new android-support-test + espresso libraries.

Test: make tests

Change-Id: I7a41199cd7f0739f660a49b1af32e64f58590301
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/MessagingLinearLayoutTest.java
6ce7cf7cda93b930fbab4f74c4582d84bd1f9d98 12-May-2017 Selim Cinek <cinek@google.com> Fixed broken coretests

The MessagingLinearLayout and the ImageFloatingTextView tests were
broken.

Test: runtest -x frameworks/base/core/tests/coretests/src/com/android/internal/widget/MessagingLinearLayoutTest.java
Test: runtest -x frameworks/base/core/tests/coretests/src/com/android/internal/widget/ImageFloatingTextViewTest.java
Change-Id: Ife32b600e2082400a8ee2f86310a51fd88c1b80c
Fixes: 38182087
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/MessagingLinearLayoutTest.java
4ac8f40d96196a2a36d7bda7d92eee9bbd4ee7e7 06-Dec-2016 Adrian Roos <roosa@google.com> MessagingStyle: Fix buggy measure in MessagingLinearLayout

Fixes a bug in MessagingLinearLayout where we would not
recompute the height of it after applying the computed
insets to the text views, leading to incorrect padding
and in rare cases a cut off message at the bottom.

Change-Id: If87a527555158e94e501832e9f49e380cc7da2bb
Test: runtest -x core/tests/coretests/src/com/android/internal/widget/MessagingLinearLayoutTest.java
Fixes: 31463075
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/MessagingLinearLayoutTest.java