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

@@ -72,8 +72,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_app_download">Преузимања</string>
<string name="pref_abandon_session_desc">Очистите напуштене инсталационе сесије или инсталационе сесије на чекању</string>
@@ -385,7 +383,6 @@
<string name="action_uninstall_confirmation">Желите ли да деинсталирате ову апликацију\?</string>
<string name="title_apps_sale_provider">Пружалац - bestappsales.com</string>
<string name="details_no_apps_on_sale">Није пронађена ниједна апликација на распродаји</string>
<string name="pref_downloader_path_title">Путања преузимања</string>
<string name="pref_download_directory_error">Изабрана путања није уписива</string>
<string name="pref_updates_check_frequency_desc">Конфигуришите интервале за аутоматска ажурирања, у сатима.</string>
<string name="pref_aurora_only">Само Aurora Store апликације</string>