Skip to content

Releases: RedMadRobot/input-mask-android

7.2.6

05 May 12:15
Compare
Choose a tag to compare

πŸ”„ Modified:

  • Country::findCountries β†’ fix bloomer

7.2.4

17 Apr 15:26
Compare
Choose a tag to compare

πŸ”„ Modified:

  • Re-write the sample project

7.1.1

17 Apr 09:48
Compare
Choose a tag to compare

πŸ”„ Modified:

  • minSdkVersion β†’ 23

7.1.0

11 Apr 08:05
Compare
Choose a tag to compare

‡️ 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

16 Mar 18:53
Compare
Choose a tag to compare

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