Skip to content

Releases: rengwuxian/MaterialEditText

1.4.3 release

21 Nov 13:33
Compare
Choose a tag to compare
  • Bug fix: incorrectly reset paddingTop and paddingBottom after setError is called.

1.4.2 release

20 Nov 00:36
Compare
Choose a tag to compare
  • Bug fix: primaryColor for bottom line ineffective in 1.4.0.

1.4.0 release

16 Nov 18:05
Compare
Choose a tag to compare
  • Bug fixes.
  • Helper text and error text support added.
  • Simple regex validation support added.

1.3.2 release

14 Nov 02:19
Compare
Choose a tag to compare
  • removed all image files.

1.3.1 release

13 Nov 14:14
Compare
Choose a tag to compare
  • Bug fix: The bottom line floats up when text lines's count is larger than android:lines.

1.3.0 release

13 Nov 06:07
Compare
Choose a tag to compare
  • Added disable state support. In disable state, the main text will be tint with the hint text color, and the bottom line becomes a dotted line, just like what Google Material Design Spec suggests.

1.2.1 released

11 Nov 18:07
Compare
Choose a tag to compare
  • Bug fix: paddingTop and paddingBottom would be reset to a very large value on some Android OS versions.
  • Added a new method: setPaddings() to replace the original setPadding, only to set paddingTop and paddingBottom correctly.
  • Removed ic_launcher.pngs in the res folder.

1.1.0 release

06 Nov 06:16
Compare
Choose a tag to compare
  • bug fixed: android:inputType="xxxPassword" not working when app:singleLineEllipsis=true.
  • added new Class: MaterialAutoCompleteTextView, which is the AutoCompleteTextView version of MaterialEditText.

First Release

03 Nov 19:43
Compare
Choose a tag to compare
1.0.0

Merge remote-tracking branch 'origin/master'