- 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
- TergentTheme.kt: color tokens, typography, spacing, shapes - DevicesScreen.kt, DiagnosticsScreen.kt, NotificationsScreen.kt: 3 new pages - SshTerminalManager.kt: SSH connection manager (JSch) - SshTerminalScreen.kt: terminal UI with arrow keys/Tab/Ctrl keypad - SshHost.kt: standalone SSH composable - SettingsScreens.kt: SSH terminal entry in settings - ShellScreen.kt: SSH row in settings list - Removed duplicate app/main/ source directory (single source: app/src/main/) - JSch 0.1.55 dependency
Source: openclaw/openclaw@main apps/android Changes: renamed app_name to Tergent