Better error management, check Webdav instance unavailable, fixed crash on refresh when webdav instance was unavailable

This commit is contained in:
2025-01-19 09:47:14 +01:00
parent 34ca6c1cd6
commit 744bfef62b
4 changed files with 57 additions and 16 deletions

View File

@ -75,6 +75,7 @@
<string name="settings_storage_dav_pass">Password</string>
<string name="settings_network_error">Unable to reach server: </string>
<string name="settings_webdav_error_denied">Wrong WebDAV user or password</string>
<string name="settings_webdav_error_server_offline">WebDAV server is currently unavailable</string>
<string name="settings_webdav_error_generic">Error while trying to access WebDAV:</string>
<string name="settings_webdav_creation_error_generic">Unable to save a file on the WebDAV server:</string>
<string name="settings_webdav_creation_ok">Successfully connected with WebDAV server</string>