Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a few issues with EmojiCompat #579

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

oakkitten
Copy link
Collaborator

See #561 and individual commit messages

@oakkitten oakkitten requested review from mhoran and zopieux March 9, 2024 18:01
We used to try emojifying regardless of EmojiCompat load state. This was not
a big issue, as `EmojiCompat` usually loads fast enough. However, on some
systems loading dynamic fonts is not available, which resulted in errors
printed for every emojification attempt, i. e. for every single line.

This change makes emojifications occur only when `EmojiCompat` is fully
initialized and loaded. Also, initialization status is printed to logcat.

Closes #561
By default, `EmojiCompat` only adds emoji glyphs for those emojis that are
currently missing in the platform, which results in mismatched emoji styles.
This change makes all emojis appear in modern style.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants