X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=f5f3eb3fe9d45e151669d86c75deac2def2b5556;hb=9d621a09cdc72a3ad434084b3aab297f3a7a9d44;hp=8f813b7501920b4795542f5eb2d2b0bdb54a1df9;hpb=d9b68b83e414c8d02227b195e6398e8f92fe22c8;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 8f813b75..f5f3eb3f 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,7 +1,7 @@ @@ -56,23 +57,18 @@ + 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="blocklists" + android:title="@string/blocklists" > + android:key="easylist" + android:title="@string/easylist" + android:summary="@string/easylist_summary" + android:defaultValue="true" /> - + - + - + - + - + + + + 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="hide_app_bar" + android:title="@string/hide_app_bar" + android:summary="@string/hide_app_bar_summary" + android:defaultValue="true" /> + + + + + + + + + + + + @@ -190,26 +255,82 @@ + 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:title="@string/swipe_to_refresh" + android:summary="@string/swipe_to_refresh_summary" + android:defaultValue="true" /> + + + + + + + + + + \ No newline at end of file