github mikepenz/FastAdapter v0.9.2

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

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

Don't miss a new FastAdapter release

NewReleases is sending notifications on new releases.