This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
Releases: nhaarman/ListViewAnimations
Releases · nhaarman/ListViewAnimations
3.1.0
3.0.0
2.6.0
- 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
- 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
2.5.0
2.4.0
2.3.2
- 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;