All Versions
10
Latest Version
Avg Release Cycle
38 days
Latest Release
3530 days ago

Changelog History

  • v3.1.0 Changes

    August 21, 2014
    • Animate not-dismissable items;
    • 🛠 Fixed getChildAt method for StickyListHeadersListViewWrapper;
    • 🛠 Fixed issue where last items would not be dismissable when using swipe undo;
    • 🛠 Fixed annotations dependency version;
    • ➕ Added setDismissableManager at adapter level.
  • v3.0.0 Changes

    August 13, 2014
    • 👍 DynamicListView supports:
      • Drag and drop
      • Swipe to dismiss
      • Insertion of items
    • 👍 StickyListHeaders support
    • Classes have been rewritten
    • 🛠 Bugfixes
  • v2.6.0 Changes

    February 22, 2014
    • ➕ Added methods to find out if a position is expanded
    • Scroll when expanded view isn't entirely visible
    • ➕ Added option to manually remove pending items
    • ➕ Added ItemMovedListener for DynamicListView
    • ➕ Added methods to programmatically expand/collapse items
    • Created AnimateAdditionAdapter
    • 🛠 Bugfixes, bugfixes, and.. yeah, some bugs were fixed.
  • v2.5.2 Changes

    November 07, 2013
    • 🛠 Fixed random items disappearing
    • 🛠 Fixed bug where expanded items wouldn't be expanded anymore after view recycling
    • Swipe-to-dismiss and animate dismiss now compensate for any header views added to the listview
    • Drag and drop works with header views added to the listview
    • ➕ Added method to provide animation timings
    • Kitkatified sample app
  • v2.5.1 Changes

    October 14, 2013
    • 🛠 Bugfix in ExpandableListItemAdapter when limiting
  • v2.5.0 Changes

    October 13, 2013
    • 🐎 Performance enhancements
    • ➕ Added setLimit method to ExpandableListItemAdapter
    • 🚚 (Possibly temporarily) Removed StickyListHeaders support
  • v2.4.0 Changes

    September 12, 2013
    • 🛠 Fixed swipe-to-dismiss issues when nested in horizontal scrolling views (thanks to Anton Spaans)
    • ➕ Added a modified version of DevBytes' DynamicListView to support Drag-and-Drop
  • v2.3.2 Changes

    September 12, 2013
    • ➕ Added option to start animations from given position;
    • ➕ Added option to specify the resource id of a View that will be the expand / collapse animation actuator;
    • 🛠 Fixed bug where newly added items couldn't be swiped away;
    • ➕ Added method to ContextualUndoAdapter to swipe away (and show undo view) at given position;
  • v2.3.1 Changes

    September 12, 2013
    • Rewritten example application
  • v2.3.0 Changes

    September 12, 2013
    • ➕ Added support for StickyListHeaders