Commit Graph

  • b9d5ab2fea v1.3.5: add Send button + session limit + fix compile order master v1.3.5 茂之钳 2026-05-26 13:49:55 +00:00
  • 99f19faafa v1.3.4: remove inline input display from terminal bottom 茂之钳 2026-05-26 12:33:55 +00:00
  • 2002d116d9 fix: proper CoroutineScope cancel via Job v1.3.3 茂之钳 2026-05-26 10:00:17 +00:00
  • 4b5ffe9b33 fix: replace GlobalScope with CoroutineScope+SupervisorJob to fix -Werror build 茂之钳 2026-05-26 09:52:59 +00:00
  • 902a4c5572 v1.3.3: fix SSH terminal no-output bug (critical) 茂之钳 2026-05-26 07:31:30 +00:00
  • 04e5056aaa chore: local-build branch - simplified gradle for Android Studio local-build 茂之钳 2026-05-25 13:54:02 +00:00
  • eb03204347 docs: add SSH module design document (Chinese) 茂之钳 2026-05-25 13:34:22 +00:00
  • 9315476a40 v1.3.2: remove terminal display $ prompt v1.3.2 茂之钳 2026-05-25 09:34:41 +00:00
  • bc9d8602ad v1.3.1: add inputType and fix coroutine scope for keyboard send 茂之钳 2026-05-25 08:41:21 +00:00
  • 4c31834810 fix: re-add setOnEditorActionListener for soft keyboard send v1.3.1 v1.3.0 茂之钳 2026-05-25 05:40:36 +00:00
  • 708f1cb986 v1.2.9: fix enter key send, remove all local $ symbols v1.2.9 茂之钳 2026-05-25 03:55:44 +00:00
  • f12efdbb08 v1.2.8: remove $ prompt from input bar v1.2.8 茂之钳 2026-05-24 23:31:28 +00:00
  • 69f51e5fd8 v1.2.7: visible input row with EditText, always tappable v1.2.7 茂之钳 2026-05-24 15:06:58 +00:00
  • b1355aacff v1.2.6: move EditText to top, 0 height, no overlap v1.2.6 茂之钳 2026-05-24 13:16:44 +00:00
  • 0bb7616ed2 v1.2.5: fix editor action, fix icons v1.2.5 茂之钳 2026-05-24 12:46:46 +00:00
  • b446478265 v1.2.4: native EditText input bridge, proper IME support v1.2.4 茂之钳 2026-05-24 11:34:18 +00:00
  • 7c09aae659 fix: sync ConnectTabScreen and SettingsScreens build fixes 茂之钳 2026-05-24 11:00:07 +00:00
  • 9bf76bfed7 v1.2.3: fix keyboard order, empty password, new logo v1.2.3 茂之钳 2026-05-24 10:40:11 +00:00
  • b3281928f1 v1.2.2: fix hidden TextField value sync & keyboard trigger - Use mutableStateOf(TextFieldValue) as single source of truth - Removed key(currentInput) that caused focus loss on each keystroke - Changed hidden field from 0x0 to 1x30dp for better IME compatibility - Fixed display: showing inputText.text instead of stale currentInput - Soft keyboard now shows input text in terminal's last line v1.2.2 茂之钳 2026-05-24 10:35:17 +00:00
  • 513121d884 添加logo hm 2026-05-24 18:31:13 +08:00
  • 58320fcaf5 v1.2.1: add hidden input bridge for soft keyboard - Added transparent BasicTextField (0x0) to trigger soft keyboard - Tapping terminal area now shows input method - Removed keyCode-based character capture (didn't work with IME) - Enter detection via OnValueChange (\n in text) - Hardware keyboard still handled via onKeyEvent v1.2.1 茂之钳 2026-05-24 09:45:56 +00:00
  • 008f44fac5 v1.2.0: remove input box, real terminal-style input - Removed InputRow and BasicTextField entirely - Terminal input now happens inline in the last line of output - onKeyEvent captures keystrokes at the terminal level - Connect button no longer checks password/key requirement - True Linux terminal input experience v1.2.0 茂之钳 2026-05-24 08:38:04 +00:00
  • 35f3200d6b v1.1.5: fix connect button always disabled, floating input bar v1.1.5 茂之钳 2026-05-24 07:25:51 +00:00
  • 1951cf9fe3 fix: three terminal bugs v1.1.4 茂之钳 2026-05-24 06:44:50 +00:00
  • 418c8c94a6 v1.1.3: add password visibility toggle (eye icon) for SSH password & key passphrase v1.1.3 茂之钳 2026-05-24 05:36:23 +00:00
  • d0f8c81049 v1.1.2: fix connection UX — immediate tab creation, loading state, error display 茂之钳 2026-05-24 05:33:21 +00:00
  • e906629735 v1.1.1: fix build issues, add missing ClawTokens.kt design tokens 茂之钳 2026-05-24 04:59:38 +00:00
  • 7785757d7f v1.1.0: i18n multi-language support (中文/English) 茂之钳 2026-05-24 04:51:03 +00:00
  • 0577010f8b v1.0.0: custom app icon, host key verification v1.0.0 茂之钳 2026-05-24 02:41:54 +00:00
  • dbc4a92a13 v0.9.3: fix missing keyboardOptions/keyboardActions on BasicTextField 茂之钳 2026-05-24 02:17:57 +00:00
  • d50e6457e5 v0.9.2: fix send button, add keyboard Enter/Send action 茂之钳 2026-05-24 01:47:11 +00:00
  • d09ebeac34 v0.9.1: larger send button, input focus on terminal 茂之钳 2026-05-24 01:44:08 +00:00
  • 5a314f9754 docs: update to v0.9.0 茂之钳 2026-05-24 01:33:14 +00:00
  • ae4543ec21 v0.9.0: connection testing feature 茂之钳 2026-05-24 01:32:44 +00:00
  • 4707675c28 v0.8.0: port forwarding, session recording, auto theme 茂之钳 2026-05-24 01:09:19 +00:00
  • c081e5380c v0.7.0: copy, reconnect button, font size v0.8.0 茂之钳 2026-05-24 00:58:12 +00:00
  • cfc9dace42 v0.6.0: Chinese IME fix, connection groups, search 茂之钳 2026-05-23 23:37:06 +00:00
  • b3dca582af fix: add systemBarsPadding to prevent overlap with status bar and navigation bar v0.6.0 茂之钳 2026-05-23 15:14:22 +00:00
  • 0a38c43d89 v0.5.0: multi-session tabs, SFTP, themes, quick commands 茂之钳 2026-05-23 15:04:31 +00:00
  • 71c24af854 v0.5.0: terminal themes, scroll control, quick commands (fix build issues) 茂之钳 2026-05-23 15:02:24 +00:00
  • a4eef63c14 v0.4.0: fix SshTerminalScreen - clean version with SFTP toggle, no QuickCommands conflict 茂之钳 2026-05-23 14:44:54 +00:00
  • 2e66c68034 docs: update to v0.3.0 (saved connections, key auth) v0.5.0 茂之钳 2026-05-23 14:23:02 +00:00
  • c7b3552e3c v0.3.0: saved connections, key auth, config storage 茂之钳 2026-05-23 14:22:22 +00:00
  • 9b30437b98 docs: add Tergent design document (architecture, dataflow, ADRs) 茂之钳 2026-05-23 13:05:00 +00:00
  • 58426758c1 refactor: standalone SSH client mode 茂之钳 2026-05-23 11:16:20 +00:00
  • 4b722f7861 fix(build): add thirdParty source files to main for Play flavor 茂之钳 2026-05-23 09:08:51 +00:00
  • 883ec72ad7 chore: integrate all Tergent UI + SSH features v0.1.1-alpha 茂之钳 2026-05-23 08:01:11 +00:00
  • bc93a9cba1 fix(ssh): add missing rememberCoroutineScope import 茂之钳 2026-05-23 07:49:28 +00:00
  • 6a3138d8ee fix(ssh): wrap suspend connect call in coroutine scope 茂之钳 2026-05-23 07:37:35 +00:00
  • a537ae9ef1 feat(ssh): integrate SSH terminal into settings navigation 茂之钳 2026-05-23 07:33:03 +00:00
  • 5f03ffc305 feat(tergent): mirror DevicesScreen, DiagnosticsScreen, NotificationsScreen to app/src/main/java 茂之钳 2026-05-23 07:26:26 +00:00
  • 2ff4bdf4f4 feat(tergent): mirror new tergent screens to app/src/main/java source root 茂之钳 2026-05-23 07:25:37 +00:00
  • 81bf9e1f50 feat(ssh): full terminal UI with arrow keys/Tab/Ctrl keypad 茂之钳 2026-05-23 07:23:47 +00:00
  • a72b01e142 feat(ssh): add SSH terminal functionality (JSch) 茂之钳 2026-05-23 07:19:05 +00:00
  • 8cdf48ab95 docs: add SVG page mockups (9 screens) for Figma/Pixso import 茂之钳 2026-05-23 05:22:15 +00:00
  • 21908f43aa docs: add complete UI spec document (1067 lines) Tergent DevOps 2026-05-23 03:26:48 +00:00
  • 5fb628f608 docs: update UI reference to dark terminal theme Tergent DevOps 2026-05-23 03:23:20 +00:00
  • 9f9ddb9f4c docs: add UI layout reference for Pixso design Tergent DevOps 2026-05-23 03:21:04 +00:00
  • 376d6a04c2 chore: add gitignore for build artifacts Tergent DevOps 2026-05-22 13:59:28 +00:00
  • 47a7849076 chore: initial import from OpenClaw Android v0.1.0 Tergent DevOps 2026-05-22 12:51:08 +00:00
  • 22018b05d7 Initial commit main hm 2026-05-22 12:50:51 +00:00