Releases: square/cycler
Releases · square/cycler
v0.1.7 - detectMoves + fixes
v0.1.7
- Add
detectMoves: Booleanflag toRecycler.updateblock. For large list updates it can be set to false so diffing is done faster (specially when there's a lot of changes).
v0.1.6
- Fixed: when no layout manager lambda was provided the layout manager was nulled. That prevented pre-configured recyclers to be adopted
v0.1.5
- Adds a Config.extension(block): extensions can now be added only if not present.
- Upgrade coroutines to 1.4.2.
v.0.1.4 - Swipe fix and under-view
v0.1.4
Swipe various improvements and one fix
- Allows for direction selection: absolute and relative to text-direction.
- Notifies of direction swiped.
- An "under-view" can be provided to show below the item being swiped
- Swiped data item is correctly notified now.
v0.1.3 - No drag with single item
- Prevents dragging if there is only one item
v0.1.2 - Sources
- Add sources as a Maven artifact.
- Dependencies upgraded: AGP 3.5.3, kotlin 1.3.61, coroutines 1.3.3, Gradle to 6.1.
View.adoptRecyclerByIdconvenience method.
v.0.1.1 - No hardcoded id's
Recycler.createaccepts an optional id for theRecyclerViewbut it can be omitted.- No resources are included in the
.aarwhich might help other bigger libraries using this one: cycler can be included internally without forcing a dependency version on the client app.
Initial version.
Gradle: com.squareup.cycler:cycler:0.1.0
Maven:
<dependency>
<groupId>com.squareup.cycler</groupId>
<artifactId>cycler</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>