Releases: mikepenz/FastAdapter
Releases · mikepenz/FastAdapter
v4.0.0-rc03
WARNING
- this release is the first release of
FastAdapter
migrated to kotlin.
Changes
- this release contains a big amount of changes, including many breaking API changes to make its implementation easier, and make the APIs better compatible with kotlin.
- Please see the migration notes: https://github.com/mikepenz/FastAdapter/blob/feature/v4/MIGRATION.md#v4xy
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
WARNING
- this release is the first release of
FastAdapter
migrated to kotlin.
Changes
- this release contains a big amount of changes, including many breaking API changes to make its implementation easier, and make the APIs better compatible with kotlin.
- Please see the migration notes: https://github.com/mikepenz/FastAdapter/blob/feature/v4/MIGRATION.md#v4xy
Changes on top of rc01
- improve extension to get select and expandable extension
- fix crash when collapsing items which are not
IExpandable
but onlyISubItem
v4.0.0-rc01
WARNING
- this release is the first release of
FastAdapter
migrated to kotlin.
Changes
- this release contains a big amount of changes, including many breaking API changes to make its implementation easier, and make the APIs better compatible with kotlin.
- Please see the migration notes: https://github.com/mikepenz/FastAdapter/blob/feature/v4/MIGRATION.md#v4xy
v4.0.0-beta1
WARNING
- this release is the first release of
FastAdapter
migrated to kotlin.
Changes
- this release contains a big amount of changes, including many breaking API changes to make its implementation easier, and make the APIs better compatible with kotlin.
- Please see the migration notes: https://github.com/mikepenz/FastAdapter/blob/feature/v4/MIGRATION.md#v4xy
v3.3.1
v3.3.0
v3.3.0-rc02
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
v3.3.0-rc01
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