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

@@ -162,8 +162,6 @@
<string name="pref_filter_google_summary">Uklanja sve Google programe iz rezultata pretraživanja i programa kategorije</string>
<string name="pref_filter_fdroid_title">Filtriraj F-Droid programe</string>
<string name="pref_filter_fdroid_summary">Uklanja F-Droid programe s popisa programa</string>
<string name="pref_downloader_external_desc">Vanjska memorija se koristiti za preuzimanja, izvoze, itd.</string>
<string name="pref_downloader_external">Vanjska memorija korisnika</string>
<string name="pref_dialog_to_apply_restart">Ova će se postavka primijeniti nakon ponovnog pokretanja programa</string>
<string name="pref_app_download">Preuzimanja</string>
<string name="pref_abandon_session_desc">Izbriši napuštene ili čekajuće instalacije</string>