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

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() and notifyChildItemMoved() methods to RecyclerViewExpandableItemManager (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)
  • 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
  • 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)
  • 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)