Add back search filters from v3

This commit is contained in:
Rahul Kumar Patel
2021-04-05 04:28:09 +05:30
parent a76638af0d
commit ee8cde3f26
14 changed files with 575 additions and 35 deletions

View File

@@ -149,6 +149,7 @@
<string name="details_more_about_app">"More about app"</string>
<string name="details_no_ads">"No ads"</string>
<string name="details_no_app">"No apps available"</string>
<string name="details_no_app_match">"No app match found"</string>
<string name="details_no_dependencies">"No Dependencies"</string>
<string name="details_no_previews">"No previews available"</string>
<string name="details_no_permission">"No permissions"</string>
@@ -268,6 +269,8 @@
<string name="pref_filter_fdroid_title">"Filter F-Droid apps"</string>
<string name="pref_filter_google_summary">"Removes all Google Apps from search results and category apps"</string>
<string name="pref_filter_google_title">"Filter Google apps"</string>
<string name="pref_filter_search_summary">"Search filters are reset on each search. Turn off to save search filters"</string>
<string name="pref_filter_search_title">"Use non-persistent search filter"</string>
<string name="pref_insecure_anonymous_summary">"Generate GSF ID locally on device"</string>
<string name="pref_insecure_anonymous_title">"Insecure anonymous session"</string>
<string name="pref_install_auto_summary">"Apps are installed instantly after download completes"</string>