You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Michael Brooks (JIRA)" <ji...@apache.org> on 2012/07/18 23:45:34 UTC

[jira] [Created] (CB-1097) Test "Hello Cordova" App on WP7

Michael Brooks created CB-1097:
----------------------------------

             Summary: Test "Hello Cordova" App on WP7
                 Key: CB-1097
                 URL: https://issues.apache.org/jira/browse/CB-1097
             Project: Apache Cordova
          Issue Type: Sub-task
          Components: WP7
    Affects Versions: 2.0.0
            Reporter: Michael Brooks
            Assignee: Jesse MacFadyen
             Fix For: 2.0.0


For the Cordova 2.0.0 release, we would like to see a standard application across all of the platforms. "Hello Cordova" is the standard application that listens for and responds to the {{deviceready}} event. Nothing more. Nothing less.

*Task*

Can you please test "Hello Cordova" and ensure that it looks correct and reports that the "DEVICE IS READY"?

*Get Hello Cordova*

1. git clone https://git-wip-us.apache.org/repos/asf/incubator-cordova-labs.git
2. git checkout -b hello-cordova origin/hello-cordova
3. Copy {{www/}} to your project
4. Delete {{www/config.xml}}
5. Delete {{www/res}} _(optional)_
5. Keep {{spec.html}} and {{spec/}} for our users

*Note*

Please do not modify or delete any files from "Hello Cordova." The purpose of the application is to standardize the app code across all platforms.

*Discovered Errors*

Fix and push to the labs branch or report the error here with a screenshot and device info.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CB-1097) Test "Hello Cordova" App on WP7

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

Jesse MacFadyen resolved CB-1097.
---------------------------------

    Resolution: Fixed

Added changes to not use classList property which is NOT supported everywhere.
Works fine on WP7.
                
> Test "Hello Cordova" App on WP7
> -------------------------------
>
>                 Key: CB-1097
>                 URL: https://issues.apache.org/jira/browse/CB-1097
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: WP7
>    Affects Versions: 2.0.0
>            Reporter: Michael Brooks
>            Assignee: Jesse MacFadyen
>             Fix For: 2.0.0
>
>
> For the Cordova 2.0.0 release, we would like to see a standard application across all of the platforms. "Hello Cordova" is the standard application that listens for and responds to the {{deviceready}} event. Nothing more. Nothing less.
> *Task*
> Can you please test "Hello Cordova" and ensure that it looks correct and reports that the "DEVICE IS READY"?
> *Get Hello Cordova*
> 1. git clone https://git-wip-us.apache.org/repos/asf/incubator-cordova-labs.git
> 2. git checkout -b hello-cordova origin/hello-cordova
> 3. Copy {{www/}} to your project
> 4. Delete {{www/config.xml}}
> 5. Delete {{www/res}} _(optional)_
> 5. Keep {{spec.html}} and {{spec/}} for our users
> *Note*
> Please do not modify or delete any files from "Hello Cordova." The purpose of the application is to standardize the app code across all platforms.
> *Discovered Errors*
> Fix and push to the labs branch or report the error here with a screenshot and device info.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CB-1097) Test "Hello Cordova" App on WP7

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

Michael Brooks commented on CB-1097:
------------------------------------

Thanks for catching this Jesse. I meant to replace {{classList}} but forgot.

By the way, not sure if you noticed but I [created a Windows Phone splash screen|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-labs.git;a=blob;f=www/res/screen/windows_phone_portrait.jpg;h=9f9538707b7e747d36d30b6462ceec15c4cc2d03;hb=refs/heads/hello-cordova] that matches the other platforms (the 1.9.0 shipped one used a different gradient). 
                
> Test "Hello Cordova" App on WP7
> -------------------------------
>
>                 Key: CB-1097
>                 URL: https://issues.apache.org/jira/browse/CB-1097
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: WP7
>    Affects Versions: 2.0.0
>            Reporter: Michael Brooks
>            Assignee: Jesse MacFadyen
>             Fix For: 2.0.0
>
>
> For the Cordova 2.0.0 release, we would like to see a standard application across all of the platforms. "Hello Cordova" is the standard application that listens for and responds to the {{deviceready}} event. Nothing more. Nothing less.
> *Task*
> Can you please test "Hello Cordova" and ensure that it looks correct and reports that the "DEVICE IS READY"?
> *Get Hello Cordova*
> 1. git clone https://git-wip-us.apache.org/repos/asf/incubator-cordova-labs.git
> 2. git checkout -b hello-cordova origin/hello-cordova
> 3. Copy {{www/}} to your project
> 4. Delete {{www/config.xml}}
> 5. Delete {{www/res}} _(optional)_
> 5. Keep {{spec.html}} and {{spec/}} for our users
> *Note*
> Please do not modify or delete any files from "Hello Cordova." The purpose of the application is to standardize the app code across all platforms.
> *Discovered Errors*
> Fix and push to the labs branch or report the error here with a screenshot and device info.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CB-1097) Test "Hello Cordova" App on WP7

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

Jesse MacFadyen commented on CB-1097:
-------------------------------------

Are we allowed to put 'tm' on the name Apache Cordova when it is NOT trademarked?
                
> Test "Hello Cordova" App on WP7
> -------------------------------
>
>                 Key: CB-1097
>                 URL: https://issues.apache.org/jira/browse/CB-1097
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: WP7
>    Affects Versions: 2.0.0
>            Reporter: Michael Brooks
>            Assignee: Jesse MacFadyen
>             Fix For: 2.0.0
>
>
> For the Cordova 2.0.0 release, we would like to see a standard application across all of the platforms. "Hello Cordova" is the standard application that listens for and responds to the {{deviceready}} event. Nothing more. Nothing less.
> *Task*
> Can you please test "Hello Cordova" and ensure that it looks correct and reports that the "DEVICE IS READY"?
> *Get Hello Cordova*
> 1. git clone https://git-wip-us.apache.org/repos/asf/incubator-cordova-labs.git
> 2. git checkout -b hello-cordova origin/hello-cordova
> 3. Copy {{www/}} to your project
> 4. Delete {{www/config.xml}}
> 5. Delete {{www/res}} _(optional)_
> 5. Keep {{spec.html}} and {{spec/}} for our users
> *Note*
> Please do not modify or delete any files from "Hello Cordova." The purpose of the application is to standardize the app code across all platforms.
> *Discovered Errors*
> Fix and push to the labs branch or report the error here with a screenshot and device info.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira