Skip to content

Releases: TheJuki/KFormMaster

5.0.7

04 Nov 21:31

Choose a tag to compare

  • #63 Fix dropDown valueChangedListener
  • #64 Fix Segmented control value
  • #65 Add backgroundColor and titleColor to header element
  • #66 Add centerText to base form element

5.0.6

20 Oct 00:24

Choose a tag to compare

  • #62 Add ability to center a drawable in the FormSegmentedElement radio buttons

5.0.5

12 Oct 16:28

Choose a tag to compare

  • #60 Fix set value for the FormSegmentedElement

5.0.4

11 Oct 18:20

Choose a tag to compare

  • #60 Fix issue with reInitGroup(). The context can be retrieved from editView

5.0.3

08 Oct 13:54

Choose a tag to compare

  • I removed version 5.0.1 and 5.0.2 from Bintray. I left minifyEnabled enabled for the release build and it was causing issues.

5.0.2

07 Oct 23:29

Choose a tag to compare

5.0.1

30 Sep 12:52

Choose a tag to compare

  • Add displayRadioButtons to FormPickerDropDownElement
  • Use Android SDK 28
  • Still using Android support version 27.1.1. The AndroidX branch uses the AndroidX support version 1.0.0

5.0.0

06 Sep 20:34

Choose a tag to compare

  • This is a major change. Removed all setter builder methods to fix compatibility with Java. #49
  • Using "apply" will work as an alternative to using the builders and DSL. However, using the Form DSL is recommended.

4.7.0

04 Sep 14:07

Choose a tag to compare

  • #44 Update Seekbar value when the progress changed during the slide.
  • #45 Add Divider view as a dynamic View. Add displayDivider as a base property.
  • #46 Add maxLength as a base property.
  • #47 Add clearOnFocus as a base property.
  • #48 Add colors as base properties.

4.6.2

30 Aug 00:10

Choose a tag to compare

  • Add fillSpace property to Segmented Element
  • Add multiple style properties to Segmented Element
  • Add incrementBy property to slider