]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/xml/preferences.xml
Replace Android's download manager. https://redmine.stoutner.com/issues/528
[PrivacyBrowserAndroid.git] / app / src / main / res / xml / preferences.xml
index 9b7d8135dfa236095fd49547bf455e07d4b2347b..dafe62e6d232805e2d9739b6c0bf98823a91346e 100644 (file)
             android:defaultValue="@string/proxy_default_value" />
 
         <EditTextPreference
-            android:key="proxy_custom_host"
-            android:title="@string/proxy_custom_host"
-            android:defaultValue="@string/proxy_custom_host_default_value"
+            android:key="proxy_custom_url"
+            android:title="@string/proxy_custom_url"
+            android:defaultValue="@string/proxy_custom_url_default_value"
             android:inputType="textUri" />
-
-        <!-- `android:inputType="number"` currently doesn't work with AndroidX. -->
-        <EditTextPreference
-            android:key="proxy_custom_port"
-            android:title="@string/proxy_custom_port"
-            android:defaultValue="@string/proxy_custom_port_default_value"
-            android:inputType="number" />
     </PreferenceCategory>
 
     <PreferenceCategory
             android:summary="@string/display_additional_app_bar_icons_summary"
             android:defaultValue="false" />
 
-        <SwitchPreference
-            android:key="download_with_external_app"
-            android:title="@string/download_with_external_app"
-            android:summary="@string/download_with_external_app_summary"
-            android:defaultValue="false" />
-
         <SwitchPreference
             android:key="dark_theme"
             android:title="@string/dark_theme"