From 2bd8b7edef80b4b10cb809a198b4624c6c740c86 Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Mon, 31 Oct 2022 15:27:51 -0700 Subject: [PATCH] Add WebView DevTools to the navigation menu. https://redmine.stoutner.com/issues/893 --- COPYING | 2 +- app/src/main/AndroidManifest.xml | 5 -- app/src/main/assets/de/about_licenses.html | 11 ++- .../main/assets/de/guide_tracking_ids.html | 14 +-- app/src/main/assets/en/about_licenses.html | 11 ++- .../main/assets/en/guide_tracking_ids.html | 13 +-- app/src/main/assets/es/about_licenses.html | 11 ++- .../main/assets/es/guide_tracking_ids.html | 14 +-- app/src/main/assets/fr/about_licenses.html | 11 ++- .../main/assets/fr/guide_tracking_ids.html | 12 +-- app/src/main/assets/it/about_licenses.html | 11 ++- .../main/assets/it/guide_tracking_ids.html | 14 +-- .../main/assets/pt-rBR/about_licenses.html | 11 ++- .../assets/pt-rBR/guide_tracking_ids.html | 13 +-- app/src/main/assets/ru/about_licenses.html | 11 ++- .../main/assets/ru/guide_tracking_ids.html | 14 +-- app/src/main/assets/shared_images/add.svg | 24 ++--- .../aod_tablet_rounded_grade200.svg | 30 +++++++ .../main/assets/shared_images/arrow_back.svg | 24 ++--- .../assets/shared_images/arrow_forward.svg | 24 ++--- .../main/assets/shared_images/bookmarks.svg | 24 ++--- .../main/assets/shared_images/bug_report.svg | 22 ++--- .../assets/shared_images/call_to_action.svg | 24 ++--- .../assets/shared_images/camera_enhance.svg | 28 +++--- .../shared_images/chrome_reader_mode.svg | 22 ++--- .../assets/shared_images/clear_and_exit.svg | 36 ++++---- app/src/main/assets/shared_images/close.svg | 24 ++--- app/src/main/assets/shared_images/cookie.svg | 24 ++--- .../assets/shared_images/create_bookmark.svg | 24 ++--- .../assets/shared_images/create_folder.svg | 24 ++--- app/src/main/assets/shared_images/delete.svg | 24 ++--- .../assets/shared_images/delete_forever.svg | 24 ++--- .../assets/shared_images/devices_other.svg | 24 ++--- .../shared_images/disabled_by_default.svg | 24 ++--- app/src/main/assets/shared_images/dns.svg | 24 ++--- .../main/assets/shared_images/donut_small.svg | 24 ++--- app/src/main/assets/shared_images/edit.svg | 24 ++--- .../main/assets/shared_images/expand_less.svg | 24 ++--- .../main/assets/shared_images/expand_more.svg | 24 ++--- .../main/assets/shared_images/file_copy.svg | 24 ++--- .../assets/shared_images/file_download.svg | 24 ++--- .../assets/shared_images/find_in_page.svg | 24 ++--- app/src/main/assets/shared_images/folder.svg | 24 ++--- app/src/main/assets/shared_images/home.svg | 24 ++--- app/src/main/assets/shared_images/image.svg | 24 ++--- .../assets/shared_images/import_contacts.svg | 24 ++--- .../assets/shared_images/import_export.svg | 24 ++--- .../shared_images/important_devices.svg | 24 ++--- .../assets/shared_images/info_outline.svg | 24 ++--- .../shared_images/javascript_enabled.svg | 60 +++++++------ .../main/assets/shared_images/language.svg | 23 ++--- .../main/assets/shared_images/link_off.svg | 24 ++--- app/src/main/assets/shared_images/list.svg | 24 ++--- .../assets/shared_images/local_activity.svg | 24 ++--- .../assets/shared_images/location_off.svg | 24 ++--- app/src/main/assets/shared_images/lock.svg | 24 ++--- app/src/main/assets/shared_images/map.svg | 24 ++--- .../main/assets/shared_images/mastodon.svg | 16 ++-- app/src/main/assets/shared_images/more.svg | 24 ++--- .../assets/shared_images/move_to_folder.svg | 24 ++--- .../assets/shared_images/new_releases.svg | 24 ++--- .../main/assets/shared_images/night_mode.svg | 24 ++--- .../assets/shared_images/open_in_browser.svg | 24 ++--- app/src/main/assets/shared_images/payment.svg | 24 ++--- .../assets/shared_images/privacy_browser.svg | 60 +++++++------ .../assets/shared_images/question_answer.svg | 22 ++--- app/src/main/assets/shared_images/refresh.svg | 24 ++--- app/src/main/assets/shared_images/save.svg | 24 ++--- app/src/main/assets/shared_images/search.svg | 24 ++--- .../main/assets/shared_images/select_all.svg | 24 ++--- .../main/assets/shared_images/settings.svg | 24 ++--- .../shared_images/settings_overscan.svg | 24 ++--- app/src/main/assets/shared_images/share.svg | 25 +++--- .../main/assets/shared_images/smartphone.svg | 24 ++--- app/src/main/assets/shared_images/sort.svg | 24 ++--- .../assets/shared_images/sort_selected.svg | 89 ++++++++++--------- app/src/main/assets/shared_images/style.svg | 24 ++--- .../main/assets/shared_images/subtitles.svg | 24 ++--- app/src/main/assets/shared_images/tab.svg | 24 ++--- .../main/assets/shared_images/text_fields.svg | 24 ++--- .../assets/shared_images/thumbs_up_down.svg | 24 ++--- .../shared_images/vertical_align_bottom.svg | 24 ++--- .../shared_images/vertical_align_top.svg | 24 ++--- .../assets/shared_images/visibility_off.svg | 24 ++--- app/src/main/assets/shared_images/vpn_key.svg | 24 ++--- .../main/assets/shared_images/vpn_lock.svg | 24 ++--- app/src/main/assets/shared_images/warning.svg | 60 +++++++------ app/src/main/assets/shared_images/web.svg | 24 ++--- app/src/main/assets/tr/about_licenses.html | 11 ++- .../main/assets/tr/guide_tracking_ids.html | 13 +-- .../activities/DomainsActivity.kt | 4 +- .../activities/MainWebViewActivity.java | 37 +++----- .../activities/ViewSourceActivity.kt | 2 +- .../fragments/DomainSettingsFragment.kt | 87 ------------------ .../fragments/SettingsFragment.kt | 19 ---- .../helpers/DomainsDatabaseHelper.kt | 20 ++--- .../helpers/ImportExportDatabaseHelper.kt | 41 +++------ .../views/NestedScrollWebView.kt | 19 ---- app/src/main/res/drawable/next.xml | 4 +- app/src/main/res/drawable/previous.xml | 4 +- .../res/drawable/ssl_certificate_disabled.xml | 14 --- .../main/res/drawable/webview_devtools.xml | 13 +++ .../x_requested_with_header_disabled.xml | 13 --- .../x_requested_with_header_enabled.xml | 13 --- .../res/layout/domain_settings_fragment.xml | 53 +---------- .../res/layout/view_source_bottom_appbar.xml | 6 +- .../res/layout/view_source_top_appbar.xml | 6 +- .../webview_navigation_menu_bottom_appbar.xml | 34 ++++--- .../webview_navigation_menu_top_appbar.xml | 14 ++- app/src/main/res/values-de/strings.xml | 16 +--- app/src/main/res/values-es/strings.xml | 18 +--- app/src/main/res/values-fr/strings.xml | 14 +-- app/src/main/res/values-it/strings.xml | 18 +--- app/src/main/res/values-pt-rBR/strings.xml | 7 +- app/src/main/res/values-ru/strings.xml | 16 +--- app/src/main/res/values-tr/strings.xml | 7 +- app/src/main/res/values/strings.xml | 20 +---- app/src/main/res/xml/preferences.xml | 6 -- 118 files changed, 1240 insertions(+), 1396 deletions(-) create mode 100644 app/src/main/assets/shared_images/aod_tablet_rounded_grade200.svg delete mode 100644 app/src/main/res/drawable/ssl_certificate_disabled.xml create mode 100644 app/src/main/res/drawable/webview_devtools.xml delete mode 100644 app/src/main/res/drawable/x_requested_with_header_disabled.xml delete mode 100644 app/src/main/res/drawable/x_requested_with_header_enabled.xml diff --git a/COPYING b/COPYING index 28ec8446..f013695e 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ Privacy Browser Android copyright © 2015-2022 Soren Stoutner . -This file is part of Privacy Browser . +This file is part of Privacy Browser Android . Privacy Browser Android is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 70b076d3..8d99e276 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -70,11 +70,6 @@ android:name="android.webkit.WebView.EnableSafeBrowsing" android:value="false" /> - - - . + Copyright 2016-2022 Soren Stoutner . Translation 2020 Bernhard G. Keller. Copyright assigned to Soren Stoutner . @@ -31,11 +31,11 @@

Copyright:

-

Privacy Browser ist copyright © 2015-2022 von Soren Stoutner.

+

Privacy Browser ist copyright 2015-2022 von Soren Stoutner.

Lizenz:

Privacy Browser ist veröffentlicht unter der GPLv3+ Lizenz. The full text of the license is below. - The source code is available from gitweb.stoutner.com.

+ The source code is available from gitweb.stoutner.com.

Blocklists:

EasyList and EasyPrivacy @@ -102,6 +102,7 @@ which is released under the Apache License 2.0. They are unchanged except for layout information like color and size. Some of them have been renamed to match their use in the code. The original icons and names are shown below.

add.

+

aod_tablet_rounded_grade200.

arrow_back.

arrow_forward.

bookmarks.

@@ -1761,4 +1762,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. + + diff --git a/app/src/main/assets/de/guide_tracking_ids.html b/app/src/main/assets/de/guide_tracking_ids.html index 1b2ecd49..d5e00d40 100644 --- a/app/src/main/assets/de/guide_tracking_ids.html +++ b/app/src/main/assets/de/guide_tracking_ids.html @@ -1,5 +1,5 @@ + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/aod_tablet_rounded_grade200.svg b/app/src/main/assets/shared_images/aod_tablet_rounded_grade200.svg new file mode 100644 index 00000000..b269bf1b --- /dev/null +++ b/app/src/main/assets/shared_images/aod_tablet_rounded_grade200.svg @@ -0,0 +1,30 @@ + + + + + + + + diff --git a/app/src/main/assets/shared_images/arrow_back.svg b/app/src/main/assets/shared_images/arrow_back.svg index 30477dcd..388fa556 100644 --- a/app/src/main/assets/shared_images/arrow_back.svg +++ b/app/src/main/assets/shared_images/arrow_back.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/arrow_forward.svg b/app/src/main/assets/shared_images/arrow_forward.svg index 43e979b7..8b6cb912 100644 --- a/app/src/main/assets/shared_images/arrow_forward.svg +++ b/app/src/main/assets/shared_images/arrow_forward.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/bookmarks.svg b/app/src/main/assets/shared_images/bookmarks.svg index 1359344d..c1f21298 100644 --- a/app/src/main/assets/shared_images/bookmarks.svg +++ b/app/src/main/assets/shared_images/bookmarks.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/bug_report.svg b/app/src/main/assets/shared_images/bug_report.svg index ea4b8fd1..1355022e 100644 --- a/app/src/main/assets/shared_images/bug_report.svg +++ b/app/src/main/assets/shared_images/bug_report.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - \ No newline at end of file + d="M20 8h-2.81c-.45-.78-1.07-1.45-1.82-1.96L17 4.41 15.59 3l-2.17 2.17C12.96 5.06 12.49 5 12 5c-.49 0-.96.06-1.41.17L8.41 3 7 4.41l1.62 1.63C7.88 6.55 7.26 7.22 6.81 8H4v2h2.09c-.05.33-.09.66-.09 1v1H4v2h2v1c0 .34.04.67.09 1H4v2h2.81c1.04 1.79 2.97 3 5.19 3s4.15-1.21 5.19-3H20v-2h-2.09c.05-.33.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.04-.67-.09-1H20V8zm-6 8h-4v-2h4v2zm0-4h-4v-2h4v2z" /> + diff --git a/app/src/main/assets/shared_images/call_to_action.svg b/app/src/main/assets/shared_images/call_to_action.svg index feb17923..af119cb9 100644 --- a/app/src/main/assets/shared_images/call_to_action.svg +++ b/app/src/main/assets/shared_images/call_to_action.svg @@ -1,32 +1,34 @@ + + + along with Privacy Browser Android. If not, see . --> - + - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/camera_enhance.svg b/app/src/main/assets/shared_images/camera_enhance.svg index 28d40b24..9e5a9166 100644 --- a/app/src/main/assets/shared_images/camera_enhance.svg +++ b/app/src/main/assets/shared_images/camera_enhance.svg @@ -1,31 +1,33 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - + - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/chrome_reader_mode.svg b/app/src/main/assets/shared_images/chrome_reader_mode.svg index 28b7fa65..612ec474 100644 --- a/app/src/main/assets/shared_images/chrome_reader_mode.svg +++ b/app/src/main/assets/shared_images/chrome_reader_mode.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - + diff --git a/app/src/main/assets/shared_images/clear_and_exit.svg b/app/src/main/assets/shared_images/clear_and_exit.svg index 488d7614..b8a42341 100644 --- a/app/src/main/assets/shared_images/clear_and_exit.svg +++ b/app/src/main/assets/shared_images/clear_and_exit.svg @@ -1,33 +1,35 @@ + + + along with Privacy Browser Android. If not, see . --> - - - - - - - \ No newline at end of file + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > + + + + + + + diff --git a/app/src/main/assets/shared_images/close.svg b/app/src/main/assets/shared_images/close.svg index 29ecb3fe..45d340ef 100644 --- a/app/src/main/assets/shared_images/close.svg +++ b/app/src/main/assets/shared_images/close.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/cookie.svg b/app/src/main/assets/shared_images/cookie.svg index 9990ed55..617e2c88 100644 --- a/app/src/main/assets/shared_images/cookie.svg +++ b/app/src/main/assets/shared_images/cookie.svg @@ -1,29 +1,31 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/create_bookmark.svg b/app/src/main/assets/shared_images/create_bookmark.svg index 968a164e..e6a25f0f 100644 --- a/app/src/main/assets/shared_images/create_bookmark.svg +++ b/app/src/main/assets/shared_images/create_bookmark.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 48 48" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/create_folder.svg b/app/src/main/assets/shared_images/create_folder.svg index 57830397..10dca8c3 100644 --- a/app/src/main/assets/shared_images/create_folder.svg +++ b/app/src/main/assets/shared_images/create_folder.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 48 48" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/delete.svg b/app/src/main/assets/shared_images/delete.svg index 64dea91d..161f371e 100644 --- a/app/src/main/assets/shared_images/delete.svg +++ b/app/src/main/assets/shared_images/delete.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/delete_forever.svg b/app/src/main/assets/shared_images/delete_forever.svg index 3410c881..a761ccef 100644 --- a/app/src/main/assets/shared_images/delete_forever.svg +++ b/app/src/main/assets/shared_images/delete_forever.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/devices_other.svg b/app/src/main/assets/shared_images/devices_other.svg index 24ca83e2..df077575 100644 --- a/app/src/main/assets/shared_images/devices_other.svg +++ b/app/src/main/assets/shared_images/devices_other.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/disabled_by_default.svg b/app/src/main/assets/shared_images/disabled_by_default.svg index 5f806956..eff1fc5c 100644 --- a/app/src/main/assets/shared_images/disabled_by_default.svg +++ b/app/src/main/assets/shared_images/disabled_by_default.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/dns.svg b/app/src/main/assets/shared_images/dns.svg index 66bf67d1..c0d86271 100644 --- a/app/src/main/assets/shared_images/dns.svg +++ b/app/src/main/assets/shared_images/dns.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/donut_small.svg b/app/src/main/assets/shared_images/donut_small.svg index 6deff3a7..fd950349 100644 --- a/app/src/main/assets/shared_images/donut_small.svg +++ b/app/src/main/assets/shared_images/donut_small.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/edit.svg b/app/src/main/assets/shared_images/edit.svg index d43268b8..c430f7c2 100644 --- a/app/src/main/assets/shared_images/edit.svg +++ b/app/src/main/assets/shared_images/edit.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/expand_less.svg b/app/src/main/assets/shared_images/expand_less.svg index 290d1082..754d83a1 100644 --- a/app/src/main/assets/shared_images/expand_less.svg +++ b/app/src/main/assets/shared_images/expand_less.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/expand_more.svg b/app/src/main/assets/shared_images/expand_more.svg index cea09658..3579947b 100644 --- a/app/src/main/assets/shared_images/expand_more.svg +++ b/app/src/main/assets/shared_images/expand_more.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/file_copy.svg b/app/src/main/assets/shared_images/file_copy.svg index f37a83d2..a08e3dba 100644 --- a/app/src/main/assets/shared_images/file_copy.svg +++ b/app/src/main/assets/shared_images/file_copy.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/file_download.svg b/app/src/main/assets/shared_images/file_download.svg index 4700153e..cdbc4a24 100644 --- a/app/src/main/assets/shared_images/file_download.svg +++ b/app/src/main/assets/shared_images/file_download.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/find_in_page.svg b/app/src/main/assets/shared_images/find_in_page.svg index f97cdcef..545b719b 100644 --- a/app/src/main/assets/shared_images/find_in_page.svg +++ b/app/src/main/assets/shared_images/find_in_page.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/folder.svg b/app/src/main/assets/shared_images/folder.svg index 6df9c4f0..0b8bd64b 100644 --- a/app/src/main/assets/shared_images/folder.svg +++ b/app/src/main/assets/shared_images/folder.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/home.svg b/app/src/main/assets/shared_images/home.svg index 153f4388..5873b099 100644 --- a/app/src/main/assets/shared_images/home.svg +++ b/app/src/main/assets/shared_images/home.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/image.svg b/app/src/main/assets/shared_images/image.svg index 237e7e61..3d03b6dc 100644 --- a/app/src/main/assets/shared_images/image.svg +++ b/app/src/main/assets/shared_images/image.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/import_contacts.svg b/app/src/main/assets/shared_images/import_contacts.svg index 493735ed..0de172e1 100644 --- a/app/src/main/assets/shared_images/import_contacts.svg +++ b/app/src/main/assets/shared_images/import_contacts.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/import_export.svg b/app/src/main/assets/shared_images/import_export.svg index b04d4813..d39152e3 100644 --- a/app/src/main/assets/shared_images/import_export.svg +++ b/app/src/main/assets/shared_images/import_export.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/important_devices.svg b/app/src/main/assets/shared_images/important_devices.svg index ba5e4c2f..cf4f9fcc 100644 --- a/app/src/main/assets/shared_images/important_devices.svg +++ b/app/src/main/assets/shared_images/important_devices.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/info_outline.svg b/app/src/main/assets/shared_images/info_outline.svg index 7b97418c..e4673a3b 100644 --- a/app/src/main/assets/shared_images/info_outline.svg +++ b/app/src/main/assets/shared_images/info_outline.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/javascript_enabled.svg b/app/src/main/assets/shared_images/javascript_enabled.svg index daaad383..e71beef6 100644 --- a/app/src/main/assets/shared_images/javascript_enabled.svg +++ b/app/src/main/assets/shared_images/javascript_enabled.svg @@ -1,45 +1,47 @@ + + + along with Privacy Browser Android. If not, see . --> - - - - - - - - - - - - - - - - \ No newline at end of file + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 256 256" > + + + + + + + + + + + + + + + + diff --git a/app/src/main/assets/shared_images/language.svg b/app/src/main/assets/shared_images/language.svg index a1976d52..8909e919 100644 --- a/app/src/main/assets/shared_images/language.svg +++ b/app/src/main/assets/shared_images/language.svg @@ -1,28 +1,31 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - + + diff --git a/app/src/main/assets/shared_images/link_off.svg b/app/src/main/assets/shared_images/link_off.svg index df8fc7d4..57a6219f 100644 --- a/app/src/main/assets/shared_images/link_off.svg +++ b/app/src/main/assets/shared_images/link_off.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/list.svg b/app/src/main/assets/shared_images/list.svg index 56697d7c..84859850 100644 --- a/app/src/main/assets/shared_images/list.svg +++ b/app/src/main/assets/shared_images/list.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/local_activity.svg b/app/src/main/assets/shared_images/local_activity.svg index 1f1184a3..6c83644f 100644 --- a/app/src/main/assets/shared_images/local_activity.svg +++ b/app/src/main/assets/shared_images/local_activity.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/location_off.svg b/app/src/main/assets/shared_images/location_off.svg index eb2b05ab..4554019d 100644 --- a/app/src/main/assets/shared_images/location_off.svg +++ b/app/src/main/assets/shared_images/location_off.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/lock.svg b/app/src/main/assets/shared_images/lock.svg index 96c05888..fea00c21 100644 --- a/app/src/main/assets/shared_images/lock.svg +++ b/app/src/main/assets/shared_images/lock.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/map.svg b/app/src/main/assets/shared_images/map.svg index 573dad72..1571fddc 100644 --- a/app/src/main/assets/shared_images/map.svg +++ b/app/src/main/assets/shared_images/map.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/mastodon.svg b/app/src/main/assets/shared_images/mastodon.svg index 46c06a0a..7f762f79 100644 --- a/app/src/main/assets/shared_images/mastodon.svg +++ b/app/src/main/assets/shared_images/mastodon.svg @@ -1,15 +1,17 @@ + + + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 275 275" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/more.svg b/app/src/main/assets/shared_images/more.svg index d85915e1..3f75a02f 100644 --- a/app/src/main/assets/shared_images/more.svg +++ b/app/src/main/assets/shared_images/more.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/move_to_folder.svg b/app/src/main/assets/shared_images/move_to_folder.svg index 23e07ac2..7dd675b5 100644 --- a/app/src/main/assets/shared_images/move_to_folder.svg +++ b/app/src/main/assets/shared_images/move_to_folder.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 48 48" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/new_releases.svg b/app/src/main/assets/shared_images/new_releases.svg index 81485f68..e2372a10 100644 --- a/app/src/main/assets/shared_images/new_releases.svg +++ b/app/src/main/assets/shared_images/new_releases.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/night_mode.svg b/app/src/main/assets/shared_images/night_mode.svg index ead987ee..aa9ec291 100644 --- a/app/src/main/assets/shared_images/night_mode.svg +++ b/app/src/main/assets/shared_images/night_mode.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/open_in_browser.svg b/app/src/main/assets/shared_images/open_in_browser.svg index 00931590..9ee88380 100644 --- a/app/src/main/assets/shared_images/open_in_browser.svg +++ b/app/src/main/assets/shared_images/open_in_browser.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/payment.svg b/app/src/main/assets/shared_images/payment.svg index 8fdbdf96..025d761f 100644 --- a/app/src/main/assets/shared_images/payment.svg +++ b/app/src/main/assets/shared_images/payment.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/privacy_browser.svg b/app/src/main/assets/shared_images/privacy_browser.svg index f9880024..47d382c8 100644 --- a/app/src/main/assets/shared_images/privacy_browser.svg +++ b/app/src/main/assets/shared_images/privacy_browser.svg @@ -1,45 +1,47 @@ + + + along with Privacy Browser Android. If not, see . --> - - - - - - - - - - - - - - - - \ No newline at end of file + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 256 256" > + + + + + + + + + + + + + + + + diff --git a/app/src/main/assets/shared_images/question_answer.svg b/app/src/main/assets/shared_images/question_answer.svg index 43f5f0ef..3c6d4ba2 100644 --- a/app/src/main/assets/shared_images/question_answer.svg +++ b/app/src/main/assets/shared_images/question_answer.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - \ No newline at end of file + d="M21 6h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1zm-4 6V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1z" /> + diff --git a/app/src/main/assets/shared_images/refresh.svg b/app/src/main/assets/shared_images/refresh.svg index 2a81afee..943ce777 100644 --- a/app/src/main/assets/shared_images/refresh.svg +++ b/app/src/main/assets/shared_images/refresh.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/save.svg b/app/src/main/assets/shared_images/save.svg index f2a50334..0a54e296 100644 --- a/app/src/main/assets/shared_images/save.svg +++ b/app/src/main/assets/shared_images/save.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/search.svg b/app/src/main/assets/shared_images/search.svg index 068e47c9..9fe54f9d 100644 --- a/app/src/main/assets/shared_images/search.svg +++ b/app/src/main/assets/shared_images/search.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/select_all.svg b/app/src/main/assets/shared_images/select_all.svg index b9036d93..db7df0d0 100644 --- a/app/src/main/assets/shared_images/select_all.svg +++ b/app/src/main/assets/shared_images/select_all.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/settings.svg b/app/src/main/assets/shared_images/settings.svg index e0cb2bc4..9d31806a 100644 --- a/app/src/main/assets/shared_images/settings.svg +++ b/app/src/main/assets/shared_images/settings.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/settings_overscan.svg b/app/src/main/assets/shared_images/settings_overscan.svg index b267de23..425a8429 100644 --- a/app/src/main/assets/shared_images/settings_overscan.svg +++ b/app/src/main/assets/shared_images/settings_overscan.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/share.svg b/app/src/main/assets/shared_images/share.svg index 9eb9a7ef..866c4db1 100644 --- a/app/src/main/assets/shared_images/share.svg +++ b/app/src/main/assets/shared_images/share.svg @@ -1,29 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> - + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/smartphone.svg b/app/src/main/assets/shared_images/smartphone.svg index ca561d12..62036e5e 100644 --- a/app/src/main/assets/shared_images/smartphone.svg +++ b/app/src/main/assets/shared_images/smartphone.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/sort.svg b/app/src/main/assets/shared_images/sort.svg index 068843f2..64da3f78 100644 --- a/app/src/main/assets/shared_images/sort.svg +++ b/app/src/main/assets/shared_images/sort.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/sort_selected.svg b/app/src/main/assets/shared_images/sort_selected.svg index 2c5201cb..daedfac7 100644 --- a/app/src/main/assets/shared_images/sort_selected.svg +++ b/app/src/main/assets/shared_images/sort_selected.svg @@ -1,60 +1,63 @@ + + + along with Privacy Browser Android. If not, see . --> - - - - - - - - - - - - + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" > + + + + + + + + + + + + + diff --git a/app/src/main/assets/shared_images/style.svg b/app/src/main/assets/shared_images/style.svg index 9c9e9036..e08bf8f7 100644 --- a/app/src/main/assets/shared_images/style.svg +++ b/app/src/main/assets/shared_images/style.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/subtitles.svg b/app/src/main/assets/shared_images/subtitles.svg index 0f15f2c8..67f149c4 100644 --- a/app/src/main/assets/shared_images/subtitles.svg +++ b/app/src/main/assets/shared_images/subtitles.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/tab.svg b/app/src/main/assets/shared_images/tab.svg index 22019460..a39ff24d 100644 --- a/app/src/main/assets/shared_images/tab.svg +++ b/app/src/main/assets/shared_images/tab.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/text_fields.svg b/app/src/main/assets/shared_images/text_fields.svg index 137afada..fdfc0ca0 100644 --- a/app/src/main/assets/shared_images/text_fields.svg +++ b/app/src/main/assets/shared_images/text_fields.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/thumbs_up_down.svg b/app/src/main/assets/shared_images/thumbs_up_down.svg index 24a90572..c7f51495 100644 --- a/app/src/main/assets/shared_images/thumbs_up_down.svg +++ b/app/src/main/assets/shared_images/thumbs_up_down.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/vertical_align_bottom.svg b/app/src/main/assets/shared_images/vertical_align_bottom.svg index 5dcd212a..371e6a9f 100644 --- a/app/src/main/assets/shared_images/vertical_align_bottom.svg +++ b/app/src/main/assets/shared_images/vertical_align_bottom.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/vertical_align_top.svg b/app/src/main/assets/shared_images/vertical_align_top.svg index d738c2bf..8c4e76da 100644 --- a/app/src/main/assets/shared_images/vertical_align_top.svg +++ b/app/src/main/assets/shared_images/vertical_align_top.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/visibility_off.svg b/app/src/main/assets/shared_images/visibility_off.svg index 82e11f4a..31037690 100644 --- a/app/src/main/assets/shared_images/visibility_off.svg +++ b/app/src/main/assets/shared_images/visibility_off.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/vpn_key.svg b/app/src/main/assets/shared_images/vpn_key.svg index d503ff74..3798f52a 100644 --- a/app/src/main/assets/shared_images/vpn_key.svg +++ b/app/src/main/assets/shared_images/vpn_key.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/vpn_lock.svg b/app/src/main/assets/shared_images/vpn_lock.svg index 1a41bc7a..ff12de0c 100644 --- a/app/src/main/assets/shared_images/vpn_lock.svg +++ b/app/src/main/assets/shared_images/vpn_lock.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/shared_images/warning.svg b/app/src/main/assets/shared_images/warning.svg index 19fc6d59..dec7f14a 100644 --- a/app/src/main/assets/shared_images/warning.svg +++ b/app/src/main/assets/shared_images/warning.svg @@ -1,45 +1,47 @@ + + + along with Privacy Browser Android. If not, see . --> - - - - - - - - - - - - - - - - \ No newline at end of file + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 256 256" > + + + + + + + + + + + + + + + + diff --git a/app/src/main/assets/shared_images/web.svg b/app/src/main/assets/shared_images/web.svg index 3e9f4f90..4f4ed67b 100644 --- a/app/src/main/assets/shared_images/web.svg +++ b/app/src/main/assets/shared_images/web.svg @@ -1,28 +1,30 @@ + + + along with Privacy Browser Android. If not, see . --> + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + id="icon" > - - \ No newline at end of file + + diff --git a/app/src/main/assets/tr/about_licenses.html b/app/src/main/assets/tr/about_licenses.html index ef449180..7636432c 100644 --- a/app/src/main/assets/tr/about_licenses.html +++ b/app/src/main/assets/tr/about_licenses.html @@ -1,5 +1,5 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/webview_devtools.xml b/app/src/main/res/drawable/webview_devtools.xml new file mode 100644 index 00000000..47b7ddc7 --- /dev/null +++ b/app/src/main/res/drawable/webview_devtools.xml @@ -0,0 +1,13 @@ + + + + + + diff --git a/app/src/main/res/drawable/x_requested_with_header_disabled.xml b/app/src/main/res/drawable/x_requested_with_header_disabled.xml deleted file mode 100644 index cfcd1c8c..00000000 --- a/app/src/main/res/drawable/x_requested_with_header_disabled.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/x_requested_with_header_enabled.xml b/app/src/main/res/drawable/x_requested_with_header_enabled.xml deleted file mode 100644 index 9669394a..00000000 --- a/app/src/main/res/drawable/x_requested_with_header_enabled.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/domain_settings_fragment.xml b/app/src/main/res/layout/domain_settings_fragment.xml index 0f43c16e..1f647a9d 100644 --- a/app/src/main/res/layout/domain_settings_fragment.xml +++ b/app/src/main/res/layout/domain_settings_fragment.xml @@ -1,7 +1,7 @@ - - - - - - - - - - - - - - - \ No newline at end of file + diff --git a/app/src/main/res/layout/view_source_bottom_appbar.xml b/app/src/main/res/layout/view_source_bottom_appbar.xml index 74aab01a..852d1c0c 100644 --- a/app/src/main/res/layout/view_source_bottom_appbar.xml +++ b/app/src/main/res/layout/view_source_bottom_appbar.xml @@ -1,7 +1,7 @@ - \ No newline at end of file + diff --git a/app/src/main/res/layout/view_source_top_appbar.xml b/app/src/main/res/layout/view_source_top_appbar.xml index bb8c597d..a63e9419 100644 --- a/app/src/main/res/layout/view_source_top_appbar.xml +++ b/app/src/main/res/layout/view_source_top_appbar.xml @@ -1,7 +1,7 @@ - \ No newline at end of file + diff --git a/app/src/main/res/menu/webview_navigation_menu_bottom_appbar.xml b/app/src/main/res/menu/webview_navigation_menu_bottom_appbar.xml index ccfafa14..a14f4617 100644 --- a/app/src/main/res/menu/webview_navigation_menu_bottom_appbar.xml +++ b/app/src/main/res/menu/webview_navigation_menu_bottom_appbar.xml @@ -1,7 +1,7 @@ + + + android:orderInCategory="40" /> + android:orderInCategory="50" /> + android:orderInCategory="60" /> + android:orderInCategory="70" /> @@ -64,13 +70,13 @@ android:id="@+id/downloads" android:title="@string/downloads" android:icon="@drawable/download" - android:orderInCategory="70" /> + android:orderInCategory="80" /> + android:orderInCategory="90" /> @@ -79,31 +85,31 @@ android:id="@+id/open" android:title="@string/open" android:icon="@drawable/proxy_enabled" - android:orderInCategory="90" /> + android:orderInCategory="100" /> + android:orderInCategory="110" /> + android:orderInCategory="120" /> + android:orderInCategory="130" /> + android:orderInCategory="140" /> @@ -112,6 +118,6 @@ android:id="@+id/clear_and_exit" android:title="@string/clear_and_exit" android:icon="@drawable/download_with_external_app_enabled" - android:orderInCategory="140" /> + android:orderInCategory="150" /> - \ No newline at end of file + diff --git a/app/src/main/res/menu/webview_navigation_menu_top_appbar.xml b/app/src/main/res/menu/webview_navigation_menu_top_appbar.xml index ff5debf0..8ca53059 100644 --- a/app/src/main/res/menu/webview_navigation_menu_top_appbar.xml +++ b/app/src/main/res/menu/webview_navigation_menu_top_appbar.xml @@ -1,7 +1,7 @@ @@ -107,12 +113,12 @@ android:id="@+id/guide" android:title="@string/guide" android:icon="@drawable/guide" - android:orderInCategory="130" /> + android:orderInCategory="140" /> + android:orderInCategory="150" /> - \ No newline at end of file + diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index f996c45e..24b30a57 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -1,7 +1,7 @@ - Zustimmung zur Werbung - \ No newline at end of file + diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index a9ece571..88c2b54e 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -1,7 +1,7 @@ - Autorización publicitaria - \ No newline at end of file + diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index fffcfc11..19bab3ff 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -1,7 +1,7 @@ - Consentement publicitaire diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index f0b7fc9f..ec137c41 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -1,7 +1,7 @@ - Consenso agli annunci - \ No newline at end of file + diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 219ec199..349a1b6c 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -1,7 +1,7 @@ - Consentimento de Anúncio - \ No newline at end of file + diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 04744f5e..f6ba4bf1 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -1,7 +1,7 @@ - Согласие на рекламу \ No newline at end of file diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 7ecc4558..52f337f3 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -1,7 +1,7 @@ - Reklam Onayı - \ No newline at end of file + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9c9c0efe..1f9ff1aa 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ - X-Requested-With header - When enabled, Privacy Browser send a null value for the X-Requested-With header. Usually this isn\'t a problem, but a few websites don\'t like it. - Changing this settings will restart Privacy Browser. - Changes to the X-Requested-With header might not be applied until Privacy Browser is restarted. Incognito Mode Clear the history and cache after each webpage finishes loading. In Incognito Mode, back closes the tab (or the app if there is only one tab). Allow screenshots @@ -704,7 +696,6 @@ user_agent webview_theme wide_viewport - x_requested_with_header System default @@ -717,9 +708,4 @@ https://www.mojeek.com/search?q= Privacy Browser System default - - - Null - Null - Ad Consent - \ No newline at end of file + diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 6bb415e2..5e72cfad 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -65,12 +65,6 @@ android:defaultValue="@string/custom_user_agent_default_value" android:inputType="textVisiblePassword|textMultiLine" /> - -