All Versions
10
Latest Version
Avg Release Cycle
38 days
Latest Release
3733 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