All Versions
7
Latest Version
Avg Release Cycle
68 days
Latest Release
3264 days ago
Changelog History
Changelog History
-
v2.0.1 Changes
May 18, 2016- ๐ 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)
-
v2.0.0 Changes
April 07, 2016Version 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 namedHeader-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- Maven
group
andartifact
has been changed.
- Attaching
-
v1.2.1 Changes
February 04, 2016- Using
addOnScrollListener
instead ofsetOnScrollListener
RecyclerView
support library package no longer included in the library
- Using
-
v1.2.0 Changes
April 13, 2015StaggeredGridLayoutManager
support- Reversed
LayoutManagers
support - Fix: scrolling with touch starting on a focusable element of the header
-
v1.1.0 Changes
April 08, 2015- Decreased minSdk version
- Support Libraries version updated
- Fix: Removed unnecessary things
-
v1.0.1 Changes
April 08, 2015- ๐ Fix: Header clickability fixed
-
v1.0.0 Changes
April 08, 2015๐ Initial release.