Skip to content

Releases: fondesa/recycler-view-divider

RecyclerViewDivider 3.6.0

12 Nov 17:21
e58899a
Compare
Choose a tag to compare
  • Updated Kotlin stdlib from 1.4.32 to 1.7.21
  • Updated AndroidX RecyclerView from 1.1.0 to 1.2.1

RecyclerViewDivider 3.5.0

30 Mar 18:31
2d3f0d2
Compare
Choose a tag to compare
  • Support animations on divider
  • Fix crash happening when the adapter position of a divider was out of bounds (#174)
  • Support divider cache when the same instance of BaseDividerItemDecoration is shared between multiple RecyclerViews
  • Updated Kotlin stdlib from 1.4.30 to 1.4.32

RecyclerViewDivider 3.4.0

14 Feb 14:24
6403b3d
Compare
Choose a tag to compare
  • Big performance improvement for GridLayoutManager's divider
  • Remove all the APIs deprecated in the version 3.0.0
  • Updated Kotlin stdlib from 1.3.72 to 1.4.30

RecyclerViewDivider 3.3.0

31 May 16:24
2495683
Compare
Choose a tag to compare
  • Balanced offsets of dividers in GridLayoutManager/StaggeredGridLayoutManagers with more than 2 spans to render items with the same width
  • Added API to customize the offsets' calculation of a divider

RecyclerViewDivider 3.2.2

26 May 20:32
919f4fa
Compare
Choose a tag to compare
  • Fixed the offset calculation on the end and bottom dividers of lines which have a total span size minor than the grid span count

RecyclerViewDivider 3.2.1

20 May 17:38
e4cd30f
Compare
Choose a tag to compare
  • fixed tinting of GradientDrawable containing a color with alpha

RecyclerViewDivider 3.2.0

18 May 21:38
4544283
Compare
Choose a tag to compare

Introduced the new divider API which are more customizable.
Check the wiki for further information.
All the old API have been deprecated and will be removed in 4.x.

The new divider APIs add also these features:

  • Support of top and side dividers.
  • Support of theme attributes.
  • Possibility to configure the divider's Drawable using a @ColorRes or a @DrawableRes.
  • Possibility to configure the divider's size with different measurement units (e.g. dp).

RecyclerViewDivider 3.1.0

01 Nov 15:30
8cb65e6
Compare
Choose a tag to compare

Improved support for StaggeredGridLayoutManager.
Added the following classes to handle the same configuration for each divider:

  • FixedSizeManager
  • FixedTintManager
  • FixedDrawableManager
  • FixedVisibilityManager
  • FixedInsetManager

From now on, all the managers which depends on the item position will throw IllegalArgumentException
if used with StaggeredGridLayoutManager.

RecyclerViewDivider 3.0.2

23 Oct 12:26
c0d54cd
Compare
Choose a tag to compare

Added the support to StaggeredGridLayoutManager (#36).

RecyclerViewDivider 3.0.1

04 Oct 22:37
a417814
Compare
Choose a tag to compare

Optimized performance.
Updated the following dependencies:

  • org.jetbrains.kotlin:kotlin-stdlib from 1.3.31 to 1.3.50
  • androidx.appcompat:appcompat from 1.0.2 to 1.1.0