History log of /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/GridLayoutManagerNoOpUpdateTest.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/GridLayoutManagerNoOpUpdateTest.java
e9f9cd8d0e9008340985d17a2541ab24b3adb391 23-Sep-2016 Aurimas Liutikas <aurimas@google.com> Continuing the game of whack-a-mole with removing spaces in RV tests.

Test: did not test
Change-Id: I08f517f0d0419c34e15ffc3a73f8e533d0ba87e1
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/GridLayoutManagerNoOpUpdateTest.java
95017f70973e4cbc9b7be1142e2cf887af4f4a48 18-Jul-2016 Yigit Boyar <yboyar@google.com> Change layout span to match SpanLookup span

There was an inconsistency in GridLayoutManager's API where the
getSpanIndex method in GLM.LayoutParams would always assign
leftmost span as span 0 (even if it RTL) while GLM.SpanLookup
would assign rightmost span as 0 if it is RTL (and leftmost if
it is LTR).

SpanLookup's API makes a lot more sense since it avoids checking RTL
parameter and we only need to check it when positioning views.

Changing the API docs and also fixing a bug that was
caused by this confusion.

Bug: 30143272
Change-Id: I8653c0ab390bfe28dd36e2c5560d656b0c658fe4
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/GridLayoutManagerNoOpUpdateTest.java