All Versions
68
Latest Version
Avg Release Cycle
32 days
Latest Release
-

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>
  • 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, 2020

    Targeting SDK API Level 30, Min API Level 19

    Issues Resolved

  • v7.0.0 Changes

    July 05, 2020

    Issues 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
    • #191, #192 Add dialogTitleCustomView to dropDown element
  • 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
    • #187, #188 Add valueAsStringOverride to FormPickerMultiCheckBoxElement
  • 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
  • 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.