X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=0b0142bde3eca71a9f2b29cd165fa64b17d0230f;hp=3519231cf2916cf41f99e7d9a860296f4835725c;hb=0488649384ddea89d768c1fc1cc5fb71f8af6528;hpb=c3c399fcc6ada5f970e3d75102ad8e61303903a0 diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 3519231c..0b0142bd 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,7 +1,7 @@ @@ -56,88 +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="incognito_mode" + android:title="@string/incognito_mode" + android:summary="@string/incognito_mode_summary" + android:defaultValue="false" /> + + + + + + + + + + + + + + + + + + + + + + + + + + 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:title="@string/full_screen" > + android:key="hide_app_bar" + android:title="@string/hide_app_bar" + android:summary="@string/hide_app_bar_summary" + android:defaultValue="true" /> + + + + + + + + + + + + @@ -147,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