Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Releases: DevAhamed/MultiViewAdapter

v2.0.0-beta01

03 Jul 18:51
4c940ec
Compare
Choose a tag to compare
v2.0.0-beta01 Pre-release
Pre-release
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

31 May 10:15
Compare
Choose a tag to compare
v2.0.0-alpha02 Pre-release
Pre-release
Prepare and release v2.0.0-alpha02

1. Update version name in config
2. Update readme with latest version name

v1.3.0

26 Sep 06:36
8c5aaac
Compare
Choose a tag to compare
Merge pull request #49 from DevAhamed/v1.3.0

v1.3.0

1.2.2

11 Jul 17:33
Compare
Choose a tag to compare

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

1.2.1

11 Jul 17:35
Compare
Choose a tag to compare
  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

1.2.0

14 Jun 20:21
Compare
Choose a tag to compare

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.

1.1.0

01 Jun 23:34
Compare
Choose a tag to compare

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.

1.0.1

13 May 11:55
Compare
Choose a tag to compare

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

1.0.0

09 May 18:16
Compare
Choose a tag to compare

Stable Release of MultiViewAdapter

0.9.0

01 May 07:31
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

** Features **

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