Add preferences screen and URL allowlist functionality

This commit is contained in:
Arjan Schrijver
2025-12-25 14:45:08 +01:00
committed by Arjan Schrijver
parent 7f0a9982ce
commit ba0e8c3d86
13 changed files with 379 additions and 1 deletions
+9
View File
@@ -4650,6 +4650,15 @@
<item>net.osmand.dev</item>
</string-array>
<string-array name="internethelper_new_url_action">
<item>Allow</item>
<item>Deny</item>
</string-array>
<string-array name="internethelper_new_url_action_values">
<item>allow</item>
<item>deny</item>
</string-array>
<string-array name="workmode">
<item>@string/automatic</item>
<item>@string/manual</item>