github mikepenz/FastAdapter v5.0.0-a07

latest releases: v5.7.0, v5.6.0, v5.5.1...
pre-release4 years ago

Fixes

  • remove the type from the factory
      - resolve #871
  • reverse deprecation of AbstractItem for convenient reasons
  • eliminate unnecessary duplicated class
  • rename AbstractBindingItemVHFactory to BaseBindingItemVHFactory
  • eliminate layoutRes from interface where it is no longer needed, especially when using viewBinding
      - FIX #874
  • even further simplify the view binding case, by providing an AbstractItem.kt which does not require a custom ViewHolder
    • introduce extension functions to simplify hooking up click event hooks to binding items
    • FIX #872
  • simplify AbstractItem.kt by basing on top of the BaseItem.kt
  • adjust all payloads to be immutable MutableList<Any> -> List<Any>
      - FIX #813
      - NOTE it requires a full clean, will compile though with MD and AboutLibraries

Dependency Updates

  • update to latest android iconics library
  • update to compatible materialDrawer release using the new FastAdapter v8.0.0-a06
  • update to new compatible AboutLibraries v8.0.0-b05
  • update to stable material 1.0.0

Sample

  • remove unnecessary layout, fix overlapping statusbar in SortActivity.kt

Migration

  • Note that the bindView(holder: VH, payloads: List<Any>) will use a List now instead a MutableList

Don't miss a new FastAdapter release

NewReleases is sending notifications on new releases.