All Versions
68
Latest Version
Avg Release Cycle
32 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v8.2.1 Changes
Issues Resolved
- #244 Migrated to Maven Central (New group id: com.github.thejuki)
- Still need to migrate older builds from Bintray/JCenter
- Also, need to use new io.github.gradle-nexus.publish-plugin when Android support is added to fix publishing on release
- #239 Add back displayNewValue to FormSegmentedElement as this caused more issues
- #236 Add new SegmentedInlineTitle for a radio group with an inline title (Needed a new layout file and did not want breaking existing segmented usages that have a lot of buttons to display or a long title)
- ๐ #228 Removed call to notifyDataSetChanged() in setItems() as this is not needed
- โก๏ธ #231 Updated imagepicker dependency to rename strings to avoid conflicts
๐ฅ Breaking Changes
- #243, #241 Add displayValueFor to FormPickerMultiCheckBoxElement
- FormPickerMultiCheckBoxElement now needs generic for inner class: multiCheckBox>
- #244 Migrated to Maven Central (New group id: com.github.thejuki)
-
v8.1.0 Changes
November 29, 2020- โ Remove kotlin-android-extensions gradle plugin. Use Jetpack View Binding for Test and Examples.
-
v8.0.0 Changes
November 27, 2020Targeting SDK API Level 30, Min API Level 19
Issues Resolved
- #196 InlineDatePickerElement: https://thejuki.github.io/KFormMaster/element/inlineDatePicker/
- ๐ #197 Removed disabling FormTextViewElement
- #201 Setting backgroundColor for the main view for the Header and Label elements
- ๐ #205 Fixed remaining issue with displayNewValue
- โฌ๏ธ #214 Upgraded to ViewRenderers
- ๐ #220 Moved FormActivityTest to main form folder
-
v7.0.0 Changes
July 05, 2020Issues Resolved
- 0๏ธโฃ #194 Added editViewGravity. The button element's default gravity is CENTER.
- #195 Added editViewPaintFlags. Set the value to Paint.UNDERLINE_TEXT_FLAG to underline all text, for example.
- ๐ #179 Moved imagepicker dependency to JCenter since JitPack was not working for everyone.
๐ฅ Breaking change:
- editViewGravity replaces both rightToLeft and centerText. Set value to Gravity.START, Gravity.END, Gravity.CENTER, etc.
-
v6.5.6 Changes
June 14, 2020 -
v6.5.5 Changes
June 07, 2020- #163 Fix segmented radio buttons height when text wraps to next line
-
v6.5.4 Changes
May 22, 2020 -
v6.5.3 Changes
May 14, 2020- #185 Add new properties for FormImageElement:
- displayImageWidth and displayImageHeight to change the size of the image displayed on the form
- changeImageLabel to set the text of the label that currently is set to "Change Image"
- showChangeImageLabel to show/hide the "Change Image" label
- #185 Add new properties for FormImageElement:
-
v6.5.2 Changes
March 09, 2020- #172 Fix ImagePickerActivity where when crop is enabled AND using start() with the completionHandler, the gallery or camera app opens again after a photo is selected/confirmed.
๐ For now, this fix is in a fork of ImagePicker with JitPack providing the build: https://jitpack.io/#TheJuki/ImagePicker/1.11
-
v6.5.1 Changes
February 01, 2020- ๐ Fix FormSegmentedElement radioButtonWidth and radioButtonHeight to use dp
- ๐ Make FormSegmentedElement properties dynamic. Add height and width to SegmentedDrawable.