RendererRecyclerViewAdapter Versions Save

A single adapter with multiple view types for the whole project

3.0.1

3 years ago

Change list:

3.0.0

3 years ago
  • #44 wrap RecyclerView to WeakReference enhancement ;
  • #42 add setOnClickListener without View paramenter enhancement;
  • #38 add CustomViewFinder support enhancement (thanks @Kedyarovkv );
  • #32 migration to ListAdapter enhancement (thanks @Kedyarovkv );
  • #15 ViewState not working as expected bug;
  • #47 ViewState overrides value from Model;
  • remove ViewRenderer;
  • rename ViewBinder to ViewRenderer.

2.8.0

4 years ago

Change list:

FYI: see the wiki page for some documentation

2.7.0

5 years ago

Change list:

  • migration to Android SDK 28;
  • migration to AndroidX;
  • small changes in samples.

Thanks @TheJuki for this Pull Request!

2.6.0

6 years ago

Change list:

  • added onSave and onRestoreInstanceState methods to support device orientation changed.

2.5.1

6 years ago

Change list:

  • No need to put Context argument into Adapter, this constructor marked as Deprecated.

2.5.0

6 years ago

Change list:

  • added new methods to ViewFinder;
  • bug fixing;
  • migration to 26 SDK;
  • update Support Library to 27.0.2;
  • update Build Tools to 27.0.3.

2.4.1

6 years ago

Change list:

  • fixed NullPointerException.

2.4.0

6 years ago

Change list:

  • added most popular methods to ViewFinder;
  • added Context to RendererRecyclerViewAdapter;
  • added new Constructors without Context;
  • added Deprecated signature to some Constructors;
  • made DiffCallback.setItems public.

2.3.1

6 years ago

Change list:

  • added ability to set ListUpdateCallback when you use DiffUtil.