157 lines
9.4 KiB
Diff
157 lines
9.4 KiB
Diff
|
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/. -->
|
||
|
<resources>
|
||
|
<!-- Name of the application -->
|
||
|
- <string name="app_name" translatable="false">Iceraven</string>
|
||
|
+ <string name="app_name" translatable="false">LeOSium</string>
|
||
|
</resources>
|
||
|
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/. -->
|
||
|
<resources>
|
||
|
<!-- Name of the application -->
|
||
|
- <string name="app_name" translatable="false">Iceraven Fenix</string>
|
||
|
- <string name="firefox" translatable="false">Iceraven</string>
|
||
|
+ <string name="app_name" translatable="false">LeOSium</string>
|
||
|
+ <string name="firefox" translatable="false">LeOSium</string>
|
||
|
|
||
|
<!-- Preference for developers -->
|
||
|
<string name="preference_leakcanary" translatable="false">LeakCanary</string>
|
||
|
@@ -21,7 +21,7 @@
|
||
|
<!-- Default title for pinned Wikipedia top site that links to Wikipedia home page -->
|
||
|
<string name="default_top_site_wikipedia" translatable="false">Wikipedia</string>
|
||
|
<!-- Default title for pinned Google top site that links to Google home page -->
|
||
|
- <string name="default_top_site_google" translatable="false">Google</string>
|
||
|
+ <string name="default_top_site_google" translatable="false">Goolag</string>
|
||
|
<!-- Application Services abbreviation used in AboutFragment -->
|
||
|
<string name="app_services_abbreviation" translatable="false">AS</string>
|
||
|
<!-- Name for the Pocket product -->
|
||
|
@@ -59,17 +59,17 @@
|
||
|
<!-- Preference to override the Push server -->
|
||
|
<string name="preferences_override_push_server">Custom Push server</string>
|
||
|
<!-- Quit app button title for the Sync Debug preferences -->
|
||
|
- <string name="preferences_sync_debug_quit_button_title">Stop Firefox</string>
|
||
|
+ <string name="preferences_sync_debug_quit_button_title">Stop LeOSium</string>
|
||
|
<!-- Quit app button summary for the Sync Debug preferences -->
|
||
|
- <string name="preferences_sync_debug_quit_button_summary">Custom server changes will take effect on the next Firefox run.</string>
|
||
|
+ <string name="preferences_sync_debug_quit_button_summary">Custom server changes will take effect on the next LeOSium run.</string>
|
||
|
<!-- Label for enabling the Tabs Tray to Compose changes -->
|
||
|
<string name="preferences_debug_settings_tabs_tray_to_compose" translatable="false">Enable Tabs Tray to Compose rewrite</string>
|
||
|
<!-- Label for enabling the Compose Top Sites -->
|
||
|
<string name="preferences_debug_settings_compose_top_sites" translatable="false">Enable Compose Top Sites</string>
|
||
|
<!-- Label for enabling translations -->
|
||
|
- <string name="preferences_debug_settings_translations" translatable="false">Enable Firefox Translations</string>
|
||
|
+ <string name="preferences_debug_settings_translations" translatable="false">Enable LeOSium Translations</string>
|
||
|
<!-- Label for enabling Firefox Suggest -->
|
||
|
- <string name="preferences_debug_settings_fxsuggest" translatable="false">Enable Firefox Suggest</string>
|
||
|
+ <string name="preferences_debug_settings_fxsuggest" translatable="false">Enable LeOSium Suggest</string>
|
||
|
|
||
|
<!-- A secret menu option in the tabs tray for making a tab inactive for testing. -->
|
||
|
<string name="inactive_tabs_menu_item">Make inactive</string>
|
||
|
@@ -86,15 +86,15 @@
|
||
|
<string name="profiler_stop">Stop Profiler</string>
|
||
|
|
||
|
<string name="profiler_settings_title">Profiler Settings</string>
|
||
|
- <string name="profiler_filter_firefox">Firefox</string>
|
||
|
+ <string name="profiler_filter_firefox">LeOSium</string>
|
||
|
<string name="profiler_running">Profiler is currently running</string>
|
||
|
- <string name="profiler_filter_firefox_explain">Recommended preset for profiling Firefox</string>
|
||
|
+ <string name="profiler_filter_firefox_explain">Recommended preset for profiling LeOSium</string>
|
||
|
<string name="profiler_filter_graphics">Graphics</string>
|
||
|
- <string name="profiler_filter_graphics_explain">Preset for investigating graphics bugs in Firefox</string>
|
||
|
+ <string name="profiler_filter_graphics_explain">Preset for investigating graphics bugs in LeOSium</string>
|
||
|
<string name="profiler_filter_media">Media</string>
|
||
|
- <string name="profiler_filter_media_explain">Preset for investigating audio and video bugs in Firefox</string>
|
||
|
+ <string name="profiler_filter_media_explain">Preset for investigating audio and video bugs in LeOSium</string>
|
||
|
<string name="profiler_filter_networking">Networking</string>
|
||
|
- <string name="profiler_filter_networking_explain">Preset for investigating networking bugs in Firefox</string>
|
||
|
+ <string name="profiler_filter_networking_explain">Preset for investigating networking bugs in LeOSium</string>
|
||
|
|
||
|
<string name="profiler_start_dialog_started">Profiler started</string>
|
||
|
|