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

Releases: Nimrodda/WizarDroid

Version 1.3.1

23 Mar 13:48
Compare
Choose a tag to compare
  • Fixed #59: Wizard Context not saved when pressing the Next button
  • Updated Android Gradle plugin to version 1.1.0
  • Updated to support-v4 library to version 22.0.0
  • Updated Android Gradle plugin ID in gradle build files
  • Added functional test for verifying that the wizard context is saved whether swiping or tapping next button

Version 1.3.0

28 Dec 20:03
Compare
Choose a tag to compare
  • Fixed #48: Context Variable values lost after orientation change
  • Fixed #34: Swipe Back/Prev is very sensitive
  • Fixed #47: ContextManagerImpl.persistStepContext() throws NullPointerException
  • Fixed #31: Crash occures when having more than one required step marked completed
  • Added: Gradle Wrapper - solving the need to upgrade Gradle everytime
  • Feature: Automatically hide soft keyboard on step switch - contributed by @Alexander--
  • Removed: Installing WizarDroid.aar to local maven repository via 'gradle install' command is not supported anymore. Either use WizarDroid's global Gradle dependency via Maven Central or include it as a library project in your app.
  • Upgraded to Android API level 21, including build tools 21.1.2 and support-v4:21.0.3

See the release announcement on codepond.org blog for more info regarding this release and future plan.

Version 1.2.0

18 Mar 18:36
Compare
Choose a tag to compare
  • Fix: Issue #37 - removed minSdk and targetSdk from AndroidManifest.xml - contributed by @knicknak
  • Feature: Device's back button will now cause the wizard to go to the previous step - contributed by @denny0223
  • Feature: Install WizarDroid.aar to local maven repository via 'gradle install' command
  • Upgraded to Gradle 1.11 and Android Gradle plugin 0.9.0

Release 1.1.1

25 Dec 11:57
Compare
Choose a tag to compare
  • Fix: Issue #32 - context variables are now updated properly when onWizardComplete event is triggered

Version 1.1.0

10 Nov 21:53
Compare
Choose a tag to compare
  • Feature: Ability to block the user to proceed to the next step by swiping or clicking the button
  • Fix: Removed unnecessary log statements
  • Upgraded Android SDK and Gradle to the latest versions

Version 1.0.1

06 Oct 11:29
Compare
Choose a tag to compare
  • Fix: Crash when moving to another screen after the display orientation had changed in the middle of the wizard

Version 1.0.0

13 Sep 20:13
Compare
Choose a tag to compare

Initial release