FiltersPreference: Merge into UpdatesPreference

They only apply to updates as we try to show all available apps in
installed and blacklist fragment to be clear about all possible apps
aurora store can check updates for.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-11-20 11:39:29 +07:00
parent 0bc8e76f9f
commit bc3e1b0d1b
8 changed files with 65 additions and 106 deletions

View File

@@ -210,9 +210,9 @@
<string name="pref_dialog_to_apply_restart">"This setting will be applied after you restart the app"</string>
<string name="pref_downloader_wifi_title">"Download using WiFi only"</string>
<string name="pref_download_directory_error">"Selected path is not writable"</string>
<string name="pref_filter_fdroid_summary">"Ignore F-Droid apps from Updates and Installed apps"</string>
<string name="pref_filter_fdroid_summary">"Don't check updates for apps downloaded or installed from F-Droid"</string>
<string name="pref_filter_fdroid_title">"Filter F-Droid apps"</string>
<string name="pref_filter_google_summary">"Ignore Google apps from Updates and Installed apps"</string>
<string name="pref_filter_google_summary">"Don't check updates for Google apps"</string>
<string name="pref_filter_google_title">"Filter Google apps"</string>
<string name="pref_install_delete_summary">Downloaded APKs will be deleted immediately after installation</string>
<string name="pref_install_delete_title">"Delete APK post-install"</string>
@@ -240,7 +240,7 @@
<string name="pref_updates_incompatible">Incompatible updates</string>
<string name="pref_updates_incompatible_desc">Show updates for incompatible or disabled apps that may fail to install</string>
<string name="pref_aurora_only">Aurora Store apps only</string>
<string name="pref_aurora_only_desc">Show only Aurora Store installed apps in Updates and Installed apps</string>
<string name="pref_aurora_only_desc">Only check updates for apps installed by Aurora Store</string>
<string name="purchase_failed">"Download Failed"</string>
<string name="purchase_invalid">"App not purchased"</string>
<string name="purchase_unsupported">"App not supported"</string>