From abe80cc31d5a40ebed743085011fbcda0c1a9a10 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 23 Apr 2019 15:32:23 -0400 Subject: Issue #1053 - Drop support Android and remove Fennec - Part 1a: Remove mobile/android --- mobile/android/branding/unofficial/configure.sh | 9 --------- mobile/android/branding/unofficial/content/about.png | Bin 13042 -> 0 bytes .../android/branding/unofficial/content/favicon32.png | Bin 1558 -> 0 bytes .../android/branding/unofficial/content/favicon64.png | Bin 5677 -> 0 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 6498 -> 0 bytes .../unofficial/res/drawable-hdpi/large_icon.png | Bin 17583 -> 0 bytes .../unofficial/res/drawable-hdpi/launcher_widget.png | Bin 13139 -> 0 bytes .../branding/unofficial/res/drawable-xhdpi/icon.png | Bin 10371 -> 0 bytes .../unofficial/res/drawable-xhdpi/large_icon.png | Bin 17583 -> 0 bytes .../unofficial/res/drawable-xhdpi/launcher_widget.png | Bin 20101 -> 0 bytes .../unofficial/res/drawable-xhdpi/widget_icon.png | Bin 4252 -> 0 bytes .../branding/unofficial/res/drawable-xxhdpi/icon.png | Bin 17583 -> 0 bytes .../unofficial/res/drawable-xxhdpi/large_icon.png | Bin 17583 -> 0 bytes .../unofficial/res/drawable-xxhdpi/launcher_widget.png | Bin 30058 -> 0 bytes 21 files changed, 63 deletions(-) delete mode 100644 mobile/android/branding/unofficial/configure.sh delete mode 100644 mobile/android/branding/unofficial/content/about.png delete mode 100644 mobile/android/branding/unofficial/content/favicon32.png delete mode 100644 mobile/android/branding/unofficial/content/favicon64.png delete mode 100644 mobile/android/branding/unofficial/content/jar.mn delete mode 100644 mobile/android/branding/unofficial/content/moz.build delete mode 100644 mobile/android/branding/unofficial/locales/en-US/brand.dtd delete mode 100644 mobile/android/branding/unofficial/locales/en-US/brand.properties delete mode 100644 mobile/android/branding/unofficial/locales/jar.mn delete mode 100644 mobile/android/branding/unofficial/locales/moz.build delete mode 100644 mobile/android/branding/unofficial/moz.build delete mode 100644 mobile/android/branding/unofficial/res/drawable-hdpi/icon.png delete mode 100644 mobile/android/branding/unofficial/res/drawable-hdpi/large_icon.png delete mode 100644 mobile/android/branding/unofficial/res/drawable-hdpi/launcher_widget.png delete mode 100644 mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png delete mode 100644 mobile/android/branding/unofficial/res/drawable-xhdpi/large_icon.png delete mode 100644 mobile/android/branding/unofficial/res/drawable-xhdpi/launcher_widget.png delete mode 100644 mobile/android/branding/unofficial/res/drawable-xhdpi/widget_icon.png delete mode 100644 mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png delete mode 100644 mobile/android/branding/unofficial/res/drawable-xxhdpi/large_icon.png delete 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 deleted file mode 100644 index 0920151a5..000000000 --- a/mobile/android/branding/unofficial/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/. - -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 deleted file mode 100644 index e3f697e8d..000000000 Binary files a/mobile/android/branding/unofficial/content/about.png and /dev/null differ diff --git a/mobile/android/branding/unofficial/content/favicon32.png b/mobile/android/branding/unofficial/content/favicon32.png deleted file mode 100644 index c43d5a229..000000000 Binary files a/mobile/android/branding/unofficial/content/favicon32.png and /dev/null differ diff --git a/mobile/android/branding/unofficial/content/favicon64.png b/mobile/android/branding/unofficial/content/favicon64.png deleted file mode 100644 index 895f60c15..000000000 Binary files a/mobile/android/branding/unofficial/content/favicon64.png and /dev/null differ diff --git a/mobile/android/branding/unofficial/content/jar.mn b/mobile/android/branding/unofficial/content/jar.mn deleted file mode 100644 index e49cc4041..000000000 --- a/mobile/android/branding/unofficial/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/unofficial/content/moz.build b/mobile/android/branding/unofficial/content/moz.build deleted file mode 100644 index eb4454d28..000000000 --- a/mobile/android/branding/unofficial/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/unofficial/locales/en-US/brand.dtd b/mobile/android/branding/unofficial/locales/en-US/brand.dtd deleted file mode 100644 index 3d998d15c..000000000 --- a/mobile/android/branding/unofficial/locales/en-US/brand.dtd +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ 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 deleted file mode 100644 index 9cedd01af..000000000 --- a/mobile/android/branding/unofficial/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=Fennec -brandFullName=Mozilla Fennec diff --git a/mobile/android/branding/unofficial/locales/jar.mn b/mobile/android/branding/unofficial/locales/jar.mn deleted file mode 100644 index 5a77695c9..000000000 --- a/mobile/android/branding/unofficial/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/unofficial/locales/moz.build b/mobile/android/branding/unofficial/locales/moz.build deleted file mode 100644 index eb4454d28..000000000 --- a/mobile/android/branding/unofficial/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/unofficial/moz.build b/mobile/android/branding/unofficial/moz.build deleted file mode 100644 index 04084b1ac..000000000 --- a/mobile/android/branding/unofficial/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/unofficial/res/drawable-hdpi/icon.png b/mobile/android/branding/unofficial/res/drawable-hdpi/icon.png deleted file mode 100644 index 786894f77..000000000 Binary files a/mobile/android/branding/unofficial/res/drawable-hdpi/icon.png and /dev/null 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 deleted file mode 100644 index f59604226..000000000 Binary files a/mobile/android/branding/unofficial/res/drawable-hdpi/large_icon.png and /dev/null 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 deleted file mode 100644 index 8e55b0c11..000000000 Binary files a/mobile/android/branding/unofficial/res/drawable-hdpi/launcher_widget.png and /dev/null differ diff --git a/mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png b/mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png deleted file mode 100644 index 7ebffe3a5..000000000 Binary files a/mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png and /dev/null 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 deleted file mode 100644 index f59604226..000000000 Binary files a/mobile/android/branding/unofficial/res/drawable-xhdpi/large_icon.png and /dev/null 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 deleted file mode 100644 index 56f47446a..000000000 Binary files a/mobile/android/branding/unofficial/res/drawable-xhdpi/launcher_widget.png and /dev/null 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 deleted file mode 100644 index d5bcf9697..000000000 Binary files a/mobile/android/branding/unofficial/res/drawable-xhdpi/widget_icon.png and /dev/null differ diff --git a/mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png b/mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png deleted file mode 100644 index f59604226..000000000 Binary files a/mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png and /dev/null 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 deleted file mode 100644 index f59604226..000000000 Binary files a/mobile/android/branding/unofficial/res/drawable-xxhdpi/large_icon.png and /dev/null 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 deleted file mode 100644 index eb88984db..000000000 Binary files a/mobile/android/branding/unofficial/res/drawable-xxhdpi/launcher_widget.png and /dev/null differ -- cgit v1.2.3