From 1c68117d5dcae26178893794525a7da2fbb59a8d Mon Sep 17 00:00:00 2001 From: harvey186 Date: Sat, 24 Aug 2024 11:54:04 +0200 Subject: [PATCH] 002-name_and_icon --- app/build.gradle | 14 +++--- .../forkRelease/res/values/static_strings.xml | 2 +- app/src/main/res/values/static_strings.xml | 22 ++++----- patches/0002-addonManagement.patch | 45 +++++++++++++++++++ 4 files changed, 64 insertions(+), 19 deletions(-) create mode 100644 patches/0002-addonManagement.patch diff --git a/app/src/forkRelease/res/values/static_strings.xml b/app/src/forkRelease/res/values/static_strings.xml index 0587640ee2..7be98b62ed 100644 --- a/app/src/forkRelease/res/values/static_strings.xml +++ b/app/src/forkRelease/res/values/static_strings.xml @@ -4,5 +4,5 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - Iceraven + LeOSium diff --git a/app/src/main/res/values/static_strings.xml b/app/src/main/res/values/static_strings.xml index 3fab96c164..25dcd8863e 100644 --- a/app/src/main/res/values/static_strings.xml +++ b/app/src/main/res/values/static_strings.xml @@ -4,7 +4,7 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - Iceraven Fenix + LeOSium Iceraven @@ -21,7 +21,7 @@ Wikipedia - Google + Goolag AS @@ -63,9 +63,9 @@ Use New React Mozilla Account page - Stop Firefox + LeOSium - Custom server changes will take effect on the next Firefox run. + Custom server changes will take effect on the next LeOSium run. Simulate account network error @@ -82,8 +82,8 @@ Enable Homepage as a New Tab Enable Menu Redesign - - Enable Firefox Suggest + + Enable LeOSium Suggest Enable Navigation Toolbar @@ -108,15 +108,15 @@ Stop Profiler Profiler Settings - Firefox + LeOSium Profiler is currently running - Recommended preset for profiling Firefox + Recommended preset for profiling LeOSium Graphics - Preset for investigating graphics bugs in Firefox + Preset for investigating graphics bugs in LeOSium Media - Preset for investigating audio and video bugs in Firefox + Preset for investigating audio and video bugs in LeOSium Networking - Preset for investigating networking bugs in Firefox + Preset for investigating networking bugs in LeOSium Profiler started diff --git a/patches/0002-addonManagement.patch b/patches/0002-addonManagement.patch new file mode 100644 index 0000000000..26dbef9343 --- /dev/null +++ b/patches/0002-addonManagement.patch @@ -0,0 +1,45 @@ +From 87ed492a2038cae402e35a025fcc95064a472868 Mon Sep 17 00:00:00 2001 +From: harvey186 +Date: Sat, 24 Aug 2024 11:47:21 +0200 +Subject: [PATCH] addonManagement + +--- + .../org/mozilla/fenix/addons/AddonsManagementFragment.kt | 8 ++++---- + app/src/main/java/org/mozilla/fenix/home/HomeFragment.kt | 2 +- + 2 files changed, 5 insertions(+), 5 deletions(-) + +diff --git a/app/src/main/java/org/mozilla/fenix/addons/AddonsManagementFragment.kt b/app/src/main/java/org/mozilla/fenix/addons/AddonsManagementFragment.kt +index 9c8bf3f0a2..3ea336b6e7 100644 +--- a/app/src/main/java/org/mozilla/fenix/addons/AddonsManagementFragment.kt ++++ b/app/src/main/java/org/mozilla/fenix/addons/AddonsManagementFragment.kt +@@ -144,10 +144,10 @@ class AddonsManagementFragment : Fragment(R.layout.fragment_add_ons_management) + showAlertDialog() + true + } +- R.id.addons_sideload -> { +- installFromFile() +- true +- } ++ // R.id.addons_sideload -> { ++ // installFromFile() ++ // true ++ // } + R.id.search -> { + true + } +diff --git a/app/src/main/java/org/mozilla/fenix/home/HomeFragment.kt b/app/src/main/java/org/mozilla/fenix/home/HomeFragment.kt +index 749e3828f7..c2c3d33abc 100644 +--- a/app/src/main/java/org/mozilla/fenix/home/HomeFragment.kt ++++ b/app/src/main/java/org/mozilla/fenix/home/HomeFragment.kt +@@ -897,7 +897,7 @@ class HomeFragment : Fragment() { + } + }, + ), +- showTopRecentSites = settings.showTopRecentSites, ++// showTopRecentSites = settings.showTopRecentSites, + ) + } + +-- +2.34.1 + -- 2.34.1