From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- mobile/android/branding/unofficial/configure.sh | 9 +++++++++ mobile/android/branding/unofficial/content/about.png | Bin 0 -> 13042 bytes .../android/branding/unofficial/content/favicon32.png | Bin 0 -> 1558 bytes .../android/branding/unofficial/content/favicon64.png | Bin 0 -> 5677 bytes mobile/android/branding/unofficial/content/jar.mn | 9 +++++++++ mobile/android/branding/unofficial/content/moz.build | 7 +++++++ .../android/branding/unofficial/locales/en-US/brand.dtd | 7 +++++++ .../branding/unofficial/locales/en-US/brand.properties | 6 ++++++ mobile/android/branding/unofficial/locales/jar.mn | 11 +++++++++++ mobile/android/branding/unofficial/locales/moz.build | 7 +++++++ mobile/android/branding/unofficial/moz.build | 7 +++++++ .../branding/unofficial/res/drawable-hdpi/icon.png | Bin 0 -> 6498 bytes .../unofficial/res/drawable-hdpi/large_icon.png | Bin 0 -> 17583 bytes .../unofficial/res/drawable-hdpi/launcher_widget.png | Bin 0 -> 13139 bytes .../branding/unofficial/res/drawable-xhdpi/icon.png | Bin 0 -> 10371 bytes .../unofficial/res/drawable-xhdpi/large_icon.png | Bin 0 -> 17583 bytes .../unofficial/res/drawable-xhdpi/launcher_widget.png | Bin 0 -> 20101 bytes .../unofficial/res/drawable-xhdpi/widget_icon.png | Bin 0 -> 4252 bytes .../branding/unofficial/res/drawable-xxhdpi/icon.png | Bin 0 -> 17583 bytes .../unofficial/res/drawable-xxhdpi/large_icon.png | Bin 0 -> 17583 bytes .../unofficial/res/drawable-xxhdpi/launcher_widget.png | Bin 0 -> 30058 bytes 21 files changed, 63 insertions(+) create mode 100644 mobile/android/branding/unofficial/configure.sh create mode 100644 mobile/android/branding/unofficial/content/about.png create mode 100644 mobile/android/branding/unofficial/content/favicon32.png create mode 100644 mobile/android/branding/unofficial/content/favicon64.png create mode 100644 mobile/android/branding/unofficial/content/jar.mn create mode 100644 mobile/android/branding/unofficial/content/moz.build create mode 100644 mobile/android/branding/unofficial/locales/en-US/brand.dtd create mode 100644 mobile/android/branding/unofficial/locales/en-US/brand.properties create mode 100644 mobile/android/branding/unofficial/locales/jar.mn create mode 100644 mobile/android/branding/unofficial/locales/moz.build create mode 100644 mobile/android/branding/unofficial/moz.build create mode 100644 mobile/android/branding/unofficial/res/drawable-hdpi/icon.png create mode 100644 mobile/android/branding/unofficial/res/drawable-hdpi/large_icon.png create mode 100644 mobile/android/branding/unofficial/res/drawable-hdpi/launcher_widget.png create mode 100644 mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png create mode 100644 mobile/android/branding/unofficial/res/drawable-xhdpi/large_icon.png create mode 100644 mobile/android/branding/unofficial/res/drawable-xhdpi/launcher_widget.png create mode 100644 mobile/android/branding/unofficial/res/drawable-xhdpi/widget_icon.png create mode 100644 mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png create mode 100644 mobile/android/branding/unofficial/res/drawable-xxhdpi/large_icon.png create mode 100644 mobile/android/branding/unofficial/res/drawable-xxhdpi/launcher_widget.png (limited to 'mobile/android/branding/unofficial') diff --git a/mobile/android/branding/unofficial/configure.sh b/mobile/android/branding/unofficial/configure.sh new file mode 100644 index 000000000..0920151a5 --- /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 new file mode 100644 index 000000000..e3f697e8d Binary files /dev/null and b/mobile/android/branding/unofficial/content/about.png differ diff --git a/mobile/android/branding/unofficial/content/favicon32.png b/mobile/android/branding/unofficial/content/favicon32.png new file mode 100644 index 000000000..c43d5a229 Binary files /dev/null and b/mobile/android/branding/unofficial/content/favicon32.png differ diff --git a/mobile/android/branding/unofficial/content/favicon64.png b/mobile/android/branding/unofficial/content/favicon64.png new file mode 100644 index 000000000..895f60c15 Binary files /dev/null and b/mobile/android/branding/unofficial/content/favicon64.png differ diff --git a/mobile/android/branding/unofficial/content/jar.mn b/mobile/android/branding/unofficial/content/jar.mn new file mode 100644 index 000000000..e49cc4041 --- /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 000000000..eb4454d28 --- /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 000000000..3d998d15c --- /dev/null +++ b/mobile/android/branding/unofficial/locales/en-US/brand.dtd @@ -0,0 +1,7 @@ + + + + + \ 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 000000000..9cedd01af --- /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 000000000..5a77695c9 --- /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 000000000..eb4454d28 --- /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 000000000..04084b1ac --- /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 new file mode 100644 index 000000000..786894f77 Binary files /dev/null and b/mobile/android/branding/unofficial/res/drawable-hdpi/icon.png differ diff --git a/mobile/android/branding/unofficial/res/drawable-hdpi/large_icon.png b/mobile/android/branding/unofficial/res/drawable-hdpi/large_icon.png new file mode 100644 index 000000000..f59604226 Binary files /dev/null and b/mobile/android/branding/unofficial/res/drawable-hdpi/large_icon.png differ diff --git a/mobile/android/branding/unofficial/res/drawable-hdpi/launcher_widget.png b/mobile/android/branding/unofficial/res/drawable-hdpi/launcher_widget.png new file mode 100644 index 000000000..8e55b0c11 Binary files /dev/null and b/mobile/android/branding/unofficial/res/drawable-hdpi/launcher_widget.png differ diff --git a/mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png b/mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png new file mode 100644 index 000000000..7ebffe3a5 Binary files /dev/null and b/mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png differ diff --git a/mobile/android/branding/unofficial/res/drawable-xhdpi/large_icon.png b/mobile/android/branding/unofficial/res/drawable-xhdpi/large_icon.png new file mode 100644 index 000000000..f59604226 Binary files /dev/null and b/mobile/android/branding/unofficial/res/drawable-xhdpi/large_icon.png differ diff --git a/mobile/android/branding/unofficial/res/drawable-xhdpi/launcher_widget.png b/mobile/android/branding/unofficial/res/drawable-xhdpi/launcher_widget.png new file mode 100644 index 000000000..56f47446a Binary files /dev/null and b/mobile/android/branding/unofficial/res/drawable-xhdpi/launcher_widget.png differ diff --git a/mobile/android/branding/unofficial/res/drawable-xhdpi/widget_icon.png b/mobile/android/branding/unofficial/res/drawable-xhdpi/widget_icon.png new file mode 100644 index 000000000..d5bcf9697 Binary files /dev/null and b/mobile/android/branding/unofficial/res/drawable-xhdpi/widget_icon.png differ diff --git a/mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png b/mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png new file mode 100644 index 000000000..f59604226 Binary files /dev/null and b/mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png differ diff --git a/mobile/android/branding/unofficial/res/drawable-xxhdpi/large_icon.png b/mobile/android/branding/unofficial/res/drawable-xxhdpi/large_icon.png new file mode 100644 index 000000000..f59604226 Binary files /dev/null and b/mobile/android/branding/unofficial/res/drawable-xxhdpi/large_icon.png differ diff --git a/mobile/android/branding/unofficial/res/drawable-xxhdpi/launcher_widget.png b/mobile/android/branding/unofficial/res/drawable-xxhdpi/launcher_widget.png new file mode 100644 index 000000000..eb88984db Binary files /dev/null and b/mobile/android/branding/unofficial/res/drawable-xxhdpi/launcher_widget.png differ -- cgit v1.2.3