Skip to content

Releases: mkrupal09/EasyAdapter

v2.0.5

18 Oct 09:40

Choose a tag to compare

added addOnly() and removeOnly() method in that case you need to manually notify adapter

Added new component EasySpinner

26 May 06:25

Choose a tag to compare

Added new component easyspinner to support with easyadapter.
please read readme for more information

Payload Support

22 May 14:19

Choose a tag to compare

Added support of payload in recyclerview adapter

Bug fixed and Behaviour Changes

22 May 11:59

Choose a tag to compare

Behaviour changes …

  • now perform filter does not notify adapter you need to manually add list to adapter and notify it. because of some feedback
  • perform filter has now object parameter instead of string because you can filter by any type
  • BaseHolder name changes to EasyHolder (sorry for inconvenience).
  • added method called clearAddAllNotify() which clear current data and add arraylist then notify adapter- because of high usage.

Add Some New Feautres

17 May 09:48

Choose a tag to compare

Added Data observer so you notify whether data added/removed/..
More generalise previous version

Enhancement

16 May 05:31

Choose a tag to compare

1.1

Make example in kotlin

First Release

16 May 05:23

Choose a tag to compare

1.0

Make example in kotlin