Skip to content

Releases: mikepenz/ItemAnimators

v1.1.0

22 Sep 14:43
Compare
Choose a tag to compare

WARNING

  • this release is the first release using androidX, stay with older versions for pure appcompat dependencies

Changes

  • includes all updates from the rc pre releases
  • update to final androidX 1.0.0 release

v1.1.0-rc01

11 Aug 17:33
Compare
Choose a tag to compare
v1.1.0-rc01 Pre-release
Pre-release

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

01 Apr 20:32
Compare
Choose a tag to compare
  • 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

28 Oct 16:35
Compare
Choose a tag to compare
  • update build tools to 27
  • update compile sdk to 27
  • update target sdk to 27
  • update supportLibs to 27
  • update gradle to 4.1
  • update butterknife to 8.8.1

v1.0.0

02 Jul 12:56
Compare
Choose a tag to compare

library

  • remove use of AnimatorCompatHelper THANKS @bskim45

v0.5.0

20 Aug 12:47
Compare
Choose a tag to compare

library

  • drop minSdk 10 support. new minSdk is now 14
    • please use v0.2.4 of the library for API 10 support
  • update to the latest support libraries v24.2.0
  • remove unnecessary code
  • update dependencies

v0.2.4

07 Apr 18:09
Compare
Choose a tag to compare

library

  • update to latest support libraries v23.3.0

general

  • update to latest gradle 2.12
  • update to latest android gradle build tools v2.0.0
  • update build tools to v23.0.3

v0.2.3

11 Mar 14:44
Compare
Choose a tag to compare

library

  • update to latest android support libraries v23.2.1

v0.2.2

25 Feb 23:10
Compare
Choose a tag to compare

MIGRATION

  • update to latest support appcompat v23.2.0

library

  • update to latest appcompat v23.2.0

v0.2.1

24 Jan 17:32
Compare
Choose a tag to compare

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