History log of /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/WrapContentBasicTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
754cb29c50f09a83251dd4bb633ba445b2411adb 27-Sep-2016 Aurimas Liutikas <aurimas@google.com> Switch from deprecated size annotations to new ones.

Switching from android.test.suitebuilder.annotation.*Test
to android.support.test.filters.*Test.

Bug: 30074170
Test: manual - ran small appcompat tests, they still run and pass
Change-Id: Idce58b988c8e1a809f7f5fae67e0e235159d9fc5
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/WrapContentBasicTest.java
8052423a9ffce385de32ae76fa962e6316f03677 08-Sep-2016 Aurimas Liutikas <aurimas@google.com> Convert remaining RecyclerView Android tests to JUnit4.

Bug: 31101927
Change-Id: I007e6372c0870cc856168d5bb5a5eba278fa0239
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/WrapContentBasicTest.java
493aa73f131a6bb652adff4270cc278835d11068 25-Aug-2016 Yigit Boyar <yboyar@google.com> Merge "Improve SGLM's multi-pass measure handling" into nyc-mr1-dev
87b20c0e2004e884422b37fae6202c83cc24a8d9 27-Jul-2016 Yigit Boyar <yboyar@google.com> Improve SGLM's multi-pass measure handling

SGLM could fail to regenerate same layout if it is measured multiple
times with significant size changes.
This CL fixes that bug and improves the related test.

This CL also fixes WrapContentBasicTest for API 15 by making more
package private methods public to make mockito happy.

Bug: 30229849
Change-Id: I01563fe2cc4b38e8b55763fbb529524b87af984a
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/WrapContentBasicTest.java
fad2335f169d36b7b6f2c0ec8ddfe6c0094c2072 16-Aug-2016 Aurimas Liutikas <aurimas@google.com> Annotate more support lib tests with size annotations.

Turns out we were not running these tests because they are not
annotated with @SmallTest, @MediumTest, or @LargeTest.

Bug: 30892341
Change-Id: I4ed870d4c1a456c1fcd446243179c005653a041d
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/WrapContentBasicTest.java
4143554adb9b31b700b6876a251a64419e6111e2 10-Dec-2015 Yigit Boyar <yboyar@google.com> RecyclerView Automatic WRAP_CONTENT support

This CL adds support for wrapping content for RecyclerView while
supporting predictive animations.

It is an opt-in API which is off by default because these changes
will change the callback flow, especially will start calling
LayoutManager#onLayout when RecyclerView#onMeasure is called.

See LayoutManager#setAutoMeasureEnabled for API details.

All built in LayoutManagers support WRAP_CONTENT using this new
mechanishm.

Bug: 22508392

Change-Id: I6e010f8807e9d2fa379dd52493b2d8340b8c65de
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/WrapContentBasicTest.java