-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
[Kyocera DuraXV Extreme] Double tap when pressing center OK button #522
Comments
This used to be the default behavior before v30.0, but it should be fixed now. Have you updated to the latest version? The current one is v31.0. |
Yeah, I just built an APK from the source code with the most recent changes and I'm still experiencing the same behavior. |
OK, just in case, could you please go to Settings -> Keypad, scroll down to Compatibility and enable the key repeat protection. Try with a value of 20-30 ms first. If it still does the same, increase it to 75-100 ms. You can also try higher values, but you won't be able to type so fast. Enabling this option will help us rule out hardware malfunction. If it is not a hardware problem, then I have absolutely no idea why would this happen. The current code no longer tries to emulate all possible "OK" options at the same time, so I am surprised the problem occurs again. As I understand, you have technical skills, so maybe you could try debugging it? In the file named if (!suggestionOps.isEmpty()) {
onAcceptSuggestionManually(suggestionOps.acceptCurrent(), KeyEvent.KEYCODE_ENTER);
return true;
} If you have the time and desire to help, please check if:
|
Sure, I can take a shot at debugging it when I have some time. Thanks for the suggestions! |
@sspanak I haven't had time to debug it properly, but I did install v29.0 on my device yesterday and I don't have the double tap issue with that version. (However I do have the issue where it sends the message and then tries to send a blank message right away.) |
Yes, this is to be expected. The multiple action problem is supposed to be fixed in v30.0 or newer. And, as I mentioned in my previous post, there is a The only explanation that comes to my mind is the I do want to fix it, but I don't have a Kyocera phone. Unfortunately, they don't sell them in my country, and they are insanely expensive on Ebay, even second hand. This basically prevents me from providing better support for these phones. Btw, I didn't get, did you try the repeat protection setting? Did it have any effect? |
Hi, I've noticed an issue on the Kyocera DuraXV Extreme (non-plus version) where if I press the center OK button once, it not only types the current suggestion, but it also performs the default action for the current application. Basically it does both actions mentioned in the docs:
Since the intuitive behavior is to just type the current selection, this issue results in sending unfinished text messages when I really just wanted to accept the suggestion.
I never experience issues with double tapping elsewhere so I don't think it's an issue with the keypad. It does seem similar to this issue though: #475
The text was updated successfully, but these errors were encountered: