Helium314

Results 756 comments of Helium314
trafficstars

> > The whole suggestion score (and thus order) thing is a bit of a mystery to me. It's all happening in the c++ part, which I neven even looked...

> And I think one could write efficient Java without all that much pressure on memory (primitive data types/collections, etc) which should be still easier to work with than C/JNI…...

> Granted, the dictionaries are a bit wanting when it comes to declension / inflection / conjugation Did you try any of the experimental dictionaries in https://codeberg.org/Helium314/aosp-dictionaries? They are far...

> makes the keyboard smaller. Though this is only the case for keyboards with more than 3 rows. > I think that might be difficult to detect Detection would be...

> Check raw data for characters (let say 'x' is character and 'y' is to come when long pressed . There are no popups defined in the hindi.json. It only...

In multilingual typing you can only select languages that have a dictionary (built-in, or added by the user), that's why Tagalog is not available by default. Regarding the initial issue:...

Now with the customizable functional key layouts in 2.0-beta1, it's possible to use that key also on non-tablet layouts, just add a key with label `com` (best using json layout...

@herrbrixter is right with the _adding_ vs _replacing_ popups. Simply adding is technically possible, but would look horrible because popups always have the same width. If you think adding some...

> @Helium314, can I help with implementing this? @eranl you're welcome to do so. I already gathered tlds per country in https://github.com/Helium314/HeliBoard/commit/35e0fe6be3c2baf458446f293b5dfdf30bd00ebc. Adjusting the key to show the popup shouldn't...

> I gather we're going with option # 3, right? Yes, from what I understand option 3 was definitely the wanted one. Btw for 1 and 2 there is already...