ListViewAnimations v3.1.0 Release Notes

Release Date: 2014-08-21 // over 9 years ago
    • 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.

Previous changes from v3.0.0

    • ๐Ÿ‘ DynamicListView supports:
      • Drag and drop
      • Swipe to dismiss
      • Insertion of items
    • ๐Ÿ‘ StickyListHeaders support
    • Classes have been rewritten
    • ๐Ÿ›  Bugfixes