]> git.eshelyaron.com Git - emacs.git/commit
Work around one Android bug and document another
authorPo Lu <luangruo@yahoo.com>
Thu, 23 May 2024 09:46:48 +0000 (17:46 +0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 May 2024 20:36:17 +0000 (22:36 +0200)
commit1fd80eda8f703463914515502c09ec6bfc22ab83
tree132e17c93591b02c7eb0893a0eaf897f62dba898
parent3f813788a6a995bd35657b5bfde05f2d359e6eba
Work around one Android bug and document another

* etc/PROBLEMS (Runtime problems specific to Android): Document
deficiency of "Android Keyboard (AOSP)."

* java/org/gnu/emacs/EmacsView.java (showOnScreenKeyboard):
Revert yesterday's change.

* java/org/gnu/emacs/EmacsWindow.java (toggleOnScreenKeyboard):
Sync with the UI thread after displaying the on-screen keyboard.

(cherry picked from commit e96e4906c8cb2a8810f969579446f6d151954586)
etc/PROBLEMS
java/org/gnu/emacs/EmacsView.java
java/org/gnu/emacs/EmacsWindow.java