Releases: nhaarman/ListViewAnimations
Releases · nhaarman/ListViewAnimations
3.1.0
21 Aug 20:21
Compare
Sorry, something went wrong.
No results found
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.
3.0.0
13 Aug 16:47
Compare
Sorry, something went wrong.
No results found
DynamicListView supports:
Drag and drop
Swipe to dismiss
Insertion of items
StickyListHeaders support
Classes have been rewritten
Bugfixes
2.6.0
22 Feb 13:44
Compare
Sorry, something went wrong.
No results found
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.
2.5.2
07 Nov 01:39
Compare
Sorry, something went wrong.
No results found
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
2.5.1
14 Oct 18:36
Compare
Sorry, something went wrong.
No results found
Bugfix in ExpandableListItemAdapter when limiting
2.5.0
13 Oct 18:33
Compare
Sorry, something went wrong.
No results found
Performance enhancements
Added setLimit method to ExpandableListItemAdapter
(Possibly temporarily) Removed StickyListHeaders support
2.4.0
12 Sep 19:45
Compare
Sorry, something went wrong.
No results found
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
2.3.2
12 Sep 19:48
Compare
Sorry, something went wrong.
No results found
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;
2.3.1
12 Sep 19:49
Compare
Sorry, something went wrong.
No results found
Rewritten example application
2.3.0
12 Sep 19:50
Compare
Sorry, something went wrong.
No results found
Added support for StickyListHeaders