- 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
- 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)
- 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)
- Updated to use Android SDK 23
- Support adding form elements dynamically (#5)
- Use same timezone of the specified SimpleDateFormat for DatePickerController.
- Fixed crash in drop-down selection field in Android API 21+.
- 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.
- Fixed incorrect packaging name in maven artifact.
- Initial release.