0.4.0
- 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:
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.