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

@@ -94,7 +94,6 @@
<string name="pref_filter_google_title">கூகுள் செயலிகளை வடிகட்டு</string>
<string name="onboarding_theme_select">நீங்கள் விரும்புவதைத் தேர்ந்தெடுக்கவும்</string>
<string name="pref_abandon_session">நிறுவல் அமர்வுகள் துடைப்பதைக் கட்டாயப்படுத்து</string>
<string name="pref_downloader_external_desc">பதிவிறக்கங்கள், ஏற்றுமதிகள் போன்றவற்றுக்கு வெளிப்புற சேமிப்பகம் பயன்படுத்தப்படுகிறது.</string>
<string name="pref_filter_fdroid_title">F-Droid செயலிகளை வடிகட்டு</string>
<string name="pref_filter_google_summary">தேடல் முடிவுகள் மற்றும் வகைப் பயன்பாடுகளில் இருந்து எல்லா Google Apps களையும் நீக்குகிறது</string>
<string name="pref_insecure_anonymous_title">பாதுகாப்பற்ற அநாமதேய அமர்வு</string>
@@ -202,7 +201,6 @@
<string name="pref_app_download">பதிவிறக்கங்கள்</string>
<string name="pref_common_extra">கூடுதல்</string>
<string name="pref_dialog_to_apply_restart">நீங்கள் பயன்பாட்டை மறுதொடக்கம் செய்த பிறகு இந்த அமைப்பு பயன்படுத்தப்படும்</string>
<string name="pref_downloader_external">பயனர் வெளிப்புற சேமிப்பு</string>
<string name="pref_filter_fdroid_summary">பயன்பாட்டு பட்டியல்களில் இருந்து F-Droid பயன்பாடுகளை நீக்குகிறது</string>
<string name="pref_filter_search_title">நிலையான தேடல் வடிப்பானைப் பயன்படுத்தவும்</string>
<string name="pref_insecure_anonymous_summary">சாதனத்தில் உள்ளூரில் GSF ஐடியை உருவாக்கவும்</string>