ValCanBuild
released this
In this release:
- Added
detectMovesparameter to GroupAdapter'supdateandupdateAsyncmethods as well asSection.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
GroupDataObservernot being registered forSectionheaders and footers (PR #274, fixes #210) - Fixed
GroupAdapter.updateAsyncnot registeringGroupDataObservers, 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)