Releases: h6ah4i/android-advancedrecyclerview
Releases · h6ah4i/android-advancedrecyclerview
1.0.0
[Breaking changes]
- Migrated to AndroidX
- Removed some deprecated features
BaseWrapperAdapter
SwipeableItemConstants.REACTION_CAN_SWIPE_BOTH
SwipeableItemConstants.REACTION_CAN_NOT_SWIPE_BOTH
SwipeableItemConstants.REACTION_CAN_NOT_SWIPE_BOTH_WITH_RUBBER_BAND_EFFECT
- New
DraggableItemState getDragState()
method added to theDraggableItemViewHolder
interface - New
SwipeableItemState getSwipeState()
method added to theSwipeableItemViewHolder
interface - New
ExpandableItemState getExpandState()
method added to theExpandableItemViewHolder
interface
[New features & improvements]
- Introduced
DraggableItemState
, no moreDraggableItemConstants.STATE_FLAG_**
bit operations required anymore in user code - Introduced
SwipeableItemState
, no moreSwipeableItemConstants.STATE_FLAG_**
bit operations required anymore in user code - Introduced
ExpandableItemState
, no moreExpandableItemConstants.STATE_FLAG_**
bit operations required anymore in user code - Annotated many public method with
@NonNull
or@Nullable