Implement URL input format checks

This commit is contained in:
Kirill Kamakin
2021-11-27 12:27:25 +03:00
parent ebba1889c7
commit 339f8327de
6 changed files with 52 additions and 2 deletions

View File

@@ -23,4 +23,5 @@
<string name="fragment_authentication_no_connection">Can\'t connect, check address.</string>
<string name="fragment_authentication_unexpected_response">Unexpected response. Is it Mealie?</string>
<string name="fragment_authentication_unknown_error">Something went wrong, please try again.</string>
<string name="fragment_authentication_url_invalid">Check URL format: %s</string>
</resources>