diff options
Diffstat (limited to 'mobile/android/branding/nightly')
24 files changed, 0 insertions, 63 deletions
diff --git a/mobile/android/branding/nightly/configure.sh b/mobile/android/branding/nightly/configure.sh deleted file mode 100644 index 399de4c88..000000000 --- a/mobile/android/branding/nightly/configure.sh +++ /dev/null @@ -1,9 +0,0 @@ -# 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 differdeleted file mode 100644 index d6602ec62..000000000 --- a/mobile/android/branding/nightly/content/about.png +++ /dev/null diff --git a/mobile/android/branding/nightly/content/favicon32.png b/mobile/android/branding/nightly/content/favicon32.png Binary files differdeleted file mode 100644 index 6cf3db69a..000000000 --- a/mobile/android/branding/nightly/content/favicon32.png +++ /dev/null diff --git a/mobile/android/branding/nightly/content/favicon64.png b/mobile/android/branding/nightly/content/favicon64.png Binary files differdeleted file mode 100644 index ab340837e..000000000 --- a/mobile/android/branding/nightly/content/favicon64.png +++ /dev/null diff --git a/mobile/android/branding/nightly/content/jar.mn b/mobile/android/branding/nightly/content/jar.mn deleted file mode 100644 index e49cc4041..000000000 --- a/mobile/android/branding/nightly/content/jar.mn +++ /dev/null @@ -1,9 +0,0 @@ -# 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 deleted file mode 100644 index eb4454d28..000000000 --- a/mobile/android/branding/nightly/content/moz.build +++ /dev/null @@ -1,7 +0,0 @@ -# -*- 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 deleted file mode 100644 index 3d3a3a10f..000000000 --- a/mobile/android/branding/nightly/locales/en-US/brand.dtd +++ /dev/null @@ -1,7 +0,0 @@ -<!-- 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 deleted file mode 100644 index d06053614..000000000 --- a/mobile/android/branding/nightly/locales/en-US/brand.properties +++ /dev/null @@ -1,6 +0,0 @@ -# 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 deleted file mode 100644 index 5a77695c9..000000000 --- a/mobile/android/branding/nightly/locales/jar.mn +++ /dev/null @@ -1,11 +0,0 @@ -#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 deleted file mode 100644 index eb4454d28..000000000 --- a/mobile/android/branding/nightly/locales/moz.build +++ /dev/null @@ -1,7 +0,0 @@ -# -*- 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 deleted file mode 100644 index 04084b1ac..000000000 --- a/mobile/android/branding/nightly/moz.build +++ /dev/null @@ -1,7 +0,0 @@ -# -*- 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 differdeleted file mode 100644 index bb87f783b..000000000 --- a/mobile/android/branding/nightly/res/drawable-hdpi/icon.png +++ /dev/null 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 differdeleted file mode 100644 index 0907bbcf1..000000000 --- a/mobile/android/branding/nightly/res/drawable-hdpi/large_icon.png +++ /dev/null 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 differdeleted file mode 100644 index 8e55b0c11..000000000 --- a/mobile/android/branding/nightly/res/drawable-hdpi/launcher_widget.png +++ /dev/null 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 differdeleted file mode 100644 index f46e29c75..000000000 --- a/mobile/android/branding/nightly/res/drawable-hdpi/widget_icon.png +++ /dev/null diff --git a/mobile/android/branding/nightly/res/drawable-xhdpi/icon.png b/mobile/android/branding/nightly/res/drawable-xhdpi/icon.png Binary files differdeleted file mode 100644 index bb78ad623..000000000 --- a/mobile/android/branding/nightly/res/drawable-xhdpi/icon.png +++ /dev/null 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 differdeleted file mode 100644 index 3a1f003ba..000000000 --- a/mobile/android/branding/nightly/res/drawable-xhdpi/large_icon.png +++ /dev/null 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 differdeleted file mode 100644 index 56f47446a..000000000 --- a/mobile/android/branding/nightly/res/drawable-xhdpi/launcher_widget.png +++ /dev/null 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 differdeleted file mode 100644 index 4413e0c78..000000000 --- a/mobile/android/branding/nightly/res/drawable-xhdpi/widget_icon.png +++ /dev/null diff --git a/mobile/android/branding/nightly/res/drawable-xxhdpi/icon.png b/mobile/android/branding/nightly/res/drawable-xxhdpi/icon.png Binary files differdeleted file mode 100644 index 92c3df036..000000000 --- a/mobile/android/branding/nightly/res/drawable-xxhdpi/icon.png +++ /dev/null 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 differdeleted file mode 100644 index cae9ea289..000000000 --- a/mobile/android/branding/nightly/res/drawable-xxhdpi/large_icon.png +++ /dev/null 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 differdeleted file mode 100644 index eb88984db..000000000 --- a/mobile/android/branding/nightly/res/drawable-xxhdpi/launcher_widget.png +++ /dev/null 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 differdeleted file mode 100644 index 43b679b65..000000000 --- a/mobile/android/branding/nightly/res/drawable-xxhdpi/widget_icon.png +++ /dev/null diff --git a/mobile/android/branding/nightly/res/drawable-xxxhdpi/icon.png b/mobile/android/branding/nightly/res/drawable-xxxhdpi/icon.png Binary files differdeleted file mode 100644 index abd62f1fc..000000000 --- a/mobile/android/branding/nightly/res/drawable-xxxhdpi/icon.png +++ /dev/null |