Commit 099b6fca authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 28622: Update Tor Browser icon for mobile

We follow the desktop layout by providing icons for stable, alpha, and
nightly versions in the official, alpha, and nightly branding
directories, replacing related Firefox icons.

Moreover, this patch adjusts the displayed app name as well according
to the respective Tor Browser flavor being used.

There is no drawable-mdpi directory in Fennec anymore. Thus, we won't
ship new icons for that either and we remove the old torbrowser branding
directory and contents as those are not needed for the new layout.

At some point we could do a proper clean-up of icons we actually don't
need. For instance, right now we still need to ship the
firstrun_welcome.png icon from Fennec's onboarding because otherwise
compilation breaks, even though we have our own, Fennec unrelated
onboarding. But that's part of a different ticket.
parent bfa54eb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# 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.torproject.torbrowser_alpha
MOZ_APP_DISPLAYNAME="Tor Browser for Android (Alpha)"
ANDROID_PACKAGE_NAME=org.torproject.torbrowser_alpha
MOZ_UPDATER=
MOZ_ANDROID_ANR_REPORTER=
+29.4 KiB
Loading image diff...
+1.72 KiB
Loading image diff...
+4.83 KiB
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

chrome.jar:
% content branding %content/branding/
% content branding %content/branding/ contentaccessible=yes
  content/branding/about.png                     (about.png)
  content/branding/favicon32.png                 (favicon32.png)
  content/branding/favicon64.png                 (favicon64.png)
Loading