Android-SlidingEmojiKeyboard icon indicating copy to clipboard operation
Android-SlidingEmojiKeyboard copied to clipboard

Our Sliding Emoji Keyboard app.

Results 5 Android-SlidingEmojiKeyboard issues
Sort by recently updated
recently updated
newest added

Below line getting null point error. I dont know how to resolve. EmojiKeyboardService.getStaticApplicationContext() .getString(R.string.setting_change_icon_set_key);

I was searching through the web and i found that google icons are under Apache licence and are okay to use but the apple icons don't have any available licence....

It should be easy enough now to support the EmojiOne emoji set. http://emojione.com/

![screenshot_20161212-101324](https://cloud.githubusercontent.com/assets/7330631/21088363/7ae8435c-c054-11e6-8f5c-c28af55adb6d.png)

Since the user now has the ability to switch the icon sets, the recent database should not save the int id of the icon, but rather just a reference which...