History log of /frameworks/support/v7/recyclerview/src/android/support/v7/widget/SimpleItemAnimator.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1e827caa16440590647019b9c1338f6309c5be7a 19-Jan-2017 Aurimas Liutikas <aurimas@google.com> Fix style issues in RecyclerView module.

Test: None, there should be no behavior changes.
Change-Id: Ibf8690102bc0c6a4368ed0a7977056e9437344a2
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/SimpleItemAnimator.java
79f19550856a1e90f90f1c103c404b6163e92c0f 22-Feb-2016 Yigit Boyar <yboyar@google.com> Clarify ItemTouchHelper and SimpleItemAnimator docs

Bug: 27278066
Bug: 26731186
Change-Id: Iecbbbb0427b0f6685752218d87181c1157b060c3
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/SimpleItemAnimator.java
abea494886a17e7a51080ab5e9c2ca041c533353 09-Dec-2015 Yigit Boyar <yboyar@google.com> Pass list of payloads to Animator#canReUse

This CL adds the payloads as a parameter to the canReUse API.
Turns out it was desired so that custom ItemAnimators can select
between specific animation or the default behavior of cross-fading.

To be consistent with adapter API, the previous method is not
deprecated.

Bug: 25904129
Change-Id: I97c69aef15268bf0960f8ca7ffff773a4a977192
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/SimpleItemAnimator.java
e09e0b4ea04b6b6b0ef6c62979e8abdead0bf378 30-Sep-2015 Yigit Boyar <yboyar@google.com> Cleanup for item tracking

This CL abstracts the Item tracking for RecyclerView. This makes
it much easier to test (better encapsulation) + cleaner code.
And as an added bonus, I merged some maps to speedup lookups.

There is also a small (unreleased) API change for the new
ItemAnimation callbacks. It was wrong in the first one but didn't
realize because SimpleItemAnimator was taking care of it.

I've also added some support annotations & fixed some warnings.

Bug: 24665726
Change-Id: Idba09e749f1c0f269d81dbdee4056f6b52ba8484
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/SimpleItemAnimator.java
121ba9616e5bed44d2490f1744f7b6a9d3e79866 30-Aug-2015 Yigit Boyar <yboyar@google.com> RecyclerView Animation API V2

This CL introduces a new Animation for RecyclerView that
gives more responsibility and power to the ItemAnimator.

It is backward incompatible but there is a new SimpleItemAnimator
that mimics the old API for easy transition.

The main goal for this API change is to enable better change
animations. This change will enable ItemAnimator to easily animate
contents of ViewHolders.

Bug: 22507896
Change-Id: I4d9a6b92ff5c27691b277a777da77116476b1cd3
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/SimpleItemAnimator.java