[jira] [Commented] (CB-5037) Cordova fails to fire deviceready on page reload

2013-10-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795199#comment-13795199
 ] 

ASF subversion and git services commented on CB-5037:
-

Commit 18252a7463823518622ef5aafdc442eda3c796c7 in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=18252a7 ]

CB-5037 Fix bridge sometimes not resetting properly during page transitions


> Cordova fails to fire deviceready on page reload
> 
>
> Key: CB-5037
> URL: https://issues.apache.org/jira/browse/CB-5037
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.0.0
> Environment: iOS 5.
> Device or Network plugins (any plugin that adds itself as a dependency to the 
> deviceready event).
>Reporter: Luke Terry
>
> Reproduction Steps:
> # Create a new cordova project for iOS
> # Add the Device and Network plugins
> # Add a logging plugin of some kind
> # Add client code that calls the logging plugin before issuing a 
> window.location.reload(). In our situation we have lots of logging happening 
> just before we do a reload.
> Expected Results:
> The application reloads, successfully invoking the deviceready event.
> Actual Results:
> The application reloads but is stopped waiting for deviceready.
> Cause:
> Race condition on request ID reset.
> Let the first instance of cordova be instanceA and the second instance of 
> cordova be instanceB.
> # instanceA issues commands that are queued to be handled by the native 
> bridge.
> # instanceA reloads the page.
> # The native bridge handles webViewDidStartLoad and resets the largest 
> request ID to 0.
> # The native bridge continues to process the large queue from instanceA 
> incrementing the largest request ID to X (perhaps the XHR request has come in 
> after the webViewDidStartLoad is handled?)
> # instanceB starts up,
> # The Device plugin for instanceB tries to getDeviceInfo,
> # The native bridge sees the instanceB request with ID 0 and ignores it 
> because it is less than request ID X.
> # The Device plugin never gets a callback and therefore prevents the 
> deviceready event from firing.
> Possible Solutions:
> # Cordova should make an initial XHR request to reset the request ID on the 
> native bridge. Perhaps "gap_init" instead of "gap_exec".



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4958) Camera plugin should not show the status bar

2013-10-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795401#comment-13795401
 ] 

ASF subversion and git services commented on CB-4958:
-

Commit 4e6cf5cc2e4739fac53111cee62f0217491b1539 in branch refs/heads/dev from 
[~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=4e6cf5c 
]

CB-4958 - iOS - Camera plugin should not show the status bar


> Camera plugin should not show the status bar
> 
>
> Key: CB-4958
> URL: https://issues.apache.org/jira/browse/CB-4958
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugin Camera
>Affects Versions: 3.0.0
>Reporter: Shazron Abdullah
>  Labels: ios7
> Fix For: 3.2.0
>
>
> Right now, the status bar overlaps the Camera at the top.
> Hide the status bar when on iOS 7, unhide (if it was not hidden by the user 
> in the first place for the app only) when it is closed.
> Hiding/unhiding the status bar is preferable to moving the view down to be 
> consistent with the UIWebView taking up the whole window.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5065) Using git-ref on "cordova plugin add" fails with error

2013-10-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795447#comment-13795447
 ] 

ASF subversion and git services commented on CB-5065:
-

Commit 8ef2108794a0de6ed93237ce2fb438995bed8490 in branch refs/heads/master 
from [~cmarcelk]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=8ef2108 ]

CB-5065 remove breaking parameter

Get the "cordova plugin add 
https://github.com/apache/cordova-plugin-console.git#r0.2.0"; format working 
again.


> Using git-ref on "cordova plugin add" fails with error
> --
>
> Key: CB-5065
> URL: https://issues.apache.org/jira/browse/CB-5065
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugman
>Reporter: Marcel Kinard
>Assignee: Marcel Kinard
>Priority: Minor
>
> When trying to add a plugin using a git-ref, it fails with an error:
> $ ../cordova-cli/bin/cordova --verbose plugin add 
> https://github.com/apache/cordova-plugin-console.git#r0.2.0
> Calling plugman.fetch on plugin 
> "https://github.com/apache/cordova-plugin-console.git#r0.2.0";
> Fetching plugin from 
> "https://github.com/apache/cordova-plugin-console.git#r0.2.0";...
> Fetching plugin from "https://github.com/apache/cordova-plugin-console.git";...
> Fetching plugin via git-clone command: git clone 
> "https://github.com/apache/cordova-plugin-console.git"; 
> "plugman-tmp1381514955645"
> Plugin "https://github.com/apache/cordova-plugin-console.git"; fetched.
> Error: Error fetching plugin: Error: Command failed: error: pathspec 'r0.2.0' 
> did not match any file(s) known to git.
> at /Users/marcelk/Developer/apache/cordova-cli/src/plugin.js:94:41
> at _rejected 
> (/Users/marcelk/Developer/apache/cordova-cli/node_modules/q/q.js:808:24)
> at /Users/marcelk/Developer/apache/cordova-cli/node_modules/q/q.js:834:30
> at Promise.when 
> (/Users/marcelk/Developer/apache/cordova-cli/node_modules/plugman/node_modules/q/q.js:1079:31)
> at Promise.promise.promiseDispatch 
> (/Users/marcelk/Developer/apache/cordova-cli/node_modules/plugman/node_modules/q/q.js:752:41)
> at 
> /Users/marcelk/Developer/apache/cordova-cli/node_modules/plugman/node_modules/q/q.js:574:44
> at flush 
> (/Users/marcelk/Developer/apache/cordova-cli/node_modules/plugman/node_modules/q/q.js:108:17)
> at process._tickCallback (node.js:415:13)



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5080) When you build an app using aapt's --rename-manifest-package argument, it searches for all of the resources in the wrong location

2013-10-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795452#comment-13795452
 ] 

ASF subversion and git services commented on CB-5080:
-

Commit 16de12a3ba3c0ed8cfa15e9c9d7d68d384d178bb in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=16de12a ]

CB-5080 Find resources in a way that works with aapt's --rename-manifest-package


> When you build an app using aapt's --rename-manifest-package argument, it 
> searches for all of the resources in the wrong location
> -
>
> Key: CB-5080
> URL: https://issues.apache.org/jira/browse/CB-5080
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> From pull request: https://github.com/apache/cordova-android/pull/62



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4774) config.xml as a build artifact for less suffering and easier upgrades

2013-10-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795503#comment-13795503
 ] 

ASF subversion and git services commented on CB-4774:
-

Commit d1c8024249b686d2796405169ad5ed788a4876ff in branch refs/heads/master 
from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=d1c8024 ]

CB-4774: Copy www assets before running plugin prepare


> config.xml as a build artifact for less suffering and easier upgrades
> -
>
> Key: CB-4774
> URL: https://issues.apache.org/jira/browse/CB-4774
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Reporter: Jeffrey Heifetz
>Assignee: Jeffrey Heifetz
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-2234) add "about" command to CLI

2013-10-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795522#comment-13795522
 ] 

ASF subversion and git services commented on CB-2234:
-

Commit 3b1724da822d18376bd09150c6b3aadc7d9dbc76 in branch refs/heads/master 
from [~lholmquist]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=3b1724d ]

CB-2234 Add 'cordova info' command


> add "about" command to CLI
> --
>
> Key: CB-2234
> URL: https://issues.apache.org/jira/browse/CB-2234
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CLI
>Reporter: Marcel Kinard
>Assignee: Lucas Holmquist
>Priority: Minor
>
> When users post a question about "function x in Cordova isn't working", there 
> is a default set of info that would be helpful to have, such as the Cordova 
> version, OS version, perhaps the config.xml, and so forth. So how about if 
> there is a "cordova about" command added to the CLI that can programmatically 
> gather that information up, stuff it into a file, and leave the file on the 
> user's system. Then we can ask the users to "run the 'cordova about' command 
> and attach your about.txt file to the Jira issue". The intention is to make 
> it easy and consistent to get information about the user's environment to 
> help us debug issues. The information should be totally transparent, so the 
> user can see what data they are sending.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5035) iOS autotest accelerometer spec.5 failure using CoreMotion framework

2013-10-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795531#comment-13795531
 ] 

ASF subversion and git services commented on CB-5035:
-

Commit fee17d9dd6bdfdaaf89d32b43ed8b1adad806254 in branch refs/heads/master 
from [~wjamesjong]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;h=fee17d9 ]

CB-5035 wait to prevent test interference


> iOS autotest accelerometer spec.5 failure using CoreMotion framework
> 
>
> Key: CB-5035
> URL: https://issues.apache.org/jira/browse/CB-5035
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Device Motion
>Reporter: James Jong
>Assignee: James Jong
>
> Reported by David Kemp.  This is occurring on 1 iPad (6.0__iPad3,1) running 
> iOS 6.0 on his buildbot system:
> failures
> 0
> spec
> Accelerometer (navigator.accelerometer) getCurrentAcceleration 
> accelerometer.spec.5 success callback Acceleration object should return a 
> rec...
> assertions
> 0
> exception
> Expected 1381359462105.384 to be greater than 1381359462107.
> trace



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5012) Crash occurs because plugman adds extra information in iOS Info.plist when installing a plugin

2013-10-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795532#comment-13795532
 ] 

ASF subversion and git services commented on CB-5012:
-

Commit e6bb4a844e4a2267dfb8f18a25211893656fa8b6 in branch refs/heads/dev from 
[~wjamesjong]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-motion.git;h=e6bb4a8
 ]

CB-5012 ensure result is returned


> Crash occurs because plugman adds extra information in iOS Info.plist when 
> installing a plugin
> --
>
> Key: CB-5012
> URL: https://issues.apache.org/jira/browse/CB-5012
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugman
>Affects Versions: Master
>Reporter: Shazron Abdullah
>Assignee: Brett Rudd
>Priority: Critical
> Fix For: 3.2.0
>
> Attachments: KeyboardTest-Info.after-plugman.plist, 
> KeyboardTest-Info.original.plist
>
>
> See attached .original.plist and .after-plugman.plist.
> The plugin.xml used is: 
> https://github.com/apache/cordova-labs/blob/86fb3afef5aaaba8e82e5bf0719b74b4a07582e0/statusbar/plugin.xml
> (note the value it tries to add in the iOS Info.plist).
> What plugman does is, it adds extra info (newlines, spaces) as the string 
> value for the keys NSMainNibFile and NSMainNibFile~ipad in Info.plist. 
> They had no values before. At runtime, iOS will search for these "values" and 
> not finding the .nib files to load, then crash.
> This is critical for plugins that need to modify the Info.plist, like the 
> Facebook PhoneGap plugin. There was a pull request for this, but I don't know 
> why it was closed exactly: https://github.com/apache/cordova-plugman/pull/21
> Expected:
> plugman should not modify plist keys that have empty string values.
> Actual:
> plugman adds a newline, 6 spaces, and another newline for keys that have 
> empty string values.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-2234) add "about" command to CLI

2013-10-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795595#comment-13795595
 ] 

ASF subversion and git services commented on CB-2234:
-

Commit d907273f285e8dc36cc4a7e2972ca5a51ceb0aef in branch refs/heads/master 
from [~lholmquist]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=d907273 ]

Add 'help' and 'info' section to CLI docs. CB-2234


> add "about" command to CLI
> --
>
> Key: CB-2234
> URL: https://issues.apache.org/jira/browse/CB-2234
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CLI
>Reporter: Marcel Kinard
>Assignee: Lucas Holmquist
>Priority: Minor
>
> When users post a question about "function x in Cordova isn't working", there 
> is a default set of info that would be helpful to have, such as the Cordova 
> version, OS version, perhaps the config.xml, and so forth. So how about if 
> there is a "cordova about" command added to the CLI that can programmatically 
> gather that information up, stuff it into a file, and leave the file on the 
> user's system. Then we can ask the users to "run the 'cordova about' command 
> and attach your about.txt file to the Jira issue". The intention is to make 
> it easy and consistent to get information about the user's environment to 
> help us debug issues. The information should be totally transparent, so the 
> user can see what data they are sending.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4930) InAppBrowser should take into account the status bar

2013-10-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795712#comment-13795712
 ] 

ASF subversion and git services commented on CB-4930:
-

Commit c7972b6cffcedae7a9bbbeb66875a5d2fb37ce29 in branch refs/heads/dev from 
[~shazron]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=c7972b6
 ]

CB-4930 - iOS - InAppBrowser should take into account the status bar


> InAppBrowser should take into account the status bar
> 
>
> Key: CB-4930
> URL: https://issues.apache.org/jira/browse/CB-4930
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugin InAppBrowser
>Affects Versions: 3.0.0
>Reporter: Shazron Abdullah
>  Labels: ios7
> Fix For: 3.2.0
>
>
> Right now, the status bar overlaps the IAB at the top.
> Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
> the first place for the app only) when it is closed.
> Workaround for now - I suppose you could inject some css to have a body 
> margin-top of 20px (or a different value if it is landscape - yeah it could 
> get messy)
> Hiding/unhiding the status bar is preferable to moving the view down to be 
> consistent with the UIWebView taking up the whole window.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4891) Android permissions READ_PHONE_STATE needed?

2013-10-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795739#comment-13795739
 ] 

ASF subversion and git services commented on CB-4891:
-

Commit 8af409378e4bf961f6205386c76756d7c7e73007 in branch refs/heads/master 
from [~bowserj]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=8af4093 ]

CB-4891: Fixing errors in 3.1.0 and edge regarding connection permissions


> Android permissions READ_PHONE_STATE needed?
> 
>
> Key: CB-4891
> URL: https://issues.apache.org/jira/browse/CB-4891
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Android, Docs, mobile-spec
>Affects Versions: 2.9.0
>Reporter: Peter
>Priority: Minor
>
> The Connections API says that READ_PHONE_STATE permission is needed.
> {quote}
> 
> {quote}
> http://cordova.apache.org/docs/en/2.9.0/cordova_connection_connection.md.html#Connection
> But READ_PHONE_STATE is not in the *bin/template/project/AndroidManifest.xml* 
> (of the cordova-android.zip). So a newly create mobile-spec test suite 
> project does not have this permission enabled (which seems to conflict with 
> the API documentation), yet it seems to work OK without it. So is this 
> permission really needed or not?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4891) Android permissions READ_PHONE_STATE needed?

2013-10-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795742#comment-13795742
 ] 

ASF subversion and git services commented on CB-4891:
-

Commit 22c83873cf5879181142894438fba1fa8551ee4b in branch refs/heads/master 
from [~bowserj]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=22c8387 ]

CB-4891: Backporting to 2.9.0 and 3.0.0


> Android permissions READ_PHONE_STATE needed?
> 
>
> Key: CB-4891
> URL: https://issues.apache.org/jira/browse/CB-4891
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Android, Docs, mobile-spec
>Affects Versions: 2.9.0
>Reporter: Peter
>Priority: Minor
>
> The Connections API says that READ_PHONE_STATE permission is needed.
> {quote}
> 
> {quote}
> http://cordova.apache.org/docs/en/2.9.0/cordova_connection_connection.md.html#Connection
> But READ_PHONE_STATE is not in the *bin/template/project/AndroidManifest.xml* 
> (of the cordova-android.zip). So a newly create mobile-spec test suite 
> project does not have this permission enabled (which seems to conflict with 
> the API documentation), yet it seems to work OK without it. So is this 
> permission really needed or not?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5015) fileUtils is not defined error in BB10 file plugin

2013-10-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13796722#comment-13796722
 ] 

ASF subversion and git services commented on CB-5015:
-

Commit ada89a6753c738e91424f111fa78a7775ce8c35f in branch refs/heads/dev from 
[~bhigg...@blackberry.com]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=ada89a6 ]

CB-5015 [BlackBerry10] Add missing dependency for File.slice


> fileUtils is not defined error in BB10 file plugin
> --
>
> Key: CB-5015
> URL: https://issues.apache.org/jira/browse/CB-5015
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry
>Affects Versions: 3.0.0
>Reporter: Bryan Higgins
>Assignee: Bryan Higgins
>
> This was reported on the BB forums:
> Hello,
>  
> I'm trying to use the org.apache.cordova.file plugin however there seems to 
> be a problem with the includes. If you look in for example:
>  
> C:\\platforms\blackberry10\www\plugins\org.apache.cordova.file\www\blackberry10\File.js
>  
> for this code block:
>  
> /**
>  * Returns a "slice" of the file.
>  * Slices of slices are supported.
>  * start {Number} The index at which to start the slice (inclusive).
>  * end {Number} The index at which to end the slice (exclusive).
>  */
> File.prototype.slice = function(start, end) {
> return fileUtils.createFile(this.nativeFile.slice(start, end));
> };
>  
> fileUtils is not defined. Adding the below line like in FileWriter.js didn't 
> work either:
>  
> EDIT: actually the below line does work when you use a semi-colon instead of 
> comma! But should still be fixed in the official release too.
>  
> var fileUtils = require('./BB10Utils');
> Link to thread:
> http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/Phonegap-3-0-File-plugin-fileUtils-not-defined/m-p/2618103#M40965



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4887) inconsistent HideKeyboardFormAccessoryBar values

2013-10-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13796736#comment-13796736
 ] 

ASF subversion and git services commented on CB-4887:
-

Commit 3d93c49d608ff708a8dfa63119f3e420fa527eaa in branch refs/heads/master 
from [~kflores772]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;h=3d93c49 ]

[CB-4887] Added support for true/false for hidekeyboardformaccessorybar


> inconsistent HideKeyboardFormAccessoryBar values
> 
>
> Key: CB-4887
> URL: https://issues.apache.org/jira/browse/CB-4887
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry, Docs, iOS
>Reporter: Mike Sierra
>Assignee: Jeffrey Heifetz
>Priority: Minor
>
> Doc for the HideKeyboardFormAccessoryBar  specifies 
> "true"/"false" as valid values for iOS, and "enable"/"disable" for 
> BlackBerry.  Assuming that's accurate info, you can't easily enable the 
> preference for both platforms.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4521) Geolocation plugin timeouts on Android device with Cordova 3.0.X

2013-10-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13797111#comment-13797111
 ] 

ASF subversion and git services commented on CB-4521:
-

Commit cb11486f66884fe91ed6c98567a06fff69d0eb66 in branch refs/heads/2.9.x from 
[~bowserj]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=cb11486 ]

Backporting CB-4521


> Geolocation plugin timeouts on Android device with Cordova 3.0.X
> 
>
> Key: CB-4521
> URL: https://issues.apache.org/jira/browse/CB-4521
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Geolocation
>Affects Versions: 3.0.0
> Environment: Device: Galaxy Nexus 4.3 Stock
> PC: Ubuntu 12.04 32b
>Reporter: Vladimir Riha
>Assignee: Andrew Grieve
>Priority: Critical
>
> Geolocation fails on Android device with "Position retrieval timeout" 
> message. I'm trying to use it like:
> {noformat} 
> locationWatchId = window.navigator.geolocation.watchPosition(callback, 
> onFail, {maximumAge: 1, timeout: 1, enableHighAccuracy: true});
> {noformat} 
> I've tried to double maximumAge and timeout and no change. The very same 
> works with I build the project with PhoneGap 2.8.1. Here are the steps I'm 
> doing with Cordova 3.0.1:
> {noformat} 
> cordova create hello com.example.hello HelloWorld
> cd hello/
> cordova platform add android
> cordova plugin add 
> https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git
> ... adding more plugin...
> cordova build
> cordova run android
> {noformat} 
> The same works on iPad. I started thread [1] about it and one other user has 
> the same problem with Cordova 3.0.4
> [1] 
> https://groups.google.com/forum/?hl=en%3Fhl%3Den#!topic/phonegap/MP2eLY11Rlg



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4471) navigator.device.capture. captureVideo() Not working on android 4.3

2013-10-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13797128#comment-13797128
 ] 

ASF subversion and git services commented on CB-4471:
-

Commit cdb49eaa1fda8a9ee262035cf6d162baa4f95828 in branch refs/heads/2.9.x from 
[~bowserj]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=cdb49ea ]

CB-4471: Mitigating Android 4.3 errors where data isn't being passed so NPE 
doesn't happen


> navigator.device.capture. captureVideo() Not working on android 4.3
> ---
>
> Key: CB-4471
> URL: https://issues.apache.org/jira/browse/CB-4471
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CordovaJS, Plugin Camera, Plugin Media Capture
>Affects Versions: 2.8.0
> Environment: android 4.3 (nexus 4), cordova 2.8
>Reporter: Arjun T Raj
>Assignee: Joe Bowser
>
> While calling   navigator.device.capture.
> captureVideo() on  my nexus 4 android 4.3 app was crashing , same app works 
> on all other phones , and android version except 4.3
> check this https://groups.google.com/forum/#!topic/phonegap/flfkszbBJUo
> LOG
> 07-30 10:58:42.640: D/DroidGap(11149): Incoming Result
> 07-30 10:58:42.640: D/DroidGap(11149): Request code = 2
> 07-30 10:58:42.640: D/DroidGap(11149): We have a callback to send this result 
> to
> 07-30 10:58:42.640: D/AndroidRuntime(11149): Shutting down VM
> 07-30 10:58:42.640: W/dalvikvm(11149): threadid=1: thread exiting with 
> uncaught exception (group=0x41542700)
> 07-30 10:58:42.650: E/AndroidRuntime(11149): FATAL EXCEPTION: main
> 07-30 10:58:42.650: E/AndroidRuntime(11149): java.lang.RuntimeException: 
> Failure delivering result ResultInfo{who=null, request=2, result=-1, 
> data=Intent {  }} to activity { 
> com.mypjct.MainActivit/com.mypjct.MainActivity}: 
> java.lang.NullPointerException
> 07-30 10:58:42.650: E/AndroidRuntime(11149): at 
> android.app.ActivityThread.deliverResults(ActivityThread.java:3367)
> 07-30 10:58:42.650: E/AndroidRuntime(11149): at 
> android.app.ActivityThread.handleSendResult(ActivityThread.java:3410)
> 07-30 10:58:42.650: E/AndroidRuntime(11149): at 
> android.app.ActivityThread.access$1100(ActivityThread.java:141)
> 07-30 10:58:42.650: E/AndroidRuntime(11149): at 
> android.app.ActivityThread$H.handleMessage(ActivityThread.java:1304)
> 07-30 10:58:42.650: E/AndroidRuntime(11149): at 
> android.os.Handler.dispatchMessage(Handler.java:99)
> 07-30 10:58:42.650: E/AndroidRuntime(11149): at 
> android.os.Looper.loop(Looper.java:137)
> 07-30 10:58:42.650: E/AndroidRuntime(11149): at 
> android.app.ActivityThread.main(ActivityThread.java:5103)
> 07-30 10:58:42.650: E/AndroidRuntime(11149): at 
> java.lang.reflect.Method.invokeNative(Native Method)
> 07-30 10:58:42.650: E/AndroidRuntime(11149): at 
> java.lang.reflect.Method.invoke(Method.java:525)
> 07-30 10:58:42.650: E/AndroidRuntime(11149): at 
> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
> 07-30 10:58:42.650: E/AndroidRuntime(11149): at 
> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
> 07-30 10:58:42.650: E/AndroidRuntime(11149): at 
> dalvik.system.NativeStart.main(Native Method)
> 07-30 10:58:42.650: E/AndroidRuntime(11149): Caused by: 
> java.lang.NullPointerException
> 07-30 10:58:42.650: E/AndroidRuntime(11149): at 
> org.apache.cordova.FileHelper.getRealPath(FileHelper.java:81)
> 07-30 10:58:42.650: E/AndroidRuntime(11149): at 
> org.apache.cordova.Capture.createMediaFile(Capture.java:351)
> 07-30 10:58:42.650: E/AndroidRuntime(11149): at 
> org.apache.cordova.Capture.onActivityResult(Capture.java:308)
> 07-30 10:58:42.650: E/AndroidRuntime(11149): at 
> org.apache.cordova.DroidGap.onActivityResult(DroidGap.java:864)
> 07-30 10:58:42.650: E/AndroidRuntime(11149): at 
> android.app.Activity.dispatchActivityResult(Activity.java:5322)
> 07-30 10:58:42.650: E/AndroidRuntime(11149): at 
> android.app.ActivityThread.deliverResults(ActivityThread.java:3363)
> 07-30 10:58:42.650: E/AndroidRuntime(11149): ... 11 more



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-1605) Fix Android Warnings

2013-10-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13797132#comment-13797132
 ] 

ASF subversion and git services commented on CB-1605:
-

Commit 6a57a3c452146ca042b737761cdaff971292fc01 in branch refs/heads/2.9.x from 
[~bowserj]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=6a57a3c ]

Backporting CB-1605


> Fix Android Warnings
> 
>
> Key: CB-1605
> URL: https://issues.apache.org/jira/browse/CB-1605
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: Master
>Reporter: Andrew Grieve
>Assignee: Joe Bowser
>Priority: Minor
>
> Eclipse currently shows 120 warnings in the Cordova project. We should fix 
> them!



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5005) Feature and Permissions docs wrong for Android plugins

2013-10-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13797214#comment-13797214
 ] 

ASF subversion and git services commented on CB-5005:
-

Commit 56c0f53e88bae1eafb56b743dd6bae26b7198f13 in branch refs/heads/master 
from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=56c0f53 ]

Merge branch 'CB-5005' of github.com:mbillau/cordova-docs


> Feature and Permissions docs wrong for Android plugins
> --
>
> Key: CB-5005
> URL: https://issues.apache.org/jira/browse/CB-5005
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Battery Status, Plugin Camera, Plugin Console, 
> Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
> Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
> Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
> Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
> Vibration
>Affects Versions: Master
>Reporter: Mike Billau
>Assignee: Michael Brooks
>Priority: Trivial
>
> Most (all?) of the plugin documentation pages have the wrong value for the 
> plugin "id" attribute in the "Accessing the Feature" section for Android. A 
> lot of the plugins also seem to have the wrong list of Permissions that get 
> added to the AndroidManifest.xml. This can be confusing for new users who 
> follow along with the docs and expect to see something different in these 
> files. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5005) Feature and Permissions docs wrong for Android plugins

2013-10-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13797212#comment-13797212
 ] 

ASF subversion and git services commented on CB-5005:
-

Commit 931aff908a4802174ed30c48a2bb07305f32f3b8 in branch refs/heads/master 
from [~mrbillau]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=931aff9 ]

CB-5005 plugin doc update for File


> Feature and Permissions docs wrong for Android plugins
> --
>
> Key: CB-5005
> URL: https://issues.apache.org/jira/browse/CB-5005
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Battery Status, Plugin Camera, Plugin Console, 
> Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
> Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
> Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
> Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
> Vibration
>Affects Versions: Master
>Reporter: Mike Billau
>Assignee: Michael Brooks
>Priority: Trivial
>
> Most (all?) of the plugin documentation pages have the wrong value for the 
> plugin "id" attribute in the "Accessing the Feature" section for Android. A 
> lot of the plugins also seem to have the wrong list of Permissions that get 
> added to the AndroidManifest.xml. This can be confusing for new users who 
> follow along with the docs and expect to see something different in these 
> files. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5005) Feature and Permissions docs wrong for Android plugins

2013-10-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13797213#comment-13797213
 ] 

ASF subversion and git services commented on CB-5005:
-

Commit 2a851203a0da512debf95cb7218d7961cf11fc13 in branch refs/heads/master 
from [~mrbillau]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=2a85120 ]

CB-5005 rest of the doc fixes


> Feature and Permissions docs wrong for Android plugins
> --
>
> Key: CB-5005
> URL: https://issues.apache.org/jira/browse/CB-5005
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Battery Status, Plugin Camera, Plugin Console, 
> Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
> Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
> Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
> Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
> Vibration
>Affects Versions: Master
>Reporter: Mike Billau
>Assignee: Michael Brooks
>Priority: Trivial
>
> Most (all?) of the plugin documentation pages have the wrong value for the 
> plugin "id" attribute in the "Accessing the Feature" section for Android. A 
> lot of the plugins also seem to have the wrong list of Permissions that get 
> added to the AndroidManifest.xml. This can be confusing for new users who 
> follow along with the docs and expect to see something different in these 
> files. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5066) Merge windows8 changes into cli + plugman on master branch

2013-10-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13797385#comment-13797385
 ] 

ASF subversion and git services commented on CB-5066:
-

Commit 3fc980b7e56dcc94b253aa2b38359af6eae55037 in branch refs/heads/master 
from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=3fc980b ]

CB-5066: fixed issue with visual elements not being referenced correctly


> Merge windows8 changes into cli + plugman on master branch
> --
>
> Key: CB-5066
> URL: https://issues.apache.org/jira/browse/CB-5066
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, Plugman, Windows 8
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> The CLI + plugman changes for windows8 support was only applied to 
> cordova-3.1.x branches. They need to be applied to master now.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4872) Create os/sdk version scripts for engine tag

2013-10-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13797428#comment-13797428
 ] 

ASF subversion and git services commented on CB-4872:
-

Commit c9bf4c8f539ffce2ec7bbe095f625bf7a5b43ce0 in branch refs/heads/sdkCheck 
from [~timkim]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;h=c9bf4c8 ]

CB-4872 - added bb10 ndk version scripts


> Create os/sdk version scripts for engine tag
> 
>
> Key: CB-4872
> URL: https://issues.apache.org/jira/browse/CB-4872
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Android, BlackBerry, iOS, Plugman, Windows 8, WP7, WP8
>Affects Versions: 3.0.0
>Reporter: Tim Kim
>Assignee: Tim Kim
>Priority: Minor
> Fix For: 3.2.0
>
>
> The engine tag is now able to check any of Cordova components's version so 
> it's time to implement the OS/SDK version scripts. This will allow plugin 
> authors to specify what version of OS/SDK is needed using the  tag in 
> the plugin.xml.
> eg,
>  
>   
>   
>   
> 
> These scripts will be listed in the default engines within Plugman so that a 
> user may easily reference them in the engine tag without having to provide a 
> location/platform attribute in the engine tag:
> https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;a=blob;f=src/util/default-engines.js;h=4fd4a657b9cf6b494fece8b914c7c1ea511e3ca6;hb=1fa97a4161410f411e115362c293d88180319d9d
> Related to this ticket: https://issues.apache.org/jira/browse/CB-4036



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5104) add unit test to verify that device.cordova has correct value

2013-10-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13797446#comment-13797446
 ] 

ASF subversion and git services commented on CB-5104:
-

Commit 0aadb2c6daa8c50ee09183d3dc2d688cdf11225b in branch refs/heads/master 
from [~csantana]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;h=0aadb2c ]

Merge branch 'CB-5104' of https://github.com/csantanapr/cordova-mobile-spec 
into CB-5104

Conflicts:
autotest/tests/device.tests.js


> add unit test to verify that device.cordova has correct value
> -
>
> Key: CB-5104
> URL: https://issues.apache.org/jira/browse/CB-5104
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec, Plugin Device
>Affects Versions: Master, 3.1.0
>Reporter: Carlos Santana
>Assignee: Carlos Santana
>Priority: Minor
>
> missing test cases:
> cordova.version should exists
> device.version should equal cordova.version (i.e. 3.2.0)



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5104) add unit test to verify that device.cordova has correct value

2013-10-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13797443#comment-13797443
 ] 

ASF subversion and git services commented on CB-5104:
-

Commit 07b7783d1e0022be0edd4af475bfd9054035cd96 in branch refs/heads/master 
from [~csantana]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;h=07b7783 ]

CB-5104 add test case for device.cordova value


> add unit test to verify that device.cordova has correct value
> -
>
> Key: CB-5104
> URL: https://issues.apache.org/jira/browse/CB-5104
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec, Plugin Device
>Affects Versions: Master, 3.1.0
>Reporter: Carlos Santana
>Assignee: Carlos Santana
>Priority: Minor
>
> missing test cases:
> cordova.version should exists
> device.version should equal cordova.version (i.e. 3.2.0)



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5085) device.cordova on Android 3.1.x returns "dev"

2013-10-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13797447#comment-13797447
 ] 

ASF subversion and git services commented on CB-5085:
-

Commit 633c4478dea8c9777b392ca78acfc467681f923c in branch refs/heads/dev from 
[~csantana]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=633c447 
]

CB-5085 device.cordova returning wrong value


> device.cordova on Android 3.1.x returns "dev"
> -
>
> Key: CB-5085
> URL: https://issues.apache.org/jira/browse/CB-5085
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Device
>Reporter: Marcel Kinard
>Assignee: Carlos Santana
>Priority: Minor
>
> The "dev" value is hardcoded in the plugin's native code.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5104) add unit test to verify that device.cordova has correct value

2013-10-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13797444#comment-13797444
 ] 

ASF subversion and git services commented on CB-5104:
-

Commit 6b2005eec3666fe991de21177d0b808c05f5ec89 in branch refs/heads/master 
from [~csantana]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;h=6b2005e ]

CB-5104 add test case for device.cordova value


> add unit test to verify that device.cordova has correct value
> -
>
> Key: CB-5104
> URL: https://issues.apache.org/jira/browse/CB-5104
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec, Plugin Device
>Affects Versions: Master, 3.1.0
>Reporter: Carlos Santana
>Assignee: Carlos Santana
>Priority: Minor
>
> missing test cases:
> cordova.version should exists
> device.version should equal cordova.version (i.e. 3.2.0)



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5104) add unit test to verify that device.cordova has correct value

2013-10-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13797445#comment-13797445
 ] 

ASF subversion and git services commented on CB-5104:
-

Commit 0aadb2c6daa8c50ee09183d3dc2d688cdf11225b in branch refs/heads/master 
from [~csantana]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;h=0aadb2c ]

Merge branch 'CB-5104' of https://github.com/csantanapr/cordova-mobile-spec 
into CB-5104

Conflicts:
autotest/tests/device.tests.js


> add unit test to verify that device.cordova has correct value
> -
>
> Key: CB-5104
> URL: https://issues.apache.org/jira/browse/CB-5104
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec, Plugin Device
>Affects Versions: Master, 3.1.0
>Reporter: Carlos Santana
>Assignee: Carlos Santana
>Priority: Minor
>
> missing test cases:
> cordova.version should exists
> device.version should equal cordova.version (i.e. 3.2.0)



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4774) config.xml as a build artifact for less suffering and easier upgrades

2013-10-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13797822#comment-13797822
 ] 

ASF subversion and git services commented on CB-4774:
-

Commit 75bb2f10c265775757deb4f086e13b2e34b3152e in branch refs/heads/master 
from [~jeffheifetz]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;h=75bb2f1 ]

[CB-4774] Adding defaults.xml for new prepare flow

Revewied by Bryan Higgins 
Tested by Daniel Audino 


> config.xml as a build artifact for less suffering and easier upgrades
> -
>
> Key: CB-4774
> URL: https://issues.apache.org/jira/browse/CB-4774
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Reporter: Jeffrey Heifetz
>Assignee: Jeffrey Heifetz
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5099) Add missing icons especially iOS 7 120x120 icon to default template

2013-10-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13798415#comment-13798415
 ] 

ASF subversion and git services commented on CB-5099:
-

Commit 82d16e52698836923033832e8abcb5da410f14c3 in branch refs/heads/master 
from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=82d16e5 ]

CB-5099 - Add missing icons especially iOS 7 120x120 icon to default template


> Add missing icons especially iOS 7 120x120 icon to default template 
> 
>
> Key: CB-5099
> URL: https://issues.apache.org/jira/browse/CB-5099
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Affects Versions: Master
>Reporter: Shazron Abdullah
> Fix For: 3.2.0
>
>
> The 120x120 icon is new for iOS 7, add a default one (and any others that are 
> missing).
> This is to act as a placeholder for devs to just replace (so we can replace 
> them with a tool, or instruct a dev to manually replace on the disk instead 
> of mucking around with Xcode).



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5117) Android's bin/check_reqs should report success

2013-10-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13799373#comment-13799373
 ] 

ASF subversion and git services commented on CB-5117:
-

Commit 5ab11edad230980379282c5a6b83eec12f7b1c5b in branch refs/heads/master 
from [~mrbillau]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=5ab11ed ]

CB-5117: Output confirmation message if check_reqs passes.


> Android's bin/check_reqs should report success
> --
>
> Key: CB-5117
> URL: https://issues.apache.org/jira/browse/CB-5117
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
> Environment: Windows 7
>Reporter: Mike Billau
>Priority: Minor
>
> Running the /bin/check_reqs script will report errors if there is a problem 
> with your ant, java, or Android SDK versions. If there are no problems, it 
> remains silents - it'd be nice for some positive feedback so that you know 
> that the script worked and nothing is wrong. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4956) edit cordova-mobile-spec/dependencies-plugin to remove core

2013-10-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13799430#comment-13799430
 ] 

ASF subversion and git services commented on CB-4956:
-

Commit 8bd5b3eba15b481ecbb5117789a5a637564d2d40 in branch refs/heads/3.1.x from 
[~drkemp]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;h=8bd5b3e ]

[CB-4956] Change mobilespec dependencies to remove .core

(cherry picked from commit 06262fa18baa625003a7e0dc25c740c82ef8baaa)


> edit cordova-mobile-spec/dependencies-plugin to remove core
> ---
>
> Key: CB-4956
> URL: https://issues.apache.org/jira/browse/CB-4956
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: mobile-spec
>Affects Versions: 3.0.0
> Environment: mobile-spec dependencies need to match the plugin IDs
>Reporter: David Kemp
>Assignee: David Kemp
> Fix For: 3.1.0
>
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4872) Create os/sdk version scripts for engine tag

2013-10-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13799678#comment-13799678
 ] 

ASF subversion and git services commented on CB-4872:
-

Commit 0f0e974372081b5aa18d5f5959307022d1db9c99 in branch refs/heads/master 
from [~timkim]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=0f0e974 ]

[CB-4872] - adding in custom semver check for project


> Create os/sdk version scripts for engine tag
> 
>
> Key: CB-4872
> URL: https://issues.apache.org/jira/browse/CB-4872
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Android, BlackBerry, iOS, Plugman, Windows 8, WP7, WP8
>Affects Versions: 3.0.0
>Reporter: Tim Kim
>Assignee: Tim Kim
>Priority: Minor
> Fix For: 3.2.0
>
>
> The engine tag is now able to check any of Cordova components's version so 
> it's time to implement the OS/SDK version scripts. This will allow plugin 
> authors to specify what version of OS/SDK is needed using the  tag in 
> the plugin.xml.
> eg,
>  
>   
>   
>   
> 
> These scripts will be listed in the default engines within Plugman so that a 
> user may easily reference them in the engine tag without having to provide a 
> location/platform attribute in the engine tag:
> https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;a=blob;f=src/util/default-engines.js;h=4fd4a657b9cf6b494fece8b914c7c1ea511e3ca6;hb=1fa97a4161410f411e115362c293d88180319d9d
> Related to this ticket: https://issues.apache.org/jira/browse/CB-4036



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4872) Create os/sdk version scripts for engine tag

2013-10-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13799679#comment-13799679
 ] 

ASF subversion and git services commented on CB-4872:
-

Commit 45c9fd4f9e2afba1198b1ce256e15f26a93b980f in branch refs/heads/master 
from [~timkim]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=45c9fd4 ]

[CB-4872] - deleted some comments


> Create os/sdk version scripts for engine tag
> 
>
> Key: CB-4872
> URL: https://issues.apache.org/jira/browse/CB-4872
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Android, BlackBerry, iOS, Plugman, Windows 8, WP7, WP8
>Affects Versions: 3.0.0
>Reporter: Tim Kim
>Assignee: Tim Kim
>Priority: Minor
> Fix For: 3.2.0
>
>
> The engine tag is now able to check any of Cordova components's version so 
> it's time to implement the OS/SDK version scripts. This will allow plugin 
> authors to specify what version of OS/SDK is needed using the  tag in 
> the plugin.xml.
> eg,
>  
>   
>   
>   
> 
> These scripts will be listed in the default engines within Plugman so that a 
> user may easily reference them in the engine tag without having to provide a 
> location/platform attribute in the engine tag:
> https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;a=blob;f=src/util/default-engines.js;h=4fd4a657b9cf6b494fece8b914c7c1ea511e3ca6;hb=1fa97a4161410f411e115362c293d88180319d9d
> Related to this ticket: https://issues.apache.org/jira/browse/CB-4036



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4872) Create os/sdk version scripts for engine tag

2013-10-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13799677#comment-13799677
 ] 

ASF subversion and git services commented on CB-4872:
-

Commit 287c3d31db5a2e7b09ed9dd87b7b9de6c0f394e5 in branch refs/heads/master 
from [~timkim]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=287c3d3 ]

[CB-4872] - updated paths to version files


> Create os/sdk version scripts for engine tag
> 
>
> Key: CB-4872
> URL: https://issues.apache.org/jira/browse/CB-4872
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Android, BlackBerry, iOS, Plugman, Windows 8, WP7, WP8
>Affects Versions: 3.0.0
>Reporter: Tim Kim
>Assignee: Tim Kim
>Priority: Minor
> Fix For: 3.2.0
>
>
> The engine tag is now able to check any of Cordova components's version so 
> it's time to implement the OS/SDK version scripts. This will allow plugin 
> authors to specify what version of OS/SDK is needed using the  tag in 
> the plugin.xml.
> eg,
>  
>   
>   
>   
> 
> These scripts will be listed in the default engines within Plugman so that a 
> user may easily reference them in the engine tag without having to provide a 
> location/platform attribute in the engine tag:
> https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;a=blob;f=src/util/default-engines.js;h=4fd4a657b9cf6b494fece8b914c7c1ea511e3ca6;hb=1fa97a4161410f411e115362c293d88180319d9d
> Related to this ticket: https://issues.apache.org/jira/browse/CB-4036



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4872) Create os/sdk version scripts for engine tag

2013-10-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13799686#comment-13799686
 ] 

ASF subversion and git services commented on CB-4872:
-

Commit 28c41294bba746c75beae0ab26a42c8412cc665a in branch refs/heads/master 
from [~timkim]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=28c4129 ]

CB-4872 - moved version script to promise model


> Create os/sdk version scripts for engine tag
> 
>
> Key: CB-4872
> URL: https://issues.apache.org/jira/browse/CB-4872
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Android, BlackBerry, iOS, Plugman, Windows 8, WP7, WP8
>Affects Versions: 3.0.0
>Reporter: Tim Kim
>Assignee: Tim Kim
>Priority: Minor
> Fix For: 3.2.0
>
>
> The engine tag is now able to check any of Cordova components's version so 
> it's time to implement the OS/SDK version scripts. This will allow plugin 
> authors to specify what version of OS/SDK is needed using the  tag in 
> the plugin.xml.
> eg,
>  
>   
>   
>   
> 
> These scripts will be listed in the default engines within Plugman so that a 
> user may easily reference them in the engine tag without having to provide a 
> location/platform attribute in the engine tag:
> https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;a=blob;f=src/util/default-engines.js;h=4fd4a657b9cf6b494fece8b914c7c1ea511e3ca6;hb=1fa97a4161410f411e115362c293d88180319d9d
> Related to this ticket: https://issues.apache.org/jira/browse/CB-4036



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4872) Create os/sdk version scripts for engine tag

2013-10-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13799685#comment-13799685
 ] 

ASF subversion and git services commented on CB-4872:
-

Commit 82898da507f2522f4b647372b95e5490cebb8490 in branch refs/heads/master 
from [~timkim]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=82898da ]

CB-4872 - make sure to copy over version scripts to project


> Create os/sdk version scripts for engine tag
> 
>
> Key: CB-4872
> URL: https://issues.apache.org/jira/browse/CB-4872
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Android, BlackBerry, iOS, Plugman, Windows 8, WP7, WP8
>Affects Versions: 3.0.0
>Reporter: Tim Kim
>Assignee: Tim Kim
>Priority: Minor
> Fix For: 3.2.0
>
>
> The engine tag is now able to check any of Cordova components's version so 
> it's time to implement the OS/SDK version scripts. This will allow plugin 
> authors to specify what version of OS/SDK is needed using the  tag in 
> the plugin.xml.
> eg,
>  
>   
>   
>   
> 
> These scripts will be listed in the default engines within Plugman so that a 
> user may easily reference them in the engine tag without having to provide a 
> location/platform attribute in the engine tag:
> https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;a=blob;f=src/util/default-engines.js;h=4fd4a657b9cf6b494fece8b914c7c1ea511e3ca6;hb=1fa97a4161410f411e115362c293d88180319d9d
> Related to this ticket: https://issues.apache.org/jira/browse/CB-4036



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4872) Create os/sdk version scripts for engine tag

2013-10-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13799684#comment-13799684
 ] 

ASF subversion and git services commented on CB-4872:
-

Commit eabcdbf129c711cc76ee3e8052fbb49f565988f3 in branch refs/heads/master 
from [~timkim]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=eabcdbf ]

[CB-4872] - added android version scripts


> Create os/sdk version scripts for engine tag
> 
>
> Key: CB-4872
> URL: https://issues.apache.org/jira/browse/CB-4872
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Android, BlackBerry, iOS, Plugman, Windows 8, WP7, WP8
>Affects Versions: 3.0.0
>Reporter: Tim Kim
>Assignee: Tim Kim
>Priority: Minor
> Fix For: 3.2.0
>
>
> The engine tag is now able to check any of Cordova components's version so 
> it's time to implement the OS/SDK version scripts. This will allow plugin 
> authors to specify what version of OS/SDK is needed using the  tag in 
> the plugin.xml.
> eg,
>  
>   
>   
>   
> 
> These scripts will be listed in the default engines within Plugman so that a 
> user may easily reference them in the engine tag without having to provide a 
> location/platform attribute in the engine tag:
> https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;a=blob;f=src/util/default-engines.js;h=4fd4a657b9cf6b494fece8b914c7c1ea511e3ca6;hb=1fa97a4161410f411e115362c293d88180319d9d
> Related to this ticket: https://issues.apache.org/jira/browse/CB-4036



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4872) Create os/sdk version scripts for engine tag

2013-10-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13799697#comment-13799697
 ] 

ASF subversion and git services commented on CB-4872:
-

Commit dfc52c5d77798766529035754cc9d9c825056c99 in branch refs/heads/master 
from [~timkim]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=dfc52c5 ]

CB-4872 - need to copy over scipts to project


> Create os/sdk version scripts for engine tag
> 
>
> Key: CB-4872
> URL: https://issues.apache.org/jira/browse/CB-4872
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Android, BlackBerry, iOS, Plugman, Windows 8, WP7, WP8
>Affects Versions: 3.0.0
>Reporter: Tim Kim
>Assignee: Tim Kim
>Priority: Minor
> Fix For: 3.2.0
>
>
> The engine tag is now able to check any of Cordova components's version so 
> it's time to implement the OS/SDK version scripts. This will allow plugin 
> authors to specify what version of OS/SDK is needed using the  tag in 
> the plugin.xml.
> eg,
>  
>   
>   
>   
> 
> These scripts will be listed in the default engines within Plugman so that a 
> user may easily reference them in the engine tag without having to provide a 
> location/platform attribute in the engine tag:
> https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;a=blob;f=src/util/default-engines.js;h=4fd4a657b9cf6b494fece8b914c7c1ea511e3ca6;hb=1fa97a4161410f411e115362c293d88180319d9d
> Related to this ticket: https://issues.apache.org/jira/browse/CB-4036



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4872) Create os/sdk version scripts for engine tag

2013-10-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13799696#comment-13799696
 ] 

ASF subversion and git services commented on CB-4872:
-

Commit 75d06ffa0c6b8c5b9db1e743b76239ecd59bdf32 in branch refs/heads/master 
from [~timkim]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=75d06ff ]

[CB-4872] - added iOS sdk version scripts


> Create os/sdk version scripts for engine tag
> 
>
> Key: CB-4872
> URL: https://issues.apache.org/jira/browse/CB-4872
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Android, BlackBerry, iOS, Plugman, Windows 8, WP7, WP8
>Affects Versions: 3.0.0
>Reporter: Tim Kim
>Assignee: Tim Kim
>Priority: Minor
> Fix For: 3.2.0
>
>
> The engine tag is now able to check any of Cordova components's version so 
> it's time to implement the OS/SDK version scripts. This will allow plugin 
> authors to specify what version of OS/SDK is needed using the  tag in 
> the plugin.xml.
> eg,
>  
>   
>   
>   
> 
> These scripts will be listed in the default engines within Plugman so that a 
> user may easily reference them in the engine tag without having to provide a 
> location/platform attribute in the engine tag:
> https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;a=blob;f=src/util/default-engines.js;h=4fd4a657b9cf6b494fece8b914c7c1ea511e3ca6;hb=1fa97a4161410f411e115362c293d88180319d9d
> Related to this ticket: https://issues.apache.org/jira/browse/CB-4036



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5106) CLI test cleanup

2013-10-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13800029#comment-13800029
 ] 

ASF subversion and git services commented on CB-5106:
-

Commit 595a473aeaa41796b7b7d8386ab1fea8aa4be498 in branch refs/heads/master 
from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=595a473 ]

CB-5106:[win8] fixed tests for windows 8


> CLI test cleanup
> 
>
> Key: CB-5106
> URL: https://issues.apache.org/jira/browse/CB-5106
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.1.0
> Environment: mac, windows
>Reporter: Steve Gill
>Assignee: Steve Gill
>Priority: Critical
> Fix For: 3.2.0
>
>
> Can't seem to get them to run on Windows since the refactor.
> Have failing tests when I run npm test on my mac. 
> Just want to spend some time fixing up + writing new tests.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5106) CLI test cleanup

2013-10-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13800050#comment-13800050
 ] 

ASF subversion and git services commented on CB-5106:
-

Commit 3a6ac4da19b111de20e9e7ab7966d488f04e9d2d in branch refs/heads/master 
from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=3a6ac4d ]

CB-5106:[wp7] fixed broken wp7 tests


> CLI test cleanup
> 
>
> Key: CB-5106
> URL: https://issues.apache.org/jira/browse/CB-5106
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.1.0
> Environment: mac, windows
>Reporter: Steve Gill
>Assignee: Steve Gill
>Priority: Critical
> Fix For: 3.2.0
>
>
> Can't seem to get them to run on Windows since the refactor.
> Have failing tests when I run npm test on my mac. 
> Just want to spend some time fixing up + writing new tests.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5106) CLI test cleanup

2013-10-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13800059#comment-13800059
 ] 

ASF subversion and git services commented on CB-5106:
-

Commit 6502c5479d31f61640a0a541009cb5a0477134ba in branch refs/heads/master 
from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=6502c54 ]

CB-5106: removed flood of cp error messages when running tests


> CLI test cleanup
> 
>
> Key: CB-5106
> URL: https://issues.apache.org/jira/browse/CB-5106
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.1.0
> Environment: mac, windows
>Reporter: Steve Gill
>Assignee: Steve Gill
>Priority: Critical
> Fix For: 3.2.0
>
>
> Can't seem to get them to run on Windows since the refactor.
> Have failing tests when I run npm test on my mac. 
> Just want to spend some time fixing up + writing new tests.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3015) create.bat error "Path not Found"

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13800609#comment-13800609
 ] 

ASF subversion and git services commented on CB-3015:
-

Commit 6095888ac718254c3d178c84afc28690d7cb9adf in branch refs/heads/master 
from [~jkeshavarzi]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;h=6095888 ]

CB-3015 Moving dependencies to .cordova folder to speed up create time


> create.bat error "Path not Found"
> -
>
> Key: CB-3015
> URL: https://issues.apache.org/jira/browse/CB-3015
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry
>Affects Versions: Master
>Reporter: Shazron Abdullah
>Assignee: Lorin Beer
>
> From the posting: 
> https://groups.google.com/d/msg/phonegap/UKxdP-byW8M/qXcmFEhBGQMJ
> so, If I open a command prompt and navigate to the phonegap installation's 
> blackberry folder and issue the following command:
> bin\create.bat c:\dev\test99 helloworld com.jwargo.helloworld
> I get an error that says:
> "c:\phonegap-2.6.0\lib\blackberry\bin\create.js>53, 13> Microsoft JScript 
> runtime error: Path Not Found"
> Looking at the JavaScript file I see that the error is being generated by 
> this line:
> fso.CreateFolder(libsPath);
> I've tried all sorts of permutations of the command line and I get the same 
> error. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3015) create.bat error "Path not Found"

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13800608#comment-13800608
 ] 

ASF subversion and git services commented on CB-3015:
-

Commit f9327e0ac00f30c36aef95dd003888b5f6ffa981 in branch refs/heads/master 
from SomaticIT
[ https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;h=f9327e0 ]

CB-3015 Fix syntax issue in definition check in init.bat


> create.bat error "Path not Found"
> -
>
> Key: CB-3015
> URL: https://issues.apache.org/jira/browse/CB-3015
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry
>Affects Versions: Master
>Reporter: Shazron Abdullah
>Assignee: Lorin Beer
>
> From the posting: 
> https://groups.google.com/d/msg/phonegap/UKxdP-byW8M/qXcmFEhBGQMJ
> so, If I open a command prompt and navigate to the phonegap installation's 
> blackberry folder and issue the following command:
> bin\create.bat c:\dev\test99 helloworld com.jwargo.helloworld
> I get an error that says:
> "c:\phonegap-2.6.0\lib\blackberry\bin\create.js>53, 13> Microsoft JScript 
> runtime error: Path Not Found"
> Looking at the JavaScript file I see that the error is being generated by 
> this line:
> fso.CreateFolder(libsPath);
> I've tried all sorts of permutations of the command line and I get the same 
> error. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5103) cordova emulate ios broken: --emulator vs. --emulate

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13800747#comment-13800747
 ] 

ASF subversion and git services commented on CB-5103:
-

Commit 735813f52cd11ff91bb1f7b8adcc0b13d0d508e8 in branch refs/heads/master 
from [~csantana]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=735813f ]

CB-5103 Fix cordova/run: --emulate should be --emulator (fix CLI usage)


> cordova emulate ios broken: --emulator vs. --emulate
> 
>
> Key: CB-5103
> URL: https://issues.apache.org/jira/browse/CB-5103
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, iOS
>Affects Versions: Master, 3.1.0
>Reporter: Carlos Santana
>Assignee: Carlos Santana
>
> when using "cordova emulate ios"
> It doesn't launch ios simulator ios-sim never gets called
> possible root cause:
> cordova-cli calls "platforms/ios/cordova/run --emulator"
> https://github.com/apache/cordova-cli/blob/master/src/emulate.js#L25
> But cordova/run script expects "--emulate"
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/run#L62
> possible fix:
> update run to use --emulator instead of --emulate



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4995) iOS application crashes when InAppBrowser is opened and quickly closed

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13800838#comment-13800838
 ] 

ASF subversion and git services commented on CB-4995:
-

Commit aa81c3267a5b1c337b09933ff5ceb06a93f9dbb7 in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=aa81c32
 ]

CB-4995 Fix crash when WebView is quickly opened then closed.

Also fixes a leak where callback was never being cleared.


> iOS application crashes when InAppBrowser is opened and quickly closed
> --
>
> Key: CB-4995
> URL: https://issues.apache.org/jira/browse/CB-4995
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 2.7.0, 2.8.0, 2.9.0, 3.0.0
> Environment: iOS
>Reporter: Hyong Kim
>
> I personally experienced the issue with 2.8.15, but it appears others are 
> seeing the same problem even on version 3. Just now, I quickly took a look at 
> the latest version 3 source code, and it is likely that the issue is still 
> around. That is, I had identified the cause of the crash and we fixed it in 
> our app.
> The issue is presented when a user rapidly opens and closes InAppBrowser 
> while using Cordova iOS application because (referring to the latest 
> CDVInAppBrowser.m as of 10/3/2013 with commit hash of 
> a001cffc30cf94cb406128f7b68d143e2cd62114) self.inAppBrowserViewController 
> (line: 332) is nil if 'browserExit' (line: 353) is called before 
> 'webViewDidFinishLoad' (line: 328) is invoked.
> We put our own patch around line 332 as below, and didn't experience the 
> crash any more with 2.8.15
> {code:borderStyle=solid}
> if (self.inAppBrowserViewController != nil) {
> url = [self.inAppBrowserViewController.currentURL absoluteString];  
> } else {
> url = @"";
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4748) `cordova create` should fail fast when directory already exists

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13800921#comment-13800921
 ] 

ASF subversion and git services commented on CB-4748:
-

Commit 51306462e1e3bfc7bdf90e4d53c49b486a4a26c2 in branch refs/heads/master 
from [~kamrik]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=5130646 ]

CB-4748: Fail quickly if dir passed to cordova create is not empty.

Some upstream tools (e.g. mca) need to pass extra configuration to
cordova create. In order to avoid pre-creating .cordova/config.json file
for this, an extra parameter is added to cordova.create(), it should be
an object with the same structure as config.json.

If id or name are given in the extra config, they will be used only if
the value given as the function parameter is falsy:
id = id || cfg.id || DEFAULT_ID


> `cordova create` should fail fast when directory already exists
> ---
>
> Key: CB-4748
> URL: https://issues.apache.org/jira/browse/CB-4748
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.0.0
>Reporter: Andrew Grieve
>Assignee: Mark Koudritsky
>Priority: Minor
>
> Running "cordova create" twice with the same args results in:
> {code}
> $ cordova create CordovaAppHarness org.apache.appharness CordovaAppHarness
> $ cordova create CordovaAppHarness org.apache.appharness 
> {code}
> {code}
> mkdir: path already exists: 
> /Users/agrieve/git/cordova/cordova-app-harness/CordovaAppHarness/.cordova/hooks/after_build
> mkdir: path already exists: 
> /Users/agrieve/git/cordova/cordova-app-harness/CordovaAppHarness/.cordova/hooks/after_compile
> mkdir: path already exists: 
> /Users/agrieve/git/cordova/cordova-app-harness/CordovaAppHarness/.cordova/hooks/after_docs
> mkdir: path already exists: 
> /Users/agrieve/git/cordova/cordova-app-harness/CordovaAppHarness/.cordova/hooks/after_emulate
> mkdir: path already exists: 
> /Users/agrieve/git/cordova/cordova-app-harness/CordovaAppHarness/.cordova/hooks/after_platform_add
> mkdir: path already exists: 
> /Users/agrieve/git/cordova/cordova-app-harness/CordovaAppHarness/.cordova/hooks/after_platform_rm
> ...
> {code}
> The second run should just fail with an error message.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5060) Plugman should not auto-remove installed plugins

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801031#comment-13801031
 ] 

ASF subversion and git services commented on CB-5060:
-

Commit 0596e47f870a13d8658ebb27f01f70fffcec5e23 in branch refs/heads/master 
from [~shepheb]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=0596e47 ]

Overhaul dependency uninstallation

This fixes several long-standing bugs with plugman deleting
dependencies. The new rules are to uninstall all of the target plugin's
dependencies, provided they are:
- Not installed at the top level.
- Not depended on by any other plugins.

Similarly, plugin directories are only deleted when no plugin depends on
them, and they are not top-level, on any platform.

Fixes CB-5056, CB-5060, CB-4992, and CB-4189.


> Plugman should not auto-remove installed plugins
> 
>
> Key: CB-5060
> URL: https://issues.apache.org/jira/browse/CB-5060
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugman
>Reporter: Mike Billau
> Fix For: 3.2.0
>
>
> If you install a plugin manually as a top level plugin, but that plugin is 
> also used as a dependency for a second plugin, then removing the second 
> plugin *should not* remove the first plugin. Currently, this is the behavior:
> {noformat}
> cordova plugin add file
> cordova plugin add file-transfer
> cordova plugin ls
> [file, file-transfer]
> cordova plugin rm file-transfer
> cordova plugin ls
> [  ]
> {noformat}
> If you manually install a plugin, that means you are planning to use it. If 
> another plugin depends on it, great, that's fine, whatever, but if you later 
> decide not to use the consuming plugin, it shouldn't remove the one that you 
> added.
> This is different than the reference counting issue in 
> https://issues.apache.org/jira/browse/CB-5056



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4992) CLI prematurely removes plugin dependency when two plugins share a dependency

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801032#comment-13801032
 ] 

ASF subversion and git services commented on CB-4992:
-

Commit 0596e47f870a13d8658ebb27f01f70fffcec5e23 in branch refs/heads/master 
from [~shepheb]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=0596e47 ]

Overhaul dependency uninstallation

This fixes several long-standing bugs with plugman deleting
dependencies. The new rules are to uninstall all of the target plugin's
dependencies, provided they are:
- Not installed at the top level.
- Not depended on by any other plugins.

Similarly, plugin directories are only deleted when no plugin depends on
them, and they are not top-level, on any platform.

Fixes CB-5056, CB-5060, CB-4992, and CB-4189.


> CLI prematurely removes plugin dependency when two plugins share a dependency
> -
>
> Key: CB-4992
> URL: https://issues.apache.org/jira/browse/CB-4992
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Reporter: Andrew Grieve
> Fix For: 3.2.0
>
>
> {code}
> cordova create foo com.google.foo foo
> cd foo
> cordova platform add android
> cordova plugin add org.apache.cordova.media-capture
> cordova plugin add org.apache.cordova.file-transfer
> cordova plugin rm org.apache.cordova.media-capture
> {code}
> now:
> {code}
> $ cordova plugin ls
> [ 'org.apache.cordova.file-transfer' ]
> {code}
> and:
>  
> {code}
> cordova plugin rm org.apache.cordova.file-transfer
> { [Error: ENOENT, no such file or directory 
> '/Users/agrieve/git/cordova/cordova-app-harness/foo/plugins/org.apache.cordova.file/plugin.xml']
>   errno: 34,
>   code: 'ENOENT',
>   path: 
> '/Users/agrieve/git/cordova/cordova-app-harness/foo/plugins/org.apache.cordova.file/plugin.xml',
>   syscall: 'open' }
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4189) Plugman uninstallPlugin plugin repo removal should work bottom-up: dependency leaves first, moving up the dependency chain

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801033#comment-13801033
 ] 

ASF subversion and git services commented on CB-4189:
-

Commit 0596e47f870a13d8658ebb27f01f70fffcec5e23 in branch refs/heads/master 
from [~shepheb]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=0596e47 ]

Overhaul dependency uninstallation

This fixes several long-standing bugs with plugman deleting
dependencies. The new rules are to uninstall all of the target plugin's
dependencies, provided they are:
- Not installed at the top level.
- Not depended on by any other plugins.

Similarly, plugin directories are only deleted when no plugin depends on
them, and they are not top-level, on any platform.

Fixes CB-5056, CB-5060, CB-4992, and CB-4189.


> Plugman uninstallPlugin plugin repo removal should work bottom-up: dependency 
> leaves first, moving up the dependency chain
> --
>
> Key: CB-4189
> URL: https://issues.apache.org/jira/browse/CB-4189
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugman
>Affects Versions: 2.9.0, 3.0.0
>Reporter: Filip Maj
>Assignee: Mark Koudritsky
>Priority: Minor
>
> Currently, the plugin-repo-removal code (encapsulated as the 
> {{uninstallPlugin}} method) blindly removes dependent plugins recursively. It 
> should probably do this in a smarter fashion, similarly to how the 
> {{uninstallPlatform}} method checks for any other dependents before 
> proceeding with recursive uninstalls.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5056) Removing a plugin with dependencies removes the dependencies also

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801030#comment-13801030
 ] 

ASF subversion and git services commented on CB-5056:
-

Commit 0596e47f870a13d8658ebb27f01f70fffcec5e23 in branch refs/heads/master 
from [~shepheb]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=0596e47 ]

Overhaul dependency uninstallation

This fixes several long-standing bugs with plugman deleting
dependencies. The new rules are to uninstall all of the target plugin's
dependencies, provided they are:
- Not installed at the top level.
- Not depended on by any other plugins.

Similarly, plugin directories are only deleted when no plugin depends on
them, and they are not top-level, on any platform.

Fixes CB-5056, CB-5060, CB-4992, and CB-4189.


> Removing a plugin with dependencies removes the dependencies also
> -
>
> Key: CB-5056
> URL: https://issues.apache.org/jira/browse/CB-5056
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, Plugman
>Affects Versions: 3.0.0, 3.1.0
> Environment: OSX
>Reporter: Dooms
> Fix For: 3.2.0
>
>
> When upgrading a project from 3.0 to 3.1, I remove all plugins first, then 
> re-add all plugins.
> The issue is with some plugins that have dependencies. E.g.
> org.apache.cordova.file-transfer
> org.apache.cordova.media
> Both rely on org.apache.cordova.file.
> But once one plugin removes this dependency, then other plugins that rely on 
> it fail:
> [Error: ENOENT, no such file or directory 
> '.../plugins/org.apache.cordova.file/plugin.xml'



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4872) Create os/sdk version scripts for engine tag

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801052#comment-13801052
 ] 

ASF subversion and git services commented on CB-4872:
-

Commit 7a22e36742bcaab87512547d3ed2dbe0aa9c0768 in branch refs/heads/master 
from [~timkim]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=7a22e36 ]

CB-4872 - took out custom version compare and went back to semver


> Create os/sdk version scripts for engine tag
> 
>
> Key: CB-4872
> URL: https://issues.apache.org/jira/browse/CB-4872
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Android, BlackBerry, iOS, Plugman, Windows 8, WP7, WP8
>Affects Versions: 3.0.0
>Reporter: Tim Kim
>Assignee: Tim Kim
>Priority: Minor
> Fix For: 3.2.0
>
>
> The engine tag is now able to check any of Cordova components's version so 
> it's time to implement the OS/SDK version scripts. This will allow plugin 
> authors to specify what version of OS/SDK is needed using the  tag in 
> the plugin.xml.
> eg,
>  
>   
>   
>   
> 
> These scripts will be listed in the default engines within Plugman so that a 
> user may easily reference them in the engine tag without having to provide a 
> location/platform attribute in the engine tag:
> https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;a=blob;f=src/util/default-engines.js;h=4fd4a657b9cf6b494fece8b914c7c1ea511e3ca6;hb=1fa97a4161410f411e115362c293d88180319d9d
> Related to this ticket: https://issues.apache.org/jira/browse/CB-4036



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3820) Adapt Configuration Reference

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801085#comment-13801085
 ] 

ASF subversion and git services commented on CB-3820:
-

Commit e7dbe83c096953add503094b17caf7b8b2f0730c in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=e7dbe83 ]

[CB-3820] CHECK: clarify loc of platform-specific config.xml


> Adapt Configuration Reference
> -
>
> Key: CB-3820
> URL: https://issues.apache.org/jira/browse/CB-3820
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> adapt existing "Project Settings". In addition to platform-specific settings, 
> include Shared Settings e.g. for orientation



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3820) Adapt Configuration Reference

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801083#comment-13801083
 ] 

ASF subversion and git services commented on CB-3820:
-

Commit 6c86aced82e3d6f1158e37c21f849b23e0cc846c in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=6c86ace ]

[CB-3820] minor reformat to platform-specific config.xml


> Adapt Configuration Reference
> -
>
> Key: CB-3820
> URL: https://issues.apache.org/jira/browse/CB-3820
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> adapt existing "Project Settings". In addition to platform-specific settings, 
> include Shared Settings e.g. for orientation



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3820) Adapt Configuration Reference

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801082#comment-13801082
 ] 

ASF subversion and git services commented on CB-3820:
-

Commit 4a9fd6f9f4a08b3f1112c4eb915b5b4747217137 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=4a9fd6f ]

[CB-3820] no top-level 'app' directory in path to Android's local config.xml


> Adapt Configuration Reference
> -
>
> Key: CB-3820
> URL: https://issues.apache.org/jira/browse/CB-3820
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> adapt existing "Project Settings". In addition to platform-specific settings, 
> include Shared Settings e.g. for orientation



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3820) Adapt Configuration Reference

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801081#comment-13801081
 ] 

ASF subversion and git services commented on CB-3820:
-

Commit 3ea3df3f75a35fc338bbb7e32f435e2b17678636 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=3ea3df3 ]

[CB-3820] clarify location of iOS's local config.xml


> Adapt Configuration Reference
> -
>
> Key: CB-3820
> URL: https://issues.apache.org/jira/browse/CB-3820
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> adapt existing "Project Settings". In addition to platform-specific settings, 
> include Shared Settings e.g. for orientation



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3820) Adapt Configuration Reference

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801084#comment-13801084
 ] 

ASF subversion and git services commented on CB-3820:
-

Commit eb3e4d60af00b59f0a1b86fe4cc65bc8b755ebbe in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=eb3e4d6 ]

[CB-3820] clarify iOS's config.xml lives in dir named after app


> Adapt Configuration Reference
> -
>
> Key: CB-3820
> URL: https://issues.apache.org/jira/browse/CB-3820
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> adapt existing "Project Settings". In addition to platform-specific settings, 
> include Shared Settings e.g. for orientation



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3810) Rework "Guide" content

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801130#comment-13801130
 ] 

ASF subversion and git services commented on CB-3810:
-

Commit e3326b4b9cfe899db771c11f5ae20a94222e0f49 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=e3326b4 ]

[CB-3810] rewrite whitelist guide


> Rework "Guide" content 
> ---
>
> Key: CB-3810
> URL: https://issues.apache.org/jira/browse/CB-3810
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>Priority: Critical
>
> Current guide content assumes an SDK-centered workflow, which needs to be 
> modified to address CLI audience.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-2099) Android whitelisting only blocks documents, not resources

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801134#comment-13801134
 ] 

ASF subversion and git services commented on CB-2099:
-

Commit 2393c9390f2c0e7af474c68783e6322c7d74394b in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=2393c93 ]

[CB-2099] non-whitelist links may open in browser


> Android whitelisting only blocks documents, not resources
> -
>
> Key: CB-2099
> URL: https://issues.apache.org/jira/browse/CB-2099
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 2.2.0
>Reporter: manjula fernando
>Assignee: Mike Sierra
>
> The Domain Whitelisting in Android works only for the href links, but not for 
> the embedded resources (images, javascripts). If link is not whitelisted it 
> gets opened in a new instance of native browser rather than blocking it 
> completely. But in iOS it blocks all non-whitelisted domains. Please let me 
> know whether this is the expected behavior in whitelisting for Android?. If 
> so, has this been identified as a known issue and planning to be fixed in 
> future release? Appreciate your early response on this.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4203) inconsistencies in content between docs and parser for config.xml for Android

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801131#comment-13801131
 ] 

ASF subversion and git services commented on CB-4203:
-

Commit 4fa156e262caf081ab0a53749aaf3e67f7eaa870 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=4fa156e ]

[CB-4203] pre-3.0 android whitelisting n/a for images/scripts


> inconsistencies in content between docs and parser for config.xml for Android
> -
>
> Key: CB-4203
> URL: https://issues.apache.org/jira/browse/CB-4203
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Docs
>Reporter: Marcel Kinard
>Assignee: Mike Sierra
>Priority: Minor
>
> - docs do not list top-level 
> - docs do not list preference "InAppBrowserStorageEnabled"
> - preference "useBrowserHistory" has been deprecated/removed but still is in 
> docs
> - preference "loadingDialog", "loadingPageDialog", "errorUrl" doesn't have 
> code but is in docs



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3810) Rework "Guide" content

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801133#comment-13801133
 ] 

ASF subversion and git services commented on CB-3810:
-

Commit 0d31cb71d97d4063f9eaaabab7b6c66b480ffbea in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=0d31cb7 ]

[CB-3810] xref other platform-specific content


> Rework "Guide" content 
> ---
>
> Key: CB-3810
> URL: https://issues.apache.org/jira/browse/CB-3810
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>Priority: Critical
>
> Current guide content assumes an SDK-centered workflow, which needs to be 
> modified to address CLI audience.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4203) inconsistencies in content between docs and parser for config.xml for Android

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801132#comment-13801132
 ] 

ASF subversion and git services commented on CB-4203:
-

Commit 824a789934a0c2780d04bbd5289bc6f914ab6197 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=824a789 ]

[CB-4203] need to avoid script injection


> inconsistencies in content between docs and parser for config.xml for Android
> -
>
> Key: CB-4203
> URL: https://issues.apache.org/jira/browse/CB-4203
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Docs
>Reporter: Marcel Kinard
>Assignee: Mike Sierra
>Priority: Minor
>
> - docs do not list top-level 
> - docs do not list preference "InAppBrowserStorageEnabled"
> - preference "useBrowserHistory" has been deprecated/removed but still is in 
> docs
> - preference "loadingDialog", "loadingPageDialog", "errorUrl" doesn't have 
> code but is in docs



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4203) inconsistencies in content between docs and parser for config.xml for Android

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801138#comment-13801138
 ] 

ASF subversion and git services commented on CB-4203:
-

Commit 87ced9975811ea86dd5b2bd10c33e0a765bbe2b5 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=87ced99 ]

[CB-4203] errorUrl preference removed


> inconsistencies in content between docs and parser for config.xml for Android
> -
>
> Key: CB-4203
> URL: https://issues.apache.org/jira/browse/CB-4203
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Docs
>Reporter: Marcel Kinard
>Assignee: Mike Sierra
>Priority: Minor
>
> - docs do not list top-level 
> - docs do not list preference "InAppBrowserStorageEnabled"
> - preference "useBrowserHistory" has been deprecated/removed but still is in 
> docs
> - preference "loadingDialog", "loadingPageDialog", "errorUrl" doesn't have 
> code but is in docs



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4203) inconsistencies in content between docs and parser for config.xml for Android

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801137#comment-13801137
 ] 

ASF subversion and git services commented on CB-4203:
-

Commit 3676d5b8396d543d422eb991193d5e33785008b7 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=3676d5b ]

[CB-4203] loadingPageDialog preference removed


> inconsistencies in content between docs and parser for config.xml for Android
> -
>
> Key: CB-4203
> URL: https://issues.apache.org/jira/browse/CB-4203
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Docs
>Reporter: Marcel Kinard
>Assignee: Mike Sierra
>Priority: Minor
>
> - docs do not list top-level 
> - docs do not list preference "InAppBrowserStorageEnabled"
> - preference "useBrowserHistory" has been deprecated/removed but still is in 
> docs
> - preference "loadingDialog", "loadingPageDialog", "errorUrl" doesn't have 
> code but is in docs



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4203) inconsistencies in content between docs and parser for config.xml for Android

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801136#comment-13801136
 ] 

ASF subversion and git services commented on CB-4203:
-

Commit 3dd4fbf292b5542e3781c4cdfcc6298869cc0e49 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=3dd4fbf ]

[CB-4203] loadingDialog preference removed


> inconsistencies in content between docs and parser for config.xml for Android
> -
>
> Key: CB-4203
> URL: https://issues.apache.org/jira/browse/CB-4203
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Docs
>Reporter: Marcel Kinard
>Assignee: Mike Sierra
>Priority: Minor
>
> - docs do not list top-level 
> - docs do not list preference "InAppBrowserStorageEnabled"
> - preference "useBrowserHistory" has been deprecated/removed but still is in 
> docs
> - preference "loadingDialog", "loadingPageDialog", "errorUrl" doesn't have 
> code but is in docs



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4203) inconsistencies in content between docs and parser for config.xml for Android

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801139#comment-13801139
 ] 

ASF subversion and git services commented on CB-4203:
-

Commit b606a5ef8995a1b40a8ecdf524d84387f40d1832 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=b606a5e ]

[CB-4203] added InAppBrowserStorageEnabled pref


> inconsistencies in content between docs and parser for config.xml for Android
> -
>
> Key: CB-4203
> URL: https://issues.apache.org/jira/browse/CB-4203
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Docs
>Reporter: Marcel Kinard
>Assignee: Mike Sierra
>Priority: Minor
>
> - docs do not list top-level 
> - docs do not list preference "InAppBrowserStorageEnabled"
> - preference "useBrowserHistory" has been deprecated/removed but still is in 
> docs
> - preference "loadingDialog", "loadingPageDialog", "errorUrl" doesn't have 
> code but is in docs



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3820) Adapt Configuration Reference

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801219#comment-13801219
 ] 

ASF subversion and git services commented on CB-3820:
-

Commit 572d37e1f4efdbae804f0435091c73bbb2a56152 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=572d37e ]

[CB-3820] added example of viewport


> Adapt Configuration Reference
> -
>
> Key: CB-3820
> URL: https://issues.apache.org/jira/browse/CB-3820
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> adapt existing "Project Settings". In addition to platform-specific settings, 
> include Shared Settings e.g. for orientation



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3827) Modify content structure; reflect on home page

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801225#comment-13801225
 ] 

ASF subversion and git services commented on CB-3827:
-

Commit 8952b9d64b9d2c49dfd8fd98a0f78c80c701dadd in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=8952b9d ]

[CB-3827] clarify Platform Support tbl is now on separate page


> Modify content structure; reflect on home page
> --
>
> Key: CB-3827
> URL: https://issues.apache.org/jira/browse/CB-3827
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> Restructure as follows:
> 1 Guides
>   1.1 Overview
>   1.1a Platform Support
>   1.2 The Command-line Interface
>   1.3 Platform Guides
> 1.3.1 FOO Platform Guide
> 1.3.2 FOO Configuration
> 1.3.3 FOO Plugins
> 1.3.4 FOO Webviews
> 1.3.5 FOO Command-line Tools
> 1.3.6 Upgrading FOO
>   1.4 Application Development Guide
> 1.4.1 Modifying Preferences
> 1.4.2 Basic Interaction
> 1.4.3 Device Sensors
> 1.4.4 Data Access
> 1.4.5 Network and Storage
> 1.4.6 Globalization
> 1.4.7 Domain Whitelisting
> 1.4.8 Privacy Guidelines
>   1.5 Hybrid Application Guide
> 1.5.1 Opening a Browser Window
> 1.5.2 Embedding a WebView [references various "FOO WebViews"]
> 1.5.3 Adding a Plug-in [references various "FOO Plugins"]
>   1.6 Distributing Applications
> 2 Reference
>   2.1 API Reference
> 2.1.x [each API...]
>   2.2 Configuration Reference
> 2.2.1 Shared Configuration Settings
> 2.2.2 Icons and Splash Screens
> 2.2.3 [reference various FOO configurations]
>       2.3 Plugin Reference
> 2.3.1 Plugin Specification
> 2.3.2 Using Plugman to Manage Plugins
> On home page:
> * strip out "Guide"/"Reference" levels
> * #.# should be formatted as top-level  heads
> * #.#.# should be formatted as  subheads
> * Under "Platform Tools," only "FOO Platform Guide" should appear on home page
> * Current skin doesn't link from top-level headings; modified version would
> Would prefer collapsible B-heads in navbar



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3820) Adapt Configuration Reference

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801217#comment-13801217
 ] 

ASF subversion and git services commented on CB-3820:
-

Commit 8bdcc39daa3ba3f9d876657509a77de3feffacc2 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=8bdcc39 ]

[CB-3820] confirmed: EnableViewportScale allows you to restrict what's already 
enabled


> Adapt Configuration Reference
> -
>
> Key: CB-3820
> URL: https://issues.apache.org/jira/browse/CB-3820
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> adapt existing "Project Settings". In addition to platform-specific settings, 
> include Shared Settings e.g. for orientation



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3827) Modify content structure; reflect on home page

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801222#comment-13801222
 ] 

ASF subversion and git services commented on CB-3827:
-

Commit dce42ef67924eb14c43a2dce5a5ef29a980deb86 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=dce42ef ]

[CB-3827] split support table into standalone section


> Modify content structure; reflect on home page
> --
>
> Key: CB-3827
> URL: https://issues.apache.org/jira/browse/CB-3827
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> Restructure as follows:
> 1 Guides
>   1.1 Overview
>   1.1a Platform Support
>   1.2 The Command-line Interface
>   1.3 Platform Guides
> 1.3.1 FOO Platform Guide
> 1.3.2 FOO Configuration
> 1.3.3 FOO Plugins
> 1.3.4 FOO Webviews
> 1.3.5 FOO Command-line Tools
> 1.3.6 Upgrading FOO
>   1.4 Application Development Guide
> 1.4.1 Modifying Preferences
> 1.4.2 Basic Interaction
> 1.4.3 Device Sensors
> 1.4.4 Data Access
> 1.4.5 Network and Storage
> 1.4.6 Globalization
> 1.4.7 Domain Whitelisting
> 1.4.8 Privacy Guidelines
>   1.5 Hybrid Application Guide
> 1.5.1 Opening a Browser Window
> 1.5.2 Embedding a WebView [references various "FOO WebViews"]
> 1.5.3 Adding a Plug-in [references various "FOO Plugins"]
>   1.6 Distributing Applications
> 2 Reference
>   2.1 API Reference
> 2.1.x [each API...]
>   2.2 Configuration Reference
> 2.2.1 Shared Configuration Settings
> 2.2.2 Icons and Splash Screens
> 2.2.3 [reference various FOO configurations]
>       2.3 Plugin Reference
> 2.3.1 Plugin Specification
> 2.3.2 Using Plugman to Manage Plugins
> On home page:
> * strip out "Guide"/"Reference" levels
> * #.# should be formatted as top-level  heads
> * #.#.# should be formatted as  subheads
> * Under "Platform Tools," only "FOO Platform Guide" should appear on home page
> * Current skin doesn't link from top-level headings; modified version would
> Would prefer collapsible B-heads in navbar



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3827) Modify content structure; reflect on home page

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801221#comment-13801221
 ] 

ASF subversion and git services commented on CB-3827:
-

Commit 32426dbeda77f03b1f4e5c427761f2660ed78aaf in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=32426db ]

[CB-3827] link new section from home page


> Modify content structure; reflect on home page
> --
>
> Key: CB-3827
> URL: https://issues.apache.org/jira/browse/CB-3827
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> Restructure as follows:
> 1 Guides
>   1.1 Overview
>   1.1a Platform Support
>   1.2 The Command-line Interface
>   1.3 Platform Guides
> 1.3.1 FOO Platform Guide
> 1.3.2 FOO Configuration
> 1.3.3 FOO Plugins
> 1.3.4 FOO Webviews
> 1.3.5 FOO Command-line Tools
> 1.3.6 Upgrading FOO
>   1.4 Application Development Guide
> 1.4.1 Modifying Preferences
> 1.4.2 Basic Interaction
> 1.4.3 Device Sensors
> 1.4.4 Data Access
> 1.4.5 Network and Storage
> 1.4.6 Globalization
> 1.4.7 Domain Whitelisting
> 1.4.8 Privacy Guidelines
>   1.5 Hybrid Application Guide
> 1.5.1 Opening a Browser Window
> 1.5.2 Embedding a WebView [references various "FOO WebViews"]
> 1.5.3 Adding a Plug-in [references various "FOO Plugins"]
>   1.6 Distributing Applications
> 2 Reference
>   2.1 API Reference
> 2.1.x [each API...]
>   2.2 Configuration Reference
> 2.2.1 Shared Configuration Settings
> 2.2.2 Icons and Splash Screens
> 2.2.3 [reference various FOO configurations]
>       2.3 Plugin Reference
> 2.3.1 Plugin Specification
> 2.3.2 Using Plugman to Manage Plugins
> On home page:
> * strip out "Guide"/"Reference" levels
> * #.# should be formatted as top-level  heads
> * #.#.# should be formatted as  subheads
> * Under "Platform Tools," only "FOO Platform Guide" should appear on home page
> * Current skin doesn't link from top-level headings; modified version would
> Would prefer collapsible B-heads in navbar



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3849) review, reference, and expose new content

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801224#comment-13801224
 ] 

ASF subversion and git services commented on CB-3849:
-

Commit 8513660fc334a4d3874774b668fb4b02f7302201 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=8513660 ]

[CB-3849] reveal link to config.xml topic


> review, reference, and expose new content
> -
>
> Key: CB-3849
> URL: https://issues.apache.org/jira/browse/CB-3849
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>Priority: Critical
>
> Once new section of doc is mature, review it for accuracy. If it's OK, make 
> sure any otherwise commented cross references are enabled. Also make sure the 
> top-level splash screen references the content.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3827) Modify content structure; reflect on home page

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801223#comment-13801223
 ] 

ASF subversion and git services commented on CB-3827:
-

Commit d6c0d85758102989e70d4e27bec2e4f88c1f0cec in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=d6c0d85 ]

[CB-3827] redirect links to support table


> Modify content structure; reflect on home page
> --
>
> Key: CB-3827
> URL: https://issues.apache.org/jira/browse/CB-3827
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> Restructure as follows:
> 1 Guides
>   1.1 Overview
>   1.1a Platform Support
>   1.2 The Command-line Interface
>   1.3 Platform Guides
> 1.3.1 FOO Platform Guide
> 1.3.2 FOO Configuration
> 1.3.3 FOO Plugins
> 1.3.4 FOO Webviews
> 1.3.5 FOO Command-line Tools
> 1.3.6 Upgrading FOO
>   1.4 Application Development Guide
> 1.4.1 Modifying Preferences
> 1.4.2 Basic Interaction
> 1.4.3 Device Sensors
> 1.4.4 Data Access
> 1.4.5 Network and Storage
> 1.4.6 Globalization
> 1.4.7 Domain Whitelisting
> 1.4.8 Privacy Guidelines
>   1.5 Hybrid Application Guide
> 1.5.1 Opening a Browser Window
> 1.5.2 Embedding a WebView [references various "FOO WebViews"]
> 1.5.3 Adding a Plug-in [references various "FOO Plugins"]
>   1.6 Distributing Applications
> 2 Reference
>   2.1 API Reference
> 2.1.x [each API...]
>   2.2 Configuration Reference
> 2.2.1 Shared Configuration Settings
> 2.2.2 Icons and Splash Screens
> 2.2.3 [reference various FOO configurations]
>       2.3 Plugin Reference
> 2.3.1 Plugin Specification
> 2.3.2 Using Plugman to Manage Plugins
> On home page:
> * strip out "Guide"/"Reference" levels
> * #.# should be formatted as top-level  heads
> * #.#.# should be formatted as  subheads
> * Under "Platform Tools," only "FOO Platform Guide" should appear on home page
> * Current skin doesn't link from top-level headings; modified version would
> Would prefer collapsible B-heads in navbar



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4890) Reference to plugins.xml should be config.xml

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801228#comment-13801228
 ] 

ASF subversion and git services commented on CB-4890:
-

Commit 25e4b9e31be9028b565d7003e2516d97510ef384 in branch refs/heads/master 
from [~mrbillau]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=25e4b9e ]

CB-4890: change plugins.xml to config.xml in android docs


> Reference to plugins.xml should be config.xml
> -
>
> Key: CB-4890
> URL: https://issues.apache.org/jira/browse/CB-4890
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Docs
>Affects Versions: 2.9.0
>Reporter: Peter
>Assignee: Michael Brooks
>Priority: Trivial
>
> The Capture API documentation for Android (see "Permissions" section) is 
> still referring to plugins.xml instead of config.xml
> {quote}
> Permissions
> Android
> app/res/xml/plugins.xml
> {quote}
> http://cordova.apache.org/docs/en/2.9.0/cordova_media_capture_capture.md.html#Capture



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3820) Adapt Configuration Reference

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801218#comment-13801218
 ] 

ASF subversion and git services commented on CB-3820:
-

Commit e06877f5fe1ed8408612afc958c6338b0aa114fc in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=e06877f ]

[CB-3820] confirmed: MediaPlaybackRequiresUserAction applies to audio & JS calls


> Adapt Configuration Reference
> -
>
> Key: CB-3820
> URL: https://issues.apache.org/jira/browse/CB-3820
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> adapt existing "Project Settings". In addition to platform-specific settings, 
> include Shared Settings e.g. for orientation



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3825) Adapt "Adding a Plug-in" section

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801240#comment-13801240
 ] 

ASF subversion and git services commented on CB-3825:
-

Commit 1a226ade02ce13641f02eb5cda3738a0c13b2304 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=1a226ad ]

[CB-3825] suggest using plugman with default CLI app


> Adapt "Adding a Plug-in" section
> 
>
> Key: CB-3825
> URL: https://issues.apache.org/jira/browse/CB-3825
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> adapt existing "Plugin Development Guide"



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3825) Adapt "Adding a Plug-in" section

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801239#comment-13801239
 ] 

ASF subversion and git services commented on CB-3825:
-

Commit 52c0b623662bbe7bcca1167de29d6859e1653954 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=52c0b62 ]

[CB-3825] Use local plugman to validate plugin packages; minor edits


> Adapt "Adding a Plug-in" section
> 
>
> Key: CB-3825
> URL: https://issues.apache.org/jira/browse/CB-3825
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> adapt existing "Plugin Development Guide"



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3825) Adapt "Adding a Plug-in" section

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801242#comment-13801242
 ] 

ASF subversion and git services commented on CB-3825:
-

Commit 4e709fe7af2c35265ff997bdf1262caeddfbda48 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=4e709fe ]

[CB-3825] new boilerplate that intro native; tighten up android & BB


> Adapt "Adding a Plug-in" section
> 
>
> Key: CB-3825
> URL: https://issues.apache.org/jira/browse/CB-3825
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> adapt existing "Plugin Development Guide"



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3825) Adapt "Adding a Plug-in" section

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801243#comment-13801243
 ] 

ASF subversion and git services commented on CB-3825:
-

Commit 685d0750f20aa0a7fa89522ab6fc3d8cee57045e in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=685d075 ]

[CB-3825] BB10 native plugin


> Adapt "Adding a Plug-in" section
> 
>
> Key: CB-3825
> URL: https://issues.apache.org/jira/browse/CB-3825
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> adapt existing "Plugin Development Guide"



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3825) Adapt "Adding a Plug-in" section

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801241#comment-13801241
 ] 

ASF subversion and git services commented on CB-3825:
-

Commit 025bdbf40873e18ccf7fc6c199f38d6be4ca69b3 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=025bdbf ]

[CB-3825] reference myplugin.js from home page when using plugman to test


> Adapt "Adding a Plug-in" section
> 
>
> Key: CB-3825
> URL: https://issues.apache.org/jira/browse/CB-3825
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> adapt existing "Plugin Development Guide"



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5128) Add new meta data to plugins.xml

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801253#comment-13801253
 ] 

ASF subversion and git services commented on CB-5128:
-

Commit f9fbc36e2f146365d2450fd777ead07f2bf4304a in branch refs/heads/dev from 
[~stevegill]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-battery-status.git;h=f9fbc36
 ]

CB-5128: added repo + issue tag to plugin.xml for battery status plugin


> Add new meta data to plugins.xml
> 
>
> Key: CB-5128
> URL: https://issues.apache.org/jira/browse/CB-5128
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Battery Status, Plugin Camera, Plugin Console, 
> Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
> Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
> Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
> Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
> Vibration, Plugman
>Reporter: Steve Gill
> Fix For: 3.2.0
>
>
> Rep tag -> points to repo location
> Issues tag (maybe tracker tag) -> points to issue tracker (for jira, link 
> should have component)
> Docs tag (if applicable) -> points to docs location
> Description tag -> short summary (might not be necessary if we decide to 
> output the readme on plugins.cordova.io for each plugin)
> Home Page Link (if applicable) -> points to the plugin home page (not 
> applicable for cordova core plugins)
> Author tag -> make it compatible with package.json author tag. Plugin.xml 
> gets converted to a package.json when you run the publish command.
> Keywords?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5128) Add new meta data to plugins.xml

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801269#comment-13801269
 ] 

ASF subversion and git services commented on CB-5128:
-

Commit 703f6c68d830d41f9de56c4da57dfbc9aef03556 in branch refs/heads/dev from 
[~hermwong]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=703f6c6 
]

CB-5128: added repo + issue tag to plugin.xml for camera plugin


> Add new meta data to plugins.xml
> 
>
> Key: CB-5128
> URL: https://issues.apache.org/jira/browse/CB-5128
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Battery Status, Plugin Camera, Plugin Console, 
> Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
> Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
> Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
> Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
> Vibration, Plugman
>Reporter: Steve Gill
>Assignee: Herm Wong
> Fix For: 3.2.0
>
>
> Rep tag -> points to repo location
> Issues tag (maybe tracker tag) -> points to issue tracker (for jira, link 
> should have component)
> Docs tag (if applicable) -> points to docs location
> Description tag -> short summary (might not be necessary if we decide to 
> output the readme on plugins.cordova.io for each plugin)
> Home Page Link (if applicable) -> points to the plugin home page (not 
> applicable for cordova core plugins)
> Author tag -> make it compatible with package.json author tag. Plugin.xml 
> gets converted to a package.json when you run the publish command.
> Keywords?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5128) Add new meta data to plugins.xml

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801279#comment-13801279
 ] 

ASF subversion and git services commented on CB-5128:
-

Commit 8892514f0886144e46d45ee1577b8a4c96d55144 in branch refs/heads/dev from 
[~hermwong]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-console.git;h=8892514 ]

CB-5128: added repo + issue tag to plugin.xml for console plugin


> Add new meta data to plugins.xml
> 
>
> Key: CB-5128
> URL: https://issues.apache.org/jira/browse/CB-5128
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Battery Status, Plugin Camera, Plugin Console, 
> Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
> Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
> Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
> Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
> Vibration, Plugman
>Reporter: Steve Gill
>Assignee: Herm Wong
> Fix For: 3.2.0
>
>
> Rep tag -> points to repo location
> Issues tag (maybe tracker tag) -> points to issue tracker (for jira, link 
> should have component)
> Docs tag (if applicable) -> points to docs location
> Description tag -> short summary (might not be necessary if we decide to 
> output the readme on plugins.cordova.io for each plugin)
> Home Page Link (if applicable) -> points to the plugin home page (not 
> applicable for cordova core plugins)
> Author tag -> make it compatible with package.json author tag. Plugin.xml 
> gets converted to a package.json when you run the publish command.
> Keywords?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5128) Add new meta data to plugins.xml

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801285#comment-13801285
 ] 

ASF subversion and git services commented on CB-5128:
-

Commit 3576342c560010877cf6433e0aeeda76e8486e4f in branch refs/heads/dev from 
[~hermwong]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-motion.git;h=3576342
 ]

CB-5128: added repo + issue tag to plugin.xml for device motion


> Add new meta data to plugins.xml
> 
>
> Key: CB-5128
> URL: https://issues.apache.org/jira/browse/CB-5128
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Battery Status, Plugin Camera, Plugin Console, 
> Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
> Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
> Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
> Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
> Vibration, Plugman
>Reporter: Steve Gill
>Assignee: Herm Wong
> Fix For: 3.2.0
>
>
> Rep tag -> points to repo location
> Issues tag (maybe tracker tag) -> points to issue tracker (for jira, link 
> should have component)
> Docs tag (if applicable) -> points to docs location
> Description tag -> short summary (might not be necessary if we decide to 
> output the readme on plugins.cordova.io for each plugin)
> Home Page Link (if applicable) -> points to the plugin home page (not 
> applicable for cordova core plugins)
> Author tag -> make it compatible with package.json author tag. Plugin.xml 
> gets converted to a package.json when you run the publish command.
> Keywords?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5128) Add new meta data to plugins.xml

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801294#comment-13801294
 ] 

ASF subversion and git services commented on CB-5128:
-

Commit adac3919823479dc0c1d2810771a23e6f2b9cfb7 in branch refs/heads/dev from 
[~hermwong]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;h=adac391
 ]

CB-5128: added repo + issue tag to plugin.xml for device orientation plugin


> Add new meta data to plugins.xml
> 
>
> Key: CB-5128
> URL: https://issues.apache.org/jira/browse/CB-5128
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Battery Status, Plugin Camera, Plugin Console, 
> Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
> Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
> Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
> Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
> Vibration, Plugman
>Reporter: Steve Gill
>Assignee: Herm Wong
> Fix For: 3.2.0
>
>
> Rep tag -> points to repo location
> Issues tag (maybe tracker tag) -> points to issue tracker (for jira, link 
> should have component)
> Docs tag (if applicable) -> points to docs location
> Description tag -> short summary (might not be necessary if we decide to 
> output the readme on plugins.cordova.io for each plugin)
> Home Page Link (if applicable) -> points to the plugin home page (not 
> applicable for cordova core plugins)
> Author tag -> make it compatible with package.json author tag. Plugin.xml 
> gets converted to a package.json when you run the publish command.
> Keywords?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5128) Add new meta data to plugins.xml

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801312#comment-13801312
 ] 

ASF subversion and git services commented on CB-5128:
-

Commit 23c58714d2dcddac6f83c7bdd13cd23d2e057dd5 in branch refs/heads/dev from 
[~hermwong]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=23c5871 
]

CB-5128: added repo + issue tag in plugin.xml for device plugin


> Add new meta data to plugins.xml
> 
>
> Key: CB-5128
> URL: https://issues.apache.org/jira/browse/CB-5128
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Battery Status, Plugin Camera, Plugin Console, 
> Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
> Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
> Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
> Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
> Vibration, Plugman
>Reporter: Steve Gill
>Assignee: Herm Wong
> Fix For: 3.2.0
>
>
> Rep tag -> points to repo location
> Issues tag (maybe tracker tag) -> points to issue tracker (for jira, link 
> should have component)
> Docs tag (if applicable) -> points to docs location
> Description tag -> short summary (might not be necessary if we decide to 
> output the readme on plugins.cordova.io for each plugin)
> Home Page Link (if applicable) -> points to the plugin home page (not 
> applicable for cordova core plugins)
> Author tag -> make it compatible with package.json author tag. Plugin.xml 
> gets converted to a package.json when you run the publish command.
> Keywords?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5128) Add new meta data to plugins.xml

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801320#comment-13801320
 ] 

ASF subversion and git services commented on CB-5128:
-

Commit d422ec37d45c45401f536af00f772822101ed24c in branch refs/heads/dev from 
[~hermwong]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=d422ec3 ]

CB-5128: added repo + issue tag to plugin.xml for dialogs plugin


> Add new meta data to plugins.xml
> 
>
> Key: CB-5128
> URL: https://issues.apache.org/jira/browse/CB-5128
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Battery Status, Plugin Camera, Plugin Console, 
> Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
> Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
> Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
> Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
> Vibration, Plugman
>Reporter: Steve Gill
>Assignee: Herm Wong
> Fix For: 3.2.0
>
>
> Rep tag -> points to repo location
> Issues tag (maybe tracker tag) -> points to issue tracker (for jira, link 
> should have component)
> Docs tag (if applicable) -> points to docs location
> Description tag -> short summary (might not be necessary if we decide to 
> output the readme on plugins.cordova.io for each plugin)
> Home Page Link (if applicable) -> points to the plugin home page (not 
> applicable for cordova core plugins)
> Author tag -> make it compatible with package.json author tag. Plugin.xml 
> gets converted to a package.json when you run the publish command.
> Keywords?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5128) Add new meta data to plugins.xml

2013-10-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801335#comment-13801335
 ] 

ASF subversion and git services commented on CB-5128:
-

Commit d7db66c8105c9e5590a298944e9d00a2dc43a8bc in branch refs/heads/dev from 
[~hermwong]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=d7db66c
 ]

CB-5128: added repo + issue tag to plugin.xml for file transfer plugin


> Add new meta data to plugins.xml
> 
>
> Key: CB-5128
> URL: https://issues.apache.org/jira/browse/CB-5128
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Battery Status, Plugin Camera, Plugin Console, 
> Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
> Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
> Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
> Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
> Vibration, Plugman
>Reporter: Steve Gill
>Assignee: Herm Wong
> Fix For: 3.2.0
>
>
> Rep tag -> points to repo location
> Issues tag (maybe tracker tag) -> points to issue tracker (for jira, link 
> should have component)
> Docs tag (if applicable) -> points to docs location
> Description tag -> short summary (might not be necessary if we decide to 
> output the readme on plugins.cordova.io for each plugin)
> Home Page Link (if applicable) -> points to the plugin home page (not 
> applicable for cordova core plugins)
> Author tag -> make it compatible with package.json author tag. Plugin.xml 
> gets converted to a package.json when you run the publish command.
> Keywords?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5145) Why are non-android resources included in platforms/android assets folder?

2013-10-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801853#comment-13801853
 ] 

ASF subversion and git services commented on CB-5145:
-

Commit 970569670f4871e1c0aeaf4057e1963c8a00c4c8 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git;h=9705696 
]

CB-5145 Move the res/ directory to a sibling of www/


> Why are non-android resources included in platforms/android assets folder?
> --
>
> Key: CB-5145
> URL: https://issues.apache.org/jira/browse/CB-5145
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.1.0
> Environment: Windows
>Reporter: Peter
>Priority: Minor
>
> The online guide 
> http://cordova.apache.org/docs/en/edge/config_ref_images.md.html says
> {quote}
> When working in the CLI, icon source files are located within various 
> platform-specific subdirectories within the project's www/res/icons 
> directory. Newly created projects come with a default set of Cordova icons 
> for you to replace for the platforms you wish to target.
> {quote}
> OK.
> But if I've only added the *android* platform to my CLI project then why 
> would I want _non_-android resources copied into my 
> platforms/_android_/assets/www/res folder? 
> For example,
> {code}
> D:\IMAPS\peter>cordova create myapp com.peter myapp
> D:\IMAPS\peter>cd myapp
> D:\IMAPS\peter\myapp>cordova platform add android
> D:\IMAPS\peter\myapp>tree platforms/android/assets/www/res
> Folder PATH listing
> Volume serial number is AAB8-3216
> D:\IMAPS\PETER\MYAPP\PLATFORMS\ANDROID\ASSETS\WWW\RES
> +---icon
> ¦   +---android
> ¦   +---bada
> ¦   +---bada-wac
> ¦   +---blackberry
> ¦   +---blackberry10
> ¦   +---ios
> ¦   +---tizen
> ¦   +---webos
> ¦   +---windows-phone
> +---screen
> +---android
> +---bada
> +---bada-wac
> +---blackberry
> +---blackberry10
> +---ios
> +---tizen
> +---webos
> +---windows-phone
> D:\IMAPS\peter\myapp>
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5150) Remove spec from app-hello-world

2013-10-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801854#comment-13801854
 ] 

ASF subversion and git services commented on CB-5150:
-

Commit 1ce133c1bb7139b47c478f31a274c4eef9a7e3b2 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git;h=1ce133c 
]

CB-5150 Remove Spec from app-hello-world


> Remove spec from app-hello-world
> 
>
> Key: CB-5150
> URL: https://issues.apache.org/jira/browse/CB-5150
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: App Hello World
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> I think it adds more confusion than benefit.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4725) device.cordova returns 'dev' on Android

2013-10-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801941#comment-13801941
 ] 

ASF subversion and git services commented on CB-4725:
-

Commit 6e6ff82ff0f4381232d5c61c2f21b82af9671875 in branch refs/heads/2.9.x from 
[~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;h=6e6ff82 ]

[all] [CB-4725] Export cordova version as "cordova.version"
(cherry picked from commit e2942e162e1db06446d44d0b814ba450eb22a028)


> device.cordova returns 'dev' on Android
> ---
>
> Key: CB-4725
> URL: https://issues.apache.org/jira/browse/CB-4725
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin Device
>Affects Versions: 3.0.0
> Environment: Android
>Reporter: Stefan Dobrev
>Assignee: Andrew Grieve
>Priority: Minor
>
> device.cordova returns 'dev' on Android platform. Expected value is '3.0.0'



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4761) Add cordova platform id as a property on the cordova object

2013-10-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801943#comment-13801943
 ] 

ASF subversion and git services commented on CB-4761:
-

Commit 6d4c79d4ff8e132e708b70542a7bb5bb91ecbb40 in branch refs/heads/2.9.x from 
[~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;h=6d4c79d ]

[CB-4761] Add cordova.platformId property
(cherry picked from commit fbb4342a2c7dfa5c04f68ea2dabc97726e6a9532)


> Add cordova platform id as a property on the cordova object
> ---
>
> Key: CB-4761
> URL: https://issues.apache.org/jira/browse/CB-4761
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CordovaJS
>Reporter: Ian Clelland
>Assignee: Andrew Grieve
> Fix For: 3.1.0
>
>
> Since cordova-plugin-device was removed from core, and is now an optional 
> plugin, there is no easy way to determine at runtime what platform an app is 
> running on. (And yes, feature detection is usually better than user-agent 
> detection, but there are legitimate reasons for switching on the *cordova* 
> platform as opposed to any particular feature available in the webview)
> I'd like to make this property available as `cordova.platform; it would be a 
> simple string taken from the 'id' defined in 
> cordova-js/lib//platform.js.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4149) Grunt cordovajs task cannot find the path specified

2013-10-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801942#comment-13801942
 ] 

ASF subversion and git services commented on CB-4149:
-

Commit f87145b146ef8e23d67547b798641b55a240415e in branch refs/heads/2.9.x from 
[~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;h=f87145b ]

[CB-4149] Read version from VERSION when there is no .git/
(cherry picked from commit 6140e1683c3df47a698748636c405fed3d2273f4)


> Grunt cordovajs task cannot find the path specified
> ---
>
> Key: CB-4149
> URL: https://issues.apache.org/jira/browse/CB-4149
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Affects Versions: Master, 2.9.0
> Environment: Windows 7 Enterprise
>Reporter: Angela Fowler
>Assignee: Andrew Grieve
> Fix For: 3.1.0
>
> Attachments: npm-debug.log
>
>
> 1. Trying to run the default tasks causes an error :
> c:\development\cordova-2.9.0\cordova-js>grunt
> Running "cordovajs:android" (cordovajs) task
> Fatal error: Error: Command failed: The system cannot find the path specified.
> 2. The README file refers to the old Jake tasks e.g. build
> "Then from the repository root run:
> grunt
> This will run the `build`, `hint` and `test` tasks by default."
> According to grunt --help 
> Available tasks
>   cordovajs  Packages cordova.js *
>test  Runs test in node
>   btest  Runs tests in the browser
>  complainwhitespace  Complain about what fixwhitespace would fix
>   fixwhitespace  Converts tabs to four spaces, eliminates trailing white
>  space, converts newlines to proper form - enforcing style
>  guide ftw!
>   clean  Clean files and folders. *
>  jshint  Validate files with JSHint. *
> default  Alias for "cordovajs", "complainwhitespace", "test" 
> tasks.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5154) log formatting incorrectly to native

2013-10-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802039#comment-13802039
 ] 

ASF subversion and git services commented on CB-5154:
-

Commit aef8d8fff6b7181091c63dd4fa2bf4a636efb0a3 in branch refs/heads/dev from 
[~wjamesjong]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-console.git;h=aef8d8f ]

CB-5154 log formatting incorrectly to native

-only add format string if non-empty


> log formatting incorrectly to native
> 
>
> Key: CB-5154
> URL: https://issues.apache.org/jira/browse/CB-5154
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Console
>Affects Versions: 3.1.0
>Reporter: James Jong
>Assignee: James Jong
>
> Plugin console logs using formatting string is incorrectly formatted when 
> sent to native.  This is on iOS but it would likely apply to any native 
> environment.
> Sample:
> console.warn('the %s jumped over the %s','cow','moon');
> console ouput:
> the cow jumped over the moon
> xcode output:
> 2013-10-22 12:09:31.920 console[15289:c07] WARN:  the %s jumped over the %s 
> cow moon



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4495) start-emulator script doesn't fail (exit) early on fatal emulator errors

2013-10-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802155#comment-13802155
 ] 

ASF subversion and git services commented on CB-4495:
-

Commit bb7bc33a8ab2a12bcd5540b4b6420b47a9ee76c9 in branch refs/heads/2.9.x from 
[~kami]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=bb7bc33 ]

[CB-4495] Modify start-emulator script to exit immediately on a fatal emulator 
error.
(cherry picked from commit 121b74fa0c8b5c2aea25173d128b5745c3b85390)


> start-emulator script doesn't fail (exit) early on fatal emulator errors
> 
>
> Key: CB-4495
> URL: https://issues.apache.org/jira/browse/CB-4495
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Android
>Affects Versions: 3.0.0
>Reporter: Tomaz Muraus
>Assignee: Andrew Grieve
>Priority: Minor
> Fix For: 3.1.0
>
> Attachments: 
> 0001-Modify-start-emulator-script-to-exit-immediately-on-.patch
>
>
> Problem
> (https://github.com/apache/cordova-android/pull/77)
> Currently start-emulator script doesn't exist early on Linux if a fatal error 
> happens.
> This means you need to wait 300 seconds (default timeout) before you receive 
> first feedback from the cli tool that something is wrong. An even then (after 
> a timeout), it's hard to debug the problem because adb stdout and stderr are 
> simply redirected /dev/null. This makes it for a bad UI and a frustrated user.
> For example:
> 
> Waiting for emulator.
> If I run the emulator manually I see it produces a fatal error:
> emulator: ERROR: unknown skin name 'WVGA800'
> Proposed Solution
> This branch does the following:
> Modify the emulator start script to redirect log to a temporary file. This 
> way it's easier to debug actual issues.
> Modify wait_for_emulator function to exit immediately and print an error if a 
> fatal error is detected while starting the emulator
> Example output with my change:
> Saving emulator log to: /tmp/tmp.VTOblrPktV
> Emulator failed to start, fatal error detected
> Error: emulator: ERROR: unknown skin name 'WVGA800'
> Full log available at: /tmp/tmp.VTOblrPktV
> Exiting...
> Github pull request with a patch for the proposed solution is available at 
> https://github.com/apache/cordova-android/pull/77. Once people are pleased 
> with the patch, I'll attach final version to this ticket.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5080) When you build an app using aapt's --rename-manifest-package argument, it searches for all of the resources in the wrong location

2013-10-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802156#comment-13802156
 ] 

ASF subversion and git services commented on CB-5080:
-

Commit 93b9b53acbf333f3cb8ba61bad732a2b9cf4d765 in branch refs/heads/2.9.x from 
[~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=93b9b53 ]

CB-5080 Find resources in a way that works with aapt's --rename-manifest-package
(cherry picked from commit 16de12a3ba3c0ed8cfa15e9c9d7d68d384d178bb)


> When you build an app using aapt's --rename-manifest-package argument, it 
> searches for all of the resources in the wrong location
> -
>
> Key: CB-5080
> URL: https://issues.apache.org/jira/browse/CB-5080
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
> Fix For: 3.2.0
>
>
> From pull request: https://github.com/apache/cordova-android/pull/62



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5128) Add new meta data to plugins.xml

2013-10-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802215#comment-13802215
 ] 

ASF subversion and git services commented on CB-5128:
-

Commit 5ff5b80384924441c58789d8108b47875f9cece6 in branch refs/heads/dev from 
[~hermwong]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=5ff5b80 ]

CB-5128: added repo + issue tag to plugin.xml for file plugin


> Add new meta data to plugins.xml
> 
>
> Key: CB-5128
> URL: https://issues.apache.org/jira/browse/CB-5128
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Battery Status, Plugin Camera, Plugin Console, 
> Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
> Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
> Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
> Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
> Vibration, Plugman
>Reporter: Steve Gill
>Assignee: Herm Wong
> Fix For: 3.2.0
>
>
> Rep tag -> points to repo location
> Issues tag (maybe tracker tag) -> points to issue tracker (for jira, link 
> should have component)
> Docs tag (if applicable) -> points to docs location
> Description tag -> short summary (might not be necessary if we decide to 
> output the readme on plugins.cordova.io for each plugin)
> Home Page Link (if applicable) -> points to the plugin home page (not 
> applicable for cordova core plugins)
> Author tag -> make it compatible with package.json author tag. Plugin.xml 
> gets converted to a package.json when you run the publish command.
> Keywords?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5128) Add new meta data to plugins.xml

2013-10-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802226#comment-13802226
 ] 

ASF subversion and git services commented on CB-5128:
-

Commit 3ac07b804ffc3c6e14ab015c963f26a3e408d255 in branch refs/heads/dev from 
[~hermwong]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-globalization.git;h=3ac07b8
 ]

CB-5128: added repo + issue tag to plugin.xml for globalization plugin


> Add new meta data to plugins.xml
> 
>
> Key: CB-5128
> URL: https://issues.apache.org/jira/browse/CB-5128
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Battery Status, Plugin Camera, Plugin Console, 
> Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
> Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
> Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
> Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
> Vibration, Plugman
>Reporter: Steve Gill
>Assignee: Herm Wong
> Fix For: 3.2.0
>
>
> Rep tag -> points to repo location
> Issues tag (maybe tracker tag) -> points to issue tracker (for jira, link 
> should have component)
> Docs tag (if applicable) -> points to docs location
> Description tag -> short summary (might not be necessary if we decide to 
> output the readme on plugins.cordova.io for each plugin)
> Home Page Link (if applicable) -> points to the plugin home page (not 
> applicable for cordova core plugins)
> Author tag -> make it compatible with package.json author tag. Plugin.xml 
> gets converted to a package.json when you run the publish command.
> Keywords?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5128) Add new meta data to plugins.xml

2013-10-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802219#comment-13802219
 ] 

ASF subversion and git services commented on CB-5128:
-

Commit 98b7283f4c30a071c6570889cf2be8de26156b8c in branch refs/heads/dev from 
[~hermwong]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;h=98b7283
 ]

CB-5128: add repo + issue tag to plugin.xml for geolocation plugin


> Add new meta data to plugins.xml
> 
>
> Key: CB-5128
> URL: https://issues.apache.org/jira/browse/CB-5128
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Battery Status, Plugin Camera, Plugin Console, 
> Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
> Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
> Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
> Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
> Vibration, Plugman
>Reporter: Steve Gill
>Assignee: Herm Wong
> Fix For: 3.2.0
>
>
> Rep tag -> points to repo location
> Issues tag (maybe tracker tag) -> points to issue tracker (for jira, link 
> should have component)
> Docs tag (if applicable) -> points to docs location
> Description tag -> short summary (might not be necessary if we decide to 
> output the readme on plugins.cordova.io for each plugin)
> Home Page Link (if applicable) -> points to the plugin home page (not 
> applicable for cordova core plugins)
> Author tag -> make it compatible with package.json author tag. Plugin.xml 
> gets converted to a package.json when you run the publish command.
> Keywords?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5128) Add new meta data to plugins.xml

2013-10-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802236#comment-13802236
 ] 

ASF subversion and git services commented on CB-5128:
-

Commit b3348cff6c3f0e66a2bad573dbc1a47c986ada37 in branch refs/heads/dev from 
[~hermwong]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=b3348cf
 ]

CB-5128: added repo + issue tag to plugin.xml for inappbrowser plugin


> Add new meta data to plugins.xml
> 
>
> Key: CB-5128
> URL: https://issues.apache.org/jira/browse/CB-5128
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Battery Status, Plugin Camera, Plugin Console, 
> Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
> Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
> Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
> Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
> Vibration, Plugman
>Reporter: Steve Gill
>Assignee: Herm Wong
> Fix For: 3.2.0
>
>
> Rep tag -> points to repo location
> Issues tag (maybe tracker tag) -> points to issue tracker (for jira, link 
> should have component)
> Docs tag (if applicable) -> points to docs location
> Description tag -> short summary (might not be necessary if we decide to 
> output the readme on plugins.cordova.io for each plugin)
> Home Page Link (if applicable) -> points to the plugin home page (not 
> applicable for cordova core plugins)
> Author tag -> make it compatible with package.json author tag. Plugin.xml 
> gets converted to a package.json when you run the publish command.
> Keywords?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


  1   2   3   4   5   6   7   8   9   10   >