- Added
.stackingBehavior(StackingBehavior)
to theBuilder
, it replacesforceStacking(boolean)
. - Updated MaterialProgressBar, which should fix some 4.x progress view issues.
- Added
itemsDisabledIndices(Integer...)
/itemsDisabledIndices(Integer[])
to theBuilder
which allows you to disable check boxes or radio buttons in choice dialogs. - Other misc bug fixes and improvements.