You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Becky Gibson (JIRA)" <ji...@apache.org> on 2012/09/19 20:00:07 UTC

[jira] [Created] (CB-1502) Update Capture Audio images for iPhone 5

Becky Gibson created CB-1502:
--------------------------------

             Summary: Update Capture Audio images for iPhone 5
                 Key: CB-1502
                 URL: https://issues.apache.org/jira/browse/CB-1502
             Project: Apache Cordova
          Issue Type: Bug
            Reporter: Becky Gibson
             Fix For: 2.2.0


Need at least a new microphone.png for iPhone 5.  The placement of other images in the view are based off of the microphone size so probably don't need to update other images.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1502) Update Capture Audio images for iPhone 5

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13459282#comment-13459282 ] 

Shazron Abdullah commented on CB-1502:
--------------------------------------

partial fix: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/1dd9b330
still needs actual image, I included a placeholder (size 640x857)
                
> Update Capture Audio images for iPhone 5
> ----------------------------------------
>
>                 Key: CB-1502
>                 URL: https://issues.apache.org/jira/browse/CB-1502
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Becky Gibson
>            Assignee: Shazron Abdullah
>             Fix For: 2.2.0
>
>
> Need at least a new microphone.png for iPhone 5.  The placement of other images in the view are based off of the microphone size so probably don't need to update other images.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1502) Update Capture Audio images for iPhone 5

Posted by "Becky Gibson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13459840#comment-13459840 ] 

Becky Gibson commented on CB-1502:
----------------------------------

FYI: I could avoid this code in loadView:  
if (CDV_IsIPhone5()) { // need to set it to 2.0x if not it will be 1.0 scale but too big for the screen
        microphone = [UIImage imageWithCGImage:microphone.CGImage scale:2.0f orientation:UIImageOrientationUp];
    }

by using the same pixel depth as the @2x image but just increasing the height by 176 (but do not include @2x in the filename).  
                
> Update Capture Audio images for iPhone 5
> ----------------------------------------
>
>                 Key: CB-1502
>                 URL: https://issues.apache.org/jira/browse/CB-1502
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Becky Gibson
>            Assignee: Shazron Abdullah
>             Fix For: 2.2.0
>
>
> Need at least a new microphone.png for iPhone 5.  The placement of other images in the view are based off of the microphone size so probably don't need to update other images.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1502) Update Capture Audio images for iPhone 5

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13459260#comment-13459260 ] 

Shazron Abdullah commented on CB-1502:
--------------------------------------

iPhone 5 (retina 4") screen dimensions are 640 x 1136 pixels.
Existing microphone assets: https://github.com/apache/incubator-cordova-ios/tree/master/bin/templates/project/__TESTING__/Resources/Capture.bundle
                
> Update Capture Audio images for iPhone 5
> ----------------------------------------
>
>                 Key: CB-1502
>                 URL: https://issues.apache.org/jira/browse/CB-1502
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Becky Gibson
>            Assignee: Shazron Abdullah
>             Fix For: 2.2.0
>
>
> Need at least a new microphone.png for iPhone 5.  The placement of other images in the view are based off of the microphone size so probably don't need to update other images.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CB-1502) Update Capture Audio images for iPhone 5

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah resolved CB-1502.
----------------------------------

    Resolution: Fixed

Fix commit - https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-ios.git;a=commit;h=53ce7aa0
                
> Update Capture Audio images for iPhone 5
> ----------------------------------------
>
>                 Key: CB-1502
>                 URL: https://issues.apache.org/jira/browse/CB-1502
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Becky Gibson
>            Assignee: Shazron Abdullah
>             Fix For: 2.2.0
>
>         Attachments: iOS_Audio-iPhone5Retina_background.png
>
>
> Need at least a new microphone.png for iPhone 5.  The placement of other images in the view are based off of the microphone size so probably don't need to update other images.
> Need a 640x857 version of the microphone image.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CB-1502) Update Capture Audio images for iPhone 5

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah updated CB-1502:
---------------------------------

    Description: 
Need at least a new microphone.png for iPhone 5.  The placement of other images in the view are based off of the microphone size so probably don't need to update other images.

Need a 640x857 version of the microphone image.

  was:Need at least a new microphone.png for iPhone 5.  The placement of other images in the view are based off of the microphone size so probably don't need to update other images.

    
> Update Capture Audio images for iPhone 5
> ----------------------------------------
>
>                 Key: CB-1502
>                 URL: https://issues.apache.org/jira/browse/CB-1502
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Becky Gibson
>            Assignee: Shazron Abdullah
>             Fix For: 2.2.0
>
>
> Need at least a new microphone.png for iPhone 5.  The placement of other images in the view are based off of the microphone size so probably don't need to update other images.
> Need a 640x857 version of the microphone image.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1502) Update Capture Audio images for iPhone 5

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13459964#comment-13459964 ] 

Shazron Abdullah commented on CB-1502:
--------------------------------------

I've put a query for help from Joni and/or Yohei who created the original images.

Basically we need this image dimension (640x857):
https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-ios.git;a=blob;f=bin/templates/project/__TESTING__/Resources/Capture.bundle/microphone-568h@2x~iphone.png;h=5af7f1fc8317fbf601eea463dc64020a75fee2af;hb=4f758315

... created from the PSDs:
http://incubator.apache.org/cordova/downloads/psd/iOS/


                
> Update Capture Audio images for iPhone 5
> ----------------------------------------
>
>                 Key: CB-1502
>                 URL: https://issues.apache.org/jira/browse/CB-1502
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Becky Gibson
>            Assignee: Shazron Abdullah
>             Fix For: 2.2.0
>
>
> Need at least a new microphone.png for iPhone 5.  The placement of other images in the view are based off of the microphone size so probably don't need to update other images.
> Need a 640x857 version of the microphone image.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CB-1502) Update Capture Audio images for iPhone 5

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah updated CB-1502:
---------------------------------

    Attachment: iOS_Audio-iPhone5Retina_background.png

Required image attached. Thanks Yohei!
                
> Update Capture Audio images for iPhone 5
> ----------------------------------------
>
>                 Key: CB-1502
>                 URL: https://issues.apache.org/jira/browse/CB-1502
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Becky Gibson
>            Assignee: Shazron Abdullah
>             Fix For: 2.2.0
>
>         Attachments: iOS_Audio-iPhone5Retina_background.png
>
>
> Need at least a new microphone.png for iPhone 5.  The placement of other images in the view are based off of the microphone size so probably don't need to update other images.
> Need a 640x857 version of the microphone image.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1502) Update Capture Audio images for iPhone 5

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13459863#comment-13459863 ] 

Shazron Abdullah commented on CB-1502:
--------------------------------------

That's strange, I'll have to verify (I did have wonky results with caching) - AFAIK the SDK has no knowledge of the -568h convention (only for the splashscreen) and for UIImage:imageNamed you would have to explicitly specify the image including extension and when I did this - the image was displayed at 1x scale, thus I have to specify a 2x scale so it didn't get blown up twice the size.

I'll re-test
                
> Update Capture Audio images for iPhone 5
> ----------------------------------------
>
>                 Key: CB-1502
>                 URL: https://issues.apache.org/jira/browse/CB-1502
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Becky Gibson
>            Assignee: Shazron Abdullah
>             Fix For: 2.2.0
>
>
> Need at least a new microphone.png for iPhone 5.  The placement of other images in the view are based off of the microphone size so probably don't need to update other images.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1502) Update Capture Audio images for iPhone 5

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13459945#comment-13459945 ] 

Shazron Abdullah commented on CB-1502:
--------------------------------------

Turns out I didn't have to scaling, you were right, but the image does need the @2x suffix. 

Updated: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/4f758315
                
> Update Capture Audio images for iPhone 5
> ----------------------------------------
>
>                 Key: CB-1502
>                 URL: https://issues.apache.org/jira/browse/CB-1502
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Becky Gibson
>            Assignee: Shazron Abdullah
>             Fix For: 2.2.0
>
>
> Need at least a new microphone.png for iPhone 5.  The placement of other images in the view are based off of the microphone size so probably don't need to update other images.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1502) Update Capture Audio images for iPhone 5

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13459259#comment-13459259 ] 

Shazron Abdullah commented on CB-1502:
--------------------------------------

PSD Source is here: http://incubator.apache.org/cordova/downloads/psd/iOS/

                
> Update Capture Audio images for iPhone 5
> ----------------------------------------
>
>                 Key: CB-1502
>                 URL: https://issues.apache.org/jira/browse/CB-1502
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Becky Gibson
>            Assignee: Shazron Abdullah
>             Fix For: 2.2.0
>
>
> Need at least a new microphone.png for iPhone 5.  The placement of other images in the view are based off of the microphone size so probably don't need to update other images.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1502) Update Capture Audio images for iPhone 5

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473589#comment-13473589 ] 

Shazron Abdullah commented on CB-1502:
--------------------------------------

PSD available here as well: https://svn.apache.org/repos/asf/incubator/cordova/site/public/downloads/psd/iOS/iOS_Audio-iPhone5Retina.psd.zip
                
> Update Capture Audio images for iPhone 5
> ----------------------------------------
>
>                 Key: CB-1502
>                 URL: https://issues.apache.org/jira/browse/CB-1502
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Becky Gibson
>            Assignee: Shazron Abdullah
>             Fix For: 2.2.0
>
>         Attachments: iOS_Audio-iPhone5Retina_background.png
>
>
> Need at least a new microphone.png for iPhone 5.  The placement of other images in the view are based off of the microphone size so probably don't need to update other images.
> Need a 640x857 version of the microphone image.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1502) Update Capture Audio images for iPhone 5

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458934#comment-13458934 ] 

Shazron Abdullah commented on CB-1502:
--------------------------------------

Becky, can you put in the specifications needed, and link to the existing asset(s) in the repo? I can let the designer that created the icon know of this issue.
                
> Update Capture Audio images for iPhone 5
> ----------------------------------------
>
>                 Key: CB-1502
>                 URL: https://issues.apache.org/jira/browse/CB-1502
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Becky Gibson
>            Assignee: Shazron Abdullah
>             Fix For: 2.2.0
>
>
> Need at least a new microphone.png for iPhone 5.  The placement of other images in the view are based off of the microphone size so probably don't need to update other images.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CB-1502) Update Capture Audio images for iPhone 5

Posted by "Becky Gibson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Becky Gibson updated CB-1502:
-----------------------------

    Component/s: iOS
    
> Update Capture Audio images for iPhone 5
> ----------------------------------------
>
>                 Key: CB-1502
>                 URL: https://issues.apache.org/jira/browse/CB-1502
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Becky Gibson
>             Fix For: 2.2.0
>
>
> Need at least a new microphone.png for iPhone 5.  The placement of other images in the view are based off of the microphone size so probably don't need to update other images.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1502) Update Capture Audio images for iPhone 5

Posted by "Becky Gibson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13459826#comment-13459826 ] 

Becky Gibson commented on CB-1502:
----------------------------------

Shaz, you beat me to it!  I was just coming back to comment that adding 176 pixels to the microphone height worked for me.   I should have checked the ticket first!
                
> Update Capture Audio images for iPhone 5
> ----------------------------------------
>
>                 Key: CB-1502
>                 URL: https://issues.apache.org/jira/browse/CB-1502
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Becky Gibson
>            Assignee: Shazron Abdullah
>             Fix For: 2.2.0
>
>
> Need at least a new microphone.png for iPhone 5.  The placement of other images in the view are based off of the microphone size so probably don't need to update other images.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (CB-1502) Update Capture Audio images for iPhone 5

Posted by "Becky Gibson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Becky Gibson reassigned CB-1502:
--------------------------------

    Assignee: Shazron Abdullah
    
> Update Capture Audio images for iPhone 5
> ----------------------------------------
>
>                 Key: CB-1502
>                 URL: https://issues.apache.org/jira/browse/CB-1502
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Becky Gibson
>            Assignee: Shazron Abdullah
>             Fix For: 2.2.0
>
>
> Need at least a new microphone.png for iPhone 5.  The placement of other images in the view are based off of the microphone size so probably don't need to update other images.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira