BuildAPKs / buildAPKs.keyboards

buildAPKs.keyboards https://buildapks.github.io/buildAPKs.keyboards/
GNU General Public License v3.0
4 stars 0 forks source link

[Bug]: spaces get deleted #1

Open SDRausty opened 2 years ago

SDRausty commented 2 years ago

Google Chrome Browser refreshed my text; Hence I am writing this text one more time:

[Bug]: .... get deleted #2421

I have advertized buildAPKs.keyboards as a potential resolution for https://github.com/termux/termux-app/issues/686 and elswhere. Some of these keyboards do more than merely delete spaces at present.

Also, the amount of keyboards which build in native Termux 0.118.0 F-Droid aarch64 with native Termux utilities has fallen significantly from 100% built on device in native Termux to 86% successfully built in Termux:

~ $ zsh % pf $((49/57.)) 0.85964912280701755

Screenshot_20220125-225128

Some of my contributions in https://github.com/termux/termux-app/issues/686 are hidden and deleted; Can you reinstate them please?

Originally posted by @SDRausty in https://github.com/termux/termux-app/issues/2421#issuecomment-1021843737

github-actions[bot] commented 2 years ago

Good issue; you are awesome person 😎 Keep up and follow to solve this issue.

SDRausty commented 2 years ago

One of the reasons that I am suggesting buildAPKs.keyboards as assistance in resolving this issue is that with at present the variety of Android character keyboards which build directly in Termux today that buildAPKs.keyboards has to offer, the 'spaces in commands get deleted' issue varies between the different keyboards which are used; i.e. As various Android touch keyboards have at times, and from what I can see, they sometimes consistently offer erroneous results, this volume of functioning code can be used to make Termux app more robust at intercepting keyboard codes in order to function as intended:

find ~/buildAPKs/sources/keyboards/ -name *.java -or -name *.xml -exec cat {} \; | wc
108393  298009 4342055

This collection is currently 298009 words long. How much open source Android keyboard code does Smamsung offer?

Originally posted by @SDRausty in https://github.com/termux/termux-app/issues/2421#issuecomment-1021935825