Releases: stepstone-tech/android-material-stepper
Releases · stepstone-tech/android-material-stepper
v3.1.0
14 Mar 14:30
Compare
Sorry, something went wrong.
No results found
Added a callback when clicking on the Complete button in BlockingStep
.
Thanks @FWStelian !
v3.0.0
10 Mar 13:35
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed Rendering issues when library is included in external projects.
v2.3.1
28 Feb 09:33
Compare
Sorry, something went wrong.
No results found
Fixed rendering issues in Android Studio Preview
v2.3.0
21 Feb 09:35
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Showing errors on tabs when step verification fails.
v2.0.0
16 Jan 19:35
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added option to intercept BACK button action for Blocking Steps.
v1.1.0
25 Oct 07:16
Compare
Sorry, something went wrong.
No results found
The Back button from the bottom navigation can be now optionally shown on the first step.