Skip to content

Releases: HITGIF/TextFieldBoxes

1.3.5

04 Nov 02:17
Compare
Choose a tag to compare
  • fix issue #31 #32.

  • add giveFocus param in setError() for setting whether the field will gain focus when set error on.

  • add secondaryColor for setting the color of the underline, the floating label text and the icon signifier when NOT HAVING focus (opposite to primaryColor).

  • add counterColor for setting the color of the counter text.

1.3.4

13 Oct 12:12
Compare
Choose a tag to compare
  • fix issue #25.

  • add giveFocus param in setError() for setting whether the field will gain focus when set error on.

1.3.3

26 Sep 12:26
Compare
Choose a tag to compare
  • add app:isResponsiveIconColor attribute for setting, in xml, whether the icon signifier will change its color when gaining or losing focus in.

  • set icon signifier and end icon with drawable (PR #23).

1.3.2

24 Sep 02:12
Compare
Choose a tag to compare

1.3.1

20 Sep 00:16
Compare
Choose a tag to compare
  • fix rendering issue
  • performance improvement
  • exemplar reformat

1.3.0

16 Sep 08:41
Compare
Choose a tag to compare
  • the "EditText" part is now seperated from the TextFieldBoxes. TextFieldBoxes is now a container (just like a TextInputLayout) that should and should only contain one ExtendedEditText that inherents the TextInputEditText.

  • Prefix and Suffix attributes are now belonging to the ExtendedEditText.

  • Text, hint, SingleLine and MaxLines attributes are now removed. Instead, one should set them in the ExtendedEditText with original android: attributes.

  • the bottom view which contains helper and counter labels will now be hidden when it's empty.

1.2.1

11 Sep 12:01
Compare
Choose a tag to compare
  • fix Label doesn't go up when using setText() #13
  • fix "match_parent" dont work in constraint layout #12
  • fix Sometimes when click on the view it does not show the cursor #14
  • Add adaptive icon color option #11

1.2.0

10 Sep 12:14
Compare
Choose a tag to compare
  • fix the bug of when height (or width) is set to wrap_content yet fills up the whole space.

  • old hint attribute is renamed to labelText.

  • current hint attribute is for the placeholder text that is shown in the field when there is no text and is on focus.

  • add Clear Button, can be activated with app:hasClearButton in xml or setHasClearButton(boolean hasClearButton) in Java code.

  • add End Icon, can be activated with app:endIcon in xml or setEndIcon(Int resourceID) in Java code. Use getEndIconImageButton() to do something useful with it.

1.1.0

05 Sep 09:35
Compare
Choose a tag to compare
  • Prefix & Suffix
  • Icon Signifier
  • Dark Theme

1.0.1

30 Aug 07:27
Compare
Choose a tag to compare
  • Customizable panel background color
  • Grayscale colors uses transparency of black
  • Improve the way of displaying bottomLine that is according to Material Design Guideline