Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Releases: blipinsk/RecyclerViewHeader

2.0.1

18 May 08:56
Compare
Choose a tag to compare
  • Fix: Scroll jump bug
  • Fix: Header not displaying if there are no items in the adapter
  • Headers exceeding RecyclerView's height (for vertical) or width (for horizontal) are no longer supported (you cannot scroll them if there are no items in the adapter)

2.0.0

07 Apr 13:53
Compare
Choose a tag to compare

Version 2.0.0 is the last, planned major release. It focuses on fixing all of the previously reported issues.

  • Attaching RecyclerViewHeader simplified. There's only one approach left (previously named Header-already-aligned approach).
  • New: Horizontal RecyclerViews support added
  • Fix: Header in wrong position after reusing fragment with RecyclerView
  • Fix: Removing an item misplacing header.

StaggeredGridLayoutManager support has been temporarily disabled. This is planned to be re-enabled in a future release.

Important:

  1. RecyclerViewHeader 2 uses a different package (com.bartoszlipinski.recyclerviewheader2), to make it easier to migrate gradually
  2. Maven group and artifact has been changed.

1.2.1

04 Feb 09:45
Compare
Choose a tag to compare
  • Using addOnScrollListener instead of setOnScrollListener
  • RecyclerView support library package no longer included in the library

1.2.0

13 Apr 07:08
Compare
Choose a tag to compare
  • StaggeredGridLayoutManager support
  • Reversed LayoutManagers support
  • Fix: scrolling with touch starting on a focusable element of the header

1.1.0

08 Apr 23:06
Compare
Choose a tag to compare
  • Decreased minSdk version
  • Support Libraries version updated
  • Fix: Removed unnecessary things

1.0.1

08 Apr 23:05
Compare
Choose a tag to compare
  • Fix: Header clickability fixed

1.0.0

08 Apr 23:05
Compare
Choose a tag to compare

Initial release.