v2.4.0
Thank you to @lisawray for granting access to the wider community so Groupie's development can continue 👍
In this release:
- Added
OnAsyncUpdateListener
that can be passed in to theGroupAdapter.updateAsync()
method in order to get a callback once the update is complete. (PR #230 , fixes #229) - Exposed
GroupAdapter.getGroup()
as public (PR #228, fixes #225) - Added
getViewType()
method toItem
. You can now have different items sharing the same layoutId in the same adapter. (PR #243, fixes #135) - Added
getChildCount()
method toExpandableGroup
. (PR #269, fixes #112) - Added
setExpanded(boolean isExpanded)
method toExpandableGroup
. (PR #270, fixes #108) - Standardized method parameter names (PR #227, fixes #226)
- Fixed a bug that getPosition returns wrong index when group does not exist (PR #231)
❤ Thank you to all the contributors to this release: @lisawray, @CORDEA, @rembacomokveld, @JcMinarro