emoji-java icon indicating copy to clipboard operation
emoji-java copied to clipboard

Add support for Slack emojis

Open lukevs opened this issue 9 years ago • 3 comments

Products like Slack use https://github.com/iamcal/emoji-data as the standard for alias-emoji pairs. This adds support for missing aliases to the emojis.json file.

lukevs avatar Jun 07 '16 22:06 lukevs

Coverage Status

Coverage remained the same at 92.557% when pulling b34c66b68e18415b3da307820cba7bb3329c6381 on lukevs:master into f06c0e38accf4cc8d0a0321c18862a6c7c77f7a9 on vdurmont:master.

coveralls avatar Jun 07 '16 23:06 coveralls

This looks great. It is very hard to review because the diff of the emoji.json file is not very useful there.

Could you give a little more details on how you imported the data?

vdurmont avatar Jul 11 '16 15:07 vdurmont

See #94 since I extended emoji-java to support multiple emoji sets, it is a good path to move the Slack's emoji set in a backward compatible way

julman99 avatar Dec 12 '17 01:12 julman99