- QB re-attaches when keyboard is recreated (number row mode change) - LaunchedEffect keys include keyboard for settings re-apply - Page indicators applied synchronously in update block (no flash) - SFTP: compact header (Row instead of TopAppBar), tight breadcrumbs - SFTP: system back button navigates up one folder (BackHandler) - SFTP: bottomBar footer, reconnect remembers last folder - SFTP: --ez sftp true launch param opens SFTP-only (no terminal) - Slider: commit-on-drag-end prevents accidental changes while scrolling - Hidden number hints: top-right corner position, light blue (#99CCFF) - hintColor field on KeyDefinition for per-key hint color override - Glossary: back button = OS nav bar back button Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
960 B
960 B
Glossary
| Abbrev | Name | Description |
|---|---|---|
| TV | Terminal View | The terminal surface where sessions are displayed, typed into, and interacted with |
| AKB | Android Keyboard | System IME (Google Keyboard, Samsung Keyboard, etc.) |
| CKB | Custom Keyboard | Our Canvas-based keyboard (lib-terminal-keyboard) |
| AQB | AKB QuickBar | QuickBar shown when using the Android Keyboard |
| CQB | CKB QuickBar | QuickBar shown when using the Custom Keyboard |
| W | Shortcuts Button | App icon button on QB far-left — opens popup with app shortcuts (vim, nano, tmux, screen, F1-12) and key map grids |
| Con | Connection | A saved connection profile (SavedConnection entity) |
| Con List | Connection List | The home screen where you select/manage profiles (ConnectionListScreen) |
| Back button | System back | Always means the OS navigation bar back button, never an in-app arrow icon |