X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=fe3a144005b9ab24ca64f5436597a77a17641273;hp=b978d8f9c1ed42cf6a057ec8a76f4561fd6db8e0;hb=e181e7bccc149dc4a839697a6e0417d7b9c54948;hpb=17174f4ceb49bbdb01e2700b2c4d3b3aa670e18e diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index b978d8f9..fe3a1440 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,7 +1,7 @@ @@ -56,81 +57,92 @@ + android:entries="@array/translated_user_agent_names" + android:entryValues="@array/user_agent_names" + android:defaultValue="@string/user_agent_default_value" + android:icon="?attr/userAgentIcon" /> + android:key="incognito_mode" + android:title="@string/incognito_mode" + android:summary="@string/incognito_mode_summary" + android:defaultValue="false" /> + + + android:key="blocklists" + android:title="@string/blocklists" > - + - + - + - - + - + + + + + android:key="google_analytics" + android:title="@string/google_analytics" + android:summary="@string/google_analytics_summary" + android:defaultValue="true" /> @@ -147,36 +159,95 @@ + android:key="tor_search" + android:title="@string/tor_search" + android:entries="@array/tor_search_entries" + android:entryValues="@array/tor_search_entry_values" + android:defaultValue="@string/tor_search_default_value" /> + + + + android:key="search" + android:title="@string/search" + android:entries="@array/search_entries" + android:entryValues="@array/search_entry_values" + android:defaultValue="@string/search_default_value" + android:icon="?attr/searchIcon" /> + + + + + + + + + + + + + + + + + + + + + @@ -184,26 +255,64 @@ + android:defaultValue="@string/homepage_default_value" + android:inputType="textUri" + android:icon="?attr/homepageIcon" /> + android:key="font_size" + android:title="@string/font_size_preference" + android:entries="@array/font_size_entries" + android:entryValues="@array/font_size_entry_values" + android:defaultValue="@string/font_size_default_value" + android:icon="?attr/fontSizeIcon" /> + android:key="open_intents_in_new_tab" + android:title="@string/open_intents_in_new_tab" + android:summary="@string/open_intents_in_new_tab_summary" + android:defaultValue="true" /> + + + + + + + + + + + + \ No newline at end of file