Expand onboarding and adaptive keyboard intelligence

Add resilient usage analytics, OOBE gateway flows, clipboard semantic ranking, purchase recovery, style learning, and managed current-information search.
This commit is contained in:
Rocky
2026-08-22 16:33:18 +08:00
parent ac374631ae
commit e5a83843db
162 changed files with 23574 additions and 1013 deletions
+16 -2
View File
@@ -30,7 +30,8 @@
"OSGKeyboardTests/AccountSecurityPrimitiveTests",
"OSGKeyboardTests/AccountSignInCoordinatorTests",
"OSGKeyboardTests/AccountSnapshotLoaderTests",
"OSGKeyboardTests/DeviceIntegrityTests"
"OSGKeyboardTests/DeviceIntegrityTests",
"OSGKeyboardTests/ReferralProfileTests"
]
},
"managed_gateway": {
@@ -45,10 +46,14 @@
"platform": "ios",
"tests": [
"OSGKeyboardTests/AnalyticsModelTests",
"OSGKeyboardTests/AnalyticsAttributionTests",
"OSGKeyboardTests/AnalyticsRepositoryTests",
"OSGKeyboardTests/AnalyticsUploadCoordinatorTests",
"OSGKeyboardTests/AnalyticsUploadSchedulingTests",
"OSGKeyboardTests/AnalyticsAIOperationTests",
"OSGKeyboardTests/KeyboardUsageModelTests",
"OSGKeyboardTests/KeyboardUsageRepositoryTests",
"OSGKeyboardTests/KeyboardUsageUploadCoordinatorTests",
"OSGKeyboardExtTests/AnalyticsExtensionPrivacyTests"
]
},
@@ -73,6 +78,7 @@
"OSGKeyboardTests/PolishPromptComposerQuestionTests",
"OSGKeyboardTests/PolishOutputValidatorTests",
"OSGKeyboardTests/PolishStylePackTests",
"OSGKeyboardTests/PolishStyleLearningServiceTests",
"OSGKeyboardTests/LLMClientTests",
"OSGKeyboardTests/TranscriptLanguageDetectorTests",
"OSGKeyboardTests/AIModeLLMClientTests",
@@ -146,6 +152,7 @@
"OSGKeyboardTests/MicVoiceAvailabilityTests",
"OSGKeyboardTests/FlowKeyboardPoliciesTests",
"OSGKeyboardTests/FlowReliabilityTests",
"OSGKeyboardTests/FlowSessionManagerAnalyticsTests",
"OSGKeyboardTests/AISessionStateTests"
]
},
@@ -158,6 +165,7 @@
"OSGKeyboardExtTests/CandidatePanelExpandTests",
"OSGKeyboardExtTests/ClipboardSuggestionLifecycleTests",
"OSGKeyboardExtTests/KeyboardStateTests",
"OSGKeyboardExtTests/KeyboardUsageTypingTests",
"OSGKeyboardExtTests/KeyboardSurfaceStateTests",
"OSGKeyboardExtTests/KeyHitTestingTests",
"OSGKeyboardExtTests/LibrimeIntegrationTests",
@@ -166,6 +174,7 @@
"OSGKeyboardExtTests/RimePersonalDictionaryExporterTests",
"OSGKeyboardExtTests/TypingTouchTrackerTests",
"OSGKeyboardTests/AssistantFieldActionTests",
"OSGKeyboardTests/AppleNaturalLanguageCapabilityTests",
"OSGKeyboardTests/KeyboardTranslationConfigProtectionTests",
"OSGKeyboardTests/AIHintPoolTests",
"OSGKeyboardTests/AIHintKeywordExtractorTests",
@@ -175,9 +184,13 @@
"OSGKeyboardTests/AIEventExtractionTests",
"OSGKeyboardTests/AIAddressExtractionTests",
"OSGKeyboardTests/AINoteExportTests",
"OSGKeyboardTests/ClipboardSemanticAnalyzerTests",
"OSGKeyboardTests/ClipboardSkillSemanticRankerTests",
"OSGKeyboardTests/ClipboardHistoryPolicyTests",
"OSGKeyboardTests/ClipboardHistoryStoreTests",
"OSGKeyboardTests/KeyboardExtensionMemoryBudgetTests"
"OSGKeyboardTests/KeyboardExtensionMemoryBudgetTests",
"OSGKeyboardTests/OfficialSkillCatalogTests",
"OSGKeyboardTests/RimeFrequentTermStoreTests"
]
},
"host_misc": {
@@ -185,6 +198,7 @@
"platform": "ios",
"tests": [
"OSGKeyboardTests/HostAppURLRegistryTests",
"OSGKeyboardTests/PublicContentRefreshServiceTests",
"OSGKeyboardTests/TipProductTests",
"OSGKeyboardTests/OpenSourceLicenseCatalogTests"
]