Skip to content

v0.9.5

Compare
Choose a tag to compare
@mikepenz mikepenz released this 25 Jan 13:55
· 1656 commits to develop since this release

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
  • 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