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

@@ -285,18 +285,15 @@
<string name="app_language">アプリの言語</string>
<string name="title_app_settings">アプリ設定</string>
<string name="android_market_desc">Android マーケットは、Android デバイス用にデザインされたソフトウェアアプリケーションを提供するオンラインストアでしたが、2017年に廃止されました。</string>
<string name="pref_network_proxy_enable">プロキシを有効化</string>
<string name="details_ratings_title_hint">評価タイトル</string>
<string name="pref_network_proxy_url">プロキシ URL</string>
<string name="pref_updates_check_frequency_desc">自動/自己更新の間隔を時間単位で構成します。</string>
<string name="pref_aurora_only">Aurora Store アプリのみ</string>
<string name="pref_network_proxy_title">プロキシ</string>
<string name="toast_proxy_invalid">プロキシ URL が無効です。形式を確認してください!</string>
<string name="pref_aurora_only_desc">Aurora Store でインストールしたアプリのみを更新とインストール済みアプリに表示</string>
<string name="toast_proxy_success">プロキシの設定に成功しました</string>
<string name="pref_updates_check_frequency">自動更新周期</string>
<string name="toast_proxy_failed">プロキシの設定に失敗しました</string>
<string name="pref_network_proxy_enable_desc">アプリからのすべてのトラフィックをプロキシに通す</string>
<string name="pref_updates_auto">アプリの自動更新</string>
<string name="onboarding_permission_doze">バックグラウンドダウンロード</string>
<string name="pref_updates_auto_desc">自動更新の動作を設定する</string>