Skip to content

v0.9.2

Compare
Choose a tag to compare
@mikepenz mikepenz released this 20 Jan 21:58
· 1684 commits to develop since this release

MIGRATION

  • withMultiSelectOnLongClick -> withSelectOnLongClick

library

  • add @callsuper annotation so people call the super .bindView method which handles selection. *Thanks @Rainer-Lang *
  • use a NavigableMap to cache the sizes of the different adapters to improve all reading calls getItem is now about 40% faster
  • cache totalSize inside FastAdapter
  • rename withMultiSelectOnLongClick to withSelectOnLongClick and allow this option also to work in single select mode

sample

  • fix sample app crash
  • ignore case in search sample