Robin Picard
Robin Picard
Do you think it would make sense to create an event method that would be fired when the back button is pressed on Android and that the user could overwrite...
> #7989 (comment) I use the binding of the keyboard and the test on test for key == 27 for my own app and it works fine, but I just...
I've opened a PR to fix the issue with the color of emojis in `TextInput` widgets: https://github.com/kivy/kivy/pull/7997
> there are issues though, the font_size does not respond and the text does not render with color on `TextInput` widget I think the font size issue is unrelated. I've...
I tried with Noto Emoji (which is not colored, but I don't think it matters): https://fonts.google.com/noto/specimen/Noto+Emoji. In any case, the problem does not seem to be in Kivy's code
Hi! You can use `android.get_keyboard_height()` on Android
> Could you illustrate this? I had a PR opened (can't find it right now) where I iterated once over the vocabulary to find the overlapping tokens. Making up a...
I had not realized that I could walk the `states_to_token_maps` character by character for the postfix part of the crossing tokens in the constrained case. I think it works with...
I'll write unit tests next if you think having those separate functions is the right design
Is this still something we want to work on?