All Versions
10
Latest Version
Avg Release Cycle
21 days
Latest Release
3391 days ago
Changelog History
Changelog History
-
v2.1.4 Changes
June 04, 2015๐ Fix a "keyboard missing" bug.
-
v2.1.3 Changes
April 29, 2015- ๐ 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.
-
v2.0.3 Changes
March 30, 2015- ๐ New naming rule: all attributes with a prefix
met_
. - Completely customizable: added a lot of attributes to customize everything.
- ๐ Bug fixes.
- ๐ New naming rule: all attributes with a prefix
-
v1.8.3 Changes
March 02, 2015- ๐ Bug fixes
-
v1.8.2 Changes
January 17, 2015- ๐ New options: floatingLabelAlwaysShown and helperTextAlwaysShown.
- ๐ Some bug fixes.
-
v1.8.1 Changes
January 11, 2015- 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)
-
v1.8.0 Changes
January 08, 2015- ๐ 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
-
v1.7.1 Changes
December 12, 2014*. 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
.
0๏ธโฃ *. Introduced new strategy for the defaultbaseColor
andprimaryColor
: both are dynamically calculated.
*. Change bottom line's normal state color to translucent.
๐ *. Bug fixes -
v1.6.0 Changes
December 07, 2014 -
v1.5.0 Changes
November 26, 2014- Custom floating label text (Thanks to @hzsweers )
- Custom accent text typeface (Thanks to @hzsweers )
- ๐ Multi-line helper/error text support (Thanks to @katriciab )