All Versions
10
Latest Version
Avg Release Cycle
21 days
Latest Release
3249 days ago

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.
  • 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 default baseColor and primaryColor: both are dynamically calculated.
    *. Change bottom line's normal state color to translucent.
    ๐Ÿ›  *. Bug fixes

  • v1.6.0 Changes

    December 07, 2014
    • ๐Ÿ’… 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.)
  • 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 )