bentocorp / android

The customer Android app
0 stars 0 forks source link

Icon images look very low quality #39

Closed demant closed 9 years ago

demant commented 9 years ago

screenshot_2015-06-05-07-33-38

screenshot_2015-06-05-07-20-22

screenshot_2015-06-05-07-12-29

norman784 commented 9 years ago

@demant we updated almost all images to hight resolution, but still missing some, can you provide the psd for the settings screen and the icon for the setting screen (that one that is where you build your bento), and the credits cards icons (we only have on the psd the generic and visa icon)

demant commented 9 years ago

Joseph - Do you have the icons for the settings screen?

All of the credit card icons, should be in here: https://www.dropbox.com/s/wr5tbbj7vi43fvj/iPhone.psd?dl=0

Let me know if you're unable to find them.

Jason Demant | Bento http://bentonow.com 415.997.9909

Download Bento https://itunes.apple.com/us/app/bento-asian-food-delivered/id963634117?ls=1&mt=8 and get your first meal for $7 with promo code 'Demant'!

On Sat, Jun 6, 2015 at 12:07 PM, Brian Kennish notifications@github.com wrote:

Assigned #39 https://github.com/bentocorp/android/issues/39 to @demant https://github.com/demant.

— Reply to this email directly or view it on GitHub https://github.com/bentocorp/android/issues/39#event-324419275.

vcardillo commented 9 years ago

You have to tag people in GitHub... otherwise he'll never see this. @JosephLauSF

norman784 commented 9 years ago

Seems that the icons are missing, I was unable to find it, also the settings screen isn't included on the PSD

josephlausf commented 9 years ago

@demant I do, I'll email them to you.

oldestlivingboy commented 9 years ago

Ty, passed along to @norman784.

norman784 commented 9 years ago

The images still be small, iOS has only 1x, 2x and 3x and but Android has ldpi, mdpi, hdpi, xhdpi, xxhdpi and xxxhdpi (this last one its the nexus 6 resolution, their screen its really bigger 1440 x 2560 pixels). I've asked for the PSD, b/c the icons are vectors and scale to fit this resolutions are easier.

Here is an example of the icon size

ic_ab_bento_completed

oldestlivingboy commented 9 years ago

@demant Assigning this issue back to you – we’ve now added the largest images we could save from the psd, et cetera but are still lacking bitmaps big enough to accommodate the highest res Android devices (see Norman’s note). Three options I can come up with:

  1. Do nothing for now, improve in v2.
  2. Send us even larger images if you happen to have them or ask your designer create them if not.
  3. Ask one of our designers recreate the images at the missing sizes – eta about a day, but we’d charge extra.
oldestlivingboy commented 9 years ago

@demant We’re only missing three images now – these three:

mia mia-2 mia-3

Norman extracted the ones above that we’re currently using from PaymentKit (Stripe’s iOS library, which is what the iOS app is using), but they’re undersized for Android.

Let us know what you’d like to do.

oldestlivingboy commented 9 years ago

@demant Actually, I think what we have now is good enough for the v1. The cc icons are small on high-res devices, but I don’t think terribly so:

mia

So I’m going to close #47 and let you use this issue to verify whether all the images in the next build are satisfactory.

demant commented 9 years ago

Were you able to swap out the account screen icons? They still look low quality to me. Not a big deal for this sprint either way.

oldestlivingboy commented 9 years ago

We didn’t. We did swap in all the high-res images we got, but as Norman said above: “the settings screen isn't included on the PSD”.

demant commented 9 years ago

Just forwarded them to you. I'll move this to sprint 2.

oldestlivingboy commented 9 years ago

@demant The icons in the zip you sent are still too small for Android – these are the sizes we need:

demant commented 9 years ago

We have all of the credit card icons here: https://www.dropbox.com/s/hhm23lstwdag2xg/Credit%20Card%20Icons.ai?dl=0

All of the account management icons are in our PSD as Photoshop vectors: https://www.dropbox.com/s/mvnx1n2os4u8lh6/iPhone%203.psd?dl=0

Alternatively you can use icon fonts which is the newer technology for handling these things. An icon font will allow you to size the icons infinitely. http://www.creativebloq.com/app-design/icon-fonts-in-apps-21410734

If we want to go the icon font route, we're using a combination of these two fonts:

https://www.dropbox.com/sh/njd8mxr8l7gs3ue/AAA-tagdvv_4ageguvTYKg6ua?dl=0

https://www.dropbox.com/sh/fn2rmrtr6im69kg/AADtbsDrcL3HexH5ZvHy3a0pa?dl=0

(The square icons will need to be converted, or can be placed inside of squares.)

demant commented 9 years ago

Sign In, FAQ still look low quality to me.

norman784 commented 9 years ago

@demant I found the closest better solution to this, that is using a font icon instead images, so it will not be issues scaling up or down, but there is an issue cannot get working SS Standard and SS Social fonts only got Font Awesome working, I don't know if will be an issue if icons looks bit different it will look like

font-awesome

vs the original icons

ss-standard-regular

demant commented 9 years ago

Looks totally fine. Good work!

Jason Demant | Bento http://bentonow.com 415.997.9909

Download Bento https://itunes.apple.com/us/app/bento-asian-food-delivered/id963634117?ls=1&mt=8 and get your first meal for $7 with promo code 'Demant'!

On Fri, Aug 28, 2015 at 12:58 PM, Norman Paniagua notifications@github.com wrote:

@demant https://github.com/demant I found the closest better solution to this, that is using a font icon instead images, so it will not be issues scaling up or down, but there is an issue cannot get working SS Standard and SS Social fonts only got Font Awesome working, I don't know if will be an issue if icons looks bit different it will look like

[image: font-awesome] https://cloud.githubusercontent.com/assets/204656/9555253/e45dab3a-4d99-11e5-8cb6-d910952bf0e7.png

vs the original icons

[image: ss-standard-regular] https://cloud.githubusercontent.com/assets/204656/9555260/ed345236-4d99-11e5-9077-d2f615b76f88.png

— Reply to this email directly or view it on GitHub https://github.com/bentocorp/android/issues/39#issuecomment-135873451.