v1.3.1: add inputType and fix coroutine scope for keyboard send

- Add InputType.TYPE_CLASS_TEXT so IME shows Send key on all keyboards
- Replace kotlinx.coroutines.MainScope() with external coroutineScope
  to avoid lifecycle mismatch and potential scope cancellation
This commit is contained in:
茂之钳
2026-05-25 08:41:21 +00:00
parent 4c31834810
commit bc9d8602ad
7 changed files with 351 additions and 1 deletions