Skip to content

Releases: lcabrales/multichoiceform

MCFButtonStep

06 Jul 16:18
Compare
Choose a tag to compare

Added

  • MCFButtonStep.

Replaced Enums with Magic Constants

04 Jul 19:11
Compare
Choose a tag to compare

Added

  • ValidateAnimation class.
  • @IntDef magic constants for MCFStepType, ValidationAnim and Duration instead of Enum classes.

Removed

  • Enum classes.
  • Deprecated methods.

Added disabled title and selection color methods

08 Jun 21:41
Compare
Choose a tag to compare

Added

  • getDisabledTitleColor(int).
  • setDisabledTitleColor(int).
  • getDisabledSelectionColor(int).
  • setDisabledSelectionColor(int).

Deprecated

  • getDisabledTextColor(int).
  • setDisabledTextColor(int).

Added MCFStep.tag parameter

04 Jun 19:34
Compare
Choose a tag to compare

Added

  • MCFStep.tag parameter, which has a default of MCFStep.getView().getId().
    You can now use this parameter instead of the view id to identify the MCFStep. This is preferable when
    working with dynamic lists of MCFStep where the view id is the same for all of the MCFSteps, such as
    ViewHolders.

Modified

  • Method to retrieve a certain MCFStep from the list of MCFSteps, it is now based on its tag parameter.

Deprecated

  • getStepFromId(@IdRes int).

Improved

  • MCFStep constructors.

Customization parameters

01 Jun 19:24
Compare
Choose a tag to compare

Added

  • Text size parameters.
  • Disabled color parameters.

Step views resizing

01 Jun 19:26
Compare
Choose a tag to compare

Improved

  • Adaptability of the step views to adjust their size according to the text length.
  • Reduced the text size by 2dp.

Fixed Regex crash

01 Jun 19:27
Compare
Choose a tag to compare

Fixed

  • Crash when there was not any Regex specified.

MCFTextInputStep

01 Jun 19:25
Compare
Choose a tag to compare

Added

  • New support for text input form fields.

Step view size management

01 Jun 19:28
Compare
Choose a tag to compare

Fixed

  • Implementation of setTitleMaxLines and setSelectionMaxLines

Improved

  • Performance on the step views when the texts are too long.

Form Builder methods for SearchView parameters

01 Jun 19:29
Compare
Choose a tag to compare

Added

  • Builder method to set the SearchView's hint.
  • Builder method to set the SearchView's icon tint color.

Fixed

  • Android Oreo issue with the SearchView where it would not collapse the ActionView.