Skip to content

2.3.0

Latest
Compare
Choose a tag to compare
@dvdciri dvdciri released this 20 Mar 14:33
· 2 commits to master since this release

[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