X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=0b0142bde3eca71a9f2b29cd165fa64b17d0230f;hp=8ed81b84aab687621a0f08921c4f6165392d59d2;hb=0488649384ddea89d768c1fc1cc5fb71f8af6528;hpb=7f0fda47dbd040262a8149e1e6d27f7abe9043ea diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 8ed81b84..0b0142bd 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,7 +1,7 @@ @@ -56,76 +57,194 @@ + 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="search_category" + android:title="@string/search" > + 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" /> + + + + android:key="proxy" + android:title="@string/proxy" + android:entries="@array/proxy_entries" + android:entryValues="@array/proxy_entry_values" + android:defaultValue="@string/proxy_default_value" /> + android:key="full_screen" + android:title="@string/full_screen" > + + + + + + + + + + + + + + @@ -135,27 +254,82 @@ + android:title="@string/homepage" + android:defaultValue="@string/homepage_default_value" + android:inputType="textUri" + android:icon="?attr/homepageIcon" /> + android:key="download_location" + android:title="@string/download_location" + android:entries="@array/download_location_entries" + android:entryValues="@array/download_location_entry_values" + android:defaultValue="@string/download_location_default_value" + android:icon="?attr/downloadIcon" /> + + + + + + 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