Dimo Karaivanov

Results 155 comments of Dimo Karaivanov

@Pbeight, if I remember correctly, you are using a Qin F21 Pro now, but if you still have the TCL Flip 2, you can update to [v31.0](https://github.com/sspanak/tt9/releases/tag/v31.0). After installing, go...

According to the latest comments in #555, the problem still persists. Unfortunately, I still have no idea what is causing it and how to fix it.

Every phone manufacturer modifies the SDK. It is entirely possible that there is a special `android.widget.MenuBar` on TCL phones. I may be able to hack it but I don't have...

When you do that, does the Menu bar disappear permanently or only while the current application is active and visible? If the effect is permanent, you can call `findViewById()` somewhere...

I have just found another way to search for a view. Again, in `TraditionalT9.onStart()`, you could call `getWindow().findViewById()`. Give it a try, too.

Are you talking about moving the text cursor on a touchscreen phone? If so, I am planning to do it in #240. The left and right keys in the suggestion...

You can do the same by touching the text. There is no need for keyboards to provide a second cursor control area. Or am I missing something? Either way, what...

I get the idea. My point is I am not willing to invest time in touchscreen-only features.

Short asnwer: I can certainly add such an option and it will work, provided that you don't use the combined Back/Backspace key. Long answer: this is not possible with the...

This may be a bit tricky, but I think it is possible by handling `MotionEvent.ACTION_MOVE` in `SoftKey.onTouch()` then and using it in `SoftBackspaceKey`, possibly with a `handleSwipe()` function.