All Versions
30
Latest Version
Avg Release Cycle
96 days
Latest Release
2229 days ago

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)
  • 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