rework initial loading, don't crash on login timeout on app start

closes #25
This commit is contained in:
2021-01-13 20:57:00 +01:00
parent 7dc120ccfe
commit 3f45d769d2
4 changed files with 129 additions and 113 deletions

View File

@ -59,6 +59,8 @@
<!-- dialogs -->
<string name="save">speichern</string>
<string name="cancel">@android:string/cancel</string>
<string name="dialog_timeout_head">Anmelden fehlgeschlagen</string>
<string name="dialog_timeout_desc">Der Server scheint langsam zu antworten. Bitte versuche es später noch einmal.</string>
<!-- etc -->
<string name="login">Login</string>

View File

@ -75,6 +75,8 @@
<!-- dialogs -->
<string name="save">save</string>
<string name="cancel">@android:string/cancel</string>
<string name="dialog_timeout_head">Login failed</string>
<string name="dialog_timeout_desc">Looks like the server is taking to long to respond. Please try again later.</string>
<!-- etc -->
<string name="login">Login</string>