History log of /frameworks/support/compat/src/androidTest/java/androidx/core/view/accessibility/AccessibilityNodeInfoCompatTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7d81cb04f4c4651c1eb055d6ed3b9f35110a04d7 28-Apr-2018 Phil Weaver <pweaver@google.com> Merge "Match framework behavior for a11y headings" into pi-androidx-dev
2ab140a0904cd83a2150215f06fe1171c44343fe 23-Apr-2018 Phil Weaver <pweaver@google.com> Match framework behavior for a11y headings

Deprecating the old isHeading API, folding it into the
new one.

Bug: 77729403
Test: Enhancing heading test to verify this behavior
Change-Id: Ibc824b29fe749661c3d0e4d4441e672bcccf36d5
/frameworks/support/compat/src/androidTest/java/androidx/core/view/accessibility/AccessibilityNodeInfoCompatTest.java
b113caafd3650a7f7a15753968ee203a6a63a4e3 25-Apr-2018 Kodlee Yin <kodlee@google.com> Fix legacy MessagingStyle Title behavior.

A P change allows apps to set MessagingStyle conversation title and
group conversation status independently. Legacy Android versions,
however, don't know about this. Thus, this CL changes #apply to also
conform to the MessagingStyle title changes by not applying the title on
< P devices, and instead, using the Notification#setContentTitle
instead. A NotificationCompat#getContentTitle method is then also added
in order to fetch this title.

Test: ./gradlew core:connectedCheck
Change-Id: Id35ec08f2eeff532caf51691178b51487cf1c25c
Fixes: 78540470
/frameworks/support/compat/src/androidTest/java/androidx/core/view/accessibility/AccessibilityNodeInfoCompatTest.java
9dede51868bbbe16aadcd65e04860bea8ea50e05 13-Mar-2018 Aurimas Liutikas <aurimas@google.com> Fix imports for compat code.

A follow up after factor to make it so androidx imports go in the
correct order.

Test: ./gradlew buildOnServer
Change-Id: I40987329adbe8ade68beef6bdc83ae890311b4b8
/frameworks/support/compat/src/androidTest/java/androidx/core/view/accessibility/AccessibilityNodeInfoCompatTest.java
ac5fe7c617c66850fff75a9fce9979c6e5674b0f 06-Mar-2018 Aurimas Liutikas <aurimas@google.com> Refactor support library

Test: None
Change-Id: I92e450c739fc9d77e8f8840bed4165ab88247fd6
/frameworks/support/compat/src/androidTest/java/androidx/core/view/accessibility/AccessibilityNodeInfoCompatTest.java
f27b1ffc67228d73326ec3426fef4c9db75cd6fd 06-Mar-2018 Aurimas Liutikas <aurimas@google.com> Revert "Refactor support library."

This reverts commit b31c3281d870e9abb673db239234d580dcc4feff.

Change-Id: Icfa5b9af633739ad2c857dff22a2181bac6661ef
/frameworks/support/compat/src/androidTest/java/androidx/core/view/accessibility/AccessibilityNodeInfoCompatTest.java
b31c3281d870e9abb673db239234d580dcc4feff 20-Feb-2018 Aurimas Liutikas <aurimas@google.com> Refactor support library.

Test: None
Change-Id: I11a047324832801555673dac45ec1d6590a6338b
/frameworks/support/compat/src/androidTest/java/androidx/core/view/accessibility/AccessibilityNodeInfoCompatTest.java