Skip to content

Releases: stepstone-tech/android-material-stepper

v3.1.0

14 Mar 14:30
Compare
Choose a tag to compare

Added a callback when clicking on the Complete button in BlockingStep.
Thanks @FWStelian!

v3.0.0

10 Mar 13:35
Compare
Choose a tag to compare
  • Showing an error in the tabs is now done by morphing the step number circle background into a warning icon and vice versa (issue #69)
  • Added an animation when changing steps for the progress bar stepper type
  • Added an option to disable tab navigation (issue #73)
  • Setting error state programmatically #71
  • Updated Android Gradle Plugin, Gradle and Android Support Library to latest revisions
  • Refactored the logic of updating tabs' UI

v2.3.2

28 Feb 14:40
Compare
Choose a tag to compare

Fixed Rendering issues when library is included in external projects.

v2.3.1

28 Feb 09:33
Compare
Choose a tag to compare

Fixed rendering issues in Android Studio Preview

v2.3.0

21 Feb 09:35
Compare
Choose a tag to compare
  • Added an option to proceed to the next step/complete programmatically (issue #53)
  • Added an option to set different compound drawables for navigation buttons (issue #54 & #55)
  • Aligned navigation button text size and padding with design guides
  • Updated Android Support Library to 25.1.1

v2.2.0

07 Feb 07:59
Compare
Choose a tag to compare

Added an option to overwrite default styles used internally for StepperLayout's child views for further customization of StepperLayout.

v2.1.0

17 Jan 08:26
Compare
Choose a tag to compare

Showing errors on tabs when step verification fails.

v2.0.0

16 Jan 19:35
Compare
Choose a tag to compare
  • Added cross-fade animations in navigation buttons
  • Support for both Fragment and View based Step adapters
  • Moved step titles from Steps to StepAdapters
  • Added a StepViewModel class to hold all displayable info about Steps

v1.1.1

14 Nov 21:38
Compare
Choose a tag to compare

Added option to intercept BACK button action for Blocking Steps.

v1.1.0

25 Oct 07:16
Compare
Choose a tag to compare

The Back button from the bottom navigation can be now optionally shown on the first step.