feat(apple): cover the window while the core boots

The core initializes asynchronously at launch, so for a moment the transfer lists
look empty and the app feels stalled. Show a full-window overlay (centered spinner
+ "Starting…") as the top layer of the root stack while coreState.isInitialized is
false; it fades out once the core is ready.
This commit is contained in:
2026-07-24 14:41:37 +02:00
parent 6e2c8b4b2d
commit 4bd51106e8
11 changed files with 57 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
<string name="about_privacy_title">Конфиденциальность и безопасность</string>
<string name="about_tagline">Отправляйте файлы напрямую. Сохраняйте контроль над тем, кто их получает.</string>
<string name="about_title">О приложении</string>
<string name="app_starting">Запуск…</string>
<string name="appearance_auto_description">Следовать светлому или тёмному оформлению этого устройства.</string>
<string name="appearance_dark_mode">Тёмный режим</string>
<string name="appearance_light_mode">Светлый режим</string>