Skip to content

v2.5.0

Choose a tag to compare

@ValCanBuild ValCanBuild released this 19 Aug 09:26
· 89 commits to master since this release

In this release:

  • Added detectMoves parameter to GroupAdapter's update and updateAsync methods as well as Section.update. If you don't want moves detected in your changes, setting this to false will improve diffing performance. Look at the DiffUtil docs for more info on this. (PR #277)
  • Added Section.clear() method (PR #263, implements #251)
  • Added GroupAdapter.getGroupCount() method (PR #255)
  • Fixed GroupDataObserver not being registered for Section headers and footers (PR #274, fixes #210)
  • Fixed GroupAdapter.updateAsync not registering GroupDataObservers, which caused things like ExpandableGroups to not work properly (PR #275, fixes #261)
  • Fixed addItem at position not working for ExpandableGroup (PR #276, fixes #256)

❤ Thank you to all the contributors to this release: @remcomokveld, @JcMinarro, @nashcft & @akhahaha