X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=6bb415e24b59ab5ed6c47dd033e5cf529956032e;hp=813c1ca2c6f6cb4a169e182d29c8a8e26ddb3c08;hb=9e11e18f4775c6bdd41f752f3baa290a0b50621d;hpb=218d83a82183986e87152c73a5bec86bb6bb1770 diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 813c1ca2..6bb415e2 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,99 +1,247 @@ + along with Privacy Browser Android. If not, see . --> + + - + + android:entries="@array/translated_user_agent_names" + android:entryValues="@array/user_agent_names" + android:defaultValue="@string/user_agent_default_value" + android:icon="@drawable/user_agent" /> - // Android doesn't let EditTextPreferences have more than one line, but I include singleLine="false" in case they ever wisen up. + + android:defaultValue="@string/custom_user_agent_default_value" + android:inputType="textVisiblePassword|textMultiLine" /> + + + + + + + android:key="blocklists" + android:title="@string/blocklists" > + + + + + + + + + + + + + + + + + + + + + + + + + android:key="@string/search_key" + android:title="@string/search" + android:entries="@array/search_entries" + android:entryValues="@array/search_entry_values" + android:defaultValue="@string/search_default_value" + android:icon="@drawable/search" /> + android:key="@string/search_custom_url_key" + android:title="@string/search_custom_url" + android:defaultValue="@string/search_custom_url_default_value" + android:inputType="textUri" /> + + + + android:key="@string/proxy_key" + android:title="@string/proxy" + android:entries="@array/proxy_entries" + android:entryValues="@array/proxy_entry_values" + android:defaultValue="@string/proxy_default_value" /> + android:key="@string/proxy_custom_url_key" + android:title="@string/proxy_custom_url" + android:defaultValue="@string/proxy_custom_url_default_value" + android:inputType="textUri" /> + + + + + + + + + + + + + + + + + + + + + + + + android:icon="@drawable/home" /> + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file