Closed
Bug 792373
Opened 13 years ago
Closed 13 years ago
Request for an XHDPI branded product icon
Categories
(Firefox for Android Graveyard :: Theme and Visual Design, defect)
Tracking
(firefox16 affected, firefox17 affected, firefox18 verified, firefox19 verified, firefox20 verified, fennec+)
People
(Reporter: hsivonen, Assigned: sriram)
References
Details
(Whiteboard: [leave open])
Attachments
(4 files)
77.54 KB,
application/zip
|
Details | |
140.21 KB,
application/zip
|
Details | |
283.66 KB,
patch
|
mfinkle
:
review+
akeybl
:
approval-mozilla-aurora+
akeybl
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
13.08 KB,
patch
|
mfinkle
:
review-
|
Details | Diff | Splinter Review |
Steps to reproduce:
1) Place the icons of Nightly, Chrome, and Google Earth next to each other in the launcher on Galaxy Nexus.
Actual results:
The round edge of the Nightly icon looks more pixelated than the round shapes of the Chrome and Google Earth icons.
Expected results:
Expected not to be able to see pixelation.
Additional info:
Maybe Nightly lacks the right icon size and the icon gets scaled by Android?
Updated•13 years ago
|
Summary: App icon looks a bit fuzzy on Galaxy Nexus → Request for an XHDPI branded product icon
Comment 1•13 years ago
|
||
Thanks for filing this Henri. Can someone please verify the app icon sizes we are shipping right now, and what exact pixel size is needed for XHDPI, if we don't have one yet?
Comment 2•13 years ago
|
||
I think it's 96x96 (http://developer.android.com/guide/practices/ui_guidelines/icon_design_launcher.html)
http://mxr.mozilla.org/mozilla-central/source/mobile/android/branding/nightly/content/
http://mxr.mozilla.org/mozilla-central/source/mobile/android/branding/official/content/
http://mxr.mozilla.org/mozilla-central/source/mobile/android/branding/beta/content/
http://mxr.mozilla.org/mozilla-central/source/mobile/android/branding/aurora/content/
Fennec
http://mxr.mozilla.org/mozilla-central/source/mobile/android/branding/unofficial/content/
Comment 4•13 years ago
|
||
Reporter | ||
Comment 5•13 years ago
|
||
This bug is now highlighted in the Ars Technica review of Nexus 10.
http://arstechnica.com/gadgets/2012/11/nexus-10-tablet-is-a-solid-house-built-on-shifting-sands/
Comment 6•13 years ago
|
||
This just needs to be converted to a patch and land.
Updated•13 years ago
|
tracking-fennec: --- → ?
status-firefox16:
--- → affected
status-firefox17:
--- → affected
status-firefox18:
--- → affected
status-firefox19:
--- → affected
Component: General → Theme and Visual Design
Version: unspecified → Trunk
Comment 7•13 years ago
|
||
Actually, app icons in the Nexus 10 need to be xxhdpi, this is probably why our icon is blurry there. See:
https://plus.google.com/u/0/118292708268361843293/posts/ePQya3KsTjW
Ian, we need a 144*144px app icon.
Assignee | ||
Comment 8•13 years ago
|
||
When did they ever come up with an xxhdpi? That's shocking me! Are we having one whole big list of 3x icons and textures?
Assignee | ||
Comment 9•13 years ago
|
||
http://stackoverflow.com/questions/13215587/android-xxhdpi-resources
Thank goodness. It's only for the launcher icon.
Comment 10•13 years ago
|
||
Wow!
Updated•13 years ago
|
Assignee: nobody → ibarlow
tracking-fennec: ? → +
Comment 11•13 years ago
|
||
Assignee | ||
Comment 12•13 years ago
|
||
Icons in all sharpness. (We should probably uplift all the way to release. This is a trivial bug).
Attachment #683318 -
Flags: review?(mark.finkle)
Comment 13•13 years ago
|
||
Comment on attachment 683318 [details] [diff] [review]
Patch
>diff --git a/mobile/android/branding/aurora/content/Makefile.in b/mobile/android/branding/aurora/content/Makefile.in
> LINUX_BRANDING_FILES = \
> fennec_48x48.png \
> fennec_72x72.png \
>+ fennec_96x96.png \
>+ fennec_144x144.png \
I don't think you need these changes. Your Makefile changes grab the files from their SRC folder location. We should only need the LINUX_BRANDING_FILES for making .deb packages. Which means we might be able to remove that code.
r+, but test without the LINUX_BRANDING_FILES changes
Attachment #683318 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 14•13 years ago
|
||
Yup. It does build fine without those changes. I'll push it with removing those.
Assignee | ||
Comment 15•13 years ago
|
||
Cleaned up icons that aren't used.
Attachment #683347 -
Flags: review?(mark.finkle)
Comment 16•13 years ago
|
||
Comment on attachment 683347 [details] [diff] [review]
Patch: Cleanup
>diff --git a/mobile/android/base/Makefile.in b/mobile/android/base/Makefile.in
> # Bug 567884 - Need a way to find appropriate icons during packaging
Remove the comment too
>- res/drawable/bookmarkdefaults_favicon_support.png \
>- res/drawable/bookmarkdefaults_favicon_addons.png \
Do not remove. We use these here:
http://mxr.mozilla.org/mozilla-central/source/mobile/android/base/db/BrowserProvider.java.in#963
>diff --git a/mobile/android/base/resources/drawable/bookmarkdefaults_favicon_addons.png b/mobile/android/base/resources/drawable/bookmarkdefaults_favicon_addons.png
>deleted file mode 100644
>Binary file mobile/android/base/resources/drawable/bookmarkdefaults_favicon_addons.png has changed
>diff --git a/mobile/android/base/resources/drawable/bookmarkdefaults_favicon_support.png b/mobile/android/base/resources/drawable/bookmarkdefaults_favicon_support.png
>deleted file mode 100644
>Binary file mobile/android/base/resources/drawable/bookmarkdefaults_favicon_support.png has changed
Keep these
>diff --git a/mobile/android/branding/aurora/android-resources.mn b/mobile/android/branding/aurora/android-resources.mn
>-mobile/android/branding/aurora/content/bookmarkdefaults_favicon_aboutfirefox.png
Keep
>diff --git a/mobile/android/branding/aurora/content/bookmarkdefaults_favicon_aboutfirefox.png b/mobile/android/branding/aurora/content/bookmarkdefaults_favicon_aboutfirefox.png
Keep
>diff --git a/mobile/android/branding/aurora/content/jar.mn b/mobile/android/branding/aurora/content/jar.mn
>- content/branding/favicon32.png (favicon32.png)
favicon32.png is used in our about pages. Do not remove
>diff --git a/mobile/android/branding/beta/android-resources.mn b/mobile/android/branding/beta/android-resources.mn
>-mobile/android/branding/beta/content/bookmarkdefaults_favicon_aboutfirefox.png
Keep. See above.
>diff --git a/mobile/android/branding/beta/content/bookmarkdefaults_favicon_aboutfirefox.png b/mobile/android/branding/beta/content/bookmarkdefaults_favicon_aboutfirefox.png
Keep
>diff --git a/mobile/android/branding/beta/content/jar.mn b/mobile/android/branding/beta/content/jar.mn
>- content/branding/favicon32.png (favicon32.png)
Keep
>diff --git a/mobile/android/branding/nightly/android-resources.mn b/mobile/android/branding/nightly/android-resources.mn
>-mobile/android/branding/nightly/content/bookmarkdefaults_favicon_aboutfirefox.png
Keep. See above.
>diff --git a/mobile/android/branding/nightly/content/bookmarkdefaults_favicon_aboutfirefox.png b/mobile/android/branding/nightly/content/bookmarkdefaults_favicon_aboutfirefox.png
Keep
>diff --git a/mobile/android/branding/nightly/content/jar.mn b/mobile/android/branding/nightly/content/jar.mn
>- content/branding/favicon32.png (favicon32.png)
Still used in about pages
>diff --git a/mobile/android/branding/official/android-resources.mn b/mobile/android/branding/official/android-resources.mn
>-mobile/android/branding/official/content/bookmarkdefaults_favicon_aboutfirefox.png
Still needed. See above
>diff --git a/mobile/android/branding/official/content/bookmarkdefaults_favicon_aboutfirefox.png b/mobile/android/branding/official/content/bookmarkdefaults_favicon_aboutfirefox.png
Keep
>diff --git a/mobile/android/branding/official/content/jar.mn b/mobile/android/branding/official/content/jar.mn
>- content/branding/favicon32.png (favicon32.png)
Still needed
>diff --git a/mobile/android/branding/unofficial/android-resources.mn b/mobile/android/branding/unofficial/android-resources.mn
>-mobile/android/branding/unofficial/content/bookmarkdefaults_favicon_aboutfirefox.png
Still needed
>diff --git a/mobile/android/branding/unofficial/content/bookmarkdefaults_favicon_aboutfirefox.png b/mobile/android/branding/unofficial/content/bookmarkdefaults_favicon_aboutfirefox.png
Still needed
>diff --git a/mobile/android/branding/unofficial/content/jar.mn b/mobile/android/branding/unofficial/content/jar.mn
>- content/branding/favicon32.png (favicon32.png)
Still needed
Attachment #683347 -
Flags: review?(mark.finkle) → review-
Updated•13 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 17•13 years ago
|
||
Assignee: ibarlow → sriram
Whiteboard: [leave open]
Comment 18•13 years ago
|
||
Assignee | ||
Comment 19•13 years ago
|
||
Comment on attachment 683318 [details] [diff] [review]
Patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): -
User impact if declined: The launcher showing the icon will be fuzzy and of low quality as mentioned in http://arstechnica.com/gadgets/2012/11/nexus-10-tablet-is-a-solid-house-built-on-shifting-sands/ (almost bottom of the article). This is a problem for our brand.
Testing completed (on m-c, etc.): Landed yesterday.
Risk to taking this patch (and alternatives if risky): Low to None.
String or UUID changes made by this patch: None.
Attachment #683318 -
Flags: approval-mozilla-beta?
Attachment #683318 -
Flags: approval-mozilla-aurora?
Comment 20•13 years ago
|
||
Comment on attachment 683318 [details] [diff] [review]
Patch
Asset swap - low/no risk.
Attachment #683318 -
Flags: approval-mozilla-beta?
Attachment #683318 -
Flags: approval-mozilla-beta+
Attachment #683318 -
Flags: approval-mozilla-aurora?
Attachment #683318 -
Flags: approval-mozilla-aurora+
Comment 21•13 years ago
|
||
s/swap/addition/
Assignee | ||
Comment 22•13 years ago
|
||
Comment 23•13 years ago
|
||
Is this resolved now?
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
status-firefox20:
--- → fixed
Resolution: --- → FIXED
Assignee | ||
Comment 24•13 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #16)
> Comment on attachment 683347 [details] [diff] [review]
> Patch: Cleanup
>
> >diff --git a/mobile/android/base/Makefile.in b/mobile/android/base/Makefile.in
>
> > # Bug 567884 - Need a way to find appropriate icons during packaging
>
> Remove the comment too
>
> >- res/drawable/bookmarkdefaults_favicon_support.png \
> >- res/drawable/bookmarkdefaults_favicon_addons.png \
>
> Do not remove. We use these here:
> http://mxr.mozilla.org/mozilla-central/source/mobile/android/base/db/
> BrowserProvider.java.in#963
http://mxr.mozilla.org/mozilla-central/search?string=bookmarkdefaults_favicon_addons
This doesn't show up.
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•