All Versions
9
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
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.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.