github mikepenz/FastAdapter v2.5.3

latest releases: v5.7.0, v5.6.0, v5.5.1...
6 years ago

MIGRATION

  • the ItemTouchCallback has a new method itemTouchDropped just implement it and keep it empty, if you do not need it.
  • If you implemented your own Item using the IItem interface instead the AbstractItem you will now also have to implement
    • failedToRecycle
  • removed the RecyclerViewCacheUtil as it would no longer work with the latest RecyclerView

library

  • move onSelectionChanged event triggering
  • Fix return value of method withModel in IGenericItem THANKS @ligol
  • added some docs to the CustomEventHook THANKS @MFlisar
  • extended the ItemTouchCallback and added an itemTouchDropped event THANKS @MFlisar
  • extended the SimpleDragCallback to fire the drop event THANKS @MFlisar
  • fixed new onMove function in DragDropUtil THANKS @MFlisar
  • implement a single method to generate the View for the Item. This allows to for example define a programatically solution to generate the view
  • add possibility for verbose logging to FastAdapter
  • add onFailedToRecycleView to IItem interface and FastAdapter and AbstractItem

library-commons

  • remove RecyclerViewCacheUtil as it no longer works with the latest RecyclerView

sample

  • Fixed StickyHeaders to prevent Mopub Ads from pushing items out of the sections.
    • Created a sample in the app to demonstrate the changes.

Don't miss a new FastAdapter release

NewReleases is sending notifications on new releases.