This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
Releases: ShamylZakariya/StickyHeaders
Releases · ShamylZakariya/StickyHeaders
0.7.11
0.7.10
v0.7.10 Fixes to bintray upload
0.7.8
Just big fixes, really.
0.7.6
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
0.7.4
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
Allow specification of partially-visible vs fully-visible items when searching for first visible item in StickyHeadersLayoutManager.
0.7.2
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
- fix bugs with collapsing sections
- allow save after detach
Thanks, @cordeveloper
0.7.0
- 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 thePagedDemoAdapter
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'