You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Dustin Reed (JIRA)" <ji...@apache.org> on 2012/09/13 17:58:08 UTC

[jira] [Created] (CB-1460) Panorama Option Missing in Phonegap App using Ice Cream Sandwich

Dustin Reed created CB-1460:
-------------------------------

             Summary: Panorama Option Missing in Phonegap App using Ice Cream Sandwich
                 Key: CB-1460
                 URL: https://issues.apache.org/jira/browse/CB-1460
             Project: Apache Cordova
          Issue Type: Improvement
          Components: Android
    Affects Versions: 2.0.0
         Environment: IBM Thinkpad running ICS 4.0.3
            Reporter: Dustin Reed
            Assignee: Joe Bowser


The panoramic picture option is missing from the phonegap camera.  The option is available in the stock android camera app on Ice Cream Sandwich.  Can the panoramic picture option also be added to the phonegap camera?

--
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-1460) Panorama Option Missing in Phonegap App using Ice Cream Sandwich

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

Joe Bowser resolved CB-1460.
----------------------------

    Resolution: Won't Fix

After thinking about this, and testing on other devices, I'm going to have to say that this should be a plugin and this shouldn't be in core, and here is why:

* The HTC One X and the Motorola RAZR don't have Panorama Options on their Camera Apps.  Normally for a feature to be added to core, we have to have two platforms, and we don't even have consistency across Android devices for this feature Google added.
* The Common API would have to change for a single platform.

The best place to start would be the existing plugin, and looking up what the intent is for the Panorama View, since we use intents to access the camera APIs.

                
> Panorama Option Missing in Phonegap App using Ice Cream Sandwich
> ----------------------------------------------------------------
>
>                 Key: CB-1460
>                 URL: https://issues.apache.org/jira/browse/CB-1460
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android
>    Affects Versions: 2.0.0
>         Environment: IBM Thinkpad running ICS 4.0.3
>            Reporter: Dustin Reed
>            Assignee: Joe Bowser
>            Priority: Minor
>              Labels: camera,panoramic
>
> The panoramic picture option is missing from the phonegap camera.  The option is available in the stock android camera app on Ice Cream Sandwich.  Can the panoramic picture option also be added to the phonegap camera?

--
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-1460) Panorama Option Missing in Phonegap App using Ice Cream Sandwich

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

Joe Bowser updated CB-1460:
---------------------------

    Priority: Minor  (was: Major)
    
> Panorama Option Missing in Phonegap App using Ice Cream Sandwich
> ----------------------------------------------------------------
>
>                 Key: CB-1460
>                 URL: https://issues.apache.org/jira/browse/CB-1460
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android
>    Affects Versions: 2.0.0
>         Environment: IBM Thinkpad running ICS 4.0.3
>            Reporter: Dustin Reed
>            Assignee: Joe Bowser
>            Priority: Minor
>              Labels: camera,panoramic
>
> The panoramic picture option is missing from the phonegap camera.  The option is available in the stock android camera app on Ice Cream Sandwich.  Can the panoramic picture option also be added to the phonegap camera?

--
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-1460) Panorama Option Missing in Phonegap App using Ice Cream Sandwich

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

Joe Bowser commented on CB-1460:
--------------------------------

Actually, on second thought, this should probably be a plugin.
                
> Panorama Option Missing in Phonegap App using Ice Cream Sandwich
> ----------------------------------------------------------------
>
>                 Key: CB-1460
>                 URL: https://issues.apache.org/jira/browse/CB-1460
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android
>    Affects Versions: 2.0.0
>         Environment: IBM Thinkpad running ICS 4.0.3
>            Reporter: Dustin Reed
>            Assignee: Joe Bowser
>            Priority: Minor
>              Labels: camera,panoramic
>
> The panoramic picture option is missing from the phonegap camera.  The option is available in the stock android camera app on Ice Cream Sandwich.  Can the panoramic picture option also be added to the phonegap camera?

--
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-1460) Panorama Option Missing in Phonegap App using Ice Cream Sandwich

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

Joe Bowser commented on CB-1460:
--------------------------------

We are currently calling the Camera API with the picture intent.  If we were to do Panorama, we would have to modify the API to call a different intent.  This should be discussed on the list.
                
> Panorama Option Missing in Phonegap App using Ice Cream Sandwich
> ----------------------------------------------------------------
>
>                 Key: CB-1460
>                 URL: https://issues.apache.org/jira/browse/CB-1460
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android
>    Affects Versions: 2.0.0
>         Environment: IBM Thinkpad running ICS 4.0.3
>            Reporter: Dustin Reed
>            Assignee: Joe Bowser
>              Labels: camera,panoramic
>
> The panoramic picture option is missing from the phonegap camera.  The option is available in the stock android camera app on Ice Cream Sandwich.  Can the panoramic picture option also be added to the phonegap camera?

--
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