This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
Releases: DevAhamed/MultiViewAdapter
Releases · DevAhamed/MultiViewAdapter
v2.0.0-beta01
Prepare and release v2.0.0-beta01 (#91) 1. Update version name in config 2. Add changelog to readme and update version name
v2.0.0-alpha02
Prepare and release v2.0.0-alpha02 1. Update version name in config 2. Update readme with latest version name
v1.3.0
1.2.2
1.2.1
1.2.0
Changelog :
- All deprecated classes and methods are removed from the library
- Fixed an issue where data-binding dependency is always added to the project.
- SimpleRecyclerAdapter is added - helps to create adapters quickly, if it has only one view type.
- Multiple item decorators can be added to the ItemBinder
- Swipe to dismiss listener is added.
- Drag and drop update - Items can be dragged by calling 'startDrag()' method inside view holder.
1.1.0
Features added :
- Data binding support
- Drag and drop
- Swipe to delete
- Infinite scrolling
- Contexual action mode
- Expandable item
- Expandable group
Deprecation :
Few of the listeners, util classes are deprecated and scheduled to be removed with release of v1.2.0. Most of the deprecations are because of moving them to util package. Kindly check the javadoc for alternative imports. Sorry for the inconvenience caused.