-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Glide typing #28
Comments
Is the switch in Gesture Typing settings section in preferences bad ux? |
It will be nice. |
Thanks for added the feature 🙏, by the by can u also add the gesture typing library built-in with app so the users don't have to download 😅. |
I can, but as far as I know I have to add a closed-source library, or add one without any license. Both is not compatible with FOSS, and will not allow publishing the app on F-Droid. |
Oh ok, thanks for the reply. |
Florisboard also has inbuilt glide typing and this PR (I think so) is the one they used to implement it. |
@Helium314 can you check on their repo, how they are doing? |
Well, to actually make use of this it I would need to tranlsate it to C++ and add it to the library. Alternatively we could just take their approach in kotlin, but then the dictionaries need to be made accessible by glide typing (currently accessed via the C++ library only). |
So how on earth do you enable glide typing? I've loaded the library but there's no toggle to enable. I've been searching for nearly an hour and losing my mind! |
Interesting. I don't have that option. |
What is your phone ? |
You have to load google's glide typing library first, to get the glide typing option in openboard's settings. The library has to be the specific version mentioned in openboard's setup guide. |
Yes I've already done that but the only difference is I now have the option to delete that library.
Pixel 7. |
Try this file (for arm64 only) but I can't guarantee that it will work. |
Well I did extract GBoard's gesture typing library today and I believe it is consistently updated as I found it to predict better than an year old version which is mentioned in the readme. I also don't think you'll be publishing the app to f-droid anytime soon, so why not add the library? Also, there are many projects that use proprietary libs which are existent on f-droid, why would this project be an exception to not be considered? |
I was just looking for Google's gesture typing library in Android 14 and Android 13 Pixel images and I could not find it in there. I also looked in the latest Gboard apk files and it was not included in that either. Where can I find the latest library version? |
Glad you asked. I extracted it from latest build of nikgapps (GBoard only addon). |
Yeah but I'm asking about the original source. |
This file is identical to the arm64-v8a version linked in the readme, just try diffing. Moreover, the version linked in the readme is likely to be considerably older than just one year. I can only speak for the armeabi-v7a version, but this one is identical to what I've had on my phone for (I guess) 5 years. |
Might have to did in through Google's codebase. But thou can easily get it extracted through nikgapps add-on.
Yea, I uploaded arm64's gesture typing lib
The reason why I bought this up is that after I loaded latest GBoard lib, I started getting better prediction. Yes, I do agree that the improvement is not too big of a difference given that GBoard has other ML stuff baked in that improves the experience. |
Adding a toggle on/off button for glide typing will be good for ux.
Like this Fork.
The text was updated successfully, but these errors were encountered: