-
released this
2026-05-26 13:52:37 +00:00 | 0 commits to master since this release修复
- 新增发送按钮 — EditText 旁增加蓝色 Send 图标按钮,点击即可发送命令,不再依赖输入法的兼容性
- 限制连接数 — 最多 5 个 SSH 连接,超出自动关闭最旧的
- 编译修复 — 修复 Kotlin 函数前向引用问题
- 删除了终端底部的 inline 输入显示 — 输入只在顶部 EditText 栏
Downloads
-
released this
2026-05-26 11:42:24 +00:00 | 2 commits to master since this release修复\n- connect() 永不返回 — readOutput 阻塞导致协程卡死,现已改为独立协程\n- \r 清空行内容 — SSH \r\n 换行序列导致所有输出被吞,现已修复\n- 连接后无初始提示 — 发送初始换行触发 shell 响应\n- 编译修复 — GlobalScope 替换为 CoroutineScope+SupervisorJob\n\n下载 APK 安装后测试 SSH 终端,输入 ls 应该能看到输出了
Downloads
-
released this
2026-05-25 08:41:11 +00:00 | 8 commits to master since this release修复\n- 添加 inputType.TYPE_CLASS_TEXT 配置,确保输入法显示 Send 按钮\n- 替换 MainScope() 为外部 coroutineScope,避免生命周期不匹配\n- 软键盘发送指令现在应该正常工作了
Downloads
-
released this
2026-05-25 05:40:46 +00:00 | 8 commits to master since this release修复
- 重新添加 setOnEditorActionListener,适配中文输入法等软键盘的 IME_ACTION_SEND/GO/DONE 事件
- 同时保留 TextWatcher \n 检测(兼容硬件键盘回车)
- 现在发送指令应该正常工作了
Downloads
-
v1.2.8 Stable
released this
2026-05-24 23:31:49 +00:00 | 10 commits to master since this releaseremove dollar sign
Downloads
-
v1.2.7 Stable
released this
2026-05-24 15:07:29 +00:00 | 11 commits to master since this releasevisible input row
Downloads
-
v1.2.6 Stable
released this
2026-05-24 13:17:46 +00:00 | 12 commits to master since this releaseEditText at top, 0 height
Downloads
-
v1.2.5 Stable
released this
2026-05-24 12:47:30 +00:00 | 13 commits to master since this releaseIME action fix + icon
Downloads