8000 Releases · TheJuki/KFormMaster · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: TheJuki/KFormMaster

3.2.1

22 May 19:52
3ba296f
Compare
Choose a tag to compare
  • Fixed Autocomplete text not showing up when initialized with a value.
  • Added addFormElement function to FormBuildHelper and use apply/let to reduce code in FormBuilder.
  • Completed document on how to create a custom form element.

3.2.0

17 May 23:06
Compare
Choose a tag to compare
  • Added maxLines to form models. Set to a number greater than 1 to increase the number of visible lines.
  • Merged PR #22 to fix the DSL Form Builder.

3.1.3

16 May 16:22
Compare
Choose a tag to compare
  • Added rightToLeft (RTL) to form models. Set to false to set the edit text fields to display left to right.

3.1.2

15 May 16:27
Compare
Choose a tag to compare
  • Fixes the month number used by the Date and DateTime elements

3.1.1

15 May 14:16
ea4e780
Compare
Choose a tag to compare
  • Add autoMeasureEnabled to FormBuildHelper constructor to fix a recylerview that uses wrap_content

3.1.0

15 May 02:02
Compare
Choose a tag to compare
  • Remove all uses of "!!" and replaced with "?" or "?.let" for safer code
  • reInitDialog() function added to DropDown and MultiCheckBox elements so that the options list can be changed dynamically. Resolves issue #17
  • Add "enabled" to form elements. Dynamically enable/disable any form element. Resolves issue #19.

3.0.0

22 Apr 15:47
b4edda4
Compare
Choose a tag to compare
  • The title, edit, and error views are now accessible through the model classes
  • The refreshView() function has been removed (No longer needed)
  • The getFormElement() function now requires a type and returns a non-optional element
  • The form is now dynamic. The title, hint, value, error, visible, required fields can be changed at any time without refreshing the form manually.
  • The clear() function has been added to all form elements
  • The header can now collapse "child" elements when tapped (Set collapsible to true)
  • The FullscreenFormActivity example has been updated to test the new dynamic features

2.1.3

20 Apr 03:00
Compare
Choose a tag to compare
  • The isValidForm function now works correctly
  • The numbersOnly field has been added to FormNumberEditTextElement to prevent symbols from being entered. By default numbers and symbols are allowed.

2.1.2

11 Apr 18:36
71510f8
Compare
Choose a tag to compare
  • Added ability to add your own custom form elements in your project
  • Added example to show how to add a custom form element

2.1.1

12 Mar 18:48
Compare
Choose a tag to compare
  • Added cacheForm to FormBuildHelper. When set to true, the RecyclerView will cache all form element views instead of recycling them.
0