X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=4d1d5086be5e3acf2c32efad9c9c60c30c63ea76;hp=a2576f5c1af0b954dea0ffba3f1d8c26836f38bf;hb=cd609c9888924549c03cd6509ed889cdb052d5bb;hpb=acae0260d295ddab13d47bf6e011ae4ebe8b5e44 diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index a2576f5c..4d1d5086 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,7 +1,7 @@ @@ -56,125 +51,195 @@ + 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="url_modification" + android:title="@string/url_modification" > + + + + + + + + + + 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="clear_and_exit" + android:title="@string/clear_and_exit" > + android:key="clear_everything" + android:title="@string/clear_everything" + android:summary="@string/clear_everything_summary" + android:defaultValue="true" /> - + - + - + + - + - + + android:defaultValue="@string/homepage_default_value" + android:inputType="textUri" + android:icon="?attr/homepageIcon" /> - + + + + + + + + + + + + + + + + + + \ No newline at end of file