Skip to content

v2.4.0

Compare
Choose a tag to compare
@ValCanBuild ValCanBuild released this 09 Aug 15:00
· 105 commits to master since this release

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 the GroupAdapter.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 to Item. You can now have different items sharing the same layoutId in the same adapter. (PR #243, fixes #135)
  • Added getChildCount()method to ExpandableGroup. (PR #269, fixes #112)
  • Added setExpanded(boolean isExpanded) method to ExpandableGroup. (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