Discover

Topics

Advanced RecyclerView Examples

Advanced RecyclerView Examples version history

‹ General Info
12
Version 0.7.4
Updated 8 years ago
Version 1.0.0
Updated 5 years ago
Version 0.10.6
Updated 6 years ago
Version 0.10.5
Updated 7 years ago
Changelog ## 0.10.5
[Bug fixes]
- Fixed View.OVER_SCROLL_NEVER not work when dragging (issue #374)

[Improvements]
- Expose path segments for header footer adapter (PR #368, #373)
- Updated support library to v25.3.0
Version 0.10.4
Updated 7 years ago
Changelog ## 0.10.4
[New features]
- Added fine control of initial state of group items by
`ExpandableItemAdapter.getInitialGroupExpandedState()`
- Added variants of `expandGroup()`/`collapseGroup()` methods which has a `payload` parameter

[Improvements]
- Added scrolling support while dragging in NestedScrollView


See full of the changed on GitHub:

https://github.com/h6ah4i/android-advancedrecyclerview/blob/master/RELEASE-NOTES.md
Version 0.10.3
Updated 7 years ago
Changelog ## 0.10.3
[Bug fixes]
- Fixed IllegalStateException on touching a group item while RecyclerView is calculating layout (issue #339)
- Fixed onBindGroupViewHolder()/onBindChildViewHolder() method with palyloads parameter not used bug

[Improvements]
- Reduce overdraws of "Button under swipeable item" (PR #331, thx. @AnirudhaAgashe)
- Updated support library to v25.1.0


See full of the changed on GitHub:

https://github.com/h6ah4i/android-advancedrecyclerview/blob/master/RELEASE-NOTES.md
Version 0.9.3
Updated 7 years ago
Changelog ## 0.9.3
[New features]
- Added `RecyclerViewExpandableItemManager.setDefaultGroupsExpandedState(boolean expanded)` (issue #281)
- Added `SwipebleItemViewHolder.setProportionalSwipeAmountModeEnabled(boolean enabled)` (issue #286)
- Added `RecyclerViewExpandableItemManager.notifyGroupItemChanged(int groupPosition, Object payload)`

...

See full of the changed on GitHub:

https://github.com/h6ah4i/android-advancedrecyclerview/blob/master/RELEASE-NOTES.md

Version 0.9.2
Updated 7 years ago
Version 0.8.7
Updated 8 years ago
Version 0.8.6
Updated 8 years ago
12