Releases: fondesa/recycler-view-divider
RecyclerViewDivider 3.0.0
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
Fixed ArrayIndexOutOfBoundsException
when the adapter's position cannot be retrieved (#17).
RecyclerViewDivider 2.0.0
The first major update to this library.
This update introduces some breaking changes so check the wiki for further information.
RecyclerViewDivider 1.4.1
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
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
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
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
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
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
Fix bug on asSpace() property that throws exception in getItemOffsets method