Closed
Bug 587109
Opened 16 years ago
Closed 15 years ago
The application needs high resolution assets for the iPhone4
Categories
(Cloud Services Graveyard :: Firefox Home, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: st3fan, Assigned: smartell)
Details
Attachments
(6 files)
The iPhone 4 with it's higher resolution display will need higher resolution graphics.
For every graphics asset in the app we will need one that is twice the size, with @2x added to the filename. So logo.png would become logo@2x.png.
We will also need high resolution icon files. The new sizes for the Retina Display are 114x114 (home screen) and 58x58 for the icon in the Settings application.
Updated•16 years ago
|
Flags: blocking-fx-home1.0.x?
Updated•15 years ago
|
Flags: blocking-fx-home1.0.4? → blocking-fx-home1.0.4+
Comment 2•15 years ago
|
||
Pinged Sean via email today.
| Assignee | ||
Comment 3•15 years ago
|
||
I can, focusing on Firefox for Android early this week. What would be the deadline for these assets?
| Assignee | ||
Comment 4•15 years ago
|
||
so for the icon, there is 114x114 and 58x58 for retina, on top of the 57x57 for non-retina?
a one pixel difference in dimension and two files to package. hmm.
I wonder if that can be avoided?
| Reporter | ||
Comment 5•15 years ago
|
||
Yeah it is a bit silly. The problem with not providing it is that the OS will then scale the app icon. Which might not look great. We can try this of course.
| Assignee | ||
Comment 6•15 years ago
|
||
no, that's fine. I'll supply both for pixel accuracy.
*shakes head at Apple, gives blank stare*
| Assignee | ||
Comment 7•15 years ago
|
||
since warning, settings, blank and login all have the same BG gradients, I'm
assuming we don't need the 4 images?
http://grab.by/70ii
since they are now 700k+, we should axe them to one if they aren't already.
(the images folder bloats up to 6Mb if we use the 4 of them)
| Assignee | ||
Comment 8•15 years ago
|
||
Uploaded the images folder with both resolution files in it. Some of the default rez images have changed in this update.
http://mozilla.seanmartell.com/home/images.zip
Question: is it a medium image used for the refresh button in settings? Instead of the text turning red on a blue button (stop text), we should have the button turn red with white text on it.
Sound good?
| Reporter | ||
Comment 9•15 years ago
|
||
I'll check if the button is a standard one where I can change the colors programatically. If not we'll have to use custom assets for it I guess. I'll let you know.
I'm putting these assets in the app now.
| Assignee | ||
Comment 10•15 years ago
|
||
red stop buttons
| Assignee | ||
Comment 11•15 years ago
|
||
great, thanks!
| Assignee | ||
Comment 12•15 years ago
|
||
Sorry, one more change - didnt update default logo.png
| Reporter | ||
Comment 13•15 years ago
|
||
The big Icon.png has a weird black border around it ..
http://stefan.arentz.ca/stuff/grabs/cc11b7bb38c682d5aeb9acbd730429b5.png
That is a screenshot from the high-res emulator, but I also see it on the iPhone 4.
Maybe a transparency issue?
| Reporter | ||
Comment 14•15 years ago
|
||
Hmm the icon for the settings has the same issue ..
http://stefan.arentz.ca/stuff/grabs/760be36a589c654f76a03632ace9739c.png
| Assignee | ||
Comment 15•15 years ago
|
||
Could that be the emulator? Those images are square, so that black detail isn't in the images at all.
| Reporter | ||
Comment 16•15 years ago
|
||
I also see it on my iPhone 4. This is very strange, I don't really understand what is going on here.
| Assignee | ||
Comment 17•15 years ago
|
||
That looks as if it is hauling in logo@2x.png which already has the rounded corners - the rest of the area showing black. That file is only used over top of the blue bg on the search screen.
settings-screen@2x.png is for the setings screen on retina.
icon@2x.png (which I missed) is for the home screen, but it looks as if that is the one that also gets hauled in for the settings screen?
I''ve attached icon@2x.png to the bug.
| Assignee | ||
Comment 18•15 years ago
|
||
| Assignee | ||
Comment 19•15 years ago
|
||
that should fix it I believe.
pretty sure it was calling logo@2x.png instead of the proper icon@2x.png
| Reporter | ||
Comment 20•15 years ago
|
||
That was it!
| Reporter | ||
Comment 21•15 years ago
|
||
I imported all assets supplied by Sean.
Also added code to turn the Stop Syncing button red with white text in stead of blue with red text.
Finally, removed all duplicate backgrounds. All xib files now reference Background.png.
This will appear in 1.0.4b4, which I will push out tonight.
| Reporter | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Need iPhone 4 in order to regress.
| Reporter | ||
Comment 23•15 years ago
|
||
The most recent iPod Touch (the one with the camera) also has the same high resolution screen. Probably cheaper :-)
Comment 24•15 years ago
|
||
I'm using b4 on a 3GS running IOS 4 and I have black icons in the tabs section instead of blue icons
Comment 25•15 years ago
|
||
Verified :
iOS 4 with iPhone 4 (borrowed Stuart's iPhone 4)
iPod Touch with iOS 3
iPhone 3 GS w/ iOS 4
Black tabs are on all devices in the tab section as well as the search
(if tabs are in the search criteria)
This appears to be the only issue that was spotted. Setting to reopened to have this black tabs icons fixed.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 27•15 years ago
|
||
Confirmed with Sean. Looks like we switched the tab icons.
Home button in Japanese isn't translated to home and looks a little blurry when in landscape
| Reporter | ||
Comment 29•15 years ago
|
||
I have fixed the tab icons in 1.0.4b5. The image files simply had the wrong names.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 30•15 years ago
|
||
Naoki, I will create a separate bug for the Home string. And let you know where these localizations can be found.
| Reporter | ||
Comment 31•15 years ago
|
||
See
The home button on the WebPageController is not localized to Japanese
https://bugzilla.mozilla.org/show_bug.cgi?id=607173
And
Home button on the WebPageController is not correctly scaled for landscape mode
https://bugzilla.mozilla.org/show_bug.cgi?id=607175
icons verified:
iPod Touch: iOS 3
iPhone 3 GS : iOS 4
Status: RESOLVED → VERIFIED
Comment 33•15 years ago
|
||
I just loaded Fx Home 1.0.4b5 and noticed that the tab icon at the bottom of the screen changed since b4 and now doesn't match the icon in the list of tabs.
| Assignee | ||
Comment 34•15 years ago
|
||
they aren't supposed to match. they never have.
That is working as designed now.
Updated•7 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•