Skip to content

Releases: fondesa/recycler-view-divider

RecyclerViewDivider 3.0.0

24 May 20:01
7bc0758
Compare
Choose a tag to compare

From 3.0.0 moving forward, the library is going to depend on the AndroidX artifacts.
This updates introduces a breaking change on VisibilityManager, check the WIKI for the porting.

RecyclerViewDivider 2.0.1

03 Apr 20:13
Compare
Choose a tag to compare

Fixed ArrayIndexOutOfBoundsException when the adapter's position cannot be retrieved (#17).

RecyclerViewDivider 2.0.0

12 Dec 18:41
b977bff
Compare
Choose a tag to compare

The first major update to this library.
This update introduces some breaking changes so check the wiki for further information.

RecyclerViewDivider 1.4.1

06 Dec 19:00
fdc2fbb
Compare
Choose a tag to compare

Updated dependencies:

  • com.android.support:support-annotations [27.0.0 -> 27.0.2]
  • com.android.support:support-v4 [27.0.0 -> 27.0.2]
  • com.android.support:recyclerview-v7 [27.0.0 -> 27.0.2]
  • org.jetbrains.kotlin:kotlin-stdlib [1.1.51 -> 1.2.0]

RecyclerViewDivider 1.4.0

01 Nov 15:23
Compare
Choose a tag to compare

Added support for insets (related to the issue #6)
Changed factories to managers, check README and doc for further explanation.
Increased minSdkVersion from 9 to 14 (the same of the support library)
Updated support dependencies:

  • com.android.support:support-annotations [25.3.1 -> 27.0.0]
  • com.android.support:support-v4 [25.3.1 -> 27.0.0]
  • com.android.support:recyclerview-v7 [25.3.1 -> 27.0.0]

RecyclerViewDivider 1.3.3

31 Mar 22:22
Compare
Choose a tag to compare

Updated support dependencies:

  • com.android.support:support-annotations [25.3.0 -> 25.3.1]
  • com.android.support:support-v4 [25.3.0 -> 25.3.1]
  • com.android.support:recyclerview-v7 [25.3.0 -> 25.3.1]

RecyclerViewDivider 1.3.2

19 Mar 20:42
Compare
Choose a tag to compare

Updated support dependencies:

  • com.android.support:support-annotations [25.2.0 -> 25.3.0]
  • com.android.support:support-v4 [25.2.0 -> 25.3.0]
  • com.android.support:recyclerview-v7 [25.2.0 -> 25.3.0]

RecyclerViewDivider 1.3.1

01 Mar 20:42
Compare
Choose a tag to compare

Updated support dependencies:

  • com.android.support:support-annotations [25.1.1 -> 25.2.0]
  • com.android.support:support-v4 [25.1.1 -> 25.2.0]
  • com.android.support:recyclerview-v7 [25.1.1 -> 25.2.0]

RecyclerViewDivider 1.3.0

05 Feb 16:47
Compare
Choose a tag to compare

Main changes in this version:

  • Support to multiple RecyclerView with same divider and code refactor
  • Possibility to use the same divider created with the same builder on multiple RecyclerView
  • Changed RecyclerViewDivider.Builder#addTo(RecyclerView) to RecyclerViewDivider#addTo(RecyclerView)
  • Changed RecyclerViewDivider#remove() to RecyclerViewDivider#removeFrom(RecyclerView)
  • Changed build script to upload library on Bintray. Now the properties are taken partially from gradle.properties file in the project's folder, partially from your local properties
  • Removed WeakReference for Context in RecyclerView.Builder
  • Changed builder pattern to avoid to retain the instance of RecyclerView.Builder used to generate the divider

RecyclerViewDivider 1.2.1

25 Sep 10:54
Compare
Choose a tag to compare

Fix bug on asSpace() property that throws exception in getItemOffsets method