jay
fb56c11a29
fix: default font size 13pt → 11pt for ~53 cols on iPhone 12 mini
2026-05-16 04:04:48 +02:00
jay
d085444adc
fix: clear terminal on connect, increase SIGWINCH settle time to 600ms
2026-05-16 04:00:02 +02:00
jay
994b450fe4
fix: fresh connect uses resize+snapshot instead of full history replay; wire onInput
2026-05-16 03:46:24 +02:00
jay
044a4920bb
fix: terminal rendering — resize sync, TERM via sidecar, remove double-dot status
2026-05-16 03:30:31 +02:00
Johannes Merz
480a06981c
feat: app wiring — ContentView + AppState + MainTerminalView
...
- AppState: loads credential from Keychain on launch, persists on pair
- ContentView: switches PairingFlowView ↔ MainTerminalView on credential
- PairingFlowView: onDismiss → onSuccess(credential) callback
- MainTerminalView: auto-resolves/creates session, connects WebSocket stream
to TerminalViewController, ModifierBar wired to SessionConnection.send()
- piRemoteApp: AppState injected as environmentObject
2026-05-16 02:48:08 +02:00
Johannes Merz
9c617a7c14
fix: Swift 6 concurrency build errors — all files compile clean
...
- SessionConnection: ConnectionState not nested in WebSocketClient
- WebSocketClient: nonisolated(unsafe) for WebSocketEvent across actor boundary
- ModifierBar: explicit init() + RepeatingBarButton access level fix
- NotificationDelegate: nonisolated(unsafe) for completion handlers
- QRScannerView: DispatchQueue instead of Task.detached for AVCaptureSession
- piRemoteApp: add UserNotifications import
- xcodegen regenerate to pick up all new source files
2026-05-16 02:38:16 +02:00
jay
dc4f08d8ee
feat(T-2.4): ModifierBar, ModifierState, PasteSheet
2026-05-15 18:57:42 +02:00
jay
49667667eb
feat(T-2.3): TerminalView UIKit wrapper, theme store, font store
2026-05-15 18:26:12 +02:00
jay
f6396bc70e
feat(T-2.2): Pairing flow, Keychain, QR scanner, TLS pinning stub
2026-05-15 18:21:40 +02:00