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 -- 2.34.1