Skip to content

Releases: smartnsoft/smartrecyclerview-android

SmartRecyclerView v1.5.1

09 Apr 14:28
Compare
Choose a tag to compare

Bugfixes

  • Fix an ArrayIndexOutOfBoundsException into the SmartRecyclerAdapter#getSpanSizeForPosition(int) method when the DiffUtilSmartRecyclerAdapter#setWrappersForDiffUtil(List) method is called a second (or third, or...) time with an empty list (see #1)

SmartRecyclerView v1.5

18 Jan 16:28
Compare
Choose a tag to compare

Additions

  • Add the OnItemTouchListener class in order to intercept events on RecyclerView and implement an OnItemClickListener callback directly in a Fragment or in an Activity.

API Breaking Changes

  • Remove the getDiffUtilId() method from the SmartDiffUtil interface.
  • Add a default overriding implementation - that throws an exception - of the getId method into the DiffUtilSmartRecyclerViewWrapper class and the DiffUtilSmartRecyclerAdapter class

Bugfixes

  • Fix the implementation of the DiffUtil

SmartRecyclerView v1.4

22 Nov 15:04
Compare
Choose a tag to compare
  • Clean-up the code
  • Remove the dependency to the droid4me framework
  • Update the signature of the SmartRecyclerAttributes#update() method
  • Update the SmartRecyclerAdapter constructor removing the Activity and the LayoutInflator in order to use a Context instead

SmartRecyclerView v1.3

27 Sep 11:51
Compare
Choose a tag to compare
  • Cleaned-up the code
  • Reorganized the code with sub-packages name
  • Introduced the SmartDiffUtil interface and the DiffUtilSpanRecyclerViewWrapper, DiffUtilSmartRecyclerViewWrapper, DiffUtilSmartRecyclerAdapter and SmartDiffUtilCallback in order to allow a DiffUtil integration

SmartRecyclerView v1.2.4

04 Jul 09:00
Compare
Choose a tag to compare
  • Fixed a crash when using set method from SmartRecyclerAdapter with a new wrapper type
  • First open-source version