History log of /frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/ItemTouchUIUtilImpl.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f715449617ee8846dcf3452d5e4a934f9ced5879 22-Feb-2017 Aurimas Liutikas <aurimas@google.com> Clean up ItemTouchHelper after minSdk 14 bump.

Bug: 32794064
Test: ./gradlew assemble
Change-Id: I513fe459dda2bba3f89442a63c8a5ed4ffa829bd
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/ItemTouchUIUtilImpl.java
ca03208c6ef5bd79af99309d0e14db4a238cb691 18-Jan-2017 Aurimas Liutikas <aurimas@google.com> Remove unneeded calls in RecyclerView code.

Our new minSdk is 14. This CL remove code that calls compat version
of a method where a framework call works now. Mostly affects ViewCompat,
ViewPropertyAnimatorCompat, ViewPropertyAnimatorListener, MotionEventCompat,
ScrollerCompat.

Bug: 32794064
Test: ./gradlew clean assemble still works
Change-Id: Idad69fdd5e89f76fe57fe8e1b5c12dc723185814
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/ItemTouchUIUtilImpl.java
c0459105252a3db52bc44ad62ecff4288860180d 05-May-2015 Yigit Boyar <yboyar@google.com> Export UI Compat class used by ItemTouchHelper

If a developer wants to customize item touch interactions, they
cannot use ItemTouchUICompat anymore so they have to handle
translation, cleanup, API checks etc manually.

This CL renames it to ItemTouchUIUtil, changes its API to work
with views instead of ViewHolders and also makes it public.
This way, developers can easly change which child views receive
automatic changes. (e.g. only swipe the contents not the background).

Bug: 20824812
Change-Id: I6303c270d398e21fb549ed5627dc175de10a3487
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/ItemTouchUIUtilImpl.java