All Versions
30
Latest Version
Avg Release Cycle
96 days
Latest Release
2190 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.9.2 Changes
[New features]
- โ Added
void RecyclerViewDragDropManager.setItemMoveMode(@ItemMoveMode int mode)
(issue #253, #269) - โ Added
void RecyclerViewSwipeManager.setSwipeThresholdDistance(int distanceInPixels)
(issue #266) - โ Added
notifyGroupItemMoved()
andnotifyChildItemMoved()
methods toRecyclerViewExpandableItemManager
(issue #270) - โ Added
RecyclerViewDragDropManager.setInitiateOnTouch(boolean initiateOnTouch)
(issue #273)
[Improvements]
- ๐ Better handling of
notifyItem*
method calls during swiping (issue #274) - ๐ Improved span size change handling during dragging (issue #278)
๐ [Bug fixes]
- IllegalStateException (issue #247)
- ๐ Item loses Remove Animation properties when removed + undo (issue #262)
- โ Added
-
v0.9.1 Changes
๐ [Bug fixes]
- ๐ Fix broken drag and drop behavior on API level 10
-
v0.9.0 Changes
[New features]
- Introduced
DraggableItemAdapter.onCheckCanDrop()
callback (issue #233)
[Improvements]
- ๐ Improved Drag & Drop behavior for StaggeredGridLayout (issue #219)
- โก๏ธ Updated support library to v23.3.0
[Breaking changes]
- โ Removed deprecated classes/methods/fields marked as @Deprecated in v0.8.x
- โ Removed Legacy* swipable feature related classes
- Introduced
-
v0.8.7 Changes
[New features]
- โ Added onItemDragMoveDistanceUpdated() callback to OnItemDragEventListener (#191)
- โ Added "minimal" draggable/swipeable/expandable examples
- โก๏ธ Updated support library to v23.2.1
๐ [Bug fixes]
- ๐ Fixed drag & drop behavior of GridLayoutManager (related to #193)
-
v0.8.6 Changes
[New features]
- โ Added these methods to RecyclerViewExpandableItemManager (issue #161)
- getExpandedGroupsCount()
- getCollapsedGroupsCount()
- isAllGroupsExpanded()
- isAllGroupsCollapsed()
๐ [Bug fixes]
- ๐ Fixed issue #158, #173, #176 (NullPointerException bug)
- ๐ Fixed issue #173 (crash bugs bug)
- ๐ Fixed issue #163 (Dragging with only 2 items in list lags significantly more than if it had more than 2 items.. bug)
- ๐ Fixed issue #153 (Bug:happens as the user dragging,and the item root view's margin is set bug)
- ๐ Fixed issue #152 (bug:Samsung S3 4.1.1(genymotion) with swipe left bug)
- โ Added these methods to RecyclerViewExpandableItemManager (issue #161)
-
v0.8.5 Changes
- โก๏ธ Updated support library to v23.1.1
- ๐ Fixed issue #145 (SwipeableItemWrapperAdapter.onViewRecycled crash bug)
- Re-implement the ExpandableItemIndicator without vector-compat (related issue: #149)
- โฌ๏ธ Reduced overdraws on API level v20 or lower (related PR: #146)
- ๐ Small bug fixes
-
v0.8.4 Changes
- ๐ Fixed issue #142 (Recycler View crash on destroy)
-
v0.8.3 Changes
- ๐ Fixed issue #131 (Bottom padding of recycler view offsets the dragging item [Drag drop] bug)
- ๐ Fixed issue #133 (Wrong item position used when data set changes during swipe bug)
- ๐ Fixed issue #136 (Item swipe completes after holder recycled bug)
-
v0.8.2 Changes
- โก๏ธ Updated support library to v23.1.0
- โ Added notify*Changed methods which has payload parameter
-
v0.8.1 Changes
- ๐ Fixed issue #124 (Long press should cancel when recycler view scrolls)