4c31834810
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.
8 lines
58 B
Plaintext
8 lines
58 B
Plaintext
.gradle/
|
|
build/
|
|
*.apk
|
|
*.aab
|
|
local.properties
|
|
.idea/
|
|
*.iml
|