Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Allow overriding emoji dict files to install. #856

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

Closed
wants to merge 1 commit into from

Conversation

rocka
Copy link
Member

@rocka rocka commented Aug 30, 2023

All the 136 emoji dict files takes ~5.5MB, and it's already zlib compressed so it would increase the apk size by almost 5.5MB if we include them all. But Android only supports a handful of languages currently, and only English keyboard could use this emoji data.

This PR introduces a CMake variable FCITX5_MODULE_EMOJI_DICT_FILES, when set, would override emoji dict files to be installed.

Could be used like this:

set(FCITX5_MODULE_EMOJI_DICT_FILES
        en.dict
        zh.dict
        zh_Hant.dict
        zh_Hant_HK.dict
        ja.dict
        vi.dict
        )
# other options ...
add_subdirectory(fcitx5)

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.