Files
IronFox/patches/branding.patch

41 lines
2.1 KiB
Diff

diff --git a/mobile/android/fenix/app/src/main/java/org/mozilla/fenix/settings/SupportUtils.kt b/mobile/android/fenix/app/src/main/java/org/mozilla/fenix/settings/SupportUtils.kt
index 53750cda56..6a4c16c8f0 100644
--- a/mobile/android/fenix/app/src/main/java/org/mozilla/fenix/settings/SupportUtils.kt
+++ b/mobile/android/fenix/app/src/main/java/org/mozilla/fenix/settings/SupportUtils.kt
@@ -37,7 +37,7 @@ object SupportUtils {
const val MEITUAN_URL = "https://tb.j5k6.com/6ZSOp"
const val GOOGLE_US_URL = "https://www.google.com/webhp?client=firefox-b-1-m&channel=ts"
const val GOOGLE_XX_URL = "https://www.google.com/webhp?client=firefox-b-m&channel=ts"
- const val WHATS_NEW_URL = "https://www.mozilla.org/firefox/android/notes"
+ const val WHATS_NEW_URL = "https://gitlab.com/ironfox-oss/IronFox/-/releases"
const val FXACCOUNT_SUMO_URL = "https://support.mozilla.org/kb/access-mozilla-services-firefox-account"
// This is locale-less on purpose so that the content negotiation happens on the AMO side because the current
diff --git a/mobile/android/moz.configure b/mobile/android/moz.configure
index dad9a16c7a..386de41582 100644
--- a/mobile/android/moz.configure
+++ b/mobile/android/moz.configure
@@ -82,7 +82,7 @@ imply_option("MOZ_SERVICES_HEALTHREPORT", True)
imply_option("MOZ_GECKOVIEW_HISTORY", True)
imply_option("MOZ_APP_UA_NAME", "Firefox")
-imply_option("MOZ_APP_VENDOR", "Mozilla")
+imply_option("MOZ_APP_VENDOR", "IronFox OSS")
imply_option("MOZ_APP_ID", "{aa3c5121-dab2-40e2-81ca-7ea25febc110}")
imply_option("BROWSER_CHROME_URL", "chrome://geckoview/content/geckoview.xhtml")
diff --git a/toolkit/moz.configure b/toolkit/moz.configure
index 5873dbec0a..e9bbecfc37 100644
--- a/toolkit/moz.configure
+++ b/toolkit/moz.configure
@@ -3177,7 +3177,7 @@ def android_package_name(value, moz_app_name):
return value[0]
if moz_app_name == "fennec":
return "org.mozilla.fennec_aurora"
- return "org.mozilla.%s" % moz_app_name
+ return "org.ironfoxoss.%s" % moz_app_name
set_config("ANDROID_PACKAGE_NAME", android_package_name)