Update:
- Migrate to AndroidX
- Remove novoda-bintray-plugin
- Fix a buf #161
Update:
- Compile & Target SDK Version 25 -> 27
- Build Tools 26.0.1 -> 27.0.3
- Support Library 25.3.1 -> 27.0.2
Update:
- Support Library 25.3.0 -> 25.4.0
Feature:
Update:
- Build Tools 25 -> 25.0.2
- Support Library 24.2.0 -> 25.3.0
Bugfix:
Update:
- Build Tools 24.0.2 -> 25
- Support Library 23.4.0 -> 24.2.0
Update:
- Build Tools 23.0.1 -> 24.0.2
- Support Library 23.0.1 -> 23.4.0
Bug fix:
Dispatch onViewRecycled event to wrapped adapter #80
Fix setStartDelay() is not reset by clear() #82
Update:
Support library 23.2.1
Bug fix
Bug fix: firstOnly
Bug fix: issue #64 by @emartynov Feature: Motion Delay by @aphexcx
Move the adapters of the package.
Added BaseItemAnimator#setInterpolator.
Added AnimationAdapter#getIemId
Fixed the getItemId() to return the nested adapter item id
Bug fix registerAdapterDataObserver, unregisterAdapterDataObserver
Support RecyclerView 23.1.0+
Use 1.3.0 If you are using a 23.0.1 or below.
Added in ability to pass in interpolators to the four ItemAnimators. Thanks to @craya1982
Update support library.
Add tension in OvershootAnimators.
Update AnimationAdapter to allow grabbing the wrappedAdapter.
Support Multiple animators for ViewHolders.
Support Interpolator in AnimationAdapter.
Supports multiple viewTypes.
Improved reliability and speed.
add RecyclerView.Adapter support.
fix setting of pom.xml
fix setting of pom.xml
Attach a jar for non-Gradle Android users.
Initial release.