Skip to content

Releases: rengwuxian/MaterialEditText

2.1.4 Release

04 Jun 03:08
Compare
Choose a tag to compare

Fix a "keyboard missing" bug.

2.1.3 Release

29 Apr 00:24
Compare
Choose a tag to compare
  • Bug fixes.
  • Switch to AppCompatEditText stuff that come from the support library v22.1.
  • Add custom text length checker support. (setLengthChecker(METLengthChecker))
  • Add Drawable parameter support to setIconLeft/Right().
  • Add checkCharactersCountAtBeginning support.

2.0.3 release

30 Mar 13:26
Compare
Choose a tag to compare
  • New naming rule: all attributes with a prefix met_.
  • Completely customizable: added a lot of attributes to customize everything.
  • Bug fixes.

1.8.3 release

02 Mar 09:04
Compare
Choose a tag to compare
  • Bug fixes

1.8.2 release

17 Jan 19:08
Compare
Choose a tag to compare
  • New options: floatingLabelAlwaysShown and helperTextAlwaysShown.
  • Some bug fixes.

1.8.1 release

11 Jan 17:15
Compare
Choose a tag to compare
  • Programmatically set floating label and bottom texts's text size.
  • Bug fixed: focusable, focusableInTouchMode, clickable can't be set in the XML.
  • Programmatically set Material Design icons.
  • Bug fixed: StaticLayout instantiate bug on some devices. (Not tested, because I don't have that kind of devices)

1.8.0 release

08 Jan 16:48
Compare
Choose a tag to compare
  • Auto validation support (as soon as the text changes).
  • Floating label and bottom texts' text size customizable.
  • RTL support (experimental).
  • MultiAutoCompleteTextView support.
  • Material Design icon support (Auto rendering and color switching).
  • Bug fixes

1.7.1 release

12 Dec 16:14
Compare
Choose a tag to compare

*. New option: helperTextColor, to customize the helper text's color.
*. New option: floatingLabelSpacing, to set the spacing between the main text and the floating label.
*. New option: minCharacters.
*. Introduced new strategy for the default baseColor and primaryColor: both are dynamically calculated.
*. Change bottom line's normal state color to translucent.
*. Bug fixes

1.6.0 release

07 Dec 16:07
Compare
Choose a tag to compare
  • Full-width style support (Thanks to @hzsweers )
  • Custom validation interface (Thanks to @hzsweers )
  • Hide helper text and normal character counter when not focused. (Error text won't be hidden, and the characters counter will still be shown when the char count has exceeding the limit.)

1.5.0 release

26 Nov 16:01
Compare
Choose a tag to compare
  • Custom floating label text (Thanks to @hzsweers )
  • Custom accent text typeface (Thanks to @hzsweers )
  • Multi-line helper/error text support (Thanks to @katriciab )