Releases: h6ah4i/android-advancedrecyclerview
Releases · h6ah4i/android-advancedrecyclerview
1.0.0
[Breaking changes]
- Migrated to AndroidX
- Removed some deprecated features
BaseWrapperAdapterSwipeableItemConstants.REACTION_CAN_SWIPE_BOTHSwipeableItemConstants.REACTION_CAN_NOT_SWIPE_BOTHSwipeableItemConstants.REACTION_CAN_NOT_SWIPE_BOTH_WITH_RUBBER_BAND_EFFECT
- New
DraggableItemState getDragState()method added to theDraggableItemViewHolderinterface - New
SwipeableItemState getSwipeState()method added to theSwipeableItemViewHolderinterface - New
ExpandableItemState getExpandState()method added to theExpandableItemViewHolderinterface
[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
@NonNullor@Nullable