Skip to content

Releases: emilsjolander/StickyListHeaders

v2.7

21 May 06:39
Compare
Choose a tag to compare
  • Allow list on top of header

v2.6

06 Apr 06:02
Compare
Choose a tag to compare

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

13 Oct 21:36
Compare
Choose a tag to compare
  • Add method to block child layout

v2.5.1

16 Sep 18:38
Compare
Choose a tag to compare

Make getHeaderOverlap() public

v2.5.0

22 Jul 04:42
Compare
Choose a tag to compare
  • 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

22 Jun 17:44
Compare
Choose a tag to compare

Fix issue which caused header to sometimes not disappear correctly when at the top of the list

v2.4.0

31 May 18:43
Compare
Choose a tag to compare
  • Added ability to set a sticky header offset. This makes SLH work great in combination with transparent actionbars.

v2.3.0

11 Apr 17:48
Compare
Choose a tag to compare

Lots of minor bug fixes, check issues closed for more details

v2.2.0

16 Mar 21:50
Compare
Choose a tag to compare
  • Make setOnTouchListener() work as expected
  • Stop drawing headers when list is empty

v2.1.5

09 Feb 19:48
Compare
Choose a tag to compare

Minor bug fixes