Emoji v0.4.0 Release Notes

Release Date: 2017-02-15 // about 7 years ago
    • Soft keyboard not detected when toggling the emoji-popup #60
    • Can't show keyboard #58
    • Opening emoticons, and change the keyboard #57
    • On android 6 emoji not averlays keyboard #20
    • โšก๏ธ Optimize EmojiGridView hierarchy #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.