All Versions
30
Latest Version
Avg Release Cycle
96 days
Latest Release
2229 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.8.0 Changes
[Main new features and improvements]
- ๐ Support GridLayoutManager (drag & drop, swipe) (issue #41, #67, #86)
- ๐ Support horizontal layout orientaiton (LinearLayoutManager and GridLayoutManager) (issue #116)
- Organized demo launcher screen
[Changes of RecyclerViewExpandableItemManager]
- โ Added the expandAll()/collapseAll() methods (issue #100)
- โ Added variant of the notifyGroupItemInseterd()/notifyGroupItemRangeInseterd() methods (issue #100)
- โ Added the getGroupCount()/getChildCount() methods
- โ Added the scrollToGroup() method (issue #60)
- Added the STATE_FLAG_HAS_EXPANDED_STATE_CHANGED state flag
[Changes of RecyclerViewSwipeManager]
- โ Added vertical swipe feature (issue #116)
- Introduced the SwipeResultAction object (issue #69)
- This is a BREAKING CHANGE. Please refer to the Migration Guide section on README.
[Changes of RecyclerViewDragDropManager]
- โ Added the setDragEdgeScrollSpeed() and getDragEdgeScrollSpeed() (issue #85)
[New demos]
- "Draggable (Grid Layout)"
- "Expandable (Groups already expanded)"
- "Swipeable (Vertical)"
- "Swipeable with ViewPager"
- "Swipeable (Legacy)"
- "Swipe on Long Press"
๐ [Fixed issues]
- ๐ Fixed issue #41 (Swipe not working if RecyclerView is using a GridLayout)
- ๐ Fixed issue #60 (Scroll to the last child if it is offscreen)
- ๐ Fixed issue #67 (GridLayoutManager support)
- ๐ Fixed issue #69 (Dispatch events to parent when can't swipe to a direction)
- ๐ Fixed issue #75 (Error In -->Expandable(Add/Remove Items))
- ๐ Fixed issue #85 (Drag & drop edge scroll speed)
- ๐ Fixed issue #86 (Require help in implementing drag and drop for Grid View)
- ๐ Fixed issue #98 (Callback method when swipe animation is fully completed?)
- ๐ Fixed issue #100 (How to expand all group by default?)
- ๐ Fixed issue #111 (Drag is not working when a drag handle is small)
- ๐ Fixed issue #116 (can i build a horizontal recyclerview?)
- ๐ Fixed issue #118 (How to swipe on LongClick? enhancement)
- ๐ Fixed some other minor issues
-
v0.7.4 Changes
- ๐ Fixed issue #75 (Error In -->Expandable(Add/Remove Items))
-
v0.7.3 Changes
- โก๏ธ Updated to support-v7-recyclerview v22.2.1
- โ Added a new demo "Expandable (Add/Remove items)"
- โ Added the RecyclerViewDragDropManager.OnItemDragEventListener
- โ Added the RecyclerViewSwipeManager.OnItemSwipeEventListener
- Added methods of notify*Inserted() and notify*Remove() families to RecyclerViewExpandableItemManager
- ๐ Renamed getInitiateOnLongPress()/getInitiateOnMove() methods to isInitiateOnLongPressEnabled()/isInitiateOnMoveEnabled()
- ๐ Fixed issue #54 (ClassCastException, MyPlatformChildViewHolder cannot be MyPlatformGroupViewHolder)
- ๐ Fixed issue #64 (After swipe/remove of a group crash in some cases)
- ๐ Fixed issue #65 (Is there any way to detect drag start and drag end)
- ๐ Fixed some other minor bugs
-
v0.7.2 Changes
- โก๏ธ [Important] Updated to support-v7-recyclerview v22.2.0
- ๐ Fixed issue #44 (Click effect on GroupView)
- ๐ Fixed issue #50 (CPU usage 30-40% while Idle)
- ๐ Merged pull request #55 (Makes ItemAnimators more easily extensible.)
-
v0.7.1 Changes
- โ Removed TestActivity from manifest file
- โ Added expanded/collapsed status indicators to demo app
-
v0.7.0 Changes
[Breaking changes]
- ๐ Changed method signatures of SwipeableItemAdapter (commit:
56e0084342f6e86ae26078f7c329368e2a59b92b
) - ๐ Changed method signatures of DraggableItemAdapter (commit:
56e0084342f6e86ae26078f7c329368e2a59b92b
)
[Improvements]
- โฌ๏ธ Upgraded support library to v22.1.1
- ๐ Fixed issue #3 (ClassCastException bug)
- ๐ Fixed issue #13 (Can't set child item draggable range in children group)
- ๐ Fixed issue #23 (overscrolling effect)
- ๐ Fixed issue #29 (Begin drag and drop using OnLongClick
- ๐ Fixed issue #30 (Enhancement to Swiping)
- ๐ Merged pull request from @jcamp1 (related to #29, #30)
- ๐ Changed method signatures of SwipeableItemAdapter (commit:
-
v0.6.2 Changes
- โ Added drag-sortable range configuration feature
- โ Added new two examples which has sections headers in the list and using new APIs
- โ Added RecyclerView's event distributor mechanism (no examples yet.)
- ๐ Improved JavaDoc comments
- ๐ Small bug fixes & improvements
-
v0.6.1 Changes
- โ Added "settle back into place" animation
- ๐ Fix wrong destination position bug when moving an child item on certain condition (05c5f0a0db423698599ae2e85436c595f8b7a5c4)
- ๐ Small bug fixes
- ๐ Fix Android Studio Lint warnings
-
v0.6.0 Changes
- Introduced "Expandable item" feature
- ๐ Minor bug fixes
-
v0.5.0 Changes
- ๐ Initial release