Skip to content

Releases: mikepenz/FastAdapter

v4.0.0-rc03

18 Mar 02:03
Compare
Choose a tag to compare
v4.0.0-rc03 Pre-release
Pre-release

WARNING

  • this release is the first release of FastAdapter migrated to kotlin.

Changes

Changes on top of rc02

  • adjust the generic definition of the IParentItem interface for the subitem list.
  • introduce type aliases for the different elements to allow easier definition of generic adapters
  • replace various interfaces with kotlin function types
    • this will result in some breaking changes since rc02
    • nicer specification for kotlin
    • java7 code will not be as nice (consider java8 lambdas)

v4.0.0-rc02

05 Mar 18:17
Compare
Choose a tag to compare
v4.0.0-rc02 Pre-release
Pre-release

WARNING

  • this release is the first release of FastAdapter migrated to kotlin.

Changes

Changes on top of rc01

  • improve extension to get select and expandable extension
  • fix crash when collapsing items which are not IExpandable but only ISubItem

v4.0.0-rc01

15 Feb 20:21
Compare
Choose a tag to compare
v4.0.0-rc01 Pre-release
Pre-release

WARNING

  • this release is the first release of FastAdapter migrated to kotlin.

Changes

v4.0.0-beta1

03 Feb 17:37
Compare
Choose a tag to compare
v4.0.0-beta1 Pre-release
Pre-release

WARNING

  • this release is the first release of FastAdapter migrated to kotlin.

Changes

v3.3.1

27 Sep 08:41
Compare
Choose a tag to compare

androidX

Changes

  • fix a bug with the unbinding call

v3.3.0

22 Sep 13:34
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

v3.3.0-rc02

15 Sep 10:48
Compare
Choose a tag to compare
v3.3.0-rc02 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 1.0.0-rc02
  • FIX #703

v3.2.9

15 Sep 11:07
Compare
Choose a tag to compare

Changes

v3.3.0-rc01

11 Aug 18:14
Compare
Choose a tag to compare
v3.3.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
  • 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

v3.2.8

22 Jul 12:54
Compare
Choose a tag to compare
  • fix only one expanded item auto collapsing for more than 2 sub levels

Sample

  • clear animation before setting the new stateListDrawable to potentially prevent wrong animation states