-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
added emoji search and other fixes #2
Conversation
problems not visible in many apps like playstore, kiwi browser... Fix openboard-team#660 openboard-team#745 openboard-team#747 openboard-team#275 openboard-team#418 openboard-team#507 openboard-team#345
in the previous commit, some apps still didn't show the hints, now it's totally fixed
How does this emoji search compare to using an emoji dictionary (examples in openboard-team/openboard#35 (comment), sample files available in the dict folder)? To me a dictionary seems superior / more flexible, because this way each user can choose whether they want emoji suggestions, as well as the language.
I think you already read in the discussion that these files are missing license information Also, please don't mash several independent changes into a single PR. Just create several PRs, this simplifies checking and discussions a lot. |
Yes actually it would be better to use an emoji dictionary, perhaps by downloading them as for dictionaries As for gesture typing I read the licensing issue, one would have to rewrite the code. I honestly don’t know how to do individual PR, sorry. |
I don't know if it's good or bad. (with dictionaries/experimental/dict/emoji_en.dict) |
The So while this shows that emoji dictionaries word and do what they should, I think the dictionary is not suitable. Maybe we can find a better list somewhere... |
Is there anything else in this PR other than the emoji search and the height / spacing changes that are also in #8? |
there's something about the tips that weren't appearing in certain apps |
What's the difference to the current version? |
nothing, you already fixed it. |
however, if it helps, there is indic keyboard which has an emoji search that I think is based on the dictionary, but honestly I don't like it, because it doesn't appear in the suggestions, however I leave you the commits to take a look |
Maybe I'll try creating a dictionary from |
Yes it could be an excellent solution, perhaps even managing to support different languages |
I updated the dictionary. Still, many emoji keywords actually consist of several words separated by |
The new dictionary seems to work fine. Emoji dictionaries should also be created for other languages. However I close the PR, better to make separate changes |
Fiix #35 #197 #527 #660 #745 #747 #275 #418 #507 #345
for gesture typing function, you don't need google external library, you can have a look at this build and related commits https://github.com/wordmage/openboard/commits/master