All Versions
10
Latest Version
Avg Release Cycle
38 days
Latest Release
3733 days ago
Changelog History
Changelog History
-
v3.1.0 Changes
August 21, 2014- Animate not-dismissable items;
- ๐ Fixed
getChildAt
method forStickyListHeadersListViewWrapper
; - ๐ 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
- ๐ DynamicListView supports:
-
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