- Splash held until launch state resolves; introSeen+activeServer now one
combined DataStore emission (no black frame, no Connect-screen flash).
- Application warmups: fips core dlopen, DataStore first-read, Chromium
provider load — all off the first-paint window.
- Start-origin cache persisted across process death; cached/LAN/mesh
probes race three-wide (cold relaunch starts in milliseconds).
- ServerConnect: tunnel warms at screen entry; LAN/mesh race in parallel
(was 5s dead LAN wait, then tunnel start, then 15s probes); SSLContext
built once, not per attempt.
- Party: QR encode off-main + debounced (was per keystroke), share-APK
copy off-main + cached; Flare: sampled off-main photo decode,
derived message filter; Intro: graphicsLayer alpha, parallel fade.
- Kiosk: safe-area JS injection deduped per insets value, inset observer
disconnects once the page settles, BackHandler off live Chromium
calls, loader icons LRU-cached.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>