History log of /frameworks/support/design/tests/src/android/support/design/testutils/TestUtilsMatchers.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
46c7710bb85caf75eb26940d82ece7797f1fc8d7 31-Aug-2016 Chris Banes <chrisbanes@google.com> Fix TextInputLayout regressions

- Fix handling of compound drawables in EditText
- Handle null EditText

BUG: 31167752
BUG: 31209364

Change-Id: Id27c8b2f2c5e73bc36c2d42c51a5b75712749529
/frameworks/support/design/tests/src/android/support/design/testutils/TestUtilsMatchers.java
ee63e6890156724477092fbfaba18b726a47710e 11-Jul-2016 Chris Banes <chrisbanes@google.com> Fix FloatingActionButton auto offset functionality

Also added a test for it

BUG: 30061839

Change-Id: If6fc8e34536e152516ccf6cecef22628c9a98a16
/frameworks/support/design/tests/src/android/support/design/testutils/TestUtilsMatchers.java
910de28f0a195668fad38ad2367c1f7237a7af98 23-Jun-2016 Aurimas Liutikas <aurimas@google.com> Fix BottomNavigationView tint clearing with null.

Fixes a crash in BottomNavigationView for setItemIconTintList(null) calls.
Additionally, CL adds tests to make sure tinting work correctly (largely inspired
by NavigationViewTest).
Finally, starts settings BottonNavigationItemView id to the MenuItem id.

Bug: 27675079
Change-Id: Ief696ab997407ad17eedc6b43c373e95638f4c34
/frameworks/support/design/tests/src/android/support/design/testutils/TestUtilsMatchers.java
a1de3eef9bb5ef90d00a23c65f13e1fc83254455 01-Mar-2016 Chris Banes <chrisbanes@google.com> Make FAB react to window size

Useful for multi-windows where the size of
the window can change. Also added an API to
set the size programmatically.

The default size is now AUTO, but can be explicitly
set to whatever size the developer wishes.

BUG: 27328132
BUG: 27464447

Change-Id: If617b565a8c242d6ce8b85e56cd9a20df07995ff
/frameworks/support/design/tests/src/android/support/design/testutils/TestUtilsMatchers.java
d95e0bb0271ae59387dd9d2ca402ad6f39d789d2 24-Feb-2016 Chris Banes <chrisbanes@google.com> Fix FAB and background attrs again

Seems that I didn't actually test with a backgroundTint
set.

Now with added tests to check the background colors.

BUG: 27270707
Change-Id: I92139e9466f33469949d68290def06bf24bbb5ea
/frameworks/support/design/tests/src/android/support/design/testutils/TestUtilsMatchers.java
88f685bc75d52b18f45f22c99ef8d4910708a3e3 27-Jan-2016 Kirill Grouchnikov <kirillg@google.com> Switch to more reliable icon sources for tinting tests.

ColorDrawable is not tinted on KK-
BitmapDrawable is by a few units off in G/B channels on GB-
ShapeDrawable is not drawn on GB-

Use extension of GradientDrawable for now.

Change-Id: I89eb67227eb855fbc314fcca56b19eb579785bd9
/frameworks/support/design/tests/src/android/support/design/testutils/TestUtilsMatchers.java
a3c0da0361aa877077aeb21df876226def2f98ca 27-Jan-2016 Kirill Grouchnikov <kirillg@google.com> More tests for NavigationView

* Testing APIs related to header views
* Testing the inflated Menu object
* Testing navigation selection listener
* Testing functionality related to checked items

Change-Id: I9e2655c87f3745070ac79e47c26d7b7fbbc69991
/frameworks/support/design/tests/src/android/support/design/testutils/TestUtilsMatchers.java
8ea47e618ba5dad21c7b023aa998979eebcf2103 26-Jan-2016 Kirill Grouchnikov <kirillg@google.com> Testing appearance-related APIs on NavigationView.

Also fix a bug where setting item background wouldn't update
the navigation view content. In addition, mark a few method
signatures with @Nullable where appropriate.

Bug: 26793013
Change-Id: Ie91c376d73beb7acb317510ac8322771ca17b66a
/frameworks/support/design/tests/src/android/support/design/testutils/TestUtilsMatchers.java
c7f2aad754af4373c32fcab613de0ba164ada2a2 22-Dec-2015 Kirill Grouchnikov <kirillg@google.com> Third pass for testing TabLayout with ViewPager

Testing min and max tab title width under scrollable mode

Change-Id: I70abd29082a9f7ec3f1ee401eafeaa1cd7d83d2a
/frameworks/support/design/tests/src/android/support/design/testutils/TestUtilsMatchers.java