Apache Cordova 4 Programming book

2015-04-29 Thread John M. Wargo
Cordova Devs, I wanted to let everyone know that Apache Cordova 4 Programming has been released and is available online: http://www.informit.com/store/apache-cordova-4-programming-9780134048192. -- John M. Wargo @johnwargo http://twitter.com/johnwargo www.johnwargo.com

Re: Apache Cordova 4 Programming book

2015-04-29 Thread Gorkem Ercan
Congratulations. Thank you for including Eclipse Thym. -- Gorkem On 29 Apr 2015, at 7:26, John M. Wargo wrote: Cordova Devs, I wanted to let everyone know that Apache Cordova 4 Programming has been released and is available online:

[GitHub] cordova-plugin-file-transfer pull request: Replace all slashes in ...

2015-04-29 Thread starquake
Github user starquake commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/76#issuecomment-97352432 Create a JIRA ticket here: https://issues.apache.org/jira/browse/CB-8931 --- If your project is set up for it, you can reply to this email

RE: Does cordova-mobile-spec support CLI build?

2015-04-29 Thread Lin, Wanming
Hi, Rob Parashuram N I come from Crosswalk QA, we integrate cordova-mobile-spec targets to test features of Crosswalk WebView plugin and compatibility among Crosswalk, Cordova, and upstream plugins. Thank you so much for your helpful command lines, this would reduce quite a lot of time on

[GitHub] cordova-plugin-file-transfer pull request: CB-6503 allow file uplo...

2015-04-29 Thread riaan53
Github user riaan53 commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/27#issuecomment-97330361 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

Re: Apache Cordova 4 Programming book

2015-04-29 Thread Kerri Shotts
Congratulations on your book’s release! It’s always nice to finally send it out into the world after so many months of hard work. :-) From: John M. Wargo jwarg...@gmail.com Reply: dev@cordova.apache.org dev@cordova.apache.org Date: April 29, 2015 at 6:30:27 AM To: dev@cordova.apache.org

[GitHub] cordova-medic pull request: [CB-8870] Consolidating medic code.

2015-04-29 Thread robpaveza
Github user robpaveza commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/47#discussion_r29370199 --- Diff: bin/medic.js --- @@ -19,18 +19,44 @@ * under the License. */ -use strict; +/* jshint node: true */ + +//

[GitHub] cordova-medic pull request: [CB-8870] Consolidating medic code.

2015-04-29 Thread robpaveza
Github user robpaveza commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/47#discussion_r29371130 --- Diff: bin/medic.js --- @@ -55,6 +181,210 @@ function exclusiveLs(lsPath, excludes) { }); } +function

[GitHub] cordova-medic pull request: [CB-8870] Consolidating medic code.

2015-04-29 Thread robpaveza
Github user robpaveza commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/47#discussion_r29371466 --- Diff: bin/medic.js --- @@ -55,6 +181,210 @@ function exclusiveLs(lsPath, excludes) { }); } +function

[GitHub] cordova-medic pull request: [CB-8870] Consolidating medic code.

2015-04-29 Thread robpaveza
Github user robpaveza commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/47#discussion_r29370150 --- Diff: bin/medic.js --- @@ -19,18 +19,44 @@ * under the License. */ -use strict; +/* jshint node: true */ + +//

[GitHub] cordova-medic pull request: [CB-8870] Consolidating medic code.

2015-04-29 Thread robpaveza
Github user robpaveza commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/47#discussion_r29370102 --- Diff: bin/medic.js --- @@ -19,18 +19,44 @@ * under the License. */ -use strict; +/* jshint node: true */ + +//

[GitHub] cordova-medic pull request: [CB-8870] Consolidating medic code.

2015-04-29 Thread robpaveza
Github user robpaveza commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/47#discussion_r29370686 --- Diff: bin/medic.js --- @@ -39,9 +65,109 @@ var argv = optimist .argv; // helpers +function killTasks(taskNames) { +

[GitHub] cordova-medic pull request: [CB-8870] Consolidating medic code.

2015-04-29 Thread robpaveza
Github user robpaveza commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/47#discussion_r29371372 --- Diff: bin/medic.js --- @@ -55,6 +181,210 @@ function exclusiveLs(lsPath, excludes) { }); } +function

[GitHub] cordova-medic pull request: [CB-8870] Consolidating medic code.

2015-04-29 Thread robpaveza
Github user robpaveza commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/47#discussion_r29370556 --- Diff: bin/medic.js --- @@ -39,9 +65,109 @@ var argv = optimist .argv; // helpers +function killTasks(taskNames) { +

[GitHub] cordova-medic pull request: [CB-8870] Consolidating medic code.

2015-04-29 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/47#discussion_r29375447 --- Diff: bin/medic.js --- @@ -39,9 +65,109 @@ var argv = optimist .argv; // helpers +function killTasks(taskNames) { +

[GitHub] cordova-medic pull request: [CB-8870] Consolidating medic code.

2015-04-29 Thread muratsu
Github user muratsu commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/47#discussion_r29370417 --- Diff: bin/lib/testcheck.js --- @@ -0,0 +1,77 @@ +var http = require('http'), +url = require('url'), +q = require('q'); +

[GitHub] cordova-medic pull request: [CB-8870] Consolidating medic code.

2015-04-29 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-medic/pull/47#issuecomment-97549951 Comment from myself: fix license headers. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] cordova-medic pull request: [CB-8870] Consolidating medic code.

2015-04-29 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/47#discussion_r29375808 --- Diff: bin/medic.js --- @@ -39,9 +65,109 @@ var argv = optimist .argv; // helpers +function killTasks(taskNames) { +

[GitHub] cordova-medic pull request: [CB-8870] Consolidating medic code.

2015-04-29 Thread robpaveza
Github user robpaveza commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/47#discussion_r29370291 --- Diff: bin/medic.js --- @@ -39,9 +65,109 @@ var argv = optimist .argv; // helpers +function killTasks(taskNames) { +

[GitHub] cordova-medic pull request: [CB-8870] Consolidating medic code.

2015-04-29 Thread robpaveza
Github user robpaveza commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/47#discussion_r29370995 --- Diff: bin/medic.js --- @@ -39,9 +65,109 @@ var argv = optimist .argv; // helpers +function killTasks(taskNames) { +

[GitHub] cordova-medic pull request: [CB-8870] Consolidating medic code.

2015-04-29 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/47#discussion_r29374675 --- Diff: bin/medic.js --- @@ -19,18 +19,44 @@ * under the License. */ -use strict; +/* jshint node: true */ + +//

[GitHub] cordova-medic pull request: [CB-8870] Consolidating medic code.

2015-04-29 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/47#discussion_r29376101 --- Diff: bin/medic.js --- @@ -55,6 +181,210 @@ function exclusiveLs(lsPath, excludes) { }); } +function getConfigPath(appPath)

[GitHub] cordova-medic pull request: [CB-8870] Consolidating medic code.

2015-04-29 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/47#discussion_r29376311 --- Diff: bin/medic.js --- @@ -109,10 +441,175 @@ function commandClean() { // if loop exited without success, return an error

[GitHub] cordova-medic pull request: [CB-8870] Consolidating medic code.

2015-04-29 Thread dblotsky
GitHub user dblotsky opened a pull request: https://github.com/apache/cordova-medic/pull/47 [CB-8870] Consolidating medic code. Consolidating medic code as the following commands to `medic.js`: medic.js kill - kills emulators medic.js clean- cleans

[GitHub] cordova-plugin-vibration pull request: CB-8930: Vibration on Windo...

2015-04-29 Thread robpaveza
GitHub user robpaveza opened a pull request: https://github.com/apache/cordova-plugin-vibration/pull/34 CB-8930: Vibration on Windows fails without a helpful error message when vibration functionality is missing from the platform. This detects such a case and instead fails

Introduction: meidinger as contributor for cordova project

2015-04-29 Thread Marco Eidinger
Hi, I am a German enterprise software engineer located in Palo Alto, California and I'd like to contribute to the Cordova project. My past experience with Cordova: - Developed in-house Cordova plugin for iOS and Android platform - Developed a Cordova enterprise mobile application for iOS

Re: Introduction: meidinger as contributor for cordova project

2015-04-29 Thread Shazron
Welcome! The wiki has details. Let us know if you need help. On Wednesday, April 29, 2015, Marco Eidinger meidinger...@gmail.com wrote: Hi, I am a German enterprise software engineer located in Palo Alto, California and I'd like to contribute to the Cordova project. My past experience with

Re: Best place to browse plugins

2015-04-29 Thread Shazron
Consolidated search issue https://github.com/npm/newww/issues/335 On Wednesday, April 29, 2015, Shazron shaz...@gmail.com wrote: https://github.com/npm/newww/issues/894 On Wednesday, April 29, 2015, Raymond Camden raymondcam...@gmail.com

Re: Best place to browse plugins

2015-04-29 Thread Raymond Camden
I noticed this too. When I added camera, it acted like an OR search. There seems to be no way to do an AND search there, which - if I'm right - is going to make it hard to filter. On Wed, Apr 29, 2015 at 4:03 PM, Parashuram N (MS OPEN TECH) panar...@microsoft.com wrote: I also noticed that we

Re: Apache Cordova 4 Programming book

2015-04-29 Thread Jesse
Congrats John! @purplecabbage risingj.com On Wed, Apr 29, 2015 at 9:09 AM, Kerri Shotts kerrisho...@gmail.com wrote: Congratulations on your book’s release! It’s always nice to finally send it out into the world after so many months of hard work. :-) From: John M. Wargo

[GitHub] cordova-plugin-vibration pull request: CB-8930: Vibration on Windo...

2015-04-29 Thread purplecabbage
Github user purplecabbage commented on a diff in the pull request: https://github.com/apache/cordova-plugin-vibration/pull/34#discussion_r29386717 --- Diff: src/windows/VibrationProxy.js --- @@ -35,26 +35,74 @@ function tryDoAction(actionName, success, fail, args, action) {

Re: Best place to browse plugins

2015-04-29 Thread Shazron
https://github.com/npm/newww/issues/894 On Wednesday, April 29, 2015, Raymond Camden raymondcam...@gmail.com wrote: I noticed this too. When I added camera, it acted like an OR search. There seems to be no way to do an AND search there, which - if I'm right - is going to make it hard to

Re: Help for Crosswalk Chromium webview consumption.

2015-04-29 Thread Bnaya Peretz
Are you building web based app or the webview is just a part from a native app? If your app is web based one i would suggest to stick with cordova project. if you want to import crosswalk to your own eclipse project i have never done it myself but you can follow

Help for Crosswalk Chromium webview consumption.

2015-04-29 Thread Vishnu Prakash
Hi Bnaya, Alexander I hope everything is awesome at your end and really appreciate your quick help. I explored today about Cordova plugin and was able to build a sample HelloWorld program and launch on my device. This is great and has given me confidence. I was exploring how I can use the

Re: Does cordova-mobile-spec support CLI build?

2015-04-29 Thread Andrew Grieve
The createmobilespec.js script within the repo is meant to be the CLI for the test suite. Sounds like what you want it: createmobilespec.js --android --global --webview=crosswalk Of course, I just tried it and it failed due to some recent churn. I've now committed a fix for it though. The

[GitHub] cordova-medic pull request: [CB-8870] Consolidating medic code.

2015-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-medic/pull/47 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

Re: Apache Cordova 4 Programming book

2015-04-29 Thread Michael Brooks
Congrats John! Thanks for adding another book to the Cordova bookshelf! Michael On Wed, Apr 29, 2015 at 4:54 AM, Gorkem Ercan gorkem.er...@gmail.com wrote: Congratulations. Thank you for including Eclipse Thym. -- Gorkem On 29 Apr 2015, at 7:26, John M. Wargo wrote: Cordova Devs, I

RE: Does cordova-mobile-spec support CLI build?

2015-04-29 Thread Lin, Wanming
Yeah! That's exactly what I want! Thank you very much! Andrew. And strongly suggest document this great useful command in somewhere. Thanks, Wanming -Original Message- From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew Grieve Sent: Wednesday, April 29, 2015 10:24 PM

Best place to browse plugins

2015-04-29 Thread Raymond Camden
With plugins at npm now, what is the best place for users to browse plugins? Is it at npm, using the search filter? https://www.npmjs.com/browse/keyword/ecosystem:cordova Is it plugins.cordova.io? If it is npm, will there be text added to plugins.cordova.io to tell folks to start using the npm