Skip to content

0.4.0

Compare
Choose a tag to compare
@vanniktech vanniktech released this 15 Feb 07:54
· 694 commits to master since this release
  • 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.