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

@@ -206,8 +206,6 @@
<string name="pref_install_auto_summary">Les applications sont installées instantanément une fois le téléchargement terminé</string>
<string name="pref_filter_google_summary">Ignore les applications Google dans Mises à jour et Applications installées</string>
<string name="pref_filter_fdroid_summary">Ignorer les applications F-droid dans Mises à jour et Applications installées</string>
<string name="pref_downloader_external_desc">Le stockage externe est utilisé pour les téléchargements, les exportations, etc.</string>
<string name="pref_downloader_external">Stockage externe de lutilisateur</string>
<string name="pref_dialog_to_apply_restart">Ce paramètre sera appliqué après le redémarrage de lapplication</string>
<string name="pref_abandon_session_desc">Effacer les sessions dinstallation abandonnées ou en attente</string>
<string name="pref_abandon_session">Forcer leffacement des sessions dinstallation</string>
@@ -356,7 +354,6 @@
<string name="title_app_settings">Paramètres de l\'application</string>
<string name="title_apps_sale_provider">Fournisseur - bestappsales.com</string>
<string name="details_no_apps_on_sale">Aucune application en vente trouvée</string>
<string name="pref_downloader_path_title">Dossier de téléchargement</string>
<string name="pref_updates_check_frequency">Fréquence des mises à jour automatiques</string>
<string name="pref_download_directory_error">Le dossier sélectionné nest pas utilisable</string>
<string name="toast_proxy_failed">Échec de paramétrage du serveur mandataire</string>