Helium314
Helium314
This is actually done intentionally, see the code when handling a delete press: https://github.com/Helium314/HeliBoard/blob/8f3e4fff8c43c216c6c2038a65d823d36fbb6e7e/app/src/main/java/helium314/keyboard/latin/inputlogic/InputLogic.java#L1215-L1224 Your issue seems to be specific to when the cursor is not at the end of...
This does not add a space, but a "phantom space", used for auto-space. The space will only appear when you start typing the next word.
I wanted to clarify this behavior somewhere, and noticed that it has been clarified already in OpenBoard: The text below the "_Autospace after punctuation_" setting says "_Automatically insert space after...
According to the first crash report, Voyager returns null on [`getTextAfterCursor`](https://developer.android.com/reference/android/view/inputmethod/InputConnection#getTextAfterCursor(int,%20int)), which means that the app either intentionally returns null (it really should not), cancels the input connection, or does...
Actually it looks like there is no app crash. It looks like at `21:56:03` there is an selection update, and then nothing happens until you enter a new input field...
The logging was already added in 1.3. Could you provide a new log with HeliBoard 1.3?
> No vibrate on my pixel 8 running GrapheneOS anymore either. Version 1.0. Maybe you want to use a more recent version. In 1.2 the 1.0 vibration bug is fixed....
This is strange, I don't remember any changes regarding vibration, at least since 2.0. There were some issues with duplicate clipboard entries, but I think most (all?) were already fixed...
I'm not really sure what you actually want. You don't like the holo typeface, but propose using a different font? Most of the "_label flags_" controlling the typeface are currently...
> I have scoured the app settings as well as the github documentation and I can't figure out how to use or customize a json layout. Maybe I just missed...