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)

ARM
Android
defect
Not set
normal

Tracking

(firefox16 affected, firefox17 affected, firefox18 verified, firefox19 verified, firefox20 verified, fennec+)

VERIFIED FIXED
Tracking Status
firefox16 --- affected
firefox17 --- affected
firefox18 --- verified
firefox19 --- verified
firefox20 --- verified
fennec + ---

People

(Reporter: hsivonen, Assigned: sriram)

References

Details

(Whiteboard: [leave open])

Attachments

(4 files)

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?
Summary: App icon looks a bit fuzzy on Galaxy Nexus → Request for an XHDPI branded product icon
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?
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/
This just needs to be converted to a patch and land.
tracking-fennec: --- → ?
Component: General → Theme and Visual Design
Version: unspecified → Trunk
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.
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?
http://stackoverflow.com/questions/13215587/android-xxhdpi-resources Thank goodness. It's only for the launcher icon.
Wow!
Assignee: nobody → ibarlow
tracking-fennec: ? → +
Attached patch PatchSplinter Review
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 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+
Yup. It does build fine without those changes. I'll push it with removing those.
Attached patch Patch: CleanupSplinter Review
Cleaned up icons that aren't used.
Attachment #683347 - Flags: review?(mark.finkle)
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-
Status: NEW → ASSIGNED
Assignee: ibarlow → sriram
Whiteboard: [leave open]
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 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+
s/swap/addition/
Is this resolved now?
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
(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.
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: