MultiViewAdapter Versions Save

Easily create complex recyclerview adapters in android

v2.0.0-beta01

4 years ago

v2.0.0-alpha02

4 years ago

v1.3.0

5 years ago

v1.2.1

6 years ago
  1. Add unit testing and instrumentation testing to identify regression.
  2. Automated build process to report code-coverage
  3. Fixed issues raised from unit testing

v1.2.2

6 years ago

Fixed maven build issue. This release is same as v1.2.1

v1.2.0

6 years ago

Changelog :

  1. All deprecated classes and methods are removed from the library
  2. Fixed an issue where data-binding dependency is always added to the project.
  3. SimpleRecyclerAdapter is added - helps to create adapters quickly, if it has only one view type.
  4. Multiple item decorators can be added to the ItemBinder
  5. Swipe to dismiss listener is added.
  6. Drag and drop update - Items can be dragged by calling 'startDrag()' method inside view holder.

v1.1.0

6 years ago

Features added :

  1. Data binding support
  2. Drag and drop
  3. Swipe to delete
  4. Infinite scrolling
  5. Contexual action mode
  6. Expandable item
  7. 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.

v1.0.1

7 years ago

Fix : Items were not de-selected in SelectableAdapter when using SINGLE_OR_NONE choice mode

v1.0.0

7 years ago

Stable Release of MultiViewAdapter

v0.9.0

7 years ago

** Features **

  1. Custom ItemDecoration for different viewholders
  2. Adding support for selectable view holders