question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature description:

The user should get a suggestion of emojis after typing a special character followed by a word that matches the emoji he wants suggested.

Example:

User types :cat The suggestion bar shows 😺😸😹😻🐈…etc

Here are three screenshots as an example: The first screenshot is taken from the Element app, it uses many keywords for each emoji. Screenshot_20201201-224607783 (1)

The second screenshot is taken from the Discord app, it uses a single word or a sequence separated by - as a keyword for each emoji. Screenshot_20201201-225412880 (1)

The third screenshot is taken while using AnySoftKeyboard. Screenshot_20201201-230918703

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:10
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

6reactions
patrickgoldcommented, Feb 20, 2022

Thanks @tsiflimagas for linking the resource! In the last couple days I actually build my own emoji library for FlorisBoard, which produces an emoji mapping file with a name and multiple keywords for each emoji directly from the official Unicode CLDR repo (Common Locale Data Repository): https://github.com/florisboard/emojicon

The problem is that I cannot pack the generated emoji names and keywords for each language into the APK, which would be ~50MB extra. In this case even compressing doesn’t help, I need to look into making this modular. As soon as I have figured this part out I can add emoji suggestions with no problem. Emoji suggestions weren’t planned though for the preference rework, so it will probably have to wait until after word suggestions (or I could include only English for now, which would be ~250kB)

6reactions
patrickgoldcommented, Dec 2, 2020

Thanks for your proposal. This is a really cool idea and I’ll definitely look at it when reworking the whole media feature stack!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Emoji Proposals - Emojipedia
Unicode Emoji requests (list of submitted proposals and their status); 📊 Top Emojipedia Requests 2019 (popular suggestions from Emojipedia readers) ...
Read more >
Guidelines for Submitting Unicode® Emoji Proposals
This page describes the process and requirements for submitting a proposal for new emoji characters or emoji sequences, including how to submit a...
Read more >
How to Officially Submit Your Emoji Idea - WIRED
Have a killer idea for the next great emoji? Here's the paperwork you need to fill out.
Read more >
Use emoji on your iPhone, iPad, and iPod touch - Apple Support
You also see suggestions for emoji that you may want to use. To use a Predictive emoji, write your message and look for...
Read more >
how to enable predictive text and suggest emojis for Samsung ...
how to turn on predictive text and emoji suggestions as you text or type with Samsung keyboard.○°Disclaimer°○this tutorial or video is not ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found