Recycler View Divider Versions Save

A library which configures a divider for a RecyclerView.

3.0.0

4 years ago

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.

2.0.1

6 years ago

Fixed ArrayIndexOutOfBoundsException when the adapter's position cannot be retrieved (https://github.com/Fondesa/RecyclerViewDivider/issues/17).

2.0.0

6 years ago

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

1.4.1

6 years ago

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]

1.4.0

6 years ago

Added support for insets (related to the issue https://github.com/Fondesa/RecyclerViewDivider/issues/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]

1.3.3

7 years ago

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]

1.3.2

7 years ago

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]

1.3.1

7 years ago

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]

1.3.0

7 years ago

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

1.2.1

7 years ago

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