Skip to content

Releases: vanniktech/Emoji

0.11.0

11 May 14:30
Compare
Choose a tag to compare

0.10.0

11 May 07:14
Compare
Choose a tag to compare

This release has quite a few internal and external changes. Most noticeably, everything has been converted to Kotlin. Please also have a look at the sample app for the breaking changes as well as the new features.

Big thanks to @rubengees for updating to emojis 14.0 & @mario for reviews!

Read more

0.9.0

09 Apr 11:21
Compare
Choose a tag to compare

0.8.0

09 Apr 10:49
Compare
Choose a tag to compare

0.7.0

19 Aug 21:13
Compare
Choose a tag to compare

0.6.0

15 Feb 15:47
Compare
Choose a tag to compare

I want to thank each and every contributor. Thanks @aballano for adding a kotlin module. @stefanhaustein for integrating Google's Emoji AppCompat. Big thanks to @rubengees & @mario who did most of the work and are actively contributing to this library.

0.5.1

02 Jul 14:43
Compare
Choose a tag to compare

Many thanks to rubengees for helping out with a lot of issues.

0.5.0

02 Jul 14:43
Compare
Choose a tag to compare

There was a problem with publishing to mavenCentral. Please don't use this version. Instead use 0.5.1.

0.4.0

15 Feb 07:54
Compare
Choose a tag to compare
  • Soft keyboard not detected when toggling the emoji-popup #60
  • Can't show keybord #58
  • Opening emoticons, and change the keybord #57
  • On android 6 emoji not averlays keyboard #20
  • Optimize EmojiGridView hierachy #39 (vanniktech)
  • Split v4 #49 (vanniktech)
  • Make colors customizable #70 (rubengees)
  • Rewrite for more Emojis, modularity and performance #77 (rubengees)

Huge thanks to rubengees for making this library able to support multiple Emojis (iOS & Emoji One) as well as fixing those issues:

  • Skin tones support #34
  • Add flags #12
  • Add missing Symbols #11
  • Add missing People emojis #10

Note:

0.4.0 is a breaking change so please consult with the README in order to set it up correctly. If you want to continue using the iOS Emojis change this:

-compile 'com.vanniktech:emoji:0.4.0'
+compile 'com.vanniktech:emoji-ios:0.4.0'

and add EmojiManager.install(new IosEmojiProvider()); in your Applications onCreate() method.

0.3.0

03 May 18:14
Compare
Choose a tag to compare
  • Remove Global Layout listener when dismissing the popup. Fixes #22 #24 (vanniktech)
  • Show People category first when no recent emojis are present #16 (vanniktech)