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

@@ -89,8 +89,6 @@
<string name="pref_filter_google_summary">Ignorovat aplikace od společnosti Google z karty Aktualizace a Nainstalované</string>
<string name="pref_filter_fdroid_title">Filtrovat aplikace F-Droid</string>
<string name="pref_filter_fdroid_summary">Ignorovat aplikace ze služby F-Droid z karty Aktualizace a Nainstalované</string>
<string name="pref_downloader_external_desc">Externí úložiště se používá pro stahování, export atd.</string>
<string name="pref_downloader_external">Externí úložiště uživatele</string>
<string name="pref_dialog_to_apply_restart">Toto nastavení se aplikuje po restartování aplikace</string>
<string name="pref_common_extra">Doplňky</string>
<string name="pref_app_download">Stahované soubory</string>
@@ -349,7 +347,6 @@
<string name="action_uninstall_confirmation">Chcete odinstalovat tuto aplikaci\?</string>
<string name="title_apps_sale_provider">Poskytovatel - bestappsales.com</string>
<string name="details_no_apps_on_sale">Nenalezeny žádné aplikace ve slevě</string>
<string name="pref_downloader_path_title">Cesta pro stahování</string>
<string name="pref_download_directory_error">Vybraná cesta není zapisovatelná</string>
<string name="pref_updates_check_frequency_desc">Nastavit intervaly pro automatické a vlastní aktualizace, v hodinách.</string>
<string name="pref_aurora_only">Pouze aplikace Aurora Store</string>