Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

41 lines (34 loc) · 1.46 KB

Changelog

0.4.0

  • 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)

0.3.0

  • Updated to use Android SDK 23
  • Support adding form elements dynamically (#5)

0.2.2

  • Use same timezone of the specified SimpleDateFormat for DatePickerController.

0.2.1

  • Fixed crash in drop-down selection field in Android API 21+.

0.2.0

  • 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.

0.1.1

  • Fixed incorrect packaging name in maven artifact.

0.1.0

  • Initial release.