Skip to content

Releases: jump-sdk/jetpack_compose_country_code_picker_emoji

2.2.8

08 Feb 23:51
5fdf62a
Compare
Choose a tag to compare

What's Changed

  • auto-detect code from a number phone by @omarsanchezv, now we can receive a number with the country code on it and it will identify the country

2.2.7

07 Feb 19:20
ad2e4db
Compare
Choose a tag to compare

-general update of the dependencies
-Compose bumps up to 1.60

2.2.6

15 Nov 21:14
f58ec6a
Compare
Choose a tag to compare
  • Improvements for no error and background colors (thanks for your first commit @PierreNicol !)
  • Upgrades Kotlin to 1.9.20

2.2.5

19 Oct 22:53
4942544
Compare
Choose a tag to compare
  • Parameter for disabling error color on phone number input
  • Passes background color into country picker dialog

2.2.4

12 Oct 13:12
d29fd62
Compare
Choose a tag to compare
  • Improves accessibility for rows in country picker dialog (thanks @ankur2136 )
  • Keyboard customization options with keyboardOptions and keyboardActions (thanks @tanany365 )
  • Other accessibility and internal improvements

2.2.3

11 Oct 14:29
458226b
Compare
Choose a tag to compare

Thanks @ankur2136 for several contributions!

  • Prevent auto focus crash introduced in previous release
  • Fix hint for Indian phone number
  • Fix some country name translations in Dutch and French

2.2.2

09 Oct 20:55
63f2a36
Compare
Choose a tag to compare

Thanks to @ankur2136 for his first several contributions! 🎉

  • Fixes for autofill formatting and callback
  • Fix for default text style color
  • Enhanced touch target for search field accessibility
  • Auto focus search field when opening country dialog
  • Fix for cursor position in search field hint
  • Auto hide keyboard and free focus and number autofill

2.2.1

05 Oct 22:34
f1cc6c3
Compare
Choose a tag to compare
  • Added a textStyle parameter to enable font customizations, thanks @tanany365 !
  • Upgraded Compose / material to 1.5.3

2.2.0

02 Oct 17:06
c2514ea
Compare
Choose a tag to compare
  • Adds ability to pass in initial phone country and number (i.e. for editing), thanks @tanany365 !
  • Publicly expose CountryDialog and CountryData for other uses. (Note: this is an early release and the CountryDialog API may change.)
  • Fixed country codes for Guadeloupe and Samoa
  • Added some missing number hints
  • Upgrade to Compose 1.5.2

2.1.2

27 Sep 14:55
Compare
Choose a tag to compare

Added a customizable label parameter, thanks @tanany365 for your first contribution!