Releases: emilsjolander/StickyListHeaders
Releases · emilsjolander/StickyListHeaders
v2.7
v2.6
Thanks for everyone who waited patiently for this release. This is a release filled with pull request contributions.
Fixes include:
- Fixes memory leak
- Fixes layout issues
- Adds delegate methods
v2.5.2
- Add method to block child layout
v2.5.1
Make getHeaderOverlap()
public
v2.5.0
- ExpandableStickyListHeaderListView, expand and collaps groups with each group having a sticky header.
- Add multiple new delegate methods for underlying list view
- Allow for negative StickyHeaderTopOffset
v2.4.1
Fix issue which caused header to sometimes not disappear correctly when at the top of the list
v2.4.0
- Added ability to set a sticky header offset. This makes SLH work great in combination with transparent actionbars.
v2.3.0
Lots of minor bug fixes, check issues closed for more details
v2.2.0
- Make setOnTouchListener() work as expected
- Stop drawing headers when list is empty
v2.1.5
Minor bug fixes