This repository has been archived by the owner on May 17, 2023. It is now read-only.
Releases: afollestad/drag-select-recyclerview
Releases · afollestad/drag-select-recyclerview
2.4.0
2.3.0
AndroidX 1.0 stable.
2.2.0
You can set a listener that is invoked when auto scroll starts or ends.
2.1.0
2.0.0
- Updated dependencies, target API 28.
- Converted the whole project to Kotlin.
- You no longer need a custom
RecyclerView
or adapter. Everything is handled with a simple item touch listener and receiver interface.
Check out the README and sample!
1.0.0
Got rid the included adapter class, now you just use DragSelectRecyclerView
with a plain RecyclerView.Adapter
which implements an interface.
See the README and sample project for more details.
0.4.0
- Updated Gradle and Gradle plugin
- Google libs 25.0.0
- Target SDK 25
selectAll()
method
0.3.6
Updated target SDK, Google libs, Gradle, Gradle plugin, etc.
0.3.5
Updated Google libs.
0.3.4
restoreInstanceState
andsaveInstanceState
forDragSelectRecyclerViewAdapter
now accept an optional key parameter, so you can save and restore states for multiple adapter instances in the sameActivity
orFragment
.- Added two attributes,
dsrv_autoScrollHotspot_offsetTop
anddsrv_autoScrollHotspot_offsetBottom
, which can be used to adjust space between the top and bottom of theRecyclerView
and the auto scroll hotspots.