sspanak / tt9

A T9 keyboard for Android devices with a hardware keypad.
Apache License 2.0
248 stars 43 forks source link

Dictionary not available in NewPipe #319

Closed maverick74 closed 1 year ago

maverick74 commented 1 year ago

When using NewPipe and i try to perform a search, the selected dictionary is not available.

newpipe

I don't know if this is specific of newpipe or if it happens in other apps. NewPipe is the only app i found this problem so far

sspanak commented 1 year ago

This is something with NewPipe. I suppose the search field is of type "TYPE_TEXT_VARIATION_FILTER" or some unrecognized type, so TT9 just allows "simple" typing, but I am not 100% sure. I'll investigate further, when I have time.

maverick74 commented 1 year ago

@sspanak regarding this: if i can help in anyway, let me know about it!

sspanak commented 1 year ago

Oh, my previous comment is just a note to myself, so that I don't forget what to look for.

if i can help in anyway, let me know about it!

If you have programming skills, you could check TextField.determineInputModes() and find what's the reason for it not to include MODE_PREDICTIVE in returned list. If not, you just have to wait. I don't have so much free time to work on TT9 lately. Sorry!

maverick74 commented 1 year ago

If not, you just have to wait.

That's what I'll do then! I have no skills in Android codding (I had some Java on university, but nothing that helpful! I'm more comfortable on C++ and Sinclair BASIC ahahah... and even on those I'm not an expert either 🤣 )! Sorry!