Skip to content

Changelog

Ludovic ROLAND edited this page Jul 4, 2017 · 1 revision

1.2.4

  • Fixed a crash when using set method from SmartRecyclerAdapter with a new wrapper type

1.2.3.2

  • Update the project to the latest version of droid4me

1.2.3.1

  • Add a LayoutInflater as a parameter of the SmartAdapter in order to use a custom inflater to inflate the wrappers

1.2.3

  • Fixed a bug with the "remove old duplicates" and "remove old data at once" update types.
  • Added the possibility to change comparison type for wrappers when making adapter search operations.

1.2.2

  • Fixed a bug which caused the "remove old duplicates" update type to ignore the first wrappers.

1.2.1

  • Fixed the behaviour of the getItemPosition in SmartRecyclerAdapter class.
  • Added a getItemWrapper in SmartRecyclerAdapter.
  • Added a new constructor for SmartRecyclerAdapter which let you choose if notify methods are automatically called.

New Feature:

  • The SmartSelectorRecyclerAdapter has been added to handle multiple selection in a RecyclerView.

1.2

  • Removed automatic calls of notify methods.
  • Fixed name of SnappyScrollListener.

1.1

New Feature:

  • A reorderable RecyclerView has been added with its matching adapter.
  • The SmartRecyclerAdapter now has method to add, remove, replace and find items in its wrappers.

Bug Fix:

  • SmartRecyclerAdapter now keeps the data to avoid inconsistency.

1.0.0

  • Initial version of the component.
Clone this wiki locally