RendererRecyclerViewAdapter Versions Save

A single adapter with multiple view types for the whole project

2.3.0

6 years ago

Change list:

  • added CompositeViewBinder;
  • added LoadMoreViewBinder.

2.2.0

6 years ago

Change list:

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

2.1.0

6 years ago

Change list:

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

2.0.0

6 years ago

Changes:

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

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

1.4.1

6 years ago

Change list:

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

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

1.4.0

6 years ago

Change list:

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

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

1.3.0

6 years ago

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.

1.2.4

6 years ago

Change list:

  • fix the CompositeViewRenderer bug

1.2.3

6 years ago

Change list:

  • fix a problem with composite item.

1.2.2

6 years ago

Changes:

  • update Example;
  • cleanup.