Files
茂之钳 4c31834810 fix: re-add setOnEditorActionListener for soft keyboard send
v1.2.9 removed setOnEditorActionListener, relying only on TextWatcher
detecting \n character. Many soft keyboards (especially Chinese IMEs)
send IME_ACTION_SEND/GO/DONE instead of inserting \n, so commands were
never sent.

This re-adds EditorInfo.IME_ACTION_SEND/GO/DONE handling alongside the
existing TextWatcher newline detection.
2026-05-25 05:40:36 +00:00

8 lines
58 B
Plaintext

.gradle/
build/
*.apk
*.aab
local.properties
.idea/
*.iml