Subject: [PATCH] name and icon --- Index: app/build.gradle IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== diff --git a/app/build.gradle b/app/build.gradle --- a/app/build.gradle (revision 4dca5f634ae61ddeead5fc3444c3ab692ad98536) +++ b/app/build.gradle (revision 31c3e83236b2bd980d168f651af7a022b5e6a8b3) @@ -31,7 +31,7 @@ } defaultConfig { - applicationId "io.github.forkmaintainers" + applicationId "com.leos" minSdkVersion config.minSdkVersion compileSdk config.compileSdkVersion targetSdkVersion config.targetSdkVersion @@ -159,15 +159,15 @@ forkDebug { shrinkResources false minifyEnabled false - applicationIdSuffix ".iceraven.debug" + applicationIdSuffix ".leosium.debug" pseudoLocalesEnabled true // Need to replicate default debug config features signingConfig signingConfigs.debug debuggable true - def deepLinkSchemeValue = "iceraven-debug" + def deepLinkSchemeValue = "leosium-debug" buildConfigField "String", "DEEP_LINK_SCHEME", "\"$deepLinkSchemeValue\"" manifestPlaceholders.putAll([ - "sharedUserId": "io.github.forkmaintainers.iceraven.sharedID", + "sharedUserId": "io.github.forkmaintainers.leosium.sharedID", "deepLinkScheme": deepLinkSchemeValue, ]) // Use custom default allowed addon list @@ -178,11 +178,11 @@ } forkRelease releaseTemplate >> { buildConfigField "boolean", "USE_RELEASE_VERSIONING", "true" - applicationIdSuffix ".iceraven" - def deepLinkSchemeValue = "iceraven" + applicationIdSuffix ".leosium" + def deepLinkSchemeValue = "leosium" buildConfigField "String", "DEEP_LINK_SCHEME", "\"$deepLinkSchemeValue\"" manifestPlaceholders.putAll([ - "sharedUserId": "io.github.forkmaintainers.iceraven.sharedID", + "sharedUserId": "io.github.forkmaintainers.leosium.sharedID", "deepLinkScheme": deepLinkSchemeValue, ]) // Use custom default allowed addon list Index: app/src/forkRelease/res/values/static_strings.xml IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== diff --git a/app/src/forkRelease/res/values/static_strings.xml b/app/src/forkRelease/res/values/static_strings.xml --- a/app/src/forkRelease/res/values/static_strings.xml (revision 4dca5f634ae61ddeead5fc3444c3ab692ad98536) +++ b/app/src/forkRelease/res/values/static_strings.xml (revision 31c3e83236b2bd980d168f651af7a022b5e6a8b3) @@ -4,5 +4,5 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - Iceraven + LeOSium Index: app/src/main/java/org/mozilla/fenix/settings/quicksettings/protections/cookiebanners/dialog/CookieBannerReEngagementDialogCompose.kt IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== diff --git a/app/src/main/java/org/mozilla/fenix/settings/quicksettings/protections/cookiebanners/dialog/CookieBannerReEngagementDialogCompose.kt b/app/src/main/java/org/mozilla/fenix/settings/quicksettings/protections/cookiebanners/dialog/CookieBannerReEngagementDialogCompose.kt --- a/app/src/main/java/org/mozilla/fenix/settings/quicksettings/protections/cookiebanners/dialog/CookieBannerReEngagementDialogCompose.kt (revision 4dca5f634ae61ddeead5fc3444c3ab692ad98536) +++ b/app/src/main/java/org/mozilla/fenix/settings/quicksettings/protections/cookiebanners/dialog/CookieBannerReEngagementDialogCompose.kt (revision 31c3e83236b2bd980d168f651af7a022b5e6a8b3) @@ -42,7 +42,7 @@ private fun CookieBannerReEngagementDialogComposePreview() { FirefoxTheme { CookieBannerReEngagementDialogCompose( - dialogTitle = "Allow Iceraven to reject cookie banners?", + dialogTitle = "Allow LeOSium to reject cookie banners?", dialogText = "Automatically reject cookie requests, when possible. Otherwise, " + "accept all cookies to dismiss cookie banners.", Index: app/src/main/res/values/static_strings.xml IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== diff --git a/app/src/main/res/values/static_strings.xml b/app/src/main/res/values/static_strings.xml --- a/app/src/main/res/values/static_strings.xml (revision 4dca5f634ae61ddeead5fc3444c3ab692ad98536) +++ b/app/src/main/res/values/static_strings.xml (revision 31c3e83236b2bd980d168f651af7a022b5e6a8b3) @@ -4,8 +4,8 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - Iceraven Fenix - Iceraven + LeOSium + LeOSium LeakCanary @@ -21,7 +21,7 @@ Wikipedia - Google + Goolag AS @@ -59,17 +59,17 @@ Custom Push server - Stop Firefox + Stop LeOSium - Custom server changes will take effect on the next Firefox run. + Custom server changes will take effect on the next LeOSium run. Enable Tabs Tray to Compose rewrite Enable Compose Top Sites - Enable Firefox Translations + Enable LeOSium Translations - Enable Firefox Suggest + Enable LeOSium Suggest Make inactive @@ -86,15 +86,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