Cleanup and retire non-working download options

* External storage download uses external files directory and not the SD card
  to downloads while the description states otherwise. This is in-accurate and
  thus dropped (See #985).

* Custom download path is broken which was implemented as a workaround for the
  above (See #1003).

* Move downloads storage to internal files directory which is sandboxed and only
  accessible to us.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-02-26 14:55:10 +05:30
parent 2f5d39106a
commit caf6dd18c1
59 changed files with 28 additions and 379 deletions

View File

@@ -158,8 +158,6 @@
<string name="pref_filter_google_summary">從搜尋結果、類別中移除所有 Google 應用程式</string>
<string name="pref_filter_fdroid_title">過濾 F-Droid 應用程式</string>
<string name="pref_filter_fdroid_summary">從應用程式列表中移除 F-Droid 應用程式</string>
<string name="pref_downloader_external_desc">外部儲存被用於下載、匯出等。</string>
<string name="pref_downloader_external">用戶外部儲存</string>
<string name="pref_dialog_to_apply_restart">設定將會在你重新啟動應用後生效</string>
<string name="pref_common_extra">額外功能</string>
<string name="pref_app_download">下載</string>