feat(transport): Improve socket transport mode selection and localization

This commit is contained in:
cogwheel0
2025-10-30 22:32:59 +05:30
parent f4561484f6
commit a00d64fc26
19 changed files with 441 additions and 50 deletions

View File

@@ -953,14 +953,14 @@ class AppLocalizationsDe extends AppLocalizations {
String get mode => 'Modus';
@override
String get transportModeAuto => 'Auto (Polling + WebSocket)';
String get transportModePolling => 'Polling-Fallback';
@override
String get transportModeWs => 'Nur WebSocket';
@override
String get transportModeAutoInfo =>
'Robuster in restriktiven Netzwerken. Wechselt nach Möglichkeit zu WebSocket.';
String get transportModePollingInfo =>
'Fällt auf HTTP-Polling zurück, wenn WebSockets blockiert sind. Wechselt nach Möglichkeit zu WebSocket.';
@override
String get transportModeWsInfo =>