kivy:texinput_ime_fixes

Last commit made on 2021-04-25
Get this branch:
git clone -b texinput_ime_fixes https://git.launchpad.net/kivy

Branch merges

Branch information

Name:
texinput_ime_fixes
Repository:
lp:kivy

Recent commits

df2865f... by tshirtman

update textinput tests following refactoring

34a92dc... by tshirtman

TextInput: Fix enter key management on android

don't insert \n if textinput is monoline

107c145... by tshirtman

Remove dead code in TextInput

7272a8c... by tshirtman

Partially fixes #7415, input works better

backspace still incorrect

9c69f30... by Richard Larkin <email address hidden>

:hammer: Fix relaitve path issue

e10c45c... by Richard Larkin <email address hidden>

:construction: Added test for configparser defaults

fb0dc32... by Richard Larkin <email address hidden>

:arrow_up: Added test for config reading

27cab8e... by Richard Larkin <email address hidden>

:construction: Added test for config callbacks

7d29285... by Richard Larkin <email address hidden>

:sparkles: Remove unused variable assignment

53b655b... by =?utf-8?q?Filip_Radovi=C4=87?= <email address hidden>

Merge pull request #7475 from pythonic64/bugfix-attempt_to_fix_test_mouse_hover_event_3

MouseHoverEventTestCase: Skip testing on Windows platform