android-advancedrecyclerview v0.10.4 Release Notes

Release Date: 2017-02-25 // about 7 years ago
  • [BREAKING CHANGE]

    • ๐Ÿ›ฐ The payload parameter is added to OnGroupExpandListener and OnGroupCollapseListener (issue #350) (commit: 353406ea43657dead1ba65207b95e9067e457f6d)

    [New features]

    • โž• Added fine control of initial state of group items by ExpandableItemAdapter.getInitialGroupExpandedState() (issue #346)
    • โž• Added variants of expandGroup()/collapseGroup() methods which has a payload parameter (issue #350)

    ๐Ÿ›  [Bug fixes]

    • ๐Ÿ›  Fixed NullPointerException issue (issue #358 & PR #362, thanks @polyak01 !)
    • ๐Ÿ›  Fix swipe amount not applied before laid out item views in proportional mode (issue #361)

    [Improvements]

    • โž• Added scrolling support while dragging in NestedScrollView (issue #351)
    • โšก๏ธ Updated support library to v25.2.0