-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
[Tiq Mini M5] Status bar and text context menu highlighting #478
Comments
You can't have two keyboards active. There may be a hotkey manager running in the background, like on Qin F21 Pro, but not two keyboards. When does highlighting occur? Is it after you send a message? Does it happen in all apps? |
right, I am not suspecting 2 keyboards, but what could be managing the navigation keys functions and maybe that is conflicting with TT9 |
Nevermind, I am also seeing it when using the browser application. So it is not specific to just the messaging app. |
Well, after discovering that the volume buttons on Qin F21 Pro do not work properly when there is no status icon, I really don't know what could be conflicting anymore... Anyway, the comments in #300 and #393 suggest that in some cases, when key presses must be ignored, they are not ignored correctly. I am not sure what is the correct way (I think it is not the same on all phones), but you could try out an experimental option: go to Settings, scroll down to the version number and click it. Then look for "Keypad Handling Mode" and change it to something different than "normal". This will cut all key processing within Traditional T9 and return the control to Android. The downside is, you cannot type anything this way, you can just navigate around. But for the purpose of testing, it shouldn't matter. If the problem occurs often enough, just open and close the messaging app a couple of times, and see if it stops getting highlighted. Another thing is, I have tested on Android up to 11 only. The APK isn't even built for the latest Android API, so there may be compatibility issues, indeed. I do intend to upgrade and at least test in the emulator, but I was thinking of doing some feature requests that have been waiting for a year now. Finally, have you used another keyboard long enough to verify this isn't a problem with the phone itself? |
I tried changing that setting and the bottom bar was still highlighted when I went back to the messaging app. |
@alexknop, Android 13 and 14 are officially supported since version 31.0. TT9 works without issues, at least in the emulator. You may want to update and see if the problem is resolved. |
ה Hi, thanks for the keyboard, it's very good. This matter is related to setting focus in the layout. If you tell me which layout this line is set to, maybe I can fix it. |
Note that this is 2 separate lines, 1 the list of letters, 2 input mode. You have to turn off the focus there |
I never set the focus to any element manually. If you want to give it a try, please go ahead. There are several layout files, corresponding to each MainView size:
These two contain the Suggestion Bar and the Status Bar. They are overlaid on top of each other. The Status Bar is the one that displays the typing mode and the language. The Suggestion Bar displays the word list when you start to type. Suggestion Bar files:
Status Bar files:
Let me know, in case you have any further questions. |
Hello,
Strange issue I am seeing when using TT9 is items become highlighted when they shouldn't be. Either the bottom bar is highlighted or pop-up items are highlighted.
I am curious if you know where this issue may lie. By itself (without TT9 installed) the phone works with the keypad's navigation arrows and select button and it only has Google Keyboard (qwerty on the touchscreen) as its keyboard. Perhaps there are two IMEs interfering?
The text was updated successfully, but these errors were encountered: