]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Fri, 2 Jun 2023 05:31:40 +0000 (13:31 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 2 Jun 2023 05:31:40 +0000 (13:31 +0800)
commit189a91bfb699babd936dae48b96d71a332cac8d2
tree73ccb99dfebc3c2bb0770781c120a37338bcf76a
parentc3c2289b29df2b723b9db93d9ea4cd5d04fc89a0
Update Android port

* java/org/gnu/emacs/EmacsInputConnection.java
(EmacsInputConnection): Apply workarounds on Vivo devices as
well.
* src/android.c (sendKeyPress, sendKeyRelease): Clear counter.
* src/androidgui.h (struct android_key_event): New field
`counter'.
* src/androidterm.c (handle_one_android_event): Generate
barriers as appropriate.
(JNICALL): Set `counter'.
* src/frame.h (enum text_conversion_operation):
* src/textconv.c (detect_conversion_events)
(really_set_composing_text, handle_pending_conversion_events_1)
(handle_pending_conversion_events, textconv_barrier):
* src/textconv.h: Implement text conversion barriers and fix
various typos.
java/org/gnu/emacs/EmacsInputConnection.java
src/android.c
src/androidgui.h
src/androidterm.c
src/frame.h
src/textconv.c
src/textconv.h