Skip to content

Releases: piwonski/MaterialEditText

More attributes added

Choose a tag to compare

@piwonski piwonski released this 07 Nov 21:48
1088015
  • font family attribute added
  • separate floating label's color can be set for disabled, focus and error state
  • bottom text can be always centered

UI changes

Choose a tag to compare

@piwonski piwonski released this 01 Jun 11:01
  • vector assets support added for errorIcon
  • edit text's label is not colored with error color when error occurs
  • upgraded libraries and dependencies

Added getter and setter for disabledUnderlineColor property

Choose a tag to compare

@piwonski piwonski released this 20 Feb 15:41
2.1.12

Added getter and setter for disabledUnderlineColor property

Fixed possible crash when preprocessor is null

Choose a tag to compare

@piwonski piwonski released this 21 Sep 12:48
2.1.11

Fixed possible crash when preprocessor is null

Chaged returned type to String of getPreprocessedText() method

Choose a tag to compare

@piwonski piwonski released this 21 Sep 12:30
2.1.10

Changed returned type of getPreprocessedText from CharSequence to String

Added text preprocessor for validators

Choose a tag to compare

@piwonski piwonski released this 21 Sep 12:18
Merge pull request #6 from piwonski/feature/text_preprocessor

Added text preprocessor for validators

Added underline's color attribute for disabled state

Choose a tag to compare

@piwonski piwonski released this 07 Sep 14:47
Merge pull request #5 from piwonski/feature/underline

Added underline's color attribute for disabled state

UI changes and fixes

Choose a tag to compare

@piwonski piwonski released this 07 Sep 11:56
  • focus underline color
  • error underline color
  • underline height
  • bold underline height
  • fixed default 'no color' value

Validation UI changes

Choose a tag to compare

@piwonski piwonski released this 07 Sep 08:08

Error icon can be set on validation error

UI behavior changes

Choose a tag to compare

@piwonski piwonski released this 06 Sep 13:02
  • alpha removed from floating label
  • floating label is colored with error color when validation failed
  • validation error can be automatically cleared when edit text gained focus