MIGRATION
- the
ItemTouchCallback
has a new methoditemTouchDropped
just implement it and keep it empty, if you do not need it. - If you implemented your own
Item
using theIItem
interface instead theAbstractItem
you will now also have to implementfailedToRecycle
- removed the
RecyclerViewCacheUtil
as it would no longer work with the latest RecyclerView
library
- move onSelectionChanged event triggering
- FIX #371
- 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.