Releases: brianwernick/RecyclerExt
RecyclerExt 0.15.0
Added a SpacerDecoration.
Updated the AutoColumGridLayoutManager to allow specifying max columns, separate edge and separator sizes.
Other minor fixes and improvements.
RecyclerExt 0.14.0
Performed cleanup on the Header adapters to remove code duplication
Added the ability to specify a view from the header to make sticky (instead of the entire view)
Added the ability to treat the header as a child item (e.g. see Lollipop and Marshmallow contacts)
Fixed a few minor bugs
RecyclerExt 0.13.0
Added ViewTypes to the RecyclerHeaderAdapter and RecyclerHeaderCursorAdapter
RecyclerExt 0.12.4
Fixed an issue in the WrapLinearLayoutManager where it wasn't abiding by the RecyclerView padding.
Fixed an issue in the WrapLinearLayoutManager where it wasn't correctly wrapping width in Vertical lists, or height in horizontal lists
RecyclerExt 0.12.3
Added Holders for simple Click & LongClick and for adding Menus to items.
Fixed method availability issues.
RecyclerExt 0.12.1
Added the ability to specify a min amount of spacing between cards in the Grid Layout Manager
Updated the HeaderAdapters to allow accessing the number of children for a given header
RecyclerExt 0.12.0
Fixed StickyHeaderDecoration issues
Added Swap and Move methods to the RecyclerListAdaper
Updated support libraries
RecyclerExt 0.11.1
The GridLayoutManager now pays attention to padding
The ListAdapter now correctly notifies of minimal data changes so that animations are performed.
RecyclerExt 0.11.0
Added a GridLayoutManager that will automatically determine the number of columns based on item sizes.
Rewrote the StickyHeaderDecoration to correctly handle data set changes, reverse scrolling, and padding at the start of lists.
RecyclerExt 0.10.4
Minor bug fixes.
Updated the RecyclerHeaderCursorAdapter and RecyclerHeaderAdapter to have the same method and parameter visibilities