Skip to content

Releases: stepstone-tech/android-material-stepper

v4.3.1

Choose a tag to compare

@zawadz88 zawadz88 released this 05 Oct 06:41

Fixed

Android Studio 2.3.x freeze introduced with version 4.1.0 of the library when using tabs

v4.3.0

Choose a tag to compare

@zawadz88 zawadz88 released this 27 Sep 13:39

Added

  • A way to set bottom navigation button colors programmatically via:
    StepperLayout#setNextButtonColor(int)/StepperLayout#setNextButtonColor(ColorStateList),
    StepperLayout#setCompleteButtonColor(int)/StepperLayout#setCompleteButtonColor(ColorStateList) and
    StepperLayout#setBackButtonColor(int)/StepperLayout#setBackButtonColor(ColorStateList) (issue #132).

Fixed

  • Tab circle background color so that it is possible now to use colors with transparency (issue #207).

v4.2.0

Choose a tag to compare

@zawadz88 zawadz88 released this 25 Sep 08:02

Added

  • A new artifact espresso-material-stepper with useful Espresso actions and matchers for testing StepperLayout with Espresso.

Fixed

  • Maven dependencies so that material-stepper depends on AppCompat after migration to Gradle 4.1.

v4.1.0

Choose a tag to compare

@zawadz88 zawadz88 released this 28 Aug 15:39

Added

  • An option to show a subtitle in each tab
  • An option to display an error message below step title in tabbed stepper

We've also migrated from Travis CI to Circle CI and added some sanity UI tests.

v4.0.0

Choose a tag to compare

@zawadz88 zawadz88 released this 02 Aug 13:05

Added

  • setEndButtonVisible and setBackButtonVisible methods in StepViewModel.Builder for toggling button visibility (issue #104)
  • New stepper type none which shows no progress indicator for the steps (issue #154)
  • New stepper feedback type disabled_content_interaction which intercepts touch events on the steps' content and ignores them during operation.
  • New stepper feedback type content_overlay which shows a dimmed overlay over the content.
  • An option to specify the background drawable for content_overlay stepper feedback type via ms_stepperFeedback_contentOverlayBackground.
  • An option to specify the fade out alpha for content_fade stepper feedback type via ms_stepperFeedback_contentFadeAlpha attribute.

Changed

  • Breaking change: Updated Android Support Library version to 25.4.0 to support vector animations without a pre-Lollipop fallback (issue #154)
  • Breaking change: Changed setNextButtonLabel methods in StepViewModel.Builder to setEndButtonLabel so that it works for both Next and Complete buttons (issue #107)
  • Breaking change: Split content stepper feedback type into content_progress and content_fade.

v3.3.0

Choose a tag to compare

@zawadz88 zawadz88 released this 10 Jun 09:03

Added an option to hide the bottom navigation. For more details see: https://github.com/stepstone-tech/android-material-stepper#hiding-bottom-navigation-bar
Thanks @enizbilgin

v3.2.3

Choose a tag to compare

@zawadz88 zawadz88 released this 27 May 11:59
  • Removed the need to specify android:orientation attribute for StepperLayout in your XML files - vertical orientation is supported by default (issue #124)
  • Fixed an issue where onSelected() would not get called on Step if adapter was created in Activity's onCreate() (issue #127) thanks to @bthrall

v3.2.2

Choose a tag to compare

@zawadz88 zawadz88 released this 18 May 07:20
  • Fix for issue #113 i.e. error tab animation glitch below Lollipop.
  • Proper RTL support in the underlying ViewPager

v3.2.1

Choose a tag to compare

@zawadz88 zawadz88 released this 10 May 08:24
  • Fixed an issue where tab navigation should be disabled when using 'tabs' stepper feedback & disabled tab navigation attribute (issue #105).
  • Updated Android Support Library dependency to 25.3.1

v3.2.0

Choose a tag to compare

@zawadz88 zawadz88 released this 17 Mar 13:27