NetworkPreferences: Simplify proxy setup yet again

* Allow to view and edit proxy URL without turning it off and on
* Add a new disable button in proxy dialog
* Trim whitespace and disallow new lines in the proxy URL field
* Disable buttons when not applicable

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-02-18 14:46:42 +08:00
parent cff88b1e17
commit 076b6ad291
50 changed files with 50 additions and 199 deletions

View File

@@ -290,13 +290,10 @@
<string name="pref_aurora_only_desc">Solo comprobar actualizaciones de aplicaciones instaladas desde la Aurora Store</string>
<string name="title_app_settings">Ajustes de la aplicación</string>
<string name="pref_updates_check_frequency">Frecuencia de las actualizaciones automáticas</string>
<string name="pref_network_proxy_enable">Activar el proxy</string>
<string name="pref_network_proxy_url">Dirección URL del proxy</string>
<string name="pref_network_proxy_title">Proxy</string>
<string name="toast_proxy_invalid">Dirección URL del proxy no válida, ¡compruebe el formato!</string>
<string name="toast_proxy_success">Proxy configurado correctamente</string>
<string name="toast_proxy_failed">Error al establecer el proxy</string>
<string name="pref_network_proxy_enable_desc">Permitir que todo el tráfico de la aplicación pase por el proxy</string>
<string name="pref_vending_version_device">Por defecto (desde la configuración del dispositivo)</string>
<string name="pref_vending_version_title">Versión para Google Play</string>
<string name="onboarding_permission_doze">Descargas en segundo plano</string>