[GitHub] cordova-lib pull request: Adding tizen support

2014-08-21 Thread gabrielschulhof
Github user gabrielschulhof commented on the pull request: https://github.com/apache/cordova-lib/pull/16#issuecomment-52895620 I believe so. This will also allow integration with [Crosswalk](http://crosswalk-project.org/), because Crosswalk provides all the Tizen JS APIs. --- If

[GitHub] cordova-lib pull request: Plugman: Remove tests for source-file, h...

2014-08-21 Thread gabrielschulhof
Github user gabrielschulhof commented on the pull request: https://github.com/apache/cordova-lib/pull/17#issuecomment-52895667 Yep! Please see https://github.com/apache/cordova-lib/pull/16#issuecomment-52895620. --- If your project is set up for it, you can reply to this email and

[GitHub] cordova-mobile-spec pull request: CB-7356 Fix spec.6 failing on WP...

2014-08-21 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-mobile-spec/pull/104 CB-7356 Fix spec.6 failing on WP8 Fix for https://issues.apache.org/jira/browse/CB-7356 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-plugin-contacts pull request: CB-7357 Adds missing 'capabi...

2014-08-21 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/43 CB-7357 Adds missing 'capability' element to phone's appxmanifest. https://issues.apache.org/jira/browse/CB-7357 You can merge this pull request into a Git repository by

Re: continuous integration woze

2014-08-21 Thread Mark Koudritsky
If some tests are too strict or too flaky, we can and should fix or remove them altogether. I don't believe there is any value in warnings, they will accumulate and then people will largely ignore them. There are also tests running or real devices here: http://ci.cordova.io/

Re: continuous integration woze

2014-08-21 Thread Carlos Santana
+1 just fix the code to pass the test, or fix the test to be more accurate. -1 warnings On Thu, Aug 21, 2014 at 9:27 AM, Mark Koudritsky kam...@google.com wrote: If some tests are too strict or too flaky, we can and should fix or remove them altogether. I don't believe there is any value in

RE: Directory Structure - CLI directory config proposal

2014-08-21 Thread Treggiari, Leo
Is the flexible directory structure being proposed so that the CLI can conform to a directory structure defined by the IDE, or so that a user can define the directory structure and both the CLI and the IDE use it? I'm an IDE developer, but I don't have a lot a sympathy for the former. The

[GitHub] cordova-blackberry pull request: Changing WebInspector dialog to a...

2014-08-21 Thread kwallis
Github user kwallis commented on the pull request: https://github.com/apache/cordova-blackberry/pull/175#issuecomment-52932233 Eli also had thoughts on this, but I don't know his GitHub handle --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-blackberry pull request: Changing WebInspector dialog to a...

2014-08-21 Thread jkeshavarzi
Github user jkeshavarzi commented on the pull request: https://github.com/apache/cordova-blackberry/pull/175#issuecomment-52933725 @efidler --- 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: CB-7312 Camera Plugin uri scheme

2014-08-21 Thread Lorin Beer
+1 for documenting how uri's should be treated as per Josh's suggestion -1 for documenting in Next Steps or File Plugin, it would make this information extremely hard to find. How about a URI's, Cordova and You document for the core Cordova docs? On Tue, Aug 19, 2014 at 12:13 PM, Marcel Kinard

[GitHub] cordova-docs pull request: CB-7318 platform support doc show globa...

2014-08-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/228 --- 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: remotely loaded pages

2014-08-21 Thread Brian LeRoux
phonegap-connect serves up remote cordova.js (negotiates the requestor to send the right file) no deaths yet! https://github.com/phonegap/connect-phonegap/blob/master/lib/middleware/cordova/cordova.js#L29 On Wed, Aug 20, 2014 at 8:57 PM, Ally Ogilvie aogil...@wizcorp.jp wrote: That's a good

Re: remotely loaded pages

2014-08-21 Thread Carlos Santana
Brain I think that's OK at development time everything is fair game :-) The problem is developers doing stupid things like loading a cordova.js from a place they don't know for a in production app being used by end users, that's just kamikaze That's OK if they want to shoot themselves in the

Re: remotely loaded pages

2014-08-21 Thread Brian LeRoux
totally, though connect-phonegap *could* be considered production worthy (it is being used significantly by the pg downstream community) On Thu, Aug 21, 2014 at 10:53 AM, Carlos Santana csantan...@gmail.com wrote: Brain I think that's OK at development time everything is fair game :-) The

Re: remotely loaded pages

2014-08-21 Thread Carlos Santana
Sorry Brian, I thought it was a development time tool to allow for fast development cycle associated with PhoneGap Developer App. I guess they can use it and run the connect-phonegap in a production node-js backend system, I wonder how it solves the problems of serving the correct version of

Plugin path when installing from git

2014-08-21 Thread Don Coleman
What's the syntax for installing a plugin from a subdirectory in git? I can install the plugin from a local copy with cordova plugin add ~/phonegap-nfc/tests But I can't figure out the URL to install this from git https://github.com/chariotsolutions/phonegap-nfc/tree/master/tests

Re: remotely loaded pages

2014-08-21 Thread Tim Kim
I wonder how it solves the problems of serving the correct version of cordova.js and cordova_plugin.js depending on the version of the native code that is installed on the different versions of the mobile App in production. When you connect to the IP that's being served by connect-phonegap,

[GitHub] cordova-blackberry pull request: CB-7250 test/cordova/integration/...

2014-08-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-blackberry/pull/174 --- 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

[GitHub] cordova-blackberry pull request: CB-7210 cleanup create remove cle...

2014-08-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-blackberry/pull/172 --- 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

[GitHub] cordova-blackberry pull request: CB-7211 jshint: force to see all ...

2014-08-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-blackberry/pull/173 --- 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

[GitHub] cordova-js pull request: CB-7349 Tell users to run npm install

2014-08-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-js/pull/78 --- 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 is

Re: remotely loaded pages

2014-08-21 Thread Brian LeRoux
No apologies! It definitely *is* for dev authoring workflow currently …but given the #'s I think it could be suitable for production runtime. (Sorry I wasn't clear on that.) On Thu, Aug 21, 2014 at 11:35 AM, Tim Kim timki...@gmail.com wrote: I wonder how it solves the problems of serving

Re: Plugin path when installing from git

2014-08-21 Thread Michal Mocny
http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html You can also combine both the git-ref and the subdirectory: $ cordova plugin add https://github.com/someone/aplugin.git#r0.0.1:/my/sub/dir On Thu, Aug 21, 2014 at 2:31 PM, Don Coleman don.cole...@gmail.com wrote: What's the

[GitHub] cordova-plugman pull request: Add Please run npm install from this...

2014-08-21 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-plugman/pull/77 Add Please run npm install from this directory code You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsoref/cordova-plugman cb_7362

Re: continuous integration woze

2014-08-21 Thread Marcel Kinard
I agree. My personal philosophy is generally to treat warnings as errors. On Aug 21, 2014, at 9:27 AM, Mark Koudritsky kam...@google.com wrote: If some tests are too strict or too flaky, we can and should fix or remove them altogether. I don't believe there is any value in warnings, they will

[GitHub] cordova-plugman pull request: CB-7363 Do not insist on precise ver...

2014-08-21 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-plugman/pull/78 CB-7363 Do not insist on precise version of cordova-lib CB-7362 Add Please run npm install from this directory code Remove package.json:scripts.test You can merge this pull request into

[GitHub] cordova-plugman pull request: Add Please run npm install from this...

2014-08-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugman/pull/77 --- 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

[GitHub] cordova-plugman pull request: CB-7363 Do not insist on precise ver...

2014-08-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugman/pull/78 --- 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

[GitHub] cordova-mobile-spec pull request: CB-7350 Make createmobilespec fr...

2014-08-21 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/103#issuecomment-52998657 @clelland : ok, I think this is pretty good now... Android, BlackBerry 10, and iOS are all able to work w/ and w/o `--plugman` In most of the

[GitHub] cordova-mobile-spec pull request: CB-7350 Make createmobilespec fr...

2014-08-21 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/103#issuecomment-52998710 -- And by close it, I mean, that I intend to fold all of my commits into 2 or so commits with pretty commit messages and then push that into `apache/master`

meteor for mobile !

2014-08-21 Thread Carlos Santana
Glad to see meteorjs supporting Cordova https://www.youtube.com/watch?feature=player_detailpagev=zzNoXbv1DX4#t=1496 https://meteor.hackpad.com/Getting-Started-With-Cordova-Z5n6zkVB1xq -- Carlos Santana csantan...@gmail.com

Re: meteor for mobile !

2014-08-21 Thread tommy-carlos williams
Interesting. I wonder how Apple will be about the Hot Push? - tommy On 22 August 2014 at 13:45:24, Carlos Santana (csantan...@gmail.com) wrote: Glad to see meteorjs supporting Cordova https://www.youtube.com/watch?feature=player_detailpagev=zzNoXbv1DX4#t=1496

Andrew on Vacation

2014-08-21 Thread Andrew Grieve
I'll be back Sept 8th :)

Re: meteor for mobile !

2014-08-21 Thread Carlos Santana
Others are doing it today [1], I personally will advice to not use it to update the app code maybe a small css/html/img hot fix. definitely not javascript. http://stackoverflow.com/questions/17080470/ibm-worklight-is-direct-update-allowed-by-apples-guidelines-for-the-app-store On Fri, Aug 22,