emojicon icon indicating copy to clipboard operation
emojicon copied to clipboard

Android library to show emojicon dialog box over soft keyboard

Results 50 emojicon issues
Sort by recently updated
recently updated
newest added

This is a great emoji library but it is hard to use without integrating to jcenter. I converted the project gradle structure and bintray upload tasks. Then we can link...

The load on cpu is very large, we need optimization. If used in conjunction with RecyclerView

I have been using this library to implement emoji on Android SoftKeyboard with this code ``` if (primaryCode == 32) { LayoutInflater layoutInflater = (LayoutInflater) getBaseContext().getSystemService(LAYOUT_INFLATER_SERVICE); View popupView = layoutInflater.inflate(R.layout.popup,...

popup not detecting the softkeyboard height and width there is almost 4dp margin

Is there a gradle version of this repository?

Can anyone please help with the gradle path to use in android studio to compile this library or better still how to use this library. Thanks

![_20170424_150632 1](https://cloud.githubusercontent.com/assets/27952348/25331727/a7ce25e6-2916-11e7-904e-dfe7c92d30f7.jpg) # The emoji seems lower than the words. ## What is wrong?

with API 24 and API 25 the list of emoticons are different, only with those APIs maybe the unicode codes have changed is necesary to check this file https://github.com/ankushsachdeva/emojicon/blob/master/lib/src/github/ankushsachdeva/emojicon/EmojiconHandler.java

Can we add our own emojis? If so how can we do that. Also, can we select the emojis that we want to show?