Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Releases: ShamylZakariya/StickyHeaders

0.7.11

22 May 14:21
Compare
Choose a tag to compare

Fixes an issue where an empty adapter datasource could cause a crash

0.7.10

09 May 14:29
Compare
Choose a tag to compare
v0.7.10

Fixes to bintray upload

0.7.8

08 May 14:48
Compare
Choose a tag to compare

Just big fixes, really.

0.7.6

29 Nov 22:05
Compare
Choose a tag to compare

Minor bug fixes:

  • retain selection when sections are collapsed
  • off-by-one error when deleting a section footer, which prevented animation from working correctly.

0.7.5

29 Jul 15:22
Compare
Choose a tag to compare

Bug fix release for issue #18

0.7.5 fixes a bug where StickyHeaderLayoutManager would crash if the SectioningAdapter is not assigned immediately alongside the assignment of the StickyHeaderLayoutManager -- e.g., when a network request completes.

0.7.4

29 Jul 03:33
Compare
Choose a tag to compare

0.7.4 brings support for managing selection state to SectioningAdapter, as well as some improvements to managing of collapsed section state.

See SelectionDemo and SelectionDemoAdapter for examples of how to manipulate, query, and act on selection state for your SectioningAdapter.

0.7.3

25 Jul 20:32
Compare
Choose a tag to compare

Allow specification of partially-visible vs fully-visible items when searching for first visible item in StickyHeadersLayoutManager.

0.7.2

25 Jul 15:58
Compare
Choose a tag to compare

Adds support for getting the ViewHolder for the first visible header, item, or footer on screen.

SectioningAdapter.HeaderViewHolder StickyHeaderLayoutManager::getFirstVisibleHeaderViewHolder()
SectioningAdapter.ItemViewHolder StickyHeaderLayoutManager::getFirstVisibleItemViewHolder()
SectioningAdapter.FooterViewHolder StickyHeaderLayoutManager::getFirstVisibleFooterViewHolder()

0.7.1

15 Jul 01:44
Compare
Choose a tag to compare
  • fix bugs with collapsing sections
  • allow save after detach

Thanks, @cordeveloper

0.7.0

14 Jul 23:49
Compare
Choose a tag to compare
  • StickyHeaders how supports distinct types for headers, list items and footers. This means you can have different layouts and view holders for different types of items/headers/footer.
  • Addition of PagedLoadScrollListener which simplifies use of a paged data source. See the PagedDemoAdapter for example use. Thanks to distinct header/item/footer support above, the demo shows a progress-bar in the list while items are loaded from a mock data source. Neat!
compile 'org.zakariya.stickyheaders:stickyheaders:0.7.0'