diff options
Diffstat (limited to 'mobile/android/branding/beta')
24 files changed, 64 insertions, 0 deletions
diff --git a/mobile/android/branding/beta/configure.sh b/mobile/android/branding/beta/configure.sh new file mode 100644 index 000000000..b8c442a7c --- /dev/null +++ b/mobile/android/branding/beta/configure.sh @@ -0,0 +1,10 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +MOZ_APP_DISPLAYNAME="Firefox Beta" +ANDROID_PACKAGE_NAME=org.mozilla.firefox_beta +MOZ_UPDATER= +MOZ_ANDROID_ANR_REPORTER= +MOZ_ANDROID_SHARED_ID=org.mozilla.firefox.sharedID +MOZ_ANDROID_GCM_SENDERID=965234145045 diff --git a/mobile/android/branding/beta/content/about.png b/mobile/android/branding/beta/content/about.png Binary files differnew file mode 100644 index 000000000..dc52e843b --- /dev/null +++ b/mobile/android/branding/beta/content/about.png diff --git a/mobile/android/branding/beta/content/favicon32.png b/mobile/android/branding/beta/content/favicon32.png Binary files differnew file mode 100644 index 000000000..63b54a247 --- /dev/null +++ b/mobile/android/branding/beta/content/favicon32.png diff --git a/mobile/android/branding/beta/content/favicon64.png b/mobile/android/branding/beta/content/favicon64.png Binary files differnew file mode 100644 index 000000000..2a9eb30d8 --- /dev/null +++ b/mobile/android/branding/beta/content/favicon64.png diff --git a/mobile/android/branding/beta/content/jar.mn b/mobile/android/branding/beta/content/jar.mn new file mode 100644 index 000000000..e49cc4041 --- /dev/null +++ b/mobile/android/branding/beta/content/jar.mn @@ -0,0 +1,9 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +chrome.jar: +% content branding %content/branding/ contentaccessible=yes + content/branding/about.png (about.png) + content/branding/favicon32.png (favicon32.png) + content/branding/favicon64.png (favicon64.png) diff --git a/mobile/android/branding/beta/content/moz.build b/mobile/android/branding/beta/content/moz.build new file mode 100644 index 000000000..eb4454d28 --- /dev/null +++ b/mobile/android/branding/beta/content/moz.build @@ -0,0 +1,7 @@ +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +JAR_MANIFESTS += ['jar.mn']
\ No newline at end of file diff --git a/mobile/android/branding/beta/locales/en-US/brand.dtd b/mobile/android/branding/beta/locales/en-US/brand.dtd new file mode 100644 index 000000000..4eb8febf0 --- /dev/null +++ b/mobile/android/branding/beta/locales/en-US/brand.dtd @@ -0,0 +1,7 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY brandShortName "Firefox Beta"> +<!ENTITY brandFullName "Mozilla Firefox Beta"> +<!ENTITY vendorShortName "Mozilla">
\ No newline at end of file diff --git a/mobile/android/branding/beta/locales/en-US/brand.properties b/mobile/android/branding/beta/locales/en-US/brand.properties new file mode 100644 index 000000000..8d8a8b8e3 --- /dev/null +++ b/mobile/android/branding/beta/locales/en-US/brand.properties @@ -0,0 +1,6 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +brandShortName=Firefox Beta +brandFullName=Mozilla Firefox Beta diff --git a/mobile/android/branding/beta/locales/jar.mn b/mobile/android/branding/beta/locales/jar.mn new file mode 100644 index 000000000..2ea47e168 --- /dev/null +++ b/mobile/android/branding/beta/locales/jar.mn @@ -0,0 +1,11 @@ +#filter substitution +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +@AB_CD@.jar: +% locale branding @AB_CD@ %locale/branding/ +# Branding only exists in en-US + locale/branding/brand.dtd (en-US/brand.dtd) + locale/branding/brand.properties (en-US/brand.properties) diff --git a/mobile/android/branding/beta/locales/moz.build b/mobile/android/branding/beta/locales/moz.build new file mode 100644 index 000000000..eb4454d28 --- /dev/null +++ b/mobile/android/branding/beta/locales/moz.build @@ -0,0 +1,7 @@ +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +JAR_MANIFESTS += ['jar.mn']
\ No newline at end of file diff --git a/mobile/android/branding/beta/moz.build b/mobile/android/branding/beta/moz.build new file mode 100644 index 000000000..04084b1ac --- /dev/null +++ b/mobile/android/branding/beta/moz.build @@ -0,0 +1,7 @@ +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +DIRS += ['content', 'locales'] diff --git a/mobile/android/branding/beta/res/drawable-hdpi/icon.png b/mobile/android/branding/beta/res/drawable-hdpi/icon.png Binary files differnew file mode 100644 index 000000000..fc450d0fd --- /dev/null +++ b/mobile/android/branding/beta/res/drawable-hdpi/icon.png diff --git a/mobile/android/branding/beta/res/drawable-hdpi/large_icon.png b/mobile/android/branding/beta/res/drawable-hdpi/large_icon.png Binary files differnew file mode 100644 index 000000000..8b7f313fb --- /dev/null +++ b/mobile/android/branding/beta/res/drawable-hdpi/large_icon.png diff --git a/mobile/android/branding/beta/res/drawable-hdpi/launcher_widget.png b/mobile/android/branding/beta/res/drawable-hdpi/launcher_widget.png Binary files differnew file mode 100644 index 000000000..ba8ba8eed --- /dev/null +++ b/mobile/android/branding/beta/res/drawable-hdpi/launcher_widget.png diff --git a/mobile/android/branding/beta/res/drawable-hdpi/widget_icon.png b/mobile/android/branding/beta/res/drawable-hdpi/widget_icon.png Binary files differnew file mode 100644 index 000000000..8c60639e2 --- /dev/null +++ b/mobile/android/branding/beta/res/drawable-hdpi/widget_icon.png diff --git a/mobile/android/branding/beta/res/drawable-xhdpi/icon.png b/mobile/android/branding/beta/res/drawable-xhdpi/icon.png Binary files differnew file mode 100644 index 000000000..7c2af7a0c --- /dev/null +++ b/mobile/android/branding/beta/res/drawable-xhdpi/icon.png diff --git a/mobile/android/branding/beta/res/drawable-xhdpi/large_icon.png b/mobile/android/branding/beta/res/drawable-xhdpi/large_icon.png Binary files differnew file mode 100644 index 000000000..638d6b5d7 --- /dev/null +++ b/mobile/android/branding/beta/res/drawable-xhdpi/large_icon.png diff --git a/mobile/android/branding/beta/res/drawable-xhdpi/launcher_widget.png b/mobile/android/branding/beta/res/drawable-xhdpi/launcher_widget.png Binary files differnew file mode 100644 index 000000000..d15d5b91e --- /dev/null +++ b/mobile/android/branding/beta/res/drawable-xhdpi/launcher_widget.png diff --git a/mobile/android/branding/beta/res/drawable-xhdpi/widget_icon.png b/mobile/android/branding/beta/res/drawable-xhdpi/widget_icon.png Binary files differnew file mode 100644 index 000000000..5ec6b038e --- /dev/null +++ b/mobile/android/branding/beta/res/drawable-xhdpi/widget_icon.png diff --git a/mobile/android/branding/beta/res/drawable-xxhdpi/icon.png b/mobile/android/branding/beta/res/drawable-xxhdpi/icon.png Binary files differnew file mode 100644 index 000000000..8b7f313fb --- /dev/null +++ b/mobile/android/branding/beta/res/drawable-xxhdpi/icon.png diff --git a/mobile/android/branding/beta/res/drawable-xxhdpi/large_icon.png b/mobile/android/branding/beta/res/drawable-xxhdpi/large_icon.png Binary files differnew file mode 100644 index 000000000..6a25ee0f0 --- /dev/null +++ b/mobile/android/branding/beta/res/drawable-xxhdpi/large_icon.png diff --git a/mobile/android/branding/beta/res/drawable-xxhdpi/launcher_widget.png b/mobile/android/branding/beta/res/drawable-xxhdpi/launcher_widget.png Binary files differnew file mode 100644 index 000000000..df75a5b2f --- /dev/null +++ b/mobile/android/branding/beta/res/drawable-xxhdpi/launcher_widget.png diff --git a/mobile/android/branding/beta/res/drawable-xxhdpi/widget_icon.png b/mobile/android/branding/beta/res/drawable-xxhdpi/widget_icon.png Binary files differnew file mode 100644 index 000000000..c4d71316e --- /dev/null +++ b/mobile/android/branding/beta/res/drawable-xxhdpi/widget_icon.png diff --git a/mobile/android/branding/beta/res/drawable-xxxhdpi/icon.png b/mobile/android/branding/beta/res/drawable-xxxhdpi/icon.png Binary files differnew file mode 100644 index 000000000..57c81f22c --- /dev/null +++ b/mobile/android/branding/beta/res/drawable-xxxhdpi/icon.png |