mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 15:30:39 +00:00
* feat(ios): add live activity connection status and cleanup Add lock-screen/Dynamic Island connection health states and prune duplicate/stale activities before reuse. This intentionally excludes AI/title generation and heavier UX rewrites from #27488. Co-authored-by: leepokai <1663017+leepokai@users.noreply.github.com> * fix(ios): treat ended live activities as inactive * chore(changelog): add PR reference and author thanks --------- Co-authored-by: leepokai <1663017+leepokai@users.noreply.github.com>
69 lines
3.3 KiB
Plaintext
69 lines
3.3 KiB
Plaintext
Sources/Gateway/GatewayConnectionController.swift
|
|
Sources/Gateway/GatewayDiscoveryDebugLogView.swift
|
|
Sources/Gateway/GatewayDiscoveryModel.swift
|
|
Sources/Gateway/GatewaySettingsStore.swift
|
|
Sources/Gateway/KeychainStore.swift
|
|
Sources/Camera/CameraController.swift
|
|
Sources/Device/DeviceInfoHelper.swift
|
|
Sources/Device/DeviceStatusService.swift
|
|
Sources/Device/NetworkStatusService.swift
|
|
Sources/Chat/ChatSheet.swift
|
|
Sources/Chat/IOSGatewayChatTransport.swift
|
|
Sources/OpenClawApp.swift
|
|
Sources/Location/LocationService.swift
|
|
Sources/Model/NodeAppModel.swift
|
|
Sources/Model/NodeAppModel+Canvas.swift
|
|
Sources/RootCanvas.swift
|
|
Sources/RootTabs.swift
|
|
Sources/Screen/ScreenController.swift
|
|
Sources/Screen/ScreenRecordService.swift
|
|
Sources/Screen/ScreenTab.swift
|
|
Sources/Screen/ScreenWebView.swift
|
|
Sources/SessionKey.swift
|
|
Sources/Settings/SettingsNetworkingHelpers.swift
|
|
Sources/Settings/SettingsTab.swift
|
|
Sources/Settings/VoiceWakeWordsSettingsView.swift
|
|
Sources/Status/StatusPill.swift
|
|
Sources/Status/VoiceWakeToast.swift
|
|
Sources/Voice/VoiceTab.swift
|
|
Sources/Voice/VoiceWakeManager.swift
|
|
Sources/Voice/VoiceWakePreferences.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatComposer.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatMarkdownRenderer.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatMarkdownPreprocessor.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatMessageViews.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatModels.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatPayloadDecoding.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatSessions.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatSheets.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatTheme.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatTransport.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatView.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatViewModel.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/AnyCodable.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/BonjourEscapes.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/BonjourTypes.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/BridgeFrames.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/CameraCommands.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/CanvasA2UIAction.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/CanvasA2UICommands.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/CanvasA2UIJSONL.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/CanvasCommandParams.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/CanvasCommands.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/Capabilities.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/OpenClawKitResources.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/DeepLinks.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/JPEGTranscoder.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/NodeError.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/ScreenCommands.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/StoragePaths.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/SystemCommands.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/TalkDirective.swift
|
|
../../Swabble/Sources/SwabbleKit/WakeWordGate.swift
|
|
Sources/Voice/TalkModeManager.swift
|
|
Sources/Voice/TalkOrbOverlay.swift
|
|
Sources/LiveActivity/OpenClawActivityAttributes.swift
|
|
Sources/LiveActivity/LiveActivityManager.swift
|
|
ActivityWidget/OpenClawActivityWidgetBundle.swift
|
|
ActivityWidget/OpenClawLiveActivity.swift
|