fix(ipad): ship iPad P0 layout/globe fixes, edit-last-input, drop clipboard commands

Adapt typing/voice surfaces for iPad width and height, add the system globe
key and last-input editing flow, harden host-only Rime deployment, and remove
clipboard voice commands. Bump build to 61.
This commit is contained in:
Rocky
2026-08-10 13:50:50 +08:00
parent 53abad2050
commit 2bc8c1b87d
85 changed files with 5703 additions and 3997 deletions
+12 -11
View File
@@ -43,14 +43,15 @@
"OSGKeyboardTests/TranscriptLanguageDetectorTests"
]
},
"clipboard_command": {
"description": "Clipboard-command material eligibility, prompt contract, intent recovery, and preparation policy",
"edit_last_input": {
"description": "Long-press edit prompt, target validation, gestures, and Flow start transactions",
"platform": "ios",
"tests": [
"OSGKeyboardTests/ClipboardCommandPromptComposerTests",
"OSGKeyboardTests/ClipboardMaterialFilterTests",
"OSGKeyboardTests/ClipboardCommandResumeTests",
"OSGKeyboardTests/ClipboardPreparingPolicyTests",
"OSGKeyboardTests/EditLastInputPromptTests",
"OSGKeyboardTests/EditableInputReferenceTests",
"OSGKeyboardTests/FlowStartTransactionPolicyTests",
"OSGKeyboardTests/SpeechHistoryRevisionTests",
"OSGKeyboardTests/EditTransactionStoreTests",
"OSGKeyboardTests/RecordButtonGesturePolicyTests"
]
},
@@ -163,7 +164,7 @@
"config",
"sync",
"polish",
"clipboard_command",
"edit_last_input",
"cloud_asr",
"local_asr",
"utterance",
@@ -179,7 +180,7 @@
"config",
"sync",
"polish",
"clipboard_command",
"edit_last_input",
"cloud_asr",
"local_asr",
"utterance",
@@ -199,9 +200,9 @@
"description": "Polish-only",
"groups": ["polish"]
},
"clipboard": {
"description": "Clipboard command lifecycle and prompt contract only",
"groups": ["clipboard_command"]
"edit": {
"description": "Long-press editing lifecycle and prompt contract only",
"groups": ["edit_last_input"]
},
"keyboard": {
"description": "Keyboard typing/Rime plus flow handoff/mic (keyboard-critical)",