Skip to content

Releases: tfcporciuncula/phonemoji

1.5.2

25 Jun 18:21
Compare
Choose a tag to compare

Fix Android Studio previews #17

1.5.1

11 Apr 07:31
Compare
Choose a tag to compare

Fix country not being picked up sometimes (i.e. when code is changed after last space is deleted) #14

1.5.0

10 Apr 01:09
Compare
Choose a tag to compare

Set compile SDK to 33 and dependencies bumps c4aea95

  • Kotlin to 1.8.20
  • libphonenumber-android to 8.13.7
  • Material to 1.8.0

1.4.0

07 Aug 08:08
Compare
Choose a tag to compare

Set compile SDK to 32 and dependencies bumps #12 e476480

  • Kotlin to 1.7.10
  • AndroidX Startup to 1.1.1
  • libphonenumber-android to 8.12.52
  • Material to 1.6.1

1.3.0

17 Nov 08:05
Compare
Choose a tag to compare
  • Set compile SDK to 31 2d94668
  • Bump dependencies 568b6fd
    • Kotlin to 1.6.0
    • libphonenumber-android to 8.12.37

1.2.0

05 Oct 07:17
Compare
Choose a tag to compare
  • Version bumps 35a520f
    • AGP to 7.0.2
    • Gradle to 7.2
    • Kotlin to 1.5.30
    • Startup to 1.1.0
    • libphonenumber-android to 8.12.33

And we're now on Maven Central with a new group id:

repositories {
  mavenCentral()
}

dependencies {
  implementation 'com.fredporciuncula:phonemoji:1.2.0'
}

The package has also been updated from com.tfcporciuncula.phonemoji to com.fredporciuncula.phonemoji.

1.1.1

27 Jan 09:33
Compare
Choose a tag to compare
  • Fix flag not updating when setCountryCode() or setRegionCode() are called 8c826aa
  • Remove unnecessary asynchrony on setCountryCode() that wasn't really helping and was potentially causing issues (#6) 72ce24c
  • Fix initial text set programmatically not updating flag -- this should help with data binding d44ce08
  • Add data binding section on README f64f027
  • Versions bump ae7d18b
    • Gradle to 6.8.1
    • Kotlin to 1.4.21
    • libphonenumber to 8.12.16

1.1.0

02 Nov 09:05
Compare
Choose a tag to compare
  • Update AndroidX Startup to 1.0.0 aa9426d
  • Update Kotlin to 1.4.10 ea9c08b
  • Update libphonenumber-android to 8.12.12 1d5528e

1.0.1

09 Oct 11:51
2984159
Compare
Choose a tag to compare

Widgets are now open and can be extended #2

1.0.0

14 Aug 14:30
Compare
Choose a tag to compare

Initial release.