Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

0.8.6.2

Compare
Choose a tag to compare
@afollestad afollestad released this 18 Jul 21:34
  1. Added .stackingBehavior(StackingBehavior) to the Builder, it replaces forceStacking(boolean).
  2. Updated MaterialProgressBar, which should fix some 4.x progress view issues.
  3. Added itemsDisabledIndices(Integer...) / itemsDisabledIndices(Integer[]) to the Builder which allows you to disable check boxes or radio buttons in choice dialogs.
  4. Other misc bug fixes and improvements.