Closed joshuatam closed 3 years ago
Hello,
Thank you for contributing to UBports. As part of project renaming and the effort to port Ubuntu Touch stack to Ubuntu 20.04, we're incrementally migrating repositories to GitLab.
Your PR is now migrated to: https://gitlab.com/ubports/core/lomiri-keyboard/-/merge_requests/190 However, you might not be able to push new code into it, as the branch resides in our repository. In case you need to update it, please open a new MR from your (new) fork. I don't have a better solution at the moment.
Sorry for your inconvenience.
This implemention covers basic usage (single character) and does not have any features like phase suggestions.
The databases using are taking reference from https://github.com/fcitx/fcitx-table-extra/blob/master/tables/cangjie3.txt and https://github.com/fcitx/fcitx-table-extra/blob/master/tables/quick-classic.txt
.gitignore
is also updated for easier code management when building withcrossbuilder
fixes: #133