Skip to content

Releases: dvdciri/MultiChoiceRecyclerView

2.3.0

20 Mar 14:33
Compare
Choose a tag to compare

[2.3.0]

Changed

  • MultiChoiceToolbar.Builder#setTitles() is now available as (String, String) or (@StringRes int, @PluralsRes int)

Deprecated

  • Marked MultiChoiceToolbar.Builder#setTitles(String, @PluralsRes int) as deprecated in favor of (@StringRes int, @PluralsRes int)

Added

  • Added possibility to let the library handle the savedInstanceState in order to keep the selection in place when orientation
    and other configuration change
  • Added deselect(int position) method to the MultiChoiceAdapter

2.1.0

02 Feb 14:08
Compare
Choose a tag to compare

Added

  • Possibility to use QuantityStrings for the toolbar while selecting items

v2.0.0

16 Jan 15:02
Compare
Choose a tag to compare

Changed

  • Moved logic related to the MultiChoiceRecyclerView class into the MultiChoiceAdapter
  • Internal improvements getting rid of holding views states
  • Aggregated some of the method of the MultiChoiceToolbar Builder like titles, defaultColors, selectedColors and change "setIcon" to "setDefaultIcon"

Deleted

  • MultiChoiceRecyclerView class