Skip to content

Releases: brianwernick/RecyclerExt

RecyclerExt 0.15.0

07 Jan 21:35
Compare
Choose a tag to compare

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

13 Dec 04:12
Compare
Choose a tag to compare

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

11 Dec 16:31
Compare
Choose a tag to compare

Added ViewTypes to the RecyclerHeaderAdapter and RecyclerHeaderCursorAdapter

RecyclerExt 0.12.4

10 Dec 20:30
Compare
Choose a tag to compare

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

22 Oct 21:56
Compare
Choose a tag to compare

Added Holders for simple Click & LongClick and for adding Menus to items.
Fixed method availability issues.

RecyclerExt 0.12.1

21 Oct 16:36
Compare
Choose a tag to compare

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

19 Oct 14:38
Compare
Choose a tag to compare

Fixed StickyHeaderDecoration issues
Added Swap and Move methods to the RecyclerListAdaper
Updated support libraries

RecyclerExt 0.11.1

15 Oct 15:31
Compare
Choose a tag to compare

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

12 Oct 16:01
Compare
Choose a tag to compare

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

17 Sep 17:45
Compare
Choose a tag to compare

Minor bug fixes.
Updated the RecyclerHeaderCursorAdapter and RecyclerHeaderAdapter to have the same method and parameter visibilities