Releases: rengwuxian/MaterialEditText
Releases · rengwuxian/MaterialEditText
2.1.4 Release
Fix a "keyboard missing" bug.
2.1.3 Release
- 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
- 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
- Bug fixes
1.8.2 release
- New options: floatingLabelAlwaysShown and helperTextAlwaysShown.
- Some bug fixes.
1.8.1 release
- 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
- 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
*. 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
1.5.0 release
- Custom floating label text (Thanks to @hzsweers )
- Custom accent text typeface (Thanks to @hzsweers )
- Multi-line helper/error text support (Thanks to @katriciab )