Menny Even Danan
Menny Even Danan
Unfortunately, I rely on Google Play to get a sense on stability and only then release to fdroid. I do that because: * Play Store allows me to easily release...
this is beautiful! That's a very good observation. Have you experiment with different values of penalty (for `directionPenaltyMultiplier = 1.0 + DIRECTION_PENALTY_FACTOR * (1.0 - cosAngle);`) - for example, adding...
ā, ē, ī, and ū are accessible by long-pressing a, e, i and u. ă is also available in `a` long-press. Where would you position the other characters? ḍ, þ,...
- which OS version - which AnySoftKeyboard version - is that in the Revolut website or app?
@doodhout with the merge of https://github.com/AnySoftKeyboard/AnySoftKeyboard/pull/4554, this PR needs to be rebased with latest `main`, so to fix the conflicts. Also, do you need help with figuring out the other...
@ArenaL5 would you mind trying to rebase this?
Yes, there is a way to flush the cache. Look for other places where we react to preference changes (in the AnySoftKeyboard* classes)
thannks for reporting. Have you installed from f-droid or from Google's Play Store? Is this similar to the issue reported here: https://github.com/AnySoftKeyboard/AnySoftKeyboard/issues/4376
I can suggest a different approach that does not require `getTextBeforeCursor` and does not require to keep a count. I think it will work, not sure: When SHIFT+DELETE is pressed...
You might also need to add support for `ic.getCursorCapsMode` in `TestInputConnection`, because right now it always returns `0`. See com.anysoftkeyboard.TestInputConnection#getCursorCapsMode