Skip to content
This repository was archived by the owner on Aug 22, 2020. It is now read-only.

Releases: fython/MaterialStepperView

MaterialStepperView 0.2.5

Pre-release

Choose a tag to compare

@fython fython released this 12 Feb 08:17
  • Update to AndroidX

MaterialStepperView 0.2.4.2

Choose a tag to compare

@fython fython released this 21 Mar 16:17
  • Fix build on Jitpack.io

MaterialStepperView 0.2.4

Choose a tag to compare

@fython fython released this 02 Mar 16:42
  • Support Kotlin (Add some nullability annotations & Add kotlin demo)
  • Fix instance state cannot restore (Issues #16)
  • Fix icon truncated in last step when summary doesn't exist (Issues #12 & #15 )
  • Update Android Support library (only RecyclerView required by library module) to 27.1.0

MaterialStepperView 0.2.3

Choose a tag to compare

@fython fython released this 03 Nov 09:02
  • Update Android Support libraries to 27.0.0
  • Update Android Gradle Plugin to 3.0.0 (With Gradle 4.3)

MaterialStepperView 0.2.2

Choose a tag to compare

@fython fython released this 17 Sep 03:13
  • Update Android Support Libraries to 26.1.0
  • Use CharSequence instead of String in title / summary / error text.
  • New attribute: step_show_summary_always

MaterialStepperView 0.2.1

Choose a tag to compare

@fython fython released this 17 Aug 10:11
  • Fix crashes by unsupported method ObjectAnimator.ofArgb in pre-Lollipop devices. f21bd30
  • New attributes: step_summary_done

MaterialStepperView 0.2.0

Choose a tag to compare

@fython fython released this 13 Aug 16:25
  • Support set error text
  • Support Pre-lollipop Android
  • Remove AppCompat dependecy
  • New attributes step_line_color and step_error_highlight_color

MaterialStepperView 0.1.1

Pre-release

Choose a tag to compare

@fython fython released this 10 Aug 03:05

根据规范修正标题及线条样式

MaterialStepperView 0.1.0

Pre-release

Choose a tag to compare

@fython fython released this 09 Aug 17:33

First release