Releases: yqritc/RecyclerView-FlexibleDivider
Releases · yqritc/RecyclerView-FlexibleDivider
v1.4.0
- Fixed logic to correctly handle divider when setting reverse layout feature for RecyclerView
v1.3.0
- Fixed to skip adding margin when divider is hidden
v1.2.9
- #30 Fixed crash due to adapter NPE
- #31 Added feature to draw dividers inside items
v1.2.8
#26 Fixed flashing divider when notifying items changed
v1.2.7
- Added support for GridLayoutManager
- Fixed the bug showing last item offset when showLastDivider is false
v1.2.6
- #18 Changed onDrawOver to onDraw
- Update the version of support libraries
v1.2.5
Update the version of support libraries
v1.2.4
Update the min sdk version from 14 to 9
v1.2.3
Fix bug when item animation starts
v1.2.2
Refactoring to animate dividers along with ItemAnimation