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

@@ -161,8 +161,6 @@
<string name="pref_filter_google_summary">Ignoruj aplikacje od Google w Aktualizacjach i Zainstalowanych aplikacjach</string>
<string name="pref_filter_fdroid_title">Filtruj aplikacje F-Droid</string>
<string name="pref_filter_fdroid_summary">Ignoruj aplikacje od F-Droid w Aktualizacjach i Zainstalowanych aplikacjach</string>
<string name="pref_downloader_external_desc">Pamięć zewnętrzna jest używana do pobierania, eksportowania itp.</string>
<string name="pref_downloader_external">Pamięć zewnętrzna</string>
<string name="title_installation">Instalacja</string>
<string name="pref_install_mode_title">Metoda instalacji</string>
<string name="pref_ui_title">Dostosowywanie</string>
@@ -349,7 +347,6 @@
<string name="action_uninstall_confirmation">Czy chcesz odinstalować tę aplikację\?</string>
<string name="title_apps_sale_provider">Dostawca - bestappsales.com</string>
<string name="details_no_apps_on_sale">Nie znaleziono aplikacji na wyprzedaży</string>
<string name="pref_downloader_path_title">Ścieżka pobierania</string>
<string name="pref_download_directory_error">Wybrana ścieżka nie umożliwia zapisu</string>
<string name="pref_updates_check_frequency_desc">Skonfiguruj częstotliwość samoaktualizacji oraz automatycznych aktualizacji (w godzinach).</string>
<string name="pref_aurora_only">Tylko aplikacje Aurora Store</string>