History log of /frameworks/support/v4/ics/android/support/v4/view/ViewPropertyAnimatorCompatICS.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
797c82a7055f7ba825169388465617f0db716739 26-Aug-2014 Chet Haase <chet@google.com> Fix ViewPropertyAnimatorCompat issues

Fixes include issues with listeners on ICS (due to coopting the
listener mechanism to deal with layers and start/end actions) and
ordering of actions/listeners pre-ICS (due to running all actions
immediately instead of ordering them to start later).

Issue #16865990 ViewPropertyAnimatorCompat issues/crashes below API level 16

Change-Id: I31e6cc3d516a78e7c4387c62503299e23057dd8c
/frameworks/support/v4/ics/android/support/v4/view/ViewPropertyAnimatorCompatICS.java
d7d27e9ebe5c7325e67e1a8af265378bd2056cad 28-Feb-2014 Chet Haase <chet@google.com> Add animations to RecyclerView

This CL adds the basic plumbing for animating item changes in
RecyclerView. It also implements the bare essentials add/delete
animations. When the app specifies that items have been
added/removed (by calling the appropriate Adapter methods), the
RecyclerView will determine the appropriate fading and moving
animations to animate the items being added, removed, and moved
into new locations.

Change-Id: I4fa8686f54c8bfa2ba29c399eea112d33f71689c
/frameworks/support/v4/ics/android/support/v4/view/ViewPropertyAnimatorCompatICS.java
b1bfdf4c03d1b25959c5818805b997020f7ed085 15-May-2014 Chet Haase <chet@google.com> Revert "Add animations to RecyclerView"

This reverts commit 33b18903168c177d65e3c2ef7398c1b2ca0c826f.

Change-Id: I41664a375f9fc5fa878481b90cd2e61aad17f739
/frameworks/support/v4/ics/android/support/v4/view/ViewPropertyAnimatorCompatICS.java
33b18903168c177d65e3c2ef7398c1b2ca0c826f 28-Feb-2014 Chet Haase <chet@google.com> Add animations to RecyclerView

This CL adds the basic plumbing for animating item changes in
RecyclerView. It also implements the bare essentials add/delete
animations. When the app specifies that items have been
added/removed (by calling the appropriate Adapter methods), the
RecyclerView will determine the appropriate fading and moving
animations to animate the items being added, removed, and moved
into new locations.

Change-Id: If70c09e7af168ce5963c785b5886a18c87a7dc98
/frameworks/support/v4/ics/android/support/v4/view/ViewPropertyAnimatorCompatICS.java