v0.9.5
library
- Fix: model was never set inside the GenericAbstractItem
- increase type safety for generic parameter return
- always use factory to create view holder
- use default factory if no factory was set
- expose a function that returns the type of the view holder to alter the default resolution
- use singleton for ViewHolderFactory -> boosts performance
- THANKS @anragab
- add factory constructor
- remove redundant functions
- add setNewList to FastItemAdapter
- add setter for the OnCreateViewHolderListener, and OnBindViewHolderListener
- add getter for the ItemAdapter inside the FastItemAdapter
sample
- update sample app dependencies
- move the click listener on the like (heart) image of the ImageListActivity to the onPostCreateViewHolder listener to improve performance.
- create simple helper class to simplify this
general
- update build tools