diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /mobile/android/branding | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | uxp-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz |
Add m-esr52 at 52.6.0
Diffstat (limited to 'mobile/android/branding')
117 files changed, 318 insertions, 0 deletions
diff --git a/mobile/android/branding/aurora/configure.sh b/mobile/android/branding/aurora/configure.sh new file mode 100644 index 0000000000..39b9e15c31 --- /dev/null +++ b/mobile/android/branding/aurora/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 Aurora" +ANDROID_PACKAGE_NAME=org.mozilla.fennec_aurora +MOZ_UPDATER=1 +MOZ_ANDROID_ANR_REPORTER=1 +MOZ_ANDROID_SHARED_ID=org.mozilla.fennec.sharedID +MOZ_ANDROID_GCM_SENDERID=965234145045 diff --git a/mobile/android/branding/aurora/content/about.png b/mobile/android/branding/aurora/content/about.png Binary files differnew file mode 100644 index 0000000000..3779bd120c --- /dev/null +++ b/mobile/android/branding/aurora/content/about.png diff --git a/mobile/android/branding/aurora/content/favicon32.png b/mobile/android/branding/aurora/content/favicon32.png Binary files differnew file mode 100644 index 0000000000..defb22717d --- /dev/null +++ b/mobile/android/branding/aurora/content/favicon32.png diff --git a/mobile/android/branding/aurora/content/favicon64.png b/mobile/android/branding/aurora/content/favicon64.png Binary files differnew file mode 100644 index 0000000000..163782abf0 --- /dev/null +++ b/mobile/android/branding/aurora/content/favicon64.png diff --git a/mobile/android/branding/aurora/content/jar.mn b/mobile/android/branding/aurora/content/jar.mn new file mode 100644 index 0000000000..e49cc40416 --- /dev/null +++ b/mobile/android/branding/aurora/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/aurora/content/moz.build b/mobile/android/branding/aurora/content/moz.build new file mode 100644 index 0000000000..eb4454d28f --- /dev/null +++ b/mobile/android/branding/aurora/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/aurora/locales/en-US/brand.dtd b/mobile/android/branding/aurora/locales/en-US/brand.dtd new file mode 100644 index 0000000000..a6cada676f --- /dev/null +++ b/mobile/android/branding/aurora/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 Aurora"> +<!ENTITY brandFullName "Mozilla Firefox Aurora"> +<!ENTITY vendorShortName "Mozilla">
\ No newline at end of file diff --git a/mobile/android/branding/aurora/locales/en-US/brand.properties b/mobile/android/branding/aurora/locales/en-US/brand.properties new file mode 100644 index 0000000000..fc4afd6d59 --- /dev/null +++ b/mobile/android/branding/aurora/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=Aurora +brandFullName=Mozilla Aurora diff --git a/mobile/android/branding/aurora/locales/jar.mn b/mobile/android/branding/aurora/locales/jar.mn new file mode 100644 index 0000000000..5a77695c91 --- /dev/null +++ b/mobile/android/branding/aurora/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/ +# Nightly 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/aurora/locales/moz.build b/mobile/android/branding/aurora/locales/moz.build new file mode 100644 index 0000000000..eb4454d28f --- /dev/null +++ b/mobile/android/branding/aurora/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/aurora/moz.build b/mobile/android/branding/aurora/moz.build new file mode 100644 index 0000000000..04084b1ace --- /dev/null +++ b/mobile/android/branding/aurora/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/aurora/res/drawable-hdpi/icon.png b/mobile/android/branding/aurora/res/drawable-hdpi/icon.png Binary files differnew file mode 100644 index 0000000000..17748ed5e9 --- /dev/null +++ b/mobile/android/branding/aurora/res/drawable-hdpi/icon.png diff --git a/mobile/android/branding/aurora/res/drawable-hdpi/large_icon.png b/mobile/android/branding/aurora/res/drawable-hdpi/large_icon.png Binary files differnew file mode 100644 index 0000000000..229ad5e0fd --- /dev/null +++ b/mobile/android/branding/aurora/res/drawable-hdpi/large_icon.png diff --git a/mobile/android/branding/aurora/res/drawable-hdpi/launcher_widget.png b/mobile/android/branding/aurora/res/drawable-hdpi/launcher_widget.png Binary files differnew file mode 100644 index 0000000000..8e55b0c113 --- /dev/null +++ b/mobile/android/branding/aurora/res/drawable-hdpi/launcher_widget.png diff --git a/mobile/android/branding/aurora/res/drawable-hdpi/widget_icon.png b/mobile/android/branding/aurora/res/drawable-hdpi/widget_icon.png Binary files differnew file mode 100644 index 0000000000..39fdb8204b --- /dev/null +++ b/mobile/android/branding/aurora/res/drawable-hdpi/widget_icon.png diff --git a/mobile/android/branding/aurora/res/drawable-xhdpi/icon.png b/mobile/android/branding/aurora/res/drawable-xhdpi/icon.png Binary files differnew file mode 100644 index 0000000000..51c54bf37e --- /dev/null +++ b/mobile/android/branding/aurora/res/drawable-xhdpi/icon.png diff --git a/mobile/android/branding/aurora/res/drawable-xhdpi/large_icon.png b/mobile/android/branding/aurora/res/drawable-xhdpi/large_icon.png Binary files differnew file mode 100644 index 0000000000..78e94d30a8 --- /dev/null +++ b/mobile/android/branding/aurora/res/drawable-xhdpi/large_icon.png diff --git a/mobile/android/branding/aurora/res/drawable-xhdpi/launcher_widget.png b/mobile/android/branding/aurora/res/drawable-xhdpi/launcher_widget.png Binary files differnew file mode 100644 index 0000000000..56f47446a6 --- /dev/null +++ b/mobile/android/branding/aurora/res/drawable-xhdpi/launcher_widget.png diff --git a/mobile/android/branding/aurora/res/drawable-xhdpi/widget_icon.png b/mobile/android/branding/aurora/res/drawable-xhdpi/widget_icon.png Binary files differnew file mode 100644 index 0000000000..74e6f8aeaa --- /dev/null +++ b/mobile/android/branding/aurora/res/drawable-xhdpi/widget_icon.png diff --git a/mobile/android/branding/aurora/res/drawable-xxhdpi/icon.png b/mobile/android/branding/aurora/res/drawable-xxhdpi/icon.png Binary files differnew file mode 100644 index 0000000000..229ad5e0fd --- /dev/null +++ b/mobile/android/branding/aurora/res/drawable-xxhdpi/icon.png diff --git a/mobile/android/branding/aurora/res/drawable-xxhdpi/large_icon.png b/mobile/android/branding/aurora/res/drawable-xxhdpi/large_icon.png Binary files differnew file mode 100644 index 0000000000..5b439392e4 --- /dev/null +++ b/mobile/android/branding/aurora/res/drawable-xxhdpi/large_icon.png diff --git a/mobile/android/branding/aurora/res/drawable-xxhdpi/launcher_widget.png b/mobile/android/branding/aurora/res/drawable-xxhdpi/launcher_widget.png Binary files differnew file mode 100644 index 0000000000..eb88984dbf --- /dev/null +++ b/mobile/android/branding/aurora/res/drawable-xxhdpi/launcher_widget.png diff --git a/mobile/android/branding/aurora/res/drawable-xxhdpi/widget_icon.png b/mobile/android/branding/aurora/res/drawable-xxhdpi/widget_icon.png Binary files differnew file mode 100644 index 0000000000..bb651922fc --- /dev/null +++ b/mobile/android/branding/aurora/res/drawable-xxhdpi/widget_icon.png diff --git a/mobile/android/branding/aurora/res/drawable-xxxhdpi/icon.png b/mobile/android/branding/aurora/res/drawable-xxxhdpi/icon.png Binary files differnew file mode 100644 index 0000000000..27f63fc249 --- /dev/null +++ b/mobile/android/branding/aurora/res/drawable-xxxhdpi/icon.png diff --git a/mobile/android/branding/beta/configure.sh b/mobile/android/branding/beta/configure.sh new file mode 100644 index 0000000000..b8c442a7c2 --- /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 0000000000..dc52e843bd --- /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 0000000000..63b54a2473 --- /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 0000000000..2a9eb30d82 --- /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 0000000000..e49cc40416 --- /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 0000000000..eb4454d28f --- /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 0000000000..4eb8febf0b --- /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 0000000000..8d8a8b8e3e --- /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 0000000000..2ea47e1684 --- /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 0000000000..eb4454d28f --- /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 0000000000..04084b1ace --- /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 0000000000..fc450d0fdd --- /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 0000000000..8b7f313fbe --- /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 0000000000..ba8ba8eed0 --- /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 0000000000..8c60639e21 --- /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 0000000000..7c2af7a0cf --- /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 0000000000..638d6b5d7a --- /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 0000000000..d15d5b91ea --- /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 0000000000..5ec6b038e7 --- /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 0000000000..8b7f313fbe --- /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 0000000000..6a25ee0f0b --- /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 0000000000..df75a5b2f7 --- /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 0000000000..c4d71316e0 --- /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 0000000000..57c81f22cb --- /dev/null +++ b/mobile/android/branding/beta/res/drawable-xxxhdpi/icon.png diff --git a/mobile/android/branding/nightly/configure.sh b/mobile/android/branding/nightly/configure.sh new file mode 100644 index 0000000000..399de4c88f --- /dev/null +++ b/mobile/android/branding/nightly/configure.sh @@ -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/. + +MOZ_APP_DISPLAYNAME=Nightly +MOZ_UPDATER=1 +MOZ_ANDROID_ANR_REPORTER=1 +MOZ_ANDROID_SHARED_ID=org.mozilla.fennec.sharedID +MOZ_ANDROID_GCM_SENDERID=965234145045 diff --git a/mobile/android/branding/nightly/content/about.png b/mobile/android/branding/nightly/content/about.png Binary files differnew file mode 100644 index 0000000000..d6602ec625 --- /dev/null +++ b/mobile/android/branding/nightly/content/about.png diff --git a/mobile/android/branding/nightly/content/favicon32.png b/mobile/android/branding/nightly/content/favicon32.png Binary files differnew file mode 100644 index 0000000000..6cf3db69a4 --- /dev/null +++ b/mobile/android/branding/nightly/content/favicon32.png diff --git a/mobile/android/branding/nightly/content/favicon64.png b/mobile/android/branding/nightly/content/favicon64.png Binary files differnew file mode 100644 index 0000000000..ab340837ee --- /dev/null +++ b/mobile/android/branding/nightly/content/favicon64.png diff --git a/mobile/android/branding/nightly/content/jar.mn b/mobile/android/branding/nightly/content/jar.mn new file mode 100644 index 0000000000..e49cc40416 --- /dev/null +++ b/mobile/android/branding/nightly/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/nightly/content/moz.build b/mobile/android/branding/nightly/content/moz.build new file mode 100644 index 0000000000..eb4454d28f --- /dev/null +++ b/mobile/android/branding/nightly/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/nightly/locales/en-US/brand.dtd b/mobile/android/branding/nightly/locales/en-US/brand.dtd new file mode 100644 index 0000000000..3d3a3a10fb --- /dev/null +++ b/mobile/android/branding/nightly/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 "Nightly"> +<!ENTITY brandFullName "Mozilla Nightly"> +<!ENTITY vendorShortName "Mozilla">
\ No newline at end of file diff --git a/mobile/android/branding/nightly/locales/en-US/brand.properties b/mobile/android/branding/nightly/locales/en-US/brand.properties new file mode 100644 index 0000000000..d060536147 --- /dev/null +++ b/mobile/android/branding/nightly/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=Nightly +brandFullName=Mozilla Nightly diff --git a/mobile/android/branding/nightly/locales/jar.mn b/mobile/android/branding/nightly/locales/jar.mn new file mode 100644 index 0000000000..5a77695c91 --- /dev/null +++ b/mobile/android/branding/nightly/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/ +# Nightly 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/nightly/locales/moz.build b/mobile/android/branding/nightly/locales/moz.build new file mode 100644 index 0000000000..eb4454d28f --- /dev/null +++ b/mobile/android/branding/nightly/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/nightly/moz.build b/mobile/android/branding/nightly/moz.build new file mode 100644 index 0000000000..04084b1ace --- /dev/null +++ b/mobile/android/branding/nightly/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/nightly/res/drawable-hdpi/icon.png b/mobile/android/branding/nightly/res/drawable-hdpi/icon.png Binary files differnew file mode 100644 index 0000000000..bb87f783b7 --- /dev/null +++ b/mobile/android/branding/nightly/res/drawable-hdpi/icon.png diff --git a/mobile/android/branding/nightly/res/drawable-hdpi/large_icon.png b/mobile/android/branding/nightly/res/drawable-hdpi/large_icon.png Binary files differnew file mode 100644 index 0000000000..0907bbcf1e --- /dev/null +++ b/mobile/android/branding/nightly/res/drawable-hdpi/large_icon.png diff --git a/mobile/android/branding/nightly/res/drawable-hdpi/launcher_widget.png b/mobile/android/branding/nightly/res/drawable-hdpi/launcher_widget.png Binary files differnew file mode 100644 index 0000000000..8e55b0c113 --- /dev/null +++ b/mobile/android/branding/nightly/res/drawable-hdpi/launcher_widget.png diff --git a/mobile/android/branding/nightly/res/drawable-hdpi/widget_icon.png b/mobile/android/branding/nightly/res/drawable-hdpi/widget_icon.png Binary files differnew file mode 100644 index 0000000000..f46e29c755 --- /dev/null +++ b/mobile/android/branding/nightly/res/drawable-hdpi/widget_icon.png diff --git a/mobile/android/branding/nightly/res/drawable-xhdpi/icon.png b/mobile/android/branding/nightly/res/drawable-xhdpi/icon.png Binary files differnew file mode 100644 index 0000000000..bb78ad6238 --- /dev/null +++ b/mobile/android/branding/nightly/res/drawable-xhdpi/icon.png diff --git a/mobile/android/branding/nightly/res/drawable-xhdpi/large_icon.png b/mobile/android/branding/nightly/res/drawable-xhdpi/large_icon.png Binary files differnew file mode 100644 index 0000000000..3a1f003ba6 --- /dev/null +++ b/mobile/android/branding/nightly/res/drawable-xhdpi/large_icon.png diff --git a/mobile/android/branding/nightly/res/drawable-xhdpi/launcher_widget.png b/mobile/android/branding/nightly/res/drawable-xhdpi/launcher_widget.png Binary files differnew file mode 100644 index 0000000000..56f47446a6 --- /dev/null +++ b/mobile/android/branding/nightly/res/drawable-xhdpi/launcher_widget.png diff --git a/mobile/android/branding/nightly/res/drawable-xhdpi/widget_icon.png b/mobile/android/branding/nightly/res/drawable-xhdpi/widget_icon.png Binary files differnew file mode 100644 index 0000000000..4413e0c781 --- /dev/null +++ b/mobile/android/branding/nightly/res/drawable-xhdpi/widget_icon.png diff --git a/mobile/android/branding/nightly/res/drawable-xxhdpi/icon.png b/mobile/android/branding/nightly/res/drawable-xxhdpi/icon.png Binary files differnew file mode 100644 index 0000000000..92c3df0369 --- /dev/null +++ b/mobile/android/branding/nightly/res/drawable-xxhdpi/icon.png diff --git a/mobile/android/branding/nightly/res/drawable-xxhdpi/large_icon.png b/mobile/android/branding/nightly/res/drawable-xxhdpi/large_icon.png Binary files differnew file mode 100644 index 0000000000..cae9ea2891 --- /dev/null +++ b/mobile/android/branding/nightly/res/drawable-xxhdpi/large_icon.png diff --git a/mobile/android/branding/nightly/res/drawable-xxhdpi/launcher_widget.png b/mobile/android/branding/nightly/res/drawable-xxhdpi/launcher_widget.png Binary files differnew file mode 100644 index 0000000000..eb88984dbf --- /dev/null +++ b/mobile/android/branding/nightly/res/drawable-xxhdpi/launcher_widget.png diff --git a/mobile/android/branding/nightly/res/drawable-xxhdpi/widget_icon.png b/mobile/android/branding/nightly/res/drawable-xxhdpi/widget_icon.png Binary files differnew file mode 100644 index 0000000000..43b679b655 --- /dev/null +++ b/mobile/android/branding/nightly/res/drawable-xxhdpi/widget_icon.png diff --git a/mobile/android/branding/nightly/res/drawable-xxxhdpi/icon.png b/mobile/android/branding/nightly/res/drawable-xxxhdpi/icon.png Binary files differnew file mode 100644 index 0000000000..abd62f1fcb --- /dev/null +++ b/mobile/android/branding/nightly/res/drawable-xxxhdpi/icon.png diff --git a/mobile/android/branding/official/configure.sh b/mobile/android/branding/official/configure.sh new file mode 100644 index 0000000000..b36e083f9d --- /dev/null +++ b/mobile/android/branding/official/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 +ANDROID_PACKAGE_NAME=org.mozilla.firefox +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/official/content/about.png b/mobile/android/branding/official/content/about.png Binary files differnew file mode 100644 index 0000000000..dc52e843bd --- /dev/null +++ b/mobile/android/branding/official/content/about.png diff --git a/mobile/android/branding/official/content/favicon32.png b/mobile/android/branding/official/content/favicon32.png Binary files differnew file mode 100644 index 0000000000..63b54a2473 --- /dev/null +++ b/mobile/android/branding/official/content/favicon32.png diff --git a/mobile/android/branding/official/content/favicon64.png b/mobile/android/branding/official/content/favicon64.png Binary files differnew file mode 100644 index 0000000000..e11693d6c6 --- /dev/null +++ b/mobile/android/branding/official/content/favicon64.png diff --git a/mobile/android/branding/official/content/jar.mn b/mobile/android/branding/official/content/jar.mn new file mode 100644 index 0000000000..e49cc40416 --- /dev/null +++ b/mobile/android/branding/official/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/official/content/moz.build b/mobile/android/branding/official/content/moz.build new file mode 100644 index 0000000000..eb4454d28f --- /dev/null +++ b/mobile/android/branding/official/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/official/locales/en-US/brand.dtd b/mobile/android/branding/official/locales/en-US/brand.dtd new file mode 100644 index 0000000000..b2b28a49aa --- /dev/null +++ b/mobile/android/branding/official/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"> +<!ENTITY brandFullName "Mozilla Firefox"> +<!ENTITY vendorShortName "Mozilla">
\ No newline at end of file diff --git a/mobile/android/branding/official/locales/en-US/brand.properties b/mobile/android/branding/official/locales/en-US/brand.properties new file mode 100644 index 0000000000..d0203e35a4 --- /dev/null +++ b/mobile/android/branding/official/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 +brandFullName=Mozilla Firefox diff --git a/mobile/android/branding/official/locales/jar.mn b/mobile/android/branding/official/locales/jar.mn new file mode 100644 index 0000000000..2ea47e1684 --- /dev/null +++ b/mobile/android/branding/official/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/official/locales/moz.build b/mobile/android/branding/official/locales/moz.build new file mode 100644 index 0000000000..eb4454d28f --- /dev/null +++ b/mobile/android/branding/official/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/official/moz.build b/mobile/android/branding/official/moz.build new file mode 100644 index 0000000000..04084b1ace --- /dev/null +++ b/mobile/android/branding/official/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/official/res/drawable-hdpi/icon.png b/mobile/android/branding/official/res/drawable-hdpi/icon.png Binary files differnew file mode 100644 index 0000000000..de9052a107 --- /dev/null +++ b/mobile/android/branding/official/res/drawable-hdpi/icon.png diff --git a/mobile/android/branding/official/res/drawable-hdpi/large_icon.png b/mobile/android/branding/official/res/drawable-hdpi/large_icon.png Binary files differnew file mode 100644 index 0000000000..b14cd3d810 --- /dev/null +++ b/mobile/android/branding/official/res/drawable-hdpi/large_icon.png diff --git a/mobile/android/branding/official/res/drawable-hdpi/launcher_widget.png b/mobile/android/branding/official/res/drawable-hdpi/launcher_widget.png Binary files differnew file mode 100644 index 0000000000..2528f4b350 --- /dev/null +++ b/mobile/android/branding/official/res/drawable-hdpi/launcher_widget.png diff --git a/mobile/android/branding/official/res/drawable-hdpi/widget_icon.png b/mobile/android/branding/official/res/drawable-hdpi/widget_icon.png Binary files differnew file mode 100644 index 0000000000..02c88369bb --- /dev/null +++ b/mobile/android/branding/official/res/drawable-hdpi/widget_icon.png diff --git a/mobile/android/branding/official/res/drawable-xhdpi/icon.png b/mobile/android/branding/official/res/drawable-xhdpi/icon.png Binary files differnew file mode 100644 index 0000000000..baee75b77e --- /dev/null +++ b/mobile/android/branding/official/res/drawable-xhdpi/icon.png diff --git a/mobile/android/branding/official/res/drawable-xhdpi/large_icon.png b/mobile/android/branding/official/res/drawable-xhdpi/large_icon.png Binary files differnew file mode 100644 index 0000000000..20a8c28af5 --- /dev/null +++ b/mobile/android/branding/official/res/drawable-xhdpi/large_icon.png diff --git a/mobile/android/branding/official/res/drawable-xhdpi/launcher_widget.png b/mobile/android/branding/official/res/drawable-xhdpi/launcher_widget.png Binary files differnew file mode 100644 index 0000000000..a4d8bdaf57 --- /dev/null +++ b/mobile/android/branding/official/res/drawable-xhdpi/launcher_widget.png diff --git a/mobile/android/branding/official/res/drawable-xhdpi/widget_icon.png b/mobile/android/branding/official/res/drawable-xhdpi/widget_icon.png Binary files differnew file mode 100644 index 0000000000..66b933d634 --- /dev/null +++ b/mobile/android/branding/official/res/drawable-xhdpi/widget_icon.png diff --git a/mobile/android/branding/official/res/drawable-xxhdpi/icon.png b/mobile/android/branding/official/res/drawable-xxhdpi/icon.png Binary files differnew file mode 100644 index 0000000000..b14cd3d810 --- /dev/null +++ b/mobile/android/branding/official/res/drawable-xxhdpi/icon.png diff --git a/mobile/android/branding/official/res/drawable-xxhdpi/large_icon.png b/mobile/android/branding/official/res/drawable-xxhdpi/large_icon.png Binary files differnew file mode 100644 index 0000000000..a37b9a83df --- /dev/null +++ b/mobile/android/branding/official/res/drawable-xxhdpi/large_icon.png diff --git a/mobile/android/branding/official/res/drawable-xxhdpi/launcher_widget.png b/mobile/android/branding/official/res/drawable-xxhdpi/launcher_widget.png Binary files differnew file mode 100644 index 0000000000..7a5470cb49 --- /dev/null +++ b/mobile/android/branding/official/res/drawable-xxhdpi/launcher_widget.png diff --git a/mobile/android/branding/official/res/drawable-xxhdpi/widget_icon.png b/mobile/android/branding/official/res/drawable-xxhdpi/widget_icon.png Binary files differnew file mode 100644 index 0000000000..843ce03a04 --- /dev/null +++ b/mobile/android/branding/official/res/drawable-xxhdpi/widget_icon.png diff --git a/mobile/android/branding/official/res/drawable-xxxhdpi/icon.png b/mobile/android/branding/official/res/drawable-xxxhdpi/icon.png Binary files differnew file mode 100644 index 0000000000..659a33ede9 --- /dev/null +++ b/mobile/android/branding/official/res/drawable-xxxhdpi/icon.png diff --git a/mobile/android/branding/unofficial/configure.sh b/mobile/android/branding/unofficial/configure.sh new file mode 100644 index 0000000000..0920151a53 --- /dev/null +++ b/mobile/android/branding/unofficial/configure.sh @@ -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/. + +ANDROID_PACKAGE_NAME=org.mozilla.fennec_`echo $USER | sed 's/-/_/g'` +MOZ_APP_DISPLAYNAME="Fennec `echo $USER | sed 's/-/_/g'`" +MOZ_UPDATER= +MOZ_ANDROID_ANR_REPORTER= +MOZ_ANDROID_GCM_SENDERID=965234145045 diff --git a/mobile/android/branding/unofficial/content/about.png b/mobile/android/branding/unofficial/content/about.png Binary files differnew file mode 100644 index 0000000000..e3f697e8d5 --- /dev/null +++ b/mobile/android/branding/unofficial/content/about.png diff --git a/mobile/android/branding/unofficial/content/favicon32.png b/mobile/android/branding/unofficial/content/favicon32.png Binary files differnew file mode 100644 index 0000000000..c43d5a2295 --- /dev/null +++ b/mobile/android/branding/unofficial/content/favicon32.png diff --git a/mobile/android/branding/unofficial/content/favicon64.png b/mobile/android/branding/unofficial/content/favicon64.png Binary files differnew file mode 100644 index 0000000000..895f60c15b --- /dev/null +++ b/mobile/android/branding/unofficial/content/favicon64.png diff --git a/mobile/android/branding/unofficial/content/jar.mn b/mobile/android/branding/unofficial/content/jar.mn new file mode 100644 index 0000000000..e49cc40416 --- /dev/null +++ b/mobile/android/branding/unofficial/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/unofficial/content/moz.build b/mobile/android/branding/unofficial/content/moz.build new file mode 100644 index 0000000000..eb4454d28f --- /dev/null +++ b/mobile/android/branding/unofficial/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/unofficial/locales/en-US/brand.dtd b/mobile/android/branding/unofficial/locales/en-US/brand.dtd new file mode 100644 index 0000000000..3d998d15c6 --- /dev/null +++ b/mobile/android/branding/unofficial/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 "Fennec"> +<!ENTITY brandFullName "Mozilla Fennec"> +<!ENTITY vendorShortName "Mozilla">
\ No newline at end of file diff --git a/mobile/android/branding/unofficial/locales/en-US/brand.properties b/mobile/android/branding/unofficial/locales/en-US/brand.properties new file mode 100644 index 0000000000..9cedd01afc --- /dev/null +++ b/mobile/android/branding/unofficial/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=Fennec +brandFullName=Mozilla Fennec diff --git a/mobile/android/branding/unofficial/locales/jar.mn b/mobile/android/branding/unofficial/locales/jar.mn new file mode 100644 index 0000000000..5a77695c91 --- /dev/null +++ b/mobile/android/branding/unofficial/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/ +# Nightly 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/unofficial/locales/moz.build b/mobile/android/branding/unofficial/locales/moz.build new file mode 100644 index 0000000000..eb4454d28f --- /dev/null +++ b/mobile/android/branding/unofficial/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/unofficial/moz.build b/mobile/android/branding/unofficial/moz.build new file mode 100644 index 0000000000..04084b1ace --- /dev/null +++ b/mobile/android/branding/unofficial/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/unofficial/res/drawable-hdpi/icon.png b/mobile/android/branding/unofficial/res/drawable-hdpi/icon.png Binary files differnew file mode 100644 index 0000000000..786894f770 --- /dev/null +++ b/mobile/android/branding/unofficial/res/drawable-hdpi/icon.png diff --git a/mobile/android/branding/unofficial/res/drawable-hdpi/large_icon.png b/mobile/android/branding/unofficial/res/drawable-hdpi/large_icon.png Binary files differnew file mode 100644 index 0000000000..f596042266 --- /dev/null +++ b/mobile/android/branding/unofficial/res/drawable-hdpi/large_icon.png diff --git a/mobile/android/branding/unofficial/res/drawable-hdpi/launcher_widget.png b/mobile/android/branding/unofficial/res/drawable-hdpi/launcher_widget.png Binary files differnew file mode 100644 index 0000000000..8e55b0c113 --- /dev/null +++ b/mobile/android/branding/unofficial/res/drawable-hdpi/launcher_widget.png diff --git a/mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png b/mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png Binary files differnew file mode 100644 index 0000000000..7ebffe3a51 --- /dev/null +++ b/mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png diff --git a/mobile/android/branding/unofficial/res/drawable-xhdpi/large_icon.png b/mobile/android/branding/unofficial/res/drawable-xhdpi/large_icon.png Binary files differnew file mode 100644 index 0000000000..f596042266 --- /dev/null +++ b/mobile/android/branding/unofficial/res/drawable-xhdpi/large_icon.png diff --git a/mobile/android/branding/unofficial/res/drawable-xhdpi/launcher_widget.png b/mobile/android/branding/unofficial/res/drawable-xhdpi/launcher_widget.png Binary files differnew file mode 100644 index 0000000000..56f47446a6 --- /dev/null +++ b/mobile/android/branding/unofficial/res/drawable-xhdpi/launcher_widget.png diff --git a/mobile/android/branding/unofficial/res/drawable-xhdpi/widget_icon.png b/mobile/android/branding/unofficial/res/drawable-xhdpi/widget_icon.png Binary files differnew file mode 100644 index 0000000000..d5bcf96979 --- /dev/null +++ b/mobile/android/branding/unofficial/res/drawable-xhdpi/widget_icon.png diff --git a/mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png b/mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png Binary files differnew file mode 100644 index 0000000000..f596042266 --- /dev/null +++ b/mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png diff --git a/mobile/android/branding/unofficial/res/drawable-xxhdpi/large_icon.png b/mobile/android/branding/unofficial/res/drawable-xxhdpi/large_icon.png Binary files differnew file mode 100644 index 0000000000..f596042266 --- /dev/null +++ b/mobile/android/branding/unofficial/res/drawable-xxhdpi/large_icon.png diff --git a/mobile/android/branding/unofficial/res/drawable-xxhdpi/launcher_widget.png b/mobile/android/branding/unofficial/res/drawable-xxhdpi/launcher_widget.png Binary files differnew file mode 100644 index 0000000000..eb88984dbf --- /dev/null +++ b/mobile/android/branding/unofficial/res/drawable-xxhdpi/launcher_widget.png |