Skip to content

Releases: vivchar/RendererRecyclerViewAdapter

v2.3.1 - ListUpdateCallback

03 Jan 06:26
Compare
Choose a tag to compare

Change list:

  • added ability to set ListUpdateCallback when you use DiffUtil.

v2.3.0 - CompositeViewBinder

30 Dec 04:08
21b1894
Compare
Choose a tag to compare

Change list:

  • added CompositeViewBinder;
  • added LoadMoreViewBinder.

v2.2.0 - ViewBinder

28 Dec 08:46
Compare
Choose a tag to compare

Change list:

  • added new version of ViewRenderer without ViewHolder - the ViewBinder;

v2.1.0 - ViewHolder, ViewState rework

27 Dec 06:36
83d0cb5
Compare
Choose a tag to compare

Change list:

  • added viewRecycled(ViewHolder holder) method to ViewRenderer;
  • migration from RecyclerView.ViewHolder to internal ViewHolder;
  • fix a critical issue related with ViewState.

v2.0.0 - No need more a TYPE

17 Nov 02:51
Compare
Choose a tag to compare

Changes:

  • remove TYPEs of Models;
  • rename ItemModel to ViewModel.

UPD: if you use the ViewState in dynamic list - please use v2.1.0.

v1.4.1 - Bug fixing release

13 Nov 05:02
Compare
Choose a tag to compare

Change list:

  • bug fixing;
  • removing deprecated methods;
  • small changes.

UPD: if you use the ViewState in dynamic list - please use v2.1.0.

v1.4.0 - LoadMore support

05 Nov 12:31
3f817a1
Compare
Choose a tag to compare

Change list:

  • add LoadMore support;
  • add ItemModel param to ViewState.

UPD: if you use the ViewState in dynamic list - please use v2.1.0.

v1.3.0 - View States Support

27 Oct 06:47
Compare
Choose a tag to compare

Change list:

  • add the ViewState support;
  • add the DefaultDiffCallback;
  • upgrade the Support Library to 25.3.1;
  • rework the RendererRecyclerViewAdapter;

FYI: ViewState is in BETA, use the Issues tab if needed;
UPD: if you use the ViewState in dynamic list - please use v2.1.0.

v1.2.4 - Bug fixing release

18 Oct 02:47
Compare
Choose a tag to compare

Change list:

  • fix the CompositeViewRenderer bug

v1.2.3 - Bug fixing release

21 Sep 06:57
Compare
Choose a tag to compare

Change list:

  • fix a problem with composite item.