3 Commits

Author SHA1 Message Date
茂之钳 bc9d8602ad 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
2026-05-25 08:41:21 +00:00
茂之钳 a72b01e142 feat(ssh): add SSH terminal functionality (JSch)
- SshTerminalManager: SSH connection lifecycle, shell I/O, ANSI-aware line parsing
- SshTerminalScreen: Compose UI with terminal output, input bar, connect dialog
- Added JSch 0.1.55 dependency to gradle (libs.versions.toml + build.gradle.kts)
2026-05-23 07:19:05 +00:00
Tergent DevOps 47a7849076 chore: initial import from OpenClaw Android
Source: openclaw/openclaw@main apps/android
Changes: renamed app_name to Tergent
2026-05-22 12:51:08 +00:00