From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../src/main/res/values/colors.xml | 7 + .../geckoview_example/src/main/res/values/ids.xml | 7 + .../src/main/res/values/strings.xml | 152 +++++++++++++++++++++ .../src/main/res/values/styles.xml | 7 + 4 files changed, 173 insertions(+) create mode 100644 mobile/android/geckoview_example/src/main/res/values/colors.xml create mode 100644 mobile/android/geckoview_example/src/main/res/values/ids.xml create mode 100644 mobile/android/geckoview_example/src/main/res/values/strings.xml create mode 100644 mobile/android/geckoview_example/src/main/res/values/styles.xml (limited to 'mobile/android/geckoview_example/src/main/res/values') diff --git a/mobile/android/geckoview_example/src/main/res/values/colors.xml b/mobile/android/geckoview_example/src/main/res/values/colors.xml new file mode 100644 index 0000000000..157834fe0c --- /dev/null +++ b/mobile/android/geckoview_example/src/main/res/values/colors.xml @@ -0,0 +1,7 @@ + + + #3F51B5 + #00a996 + #FFFFFF + #FF4081 + diff --git a/mobile/android/geckoview_example/src/main/res/values/ids.xml b/mobile/android/geckoview_example/src/main/res/values/ids.xml new file mode 100644 index 0000000000..068f6e3d95 --- /dev/null +++ b/mobile/android/geckoview_example/src/main/res/values/ids.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/mobile/android/geckoview_example/src/main/res/values/strings.xml b/mobile/android/geckoview_example/src/main/res/values/strings.xml new file mode 100644 index 0000000000..2dbc2a529c --- /dev/null +++ b/mobile/android/geckoview_example/src/main/res/values/strings.xml @@ -0,0 +1,152 @@ + + GeckoView Example + GeckoView Example + Enter URL or search keywords... + Username + Password + Clear + Allow access to device storage for "%1$s"? + Allow third parties to access first party storage for "%1$s"? + Share location with "%1$s"? + Allow notifications for "%1$s"? + Share video with "%1$s" + Share audio with "%1$s" + Share video and audio with "%1$s" + Share WebXR displays with "%1$s"? + Allow video to autoplay on "%1$s"? + Allow system media key access for "%1$s"? + Back camera + Front camera + Microphone + Unknown source + + Native + Java + Content (Native) + Tracking Protection + TP exception + Private Browsing + Remote Debugging + Forward + Reload + Settings... + GeckoView Example Crashed + Tap to report to Mozilla. + Ignore + Report + Microphone is on + Camera is on + Camera and microphone are on + New tab + Install Add-on... + Add-on URL: https://addons.mozilla.org/... + Update Add-on + Close tab + Desktop site + Collapse GV + A script on this page is causing your web browser to run slowly + Wait + Stop + Install + Cancel + WebExtension xpi URL + Save as PDF + Print Page + + # Preferences + tracking_protection + true + + javascript_enabled + true + + remote_debugging + true + + dfpi + false + + autoplay + false + + allow_extensions_in_private_browsing + false + + user_agent_override + + + Default + Chrome 80 on Android + Safari 12 on iPhone + + + + Mozilla/5.0 (Linux; Android 10; Z832 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.162 Mobile Safari/537.36 + Mozilla/5.0 (iPhone; CPU OS 10_15_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/14E304 Safari/605.1.15 + + + cookie_banner_handling + cookie_banner_handling_pb + disabled + reject_accept_all + enhanced_tracking_protection + standard + + Disabled + Enabled (standard) + Enabled (strict) + + + disabled + standard + strict + + + Disabled + Enabled (reject all) + Enabled (reject or accept all) + + + disabled + reject_all + reject_accept_all + + + preferred_color_scheme + -1 + + Follow System Preference + Light + Dark + + + -1 + 0 + 1 + + + display_mode + 0 + + Browser + MinimalUi + Standalone + Fullscreen + + + 0 + 1 + 2 + 3 + + + This page is asking you to confirm that you want to leave - data you have entered may not be saved + Are you sure? + Leave Page + Stay on Page + + To display this page, GeckoViewExample must send information that will repeat any action (such as a search or order confirmation) that was performed earlier. + Are you sure? + Resend + Cancel + diff --git a/mobile/android/geckoview_example/src/main/res/values/styles.xml b/mobile/android/geckoview_example/src/main/res/values/styles.xml new file mode 100644 index 0000000000..e8420145ba --- /dev/null +++ b/mobile/android/geckoview_example/src/main/res/values/styles.xml @@ -0,0 +1,7 @@ + + + -- cgit v1.2.3