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:
@@ -117,8 +117,6 @@
|
||||
<string name="pref_filter_google_summary">Google uygulamalarını Güncellemeler ve Kurulu uygulamalarda görmezden gel</string>
|
||||
<string name="pref_filter_fdroid_title">F-Droid uygulamalarını süz</string>
|
||||
<string name="pref_filter_fdroid_summary">F-Droid uygulamalarını Güncellemeler ve Kurulu uygulamalarda görmezden gel</string>
|
||||
<string name="pref_downloader_external_desc">Harici depolama, indirmeler, dışa aktarmalar vb. için kullanılır.</string>
|
||||
<string name="pref_downloader_external">Dış depolama kullanıcısı</string>
|
||||
<string name="pref_dialog_to_apply_restart">Bu seçenek uygulamayı yeniden başlattıktan sonra uygulanacak</string>
|
||||
<string name="pref_common_extra">Ekler</string>
|
||||
<string name="pref_app_download">İndirilenler</string>
|
||||
@@ -353,7 +351,6 @@
|
||||
<string name="title_app_settings">Uygulama Ayarları</string>
|
||||
<string name="title_apps_sale_provider">Sağlayıcı - bestappsales.com</string>
|
||||
<string name="details_no_apps_on_sale">Satışta uygulama yok</string>
|
||||
<string name="pref_downloader_path_title">İndirme yolu</string>
|
||||
<string name="pref_updates_check_frequency">Kendiliğinden güncelleme sıklığı</string>
|
||||
<string name="pref_download_directory_error">Seçilen yol yazılabilir değil</string>
|
||||
<string name="pref_downloader_wifi_title">Yalnızca WiFi kullanarak indir</string>
|
||||
|
||||
Reference in New Issue
Block a user