Skip to content

Releases: eowise/recyclerview-stickyheaders

recyclerview-stickyheaders 0.5.2

11 Feb 18:07
Compare
Choose a tag to compare

recyclerview-stickyheaders 0.5.1

18 Jan 20:48
Compare
Choose a tag to compare
  • Headers visibility work as expected.
  • View under clicked header doesn't receives click event.
  • Fix force close when clicking on a empty RecyclerView with header click listener.

recyclerview-stickyheaders 0.5.0

10 Nov 21:56
Compare
Choose a tag to compare
  • Headers can be non sticky.
  • Headers can be drawn under items.
  • Click listener can be added on headers.

recyclerview-stickyheaders 0.4.3

02 Nov 21:56
Compare
Choose a tag to compare
  • Fix for multiple same headers when adding items.

recyclerview-stickyheaders 0.4.2

02 Nov 21:35
Compare
Choose a tag to compare
  • Headers can have different heights.
  • Work fine when adapter is changed.
  • Fix for #7.

recyclerview-stickyheaders 0.4.1

29 Oct 20:42
Compare
Choose a tag to compare
  • Handle range item add and remove.

recyclerview-stickyheaders 0.4.0

23 Oct 21:24
Compare
Choose a tag to compare
  • Fix a bug in mesure on Android 4.2.2 and lower.
  • API change on when headers are displayed : HeaderPosition replaced by a boolean witch specify if the header is offseted on top of the item or not.
  • Added an exception in the builder when an adapter without stables id is used.

recyclerview-stickyheaders 0.3.0

20 Oct 18:21
Compare
Choose a tag to compare
  • Update to recyclerview-v7 version 21.0.
  • Builder to easily add sticky headers feature to a RecyclerView.
  • Adapter with stables ids required.
  • Smoother add and remove animations.
  • Compatible with API level 7+.

recyclerview-stickyheaders 0.2.0

12 Oct 20:46
Compare
Choose a tag to compare
Pre-release
  • Implement add and remove animations.
  • StickyHeadersAdapter API simplification.

recyclerview-stickyheaders 0.1.0

06 Oct 12:00
Compare
Choose a tag to compare
Pre-release

Initial release.