All Versions
9
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.4.2 Changes

    • Correct behaviour of CheckBoxController with values (#59)
    • Honor set prompt for SelectionController
    • ๐Ÿ›  Fix missed notifications for changes in CheckBox
    • ๐Ÿ›  Fix bad values shown for CheckBoxController
    • โœ… Use latest Android gradle plugin and Android SDK
  • v0.4.1 Changes

    • ๐Ÿ›  Fix crash when using Fragments (#23)
    • Form can now be created from Fragments (#27)
    • ๐Ÿ›  Fix layout issue with CheckBoxController (#36)
    • CheckBoxController now refreshes the value of each checkbox in createFieldView method (#19)
  • v0.4.0 Changes

    • โž• Add TimePickerController (#15)
    • โž• Add CheckBoxController (#10)
    • ๐Ÿ‘Œ Support inline errors display method (#13)
    • ๐Ÿ‘Œ Support custom field validations (#16)
    • ๐Ÿ›  Fix crash on screen rotation (#11)
    • ๐Ÿ›  Fix field value duplication after screen rotation (#12)
    • ๐Ÿ›  Fix method FormSectionController#removeElement having no effect (#8)
  • v0.3.0 Changes

    • โšก๏ธ Updated to use Android SDK 23
    • ๐Ÿ‘Œ Support adding form elements dynamically (#5)
  • v0.2.2 Changes

    • ๐Ÿ‘‰ Use same timezone of the specified SimpleDateFormat for DatePickerController.
  • v0.2.1 Changes

    • ๐Ÿ›  Fixed crash in drop-down selection field in Android API 21+.
  • v0.2.0 Changes

    • ๐Ÿ”จ Refactored out form management into FormController. Form management is no longer dependent Activity base class.
    • Reliably detect text changes of EditText.
    • ๐Ÿ›  Fixed issue where apps depending on NexusDialog complain about AndroidManifest.xml conflicts.
    • โšก๏ธ Updated project structure to use latest android-gradle.
    • Sources are now published to Maven repo too.
  • v0.1.1 Changes

    • ๐Ÿ›  Fixed incorrect packaging name in maven artifact.
  • v0.1.0 Changes

    • ๐ŸŽ‰ Initial release.