android-advancedrecyclerview v0.7.3 Release Notes

    • ⚡️ 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