[jira] [Commented] (CB-7428) Enable Swift development of Plugins

2015-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14354395#comment-14354395
 ] 

ASF GitHub Bot commented on CB-7428:


Github user shazron commented on the pull request:

https://github.com/apache/cordova-ios/pull/133#issuecomment-78000891
  
I know the change is due, but this requires more than a pull request. I've 
brought it up before (over half a year ago) so it might be time to bring it up 
again in the dev mailing list.

For now, for Swift support, you can follow how this was done by using a 
plugin hook: https://issues.apache.org/jira/browse/CB-8254


 Enable Swift development of Plugins
 ---

 Key: CB-7428
 URL: https://issues.apache.org/jira/browse/CB-7428
 Project: Apache Cordova
  Issue Type: New Feature
  Components: iOS
Affects Versions: 3.5.0
Reporter: Erik Jan de Wit

 For developing plugins it would be nice to be able to use the Swift language. 
 Right now this already works, but one needs to set some Xcode settings by 
 hand:
 * Deployment target needs to be 7.0
 * Add the bridging header file to the 'Swift Compiler - Code Generation' 
 options
 * Add the Swift runtime to the search path (will probably not be needed for 
 iOS8)
 see example plugin https://github.com/edewit/cordova-plugin-hello/tree/swift



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7428) Enable Swift development of Plugins

2015-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14354648#comment-14354648
 ] 

ASF GitHub Bot commented on CB-7428:


Github user cjpearson commented on the pull request:

https://github.com/apache/cordova-ios/pull/133#issuecomment-78029460
  
Thanks for the feedback, Shazron. I wasn't sure how it should be brought 
up, I just wanted to get the ball rolling somehow.


 Enable Swift development of Plugins
 ---

 Key: CB-7428
 URL: https://issues.apache.org/jira/browse/CB-7428
 Project: Apache Cordova
  Issue Type: New Feature
  Components: iOS
Affects Versions: 3.5.0
Reporter: Erik Jan de Wit

 For developing plugins it would be nice to be able to use the Swift language. 
 Right now this already works, but one needs to set some Xcode settings by 
 hand:
 * Deployment target needs to be 7.0
 * Add the bridging header file to the 'Swift Compiler - Code Generation' 
 options
 * Add the Swift runtime to the search path (will probably not be needed for 
 iOS8)
 see example plugin https://github.com/edewit/cordova-plugin-hello/tree/swift



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8634) `cordova platform add git_url` should accept custom branches and check them out

2015-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14354942#comment-14354942
 ] 

ASF GitHub Bot commented on CB-8634:


Github user vladimir-kotikov commented on a diff in the pull request:

https://github.com/apache/cordova-cli/pull/210#discussion_r26124764
  
--- Diff: doc/platform.txt ---
@@ -29,11 +29,14 @@ Manage project platforms
 
 Syntax
 plat-spec:
-platform-ver|path|url
+platform-ver|path|url-branch
--- End diff --

:nit: IMHO it's better to use `gti-url` instead of `url-branch`


 `cordova platform add git_url` should accept custom branches and check them 
 out
 ---

 Key: CB-8634
 URL: https://issues.apache.org/jira/browse/CB-8634
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Omar Mefire
Assignee: Omar Mefire
Priority: Minor

 Currently, adding a platform via a git_url, always checks out the master 
 branch. It would be great if we could also checkout custom branches (i.e: 
 pluggable_webview branch) :
 `cordova platform add 
 https://github.com/apache/cordova-android.git#pluggable_webview`



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8634) `cordova platform add git_url` should accept custom branches and check them out

2015-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14354943#comment-14354943
 ] 

ASF GitHub Bot commented on CB-8634:


Github user vladimir-kotikov commented on a diff in the pull request:

https://github.com/apache/cordova-cli/pull/210#discussion_r26124768
  
--- Diff: doc/platform.txt ---
@@ -42,6 +45,8 @@ Syntax
 url . url to a git repository containing 
a platform
 
 version . major.minor.patch version specifier
+
+branch .. name of the branch to checkout 
after cloning the git repo
--- End diff --

If `#branch` is not specified after repo url, then `master` will be used by 
default, right? Could you please note this as well.


 `cordova platform add git_url` should accept custom branches and check them 
 out
 ---

 Key: CB-8634
 URL: https://issues.apache.org/jira/browse/CB-8634
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Omar Mefire
Assignee: Omar Mefire
Priority: Minor

 Currently, adding a platform via a git_url, always checks out the master 
 branch. It would be great if we could also checkout custom branches (i.e: 
 pluggable_webview branch) :
 `cordova platform add 
 https://github.com/apache/cordova-android.git#pluggable_webview`



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8634) `cordova platform add git_url` should accept custom branches and check them out

2015-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14354949#comment-14354949
 ] 

ASF GitHub Bot commented on CB-8634:


Github user vladimir-kotikov commented on the pull request:

https://github.com/apache/cordova-lib/pull/180#issuecomment-78062068
  
LGTM


 `cordova platform add git_url` should accept custom branches and check them 
 out
 ---

 Key: CB-8634
 URL: https://issues.apache.org/jira/browse/CB-8634
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Omar Mefire
Assignee: Omar Mefire
Priority: Minor

 Currently, adding a platform via a git_url, always checks out the master 
 branch. It would be great if we could also checkout custom branches (i.e: 
 pluggable_webview branch) :
 `cordova platform add 
 https://github.com/apache/cordova-android.git#pluggable_webview`



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8634) `cordova platform add git_url` should accept custom branches and check them out

2015-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14354951#comment-14354951
 ] 

ASF GitHub Bot commented on CB-8634:


Github user vladimir-kotikov commented on the pull request:

https://github.com/apache/cordova-cli/pull/210#issuecomment-78062091
  
LGTM


 `cordova platform add git_url` should accept custom branches and check them 
 out
 ---

 Key: CB-8634
 URL: https://issues.apache.org/jira/browse/CB-8634
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Omar Mefire
Assignee: Omar Mefire
Priority: Minor

 Currently, adding a platform via a git_url, always checks out the master 
 branch. It would be great if we could also checkout custom branches (i.e: 
 pluggable_webview branch) :
 `cordova platform add 
 https://github.com/apache/cordova-android.git#pluggable_webview`



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8647) `cordova platform add` should look for plugin variables first in config.xml, then in fetch.json when adding a new platform

2015-03-10 Thread Omar Mefire (JIRA)
Omar Mefire created CB-8647:
---

 Summary: `cordova platform add` should look for plugin variables 
first in config.xml, then in fetch.json when adding a new platform
 Key: CB-8647
 URL: https://issues.apache.org/jira/browse/CB-8647
 Project: Apache Cordova
  Issue Type: Improvement
Reporter: Omar Mefire
Priority: Minor


According to the code here : 
https://github.com/apache/cordova-lib/blob/764c9cb12539cff50b4eaee807366c425cd1dd8a/cordova-lib/src/cordova/platform.js#L602,

when installing a new platform, if we encounter a plugin that requires 
variables (i.e: facebook plugin with APP_ID variable), we check in config.xml 
for the variables to use.

Maybe, we should check fetch.json for variables in case they aren't found in 
config.xml. Because fetch.json would have records of currently installed 
plugins with their variables values. Also, there might be cases when the user 
has just installed a plugin with variables, but has not yet committed it to 
config.xml. In this particular case, config.xml would have no variables, while 
fetch.json would contain them.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8641) (Windows Phone 8.1) Some file-transfer plugin tests occasionally fail in mobilespec

2015-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14355182#comment-14355182
 ] 

ASF GitHub Bot commented on CB-8641:


Github user muratsu commented on a diff in the pull request:


https://github.com/apache/cordova-plugin-file-transfer/pull/69#discussion_r26139904
  
--- Diff: tests/tests.js ---
@@ -305,7 +306,17 @@ exports.defineAutoTests = function () {
 // - 'http://example.com'
 // - 'apache.org', with subdomains=true
 // - 'cordova-filetransfer.jitsu.com'
-describe('download', function() {
+describe('download', function () {
+var originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
--- End diff --

it's better to move the assignment inside beforeEach.


 (Windows Phone 8.1) Some file-transfer plugin tests occasionally fail in 
 mobilespec
 ---

 Key: CB-8641
 URL: https://issues.apache.org/jira/browse/CB-8641
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File Transfer
Reporter: Alexander Sorokin
Priority: Minor

 Some file-transfer plugin tests occasionally fail in mobilespec:
 File-transfer.spec.10 download should be stopped by abort() right away
 File-transfer.spec.21 upload should be stopped by abort() right away
 The issue seems to be caused by insufficient timeout and could be fixed by 
 increasing it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8642) resolveLocalFileSystemURL copyFrom fail for content: URLs

2015-03-10 Thread Andrew Grieve (JIRA)
Andrew Grieve created CB-8642:
-

 Summary: resolveLocalFileSystemURL  copyFrom fail for content: 
URLs
 Key: CB-8642
 URL: https://issues.apache.org/jira/browse/CB-8642
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin File
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor


Trying to do:

{code}
resolveLocalFileSystemURL('content://foo', function(entry) {
entry.copyTo(dest, 'foo', win, fail);
});
{code}

And getting a whole lotta fail.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8641) (Windows Phone 8.1) Some file-transfer plugin tests occasionally fail in mobilespec

2015-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14355186#comment-14355186
 ] 

ASF GitHub Bot commented on CB-8641:


Github user vladimir-kotikov commented on a diff in the pull request:


https://github.com/apache/cordova-plugin-file-transfer/pull/69#discussion_r26140093
  
--- Diff: tests/tests.js ---
@@ -28,10 +28,11 @@
 exports.defineAutoTests = function () {
 
 // constants
-var GRACE_TIME_DELTA = 300; // in milliseconds
+var GRACE_TIME_DELTA = 500; // in milliseconds
 var DEFAULT_FILESYSTEM_SIZE = 1024*50; //filesystem size in bytes
 var UNKNOWN_HOST = http://foobar.apache.org;;
 var HEADERS_ECHO = http://whatheaders.com;; // NOTE: this site is 
very useful!
+var abortTimeout = 100; // for abort() tests
--- End diff --

Consider using an UPPER_CASE name here.


 (Windows Phone 8.1) Some file-transfer plugin tests occasionally fail in 
 mobilespec
 ---

 Key: CB-8641
 URL: https://issues.apache.org/jira/browse/CB-8641
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File Transfer
Reporter: Alexander Sorokin
Priority: Minor

 Some file-transfer plugin tests occasionally fail in mobilespec:
 File-transfer.spec.10 download should be stopped by abort() right away
 File-transfer.spec.21 upload should be stopped by abort() right away
 The issue seems to be caused by insufficient timeout and could be fixed by 
 increasing it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8633) Regression: `cordova platform add` does not support tarballs anymore

2015-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14355013#comment-14355013
 ] 

ASF GitHub Bot commented on CB-8633:


Github user vladimir-kotikov commented on the pull request:

https://github.com/apache/cordova-lib/pull/179#issuecomment-78072159
  
Tested, works fine. LGTM.


 Regression: `cordova platform add` does not support tarballs anymore
 

 Key: CB-8633
 URL: https://issues.apache.org/jira/browse/CB-8633
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Omar Mefire
Assignee: Omar Mefire

 Issuing the command `cordova platform add 
 https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz`
  used to work. now, it results in the following error : 
 omefire@my-machine:~/Cordova/test-apps/hello$ cordova platform add 
 android@https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz;
 git cloning: 
 android@https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz;
 Unable to fetch platform 
 browser@android@https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz:
  Error: Command failed: Cloning into 
 '/home/omefire/.cordova/lib/tmp/tmp_cordova_git_23549_1425806531335'...
 fatal: unable to access 
 'android@https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz;':
  The requested URL returned error: 403



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8521) 'cordova plugin save' should save all installed plugins and their version/git-url/folder-location into config.xml

2015-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14356066#comment-14356066
 ] 

ASF GitHub Bot commented on CB-8521:


Github user omefire commented on the pull request:

https://github.com/apache/cordova-lib/pull/178#issuecomment-78182770
  
Thanks for raising this issue, @gorkem. I just pushed some changes to 
handle `dependent` plugins and only save `top-level` plugins in config.xml.


 'cordova plugin save' should save all installed plugins and their 
 version/git-url/folder-location into config.xml
 -

 Key: CB-8521
 URL: https://issues.apache.org/jira/browse/CB-8521
 Project: Apache Cordova
  Issue Type: New Feature
Reporter: Omar Mefire
Assignee: Omar Mefire

 In addition to using 'cordova plugin add org.apache.cordova.device --save' to 
 both add and save a plugin to config.xml, It would be useful to have a way to 
 'mass save' already installed plugins to config.xml.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7698) CLI: no validation for globally required plugin variables

2015-03-10 Thread David Glasser (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14356283#comment-14356283
 ] 

David Glasser commented on CB-7698:
---

It doesn't seem like this error causes `plugin add` to exit with a non-zero 
code.

 CLI: no validation for globally required plugin variables
 -

 Key: CB-7698
 URL: https://issues.apache.org/jira/browse/CB-7698
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Reporter: Bryan Higgins
Assignee: Bryan Higgins
Priority: Minor

 CLI should check that any globally required variables (preference at root 
 level in plugin.xml) have been provided before calling plugman.install on the 
 platforms. Otherwise the plugin is added to the project but plugman fails to 
 install to any platforms.
 From the docs:
 plugman checks that these required preferences are passed in. If not, it 
 should warn the user how to pass the variable in and exit with a non-zero 
 code.
 http://cordova.apache.org/docs/en/3.6.0/plugin_ref_spec.md.html#Plugin%20Specification



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8641) (Windows Phone 8.1) Some file-transfer plugin tests occasionally fail in mobilespec

2015-03-10 Thread Alexander Sorokin (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Sorokin updated CB-8641:
--
Summary: (Windows Phone 8.1) Some file-transfer plugin tests occasionally 
fail in mobilespec  (was: Some file-transfer plugin tests occasionally fail in 
mobilespec)

 (Windows Phone 8.1) Some file-transfer plugin tests occasionally fail in 
 mobilespec
 ---

 Key: CB-8641
 URL: https://issues.apache.org/jira/browse/CB-8641
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File Transfer
Reporter: Alexander Sorokin
Priority: Minor

 Some file-transfer plugin tests occasionally fail in mobilespec:
 File-transfer.spec.10 download should be stopped by abort() right away
 File-transfer.spec.21 upload should be stopped by abort() right away
 The issue seems to be caused by insufficient timeout and could be fixed by 
 increasing it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8637) Cannot add plugins to Windows universal apps using plugman directly

2015-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14355027#comment-14355027
 ] 

ASF GitHub Bot commented on CB-8637:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugman/pull/82


 Cannot add plugins to Windows universal apps using plugman directly
 ---

 Key: CB-8637
 URL: https://issues.apache.org/jira/browse/CB-8637
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugman
Affects Versions: Master
Reporter: Staci Cooper
Assignee: Staci Cooper
Priority: Minor

 For example, the device plugin has a src/windows8 folder and a src/windows 
 folder. You would expect that:
 node cordova-plugman/main.js isntall --platform windows --project 
 path/to/project --plugin org.apache.cordova.device
 would add the src/windows folder.
 Instead you get error Object #Object has no method 'help'. --platform 
 windows8 adds src/windows8 as expected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-8637) Cannot add plugins to Windows universal apps using plugman directly

2015-03-10 Thread Staci Cooper (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Staci Cooper resolved CB-8637.
--
Resolution: Fixed

 Cannot add plugins to Windows universal apps using plugman directly
 ---

 Key: CB-8637
 URL: https://issues.apache.org/jira/browse/CB-8637
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugman
Affects Versions: Master
Reporter: Staci Cooper
Assignee: Staci Cooper
Priority: Minor

 For example, the device plugin has a src/windows8 folder and a src/windows 
 folder. You would expect that:
 node cordova-plugman/main.js isntall --platform windows --project 
 path/to/project --plugin org.apache.cordova.device
 would add the src/windows folder.
 Instead you get error Object #Object has no method 'help'. --platform 
 windows8 adds src/windows8 as expected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8637) Cannot add plugins to Windows universal apps using plugman directly

2015-03-10 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14355016#comment-14355016
 ] 

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

Commit 105dc5d88e805313ae98cc904b6055f30ef81177 in cordova-plugman's branch 
refs/heads/master from [~stacic]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=105dc5d ]

CB-8637 add windows to plugman

Fixes error when trying to add plugin for platform windows using plugman
directly.


 Cannot add plugins to Windows universal apps using plugman directly
 ---

 Key: CB-8637
 URL: https://issues.apache.org/jira/browse/CB-8637
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugman
Affects Versions: Master
Reporter: Staci Cooper
Assignee: Staci Cooper
Priority: Minor

 For example, the device plugin has a src/windows8 folder and a src/windows 
 folder. You would expect that:
 node cordova-plugman/main.js isntall --platform windows --project 
 path/to/project --plugin org.apache.cordova.device
 would add the src/windows folder.
 Instead you get error Object #Object has no method 'help'. --platform 
 windows8 adds src/windows8 as expected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-8101) Additional http headers for Media plugin

2015-03-10 Thread Simon Fetzel (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14355604#comment-14355604
 ] 

Simon Fetzel edited comment on CB-8101 at 3/10/15 8:17 PM:
---

icla sent and filed


was (Author: surf2me):
icla sent

 Additional http headers for Media plugin
 

 Key: CB-8101
 URL: https://issues.apache.org/jira/browse/CB-8101
 Project: Apache Cordova
  Issue Type: New Feature
  Components: Plugin Media
Reporter: Simon Fetzel

 To access non-public media files, it is necessary to authenticate with a 
 server. To do this, additional http headers are needed.
 It would be nice if this could be implemented in all platforms.
 I tried to implement it in Android:
 https://github.com/sfetzel/cordova-plugin-media/commit/4aa7a05ccf42268e0349aa794568d621a5cd4145
  
 I didn't write any unit tests.
 Reason to implement this is, that the amount of private clouds (for instance 
 ownclouds) are increasing. To write apps, which can stream from such clouds, 
 this feature is needed (I'm writing an app called WebPlayer which uses 
 this, at the moment it is non-public).
 Furthermore, playing files from an https server with an self-trusted 
 certificate did not work in Android. Connections are insecure from such 
 servers, but in my opinion they are more secure than an unencrypted 
 connection. 
 Therefore there should be an option to enable connections to such servers. I 
 didn't find a way to allow such connections in Android. The only workaround I 
 found was to use a VPN connection like openvpn or L2TP (which are on most 
 devices supported).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8643) Drop iOS 6 support, minimum iOS 7

2015-03-10 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-8643:


 Summary: Drop iOS 6 support, minimum iOS 7
 Key: CB-8643
 URL: https://issues.apache.org/jira/browse/CB-8643
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 4.0.0
Reporter: Shazron Abdullah


0. https://developer.apple.com/support/appstore/

75% of devices are using iOS 8.
22% of devices are using iOS 7.
3% of devices are using iOS 6 or earlier.

Other stats with similar results:
1. 
https://mixpanel.com/trends/#report/ios_8/from_date:-29,report_unit:day,to_date:-1
2. http://stats.unity3d.com/mobile/os-ios.html
3. http://david-smith.org/iosversionstats/




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7428) Enable Swift development of Plugins

2015-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14355650#comment-14355650
 ] 

ASF GitHub Bot commented on CB-7428:


Github user shazron commented on the pull request:

https://github.com/apache/cordova-ios/pull/133#issuecomment-78142420
  
Also https://issues.apache.org/jira/browse/CB-8643


 Enable Swift development of Plugins
 ---

 Key: CB-7428
 URL: https://issues.apache.org/jira/browse/CB-7428
 Project: Apache Cordova
  Issue Type: New Feature
  Components: iOS
Affects Versions: 3.5.0
Reporter: Erik Jan de Wit

 For developing plugins it would be nice to be able to use the Swift language. 
 Right now this already works, but one needs to set some Xcode settings by 
 hand:
 * Deployment target needs to be 7.0
 * Add the bridging header file to the 'Swift Compiler - Code Generation' 
 options
 * Add the Swift runtime to the search path (will probably not be needed for 
 iOS8)
 see example plugin https://github.com/edewit/cordova-plugin-hello/tree/swift



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8596) cordova-lib API for retrieval of platforms and plugins from config.xml

2015-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14355433#comment-14355433
 ] 

ASF GitHub Bot commented on CB-8596:


Github user nikhilkh commented on a diff in the pull request:

https://github.com/apache/cordova-lib/pull/177#discussion_r26152048
  
--- Diff: cordova-lib/src/cordova/project_metadata.js ---
@@ -0,0 +1,64 @@
+/**
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+License); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+*/
+
+var cordova_util = require('./util'),
+ConfigParser = require('../configparser/ConfigParser'),
+Q= require('q');
+
+/** Returns all the platforms that are currently saved into config.xml
+ *  @return Promise{{name: string, version: string}[]} A promise to the 
list of {name: platformName, version: platformVersion} objects
+ *  e.g: [ {name: 'android', version: '3.5.0'}, {name: 'wp8', version: 
'C:/path/to/platform'}, {name: 'ios', version: 'git://...'} ]
+ *  ToDo: Once we move to npm, this function should be updated to rely on 
npm instead
+ */
+function getPlatforms(projectRoot){
+var xml = cordova_util.projectConfig(projectRoot);
+var cfg = new ConfigParser(xml);
+return Q(cfg.getEngines());
+}
+
+/** Returns all the plugins that are currently saved into config.xml
+ *  @return Promise{{name: string, version: string}[]} A promise to the 
list of {name: platformName, version: platformVersion} objects
--- End diff --

Did you mean to say plugin name or really plugin id - instead of 
platformName.


 cordova-lib API for retrieval of platforms and plugins from config.xml 
 ---

 Key: CB-8596
 URL: https://issues.apache.org/jira/browse/CB-8596
 Project: Apache Cordova
  Issue Type: New Feature
Reporter: Omar Mefire
Assignee: Omar Mefire

 IDE's and other apps using cordova's APIs need a way to access project's 
 metadata (platforms and plugins within config.xml) without going directly 
 through the ConfigParser. They should be abstracted away from the storage 
 details.
 This modification is made even more important with the upcoming move to npm 
 that is going to necessitate moving platforms and plugins infos to 
 package.json.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7428) Enable Swift development of Plugins

2015-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14355458#comment-14355458
 ] 

ASF GitHub Bot commented on CB-7428:


Github user shazron commented on the pull request:

https://github.com/apache/cordova-ios/pull/133#issuecomment-78121299
  
Thanks for the reminder, I've posted a new thread to get consensus: 
http://callback-dev.markmail.org/thread/c7c3iiuy6hr54pf6


 Enable Swift development of Plugins
 ---

 Key: CB-7428
 URL: https://issues.apache.org/jira/browse/CB-7428
 Project: Apache Cordova
  Issue Type: New Feature
  Components: iOS
Affects Versions: 3.5.0
Reporter: Erik Jan de Wit

 For developing plugins it would be nice to be able to use the Swift language. 
 Right now this already works, but one needs to set some Xcode settings by 
 hand:
 * Deployment target needs to be 7.0
 * Add the bridging header file to the 'Swift Compiler - Code Generation' 
 options
 * Add the Swift runtime to the search path (will probably not be needed for 
 iOS8)
 see example plugin https://github.com/edewit/cordova-plugin-hello/tree/swift



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8596) cordova-lib API for retrieval of platforms and plugins from config.xml

2015-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14355434#comment-14355434
 ] 

ASF GitHub Bot commented on CB-8596:


Github user nikhilkh commented on a diff in the pull request:

https://github.com/apache/cordova-lib/pull/177#discussion_r26152050
  
--- Diff: cordova-lib/src/cordova/project_metadata.js ---
@@ -0,0 +1,64 @@
+/**
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+License); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+*/
+
+var cordova_util = require('./util'),
+ConfigParser = require('../configparser/ConfigParser'),
+Q= require('q');
+
+/** Returns all the platforms that are currently saved into config.xml
+ *  @return Promise{{name: string, version: string}[]} A promise to the 
list of {name: platformName, version: platformVersion} objects
+ *  e.g: [ {name: 'android', version: '3.5.0'}, {name: 'wp8', version: 
'C:/path/to/platform'}, {name: 'ios', version: 'git://...'} ]
+ *  ToDo: Once we move to npm, this function should be updated to rely on 
npm instead
+ */
+function getPlatforms(projectRoot){
+var xml = cordova_util.projectConfig(projectRoot);
+var cfg = new ConfigParser(xml);
+return Q(cfg.getEngines());
+}
+
+/** Returns all the plugins that are currently saved into config.xml
+ *  @return Promise{{name: string, version: string}[]} A promise to the 
list of {name: platformName, version: platformVersion} objects
+ *  e.g: [ {id: 'org.apache.cordova.device', name: 'Device', APP_ID: 
'my-app-id', APP_NAME: 'my-app-name'} ]
--- End diff --

This example is confusing and does not match with the comment above.


 cordova-lib API for retrieval of platforms and plugins from config.xml 
 ---

 Key: CB-8596
 URL: https://issues.apache.org/jira/browse/CB-8596
 Project: Apache Cordova
  Issue Type: New Feature
Reporter: Omar Mefire
Assignee: Omar Mefire

 IDE's and other apps using cordova's APIs need a way to access project's 
 metadata (platforms and plugins within config.xml) without going directly 
 through the ConfigParser. They should be abstracted away from the storage 
 details.
 This modification is made even more important with the upcoming move to npm 
 that is going to necessitate moving platforms and plugins infos to 
 package.json.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8596) cordova-lib API for retrieval of platforms and plugins from config.xml

2015-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14355399#comment-14355399
 ] 

ASF GitHub Bot commented on CB-8596:


Github user nikhilkh commented on a diff in the pull request:

https://github.com/apache/cordova-lib/pull/177#discussion_r26150341
  
--- Diff: cordova-lib/spec-cordova/project-metadata-apis.spec.js ---
@@ -0,0 +1,85 @@
+/**
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+License); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+*/
+
+var cordova = require('../src/cordova/cordova'),
+helpers = require('./helpers'),
+shell   = require('shelljs'),
+path= require('path');
+
+describe('retrieval of project metadata', function(){
+
+var appId = 'org.testing';
+var appName = 'ProjectMetadataRetrievalTests';
+
+var configNormal = {
+lib: {
+www: {
+url: path.join(__dirname, 'fixtures', 'base', 'www'),
+version: 'testProjectMetadataRetrieval',
+id: appName
+}
+}
+};
+
+var tmpDir = helpers.tmpDir('project_metadata_test');
+var projectRoot = path.join(tmpDir, appName);
+
+beforeEach(function(){
+shell.rm('-rf', tmpDir);
+shell.rm('-rf', projectRoot);
+shell.mkdir('-p', tmpDir);
+});
+
+afterEach(function() {
+process.chdir(path.join(__dirname, '..'));  // Windows: Needed to 
rm the dir on Windows.
+shell.rm('-rf', tmpDir);
+});
+
+it('retrieve platforms and plugins saved in config.xml', 
function(done){
+var devicePlugin = 'org.apache.cordova.device@0.2.11'; 
--- End diff --

Wonder if you need to add test case for git url being specified?


 cordova-lib API for retrieval of platforms and plugins from config.xml 
 ---

 Key: CB-8596
 URL: https://issues.apache.org/jira/browse/CB-8596
 Project: Apache Cordova
  Issue Type: New Feature
Reporter: Omar Mefire
Assignee: Omar Mefire

 IDE's and other apps using cordova's APIs need a way to access project's 
 metadata (platforms and plugins within config.xml) without going directly 
 through the ConfigParser. They should be abstracted away from the storage 
 details.
 This modification is made even more important with the upcoming move to npm 
 that is going to necessitate moving platforms and plugins infos to 
 package.json.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8644) Error adding platform amazon-fireos

2015-03-10 Thread David Hogg (JIRA)
David Hogg created CB-8644:
--

 Summary: Error adding platform amazon-fireos
 Key: CB-8644
 URL: https://issues.apache.org/jira/browse/CB-8644
 Project: Apache Cordova
  Issue Type: Bug
  Components: Amazon FireOS
 Environment: cordova client 4.3.0
running on mac osx
Reporter: David Hogg
Assignee: Archana Naik


Using the cordova client to create an empty project and then add amazon-fireos 
as a platform no longer works with 4.3.0 (note that steps below work fine for 
platform android).

Steps:

cordova create foo foo.com Foo
cd foo
cordova -d platform add amazon-fireos

Get the following error:

No version supplied. Retrieving version from config.xml...
CordovaError: The provided path does not seem to contain a Cordova platform: 
/Users/dwhogg/.cordova/lib/npm_cache/cordova-amazon-fireos/3.6.3/package
at getPlatformDetailsFromDir 
(/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/platform.js:229:25)
at 
/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/platform.js:192:16
at _fulfilled 
(/usr/local/lib/node_modules/cordova/node_modules/q/q.js:787:54)
at self.promiseDispatch.done 
(/usr/local/lib/node_modules/cordova/node_modules/q/q.js:816:30)
at Promise.promise.promiseDispatch 
(/usr/local/lib/node_modules/cordova/node_modules/q/q.js:749:13)
at /usr/local/lib/node_modules/cordova/node_modules/q/q.js:557:44
at flush (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:108:17)
at process._tickCallback (node.js:355:11)

Note that the above path to 
.cordova/lib/npm_cache/cordova-amazon-fireos/3.6.3/package does get created and 
appears OK.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8595) Merge platform specific code into one place

2015-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14355797#comment-14355797
 ] 

ASF GitHub Bot commented on CB-8595:


GitHub user kamrik opened a pull request:

https://github.com/apache/cordova-lib/pull/183

CB-8595 Merge platforms.js from cordova  plugman CB-8595

Till now we had two separate places for platform specific code
cordova/metadata exposed via cordova/platforms.js
plugman/platforms exposed via plugman/platforms.js

This change merges the two `platforms.js` files into 
`platforms/platforms.js`
containing a single class exposing functionality from both places.

The class is instantiated via
prj = platforms.getPlatformProject(platform, project_dir)
`prj` can then be used just like the platform parsers were used before in 
cordova
e.g. `prj.www_dir()` or the handlers in plugman e.g: 
`prj.parseProjectFile()`.

This is a compatibility layer so that the platform specific code could be
easier consolidated and eventually moved to the platform repos.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/kamrik/cordova-lib platformcode-CB-8595

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-lib/pull/183.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #183


commit df7240aa119aa7024cb1a7644de836b5f59e26c0
Author: Mark Koudritsky kam...@gmail.com
Date:   2015-03-10T21:31:06Z

CB-8499 Merge platforms.js from cordova and plugman

Till now we had two separate places for platform specific code
cordova/metadata exposed via cordova/platforms.js
plugman/platforms exposed via plugman/platforms.js

This change merges the two `platforms.js` files into 
`platforms/platforms.js`
containing a single class exposing functionality from both places.

The class is instantiated via
prj = platforms.getPlatformProject(platform, project_dir)
`prj` can then be used just like the platform parsers were used before in 
cordova
e.g. `prj.www_dir()` or the handlers in plugman e.g: 
`prj.parseProjectFile()`.

This is a compatibility layer so that the platform specific code could be
easier consolidated and eventually moved to the platform repos.

commit 7932bd729b8846033ff2767ebaa7bab17fd8d4b9
Author: Mark Koudritsky kam...@gmail.com
Date:   2015-03-10T21:43:12Z

CB-8499 Fix tests for unified platforms.js change




 Merge platform specific code into one place
 ---

 Key: CB-8595
 URL: https://issues.apache.org/jira/browse/CB-8595
 Project: Apache Cordova
  Issue Type: Improvement
Reporter: Mark Koudritsky
Assignee: Mark Koudritsky

 Currently we have two separate places for platform specific code
 src/cordova/metadata
 src/plugman/platforms
 This is confusing.
 Once consolidated the platform specific code will be much easier to move to 
 the platform repos where it belongs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8636) ConfigParser.getFeature() returns invalid variables

2015-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14355741#comment-14355741
 ] 

ASF GitHub Bot commented on CB-8636:


Github user omefire commented on the pull request:

https://github.com/apache/cordova-lib/pull/181#issuecomment-78150199
  
Not until PR #182 goes in !


 ConfigParser.getFeature() returns invalid variables
 ---

 Key: CB-8636
 URL: https://issues.apache.org/jira/browse/CB-8636
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Omar Mefire
Assignee: Omar Mefire
Priority: Minor

 Calling ConfigParser.getFeature() returns not only the variables defined in 
 config.xml, but also the id, version, installPath and url elements.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8636) ConfigParser.getFeature() returns invalid variables

2015-03-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14355753#comment-14355753
 ] 

ASF GitHub Bot commented on CB-8636:


Github user omefire commented on the pull request:

https://github.com/apache/cordova-lib/pull/181#issuecomment-78151471
  
Let's wait until PR #182 goes in !


 ConfigParser.getFeature() returns invalid variables
 ---

 Key: CB-8636
 URL: https://issues.apache.org/jira/browse/CB-8636
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Omar Mefire
Assignee: Omar Mefire
Priority: Minor

 Calling ConfigParser.getFeature() returns not only the variables defined in 
 config.xml, but also the id, version, installPath and url elements.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8645) Cordova-App-Hello-World Release March 10, 2015

2015-03-10 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14355877#comment-14355877
 ] 

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

Commit 0b55140d099547f6d69bf0fa5d5ea03a8f65f0d5 in cordova-app-hello-world's 
branch refs/heads/master from [~stevegill]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git;h=0b55140 
]

CB-8645 updated RELEASENOTES


 Cordova-App-Hello-World Release March 10, 2015
 --

 Key: CB-8645
 URL: https://issues.apache.org/jira/browse/CB-8645
 Project: Apache Cordova
  Issue Type: Task
Reporter: Steve Gill
Assignee: Steve Gill

 Following steps at 
 https://github.com/apache/cordova-coho/blob/master/docs/app-hello-world-release-process.md



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8645) Cordova-App-Hello-World Release March 10, 2015

2015-03-10 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14355878#comment-14355878
 ] 

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

Commit e15ec82fb40bdf1bd11089c376ae5ad12a25c128 in cordova-app-hello-world's 
branch refs/heads/master from [~stevegill]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git;h=e15ec82 
]

CB-8645 Incremented package version to -dev


 Cordova-App-Hello-World Release March 10, 2015
 --

 Key: CB-8645
 URL: https://issues.apache.org/jira/browse/CB-8645
 Project: Apache Cordova
  Issue Type: Task
Reporter: Steve Gill
Assignee: Steve Gill

 Following steps at 
 https://github.com/apache/cordova-coho/blob/master/docs/app-hello-world-release-process.md



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8645) Cordova-App-Hello-World Release March 10, 2015

2015-03-10 Thread Steve Gill (JIRA)
Steve Gill created CB-8645:
--

 Summary: Cordova-App-Hello-World Release March 10, 2015
 Key: CB-8645
 URL: https://issues.apache.org/jira/browse/CB-8645
 Project: Apache Cordova
  Issue Type: Task
Reporter: Steve Gill
Assignee: Steve Gill


Following steps at 
https://github.com/apache/cordova-coho/blob/master/docs/app-hello-world-release-process.md



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8646) Camera Plugins Release March 10, 2015

2015-03-10 Thread Steve Gill (JIRA)
Steve Gill created CB-8646:
--

 Summary: Camera Plugins Release March 10, 2015
 Key: CB-8646
 URL: https://issues.apache.org/jira/browse/CB-8646
 Project: Apache Cordova
  Issue Type: Task
Reporter: Steve Gill
Assignee: Steve Gill


Following steps at 
https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8646) Camera Plugin Release March 10, 2015

2015-03-10 Thread Steve Gill (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Gill updated CB-8646:
---
Summary: Camera Plugin Release March 10, 2015  (was: Camera Plugins Release 
March 10, 2015)

 Camera Plugin Release March 10, 2015
 

 Key: CB-8646
 URL: https://issues.apache.org/jira/browse/CB-8646
 Project: Apache Cordova
  Issue Type: Task
Reporter: Steve Gill
Assignee: Steve Gill

 Following steps at 
 https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8646) Camera Plugin Release March 10, 2015

2015-03-10 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14356010#comment-14356010
 ] 

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

Commit 00cd249dd7ffce9645f339f0cfaf383b7976bac8 in cordova-plugin-camera's 
branch refs/heads/master from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=00cd249 
]

CB-8646 Updated version and RELEASENOTES.md for release 0.3.6


 Camera Plugin Release March 10, 2015
 

 Key: CB-8646
 URL: https://issues.apache.org/jira/browse/CB-8646
 Project: Apache Cordova
  Issue Type: Task
Reporter: Steve Gill
Assignee: Steve Gill

 Following steps at 
 https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8646) Camera Plugin Release March 10, 2015

2015-03-10 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14356011#comment-14356011
 ] 

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

Commit 7b2f453c2558785df8b81846fa9a33962527764b in cordova-plugin-camera's 
branch refs/heads/master from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=7b2f453 
]

CB-8646 Incremented plugin version.


 Camera Plugin Release March 10, 2015
 

 Key: CB-8646
 URL: https://issues.apache.org/jira/browse/CB-8646
 Project: Apache Cordova
  Issue Type: Task
Reporter: Steve Gill
Assignee: Steve Gill

 Following steps at 
 https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org