Input Mask Android Versions Save

User input masking library repo.

7.2.6

11 months ago

๐Ÿ”„ Modified:

  • Country::findCountries โ†’ fix bloomer

7.2.4

1 year ago

๐Ÿ”„ Modified:

  • Re-write the sample project

7.1.1

1 year ago

๐Ÿ”„ Modified:

  • minSdkVersion โ†’ 23

7.1.0

1 year ago

โคต๏ธ Added:

  • New logo :D
  • New README :D
  • Text listener callbacks now return a tailPlaceholder for the value to be completed
  • Country: a model object representing a country with phone formatting, ISO codes & emojis
  • Country.all: a dictionary of known countries
  • PhoneInputListener: a MaskedTextChangedListener allowing to enter a phone number of any known country
  • NumberInputListener: a MaskedTextChangedListener allowing to enter currencies and other numbers

๐Ÿ”„ Modified:

  • minSdkVersion โ†’ 30

6.0.0

4 years ago

Removed:

  • Mask::apply(), the autocomplete flag

This flag is now a part of the CaretGravity.FORWARD.

Modified:

  • CaretGravity is now a sealed class

Added:

  • CaretGravity.FORWARD, the autocomplete flag
  • CaretGravity.BACKWARD, the autoskip flag