Skip to content

Releases: piwonski/MaterialEditText

More attributes added

07 Nov 21:48
1088015

Choose a tag to compare

  • 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

01 Jun 11:01

Choose a tag to compare

  • 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

20 Feb 15:41

Choose a tag to compare

2.1.12

Added getter and setter for disabledUnderlineColor property

Fixed possible crash when preprocessor is null

21 Sep 12:48

Choose a tag to compare

2.1.11

Fixed possible crash when preprocessor is null

Chaged returned type to String of getPreprocessedText() method

21 Sep 12:30

Choose a tag to compare

2.1.10

Changed returned type of getPreprocessedText from CharSequence to String

Added text preprocessor for validators

21 Sep 12:18

Choose a tag to compare

Merge pull request #6 from piwonski/feature/text_preprocessor

Added text preprocessor for validators

Added underline's color attribute for disabled state

07 Sep 14:47

Choose a tag to compare

Merge pull request #5 from piwonski/feature/underline

Added underline's color attribute for disabled state

UI changes and fixes

07 Sep 11:56

Choose a tag to compare

  • focus underline color
  • error underline color
  • underline height
  • bold underline height
  • fixed default 'no color' value

Validation UI changes

07 Sep 08:08

Choose a tag to compare

Error icon can be set on validation error

UI behavior changes

06 Sep 13:02

Choose a tag to compare

  • 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