Releases: mikepenz/ItemAnimators
Releases · mikepenz/ItemAnimators
v1.1.0
v1.1.0-rc01
WARNING
- this release is the first release using androidX, stay with older versions for pure appcompat dependencies
Changes
- upgrade to androidX
- use bridge themes to support old appcompat too
- update to build tools 28
- update to targetSdk 28
- include material dependency
- update to the new release setup used in my other libs
- update to gradle 4.9
- cleanup
v1.0.2
- Disable change animation if payloads are present for changed items
The default DefaultItemAnimator class disables change animations if change payloads were supplied along with notifyItemChanged(). This commit duplicates this behavior in all custom animations provided by this library.
Thanks @Saketme
v1.0.1
v1.0.0
v0.5.0
v0.2.4
v0.2.3
v0.2.2
v0.2.1
library
- new AlphaCrossFade Animator
sample
- remove brokeni mage from sample
- revert back to normal LinearLayoutManager
- use a cardView for the sample app so a good friend of mine can use the sample views for his app :D
- improve stlye of the ImageItem.
- update to latest FastAdapter
- cleanup build and gradle properties
- update to latest materialdrawer, fastadapter, aboutlibraries