[GitHub] cordova-plugin-camera pull request: [ubuntu] use application direc...

2014-08-14 Thread Zaspire
Github user Zaspire closed the pull request at: https://github.com/apache/cordova-plugin-camera/pull/16 --- 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: add ubuntu platform

2014-08-14 Thread Zaspire
Github user Zaspire commented on the pull request: https://github.com/apache/cordova-plugman/pull/24#issuecomment-52153922 obsolete --- 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

[GitHub] cordova-plugman pull request: add ubuntu platform

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

Re: cordova plugin save

2014-08-14 Thread Gorkem Ercan
The goal with the save/restore work is to make it as convenient as possible to share cordova projects, so Chuck was right on the money. We also have an accompanying save/restore platforms command. Once the work is complete CLI should be able to restore plugins and platforms folders of a shared

[GitHub] cordova-android pull request: [CB-7104] Fix for the missing plugin...

2014-08-14 Thread hnilsen
Github user hnilsen commented on the pull request: https://github.com/apache/cordova-android/pull/105#issuecomment-52166091 I wasn't aware this wasn't in 3.5.1. This error is persistent, and should affect many users with Samsung devices (especially). I'll try to apply the patch and

Re: Remove VERSION file from repos

2014-08-14 Thread Ian Clelland
+1 -- there's little value in trying to derive something at runtime that should just be hard-coded. (And even if we didn't have coho, we could set it manually without too much effort. :) ) On Wed, Aug 13, 2014 at 8:28 PM, Steven Gill stevengil...@gmail.com wrote: Using android's method of

[GitHub] cordova-coho pull request: CB-7309 Coho. verify-archive incorrectl...

2014-08-14 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-coho/pull/33 CB-7309 Coho. verify-archive incorrectly parses hash output on Windows https://issues.apache.org/jira/browse/CB-7309 You can merge this pull request into a Git repository by running: $

Re: WebView Promise and W3C standards

2014-08-14 Thread Axel Nennker
I created https://issues.apache.org/jira/browse/CB-7310 to track this. 2014-08-13 22:57 GMT+02:00 Axel Nennker ignisvul...@gmail.com: Good to know. Thanks. Am 13.08.2014 20:56 schrieb Josh Soref jso...@blackberry.com: Axel Nennker wrote: I am interested to implement the secure element

Re: cordova plugin save

2014-08-14 Thread Michal Mocny
Summarizing / simplifying since this thread has run away: Run-time Platform-specific config: - Automatically created on prepare from a combination of initial application template and many project properties - Currently, this is the cordova platform config.xml, but also the various platform

Re: Android: add support of min/max/target SDK to config.xml

2014-08-14 Thread Ian Clelland
I'd like to revisit this, since it's come up for me with building Crosswalk with Gradle recently. Crosswalk requires a minimum API level of 14, which is specified in the library project's AndroidManifest.xml. Gradle refuses to build a Cordova project (Min API 10) with Crosswalk included, unless I

Re: What's Stopping us From Independent Platform Releases

2014-08-14 Thread Ian Clelland
Currently, mobile-spec needs to be tagged with platform versions, since it contains tests for those platforms, outside of the plugin tests (like the bridge and whitelist tests). As soon as we can move those out, then mobilespec becomes a generic test runner for Cordova, and we can just tag it

Re: WebView Promise and W3C standards

2014-08-14 Thread Bryan Higgins
BB10 does have a native secure element API. I may be able to dig up some code which bridges this to JavaScript. On Thu, Aug 14, 2014 at 7:41 AM, Axel Nennker ignisvul...@gmail.com wrote: I created https://issues.apache.org/jira/browse/CB-7310 to track this. 2014-08-13 22:57 GMT+02:00 Axel

Re: What's Stopping us From Independent Platform Releases

2014-08-14 Thread Michal Mocny
Does hello-world even need to be versioned at all, then? Its just part of the platform/cli release, and its assets are voted on as part of that? On Thu, Aug 14, 2014 at 9:43 AM, Andrew Grieve agri...@chromium.org wrote: app-hello-world is quite a weird one now. There's two parts to it: 1)

[GitHub] cordova-plugin-network-information pull request: [CB-7301] Adding ...

2014-08-14 Thread zakrn
Github user zakrn commented on the pull request: https://github.com/apache/cordova-plugin-network-information/pull/16#issuecomment-52186103 Sounds complicated lol On Aug 13, 2014 2:19 PM, neojato notificati...@github.com wrote: @jsoref https://github.com/jsoref - Thanks

Re: Cordova workflows based on build systems / task runners

2014-08-14 Thread Andrew Grieve
Certainly shows some rough spots of the CLI interface e.g.: - Need to add plugins before platforms - Need to chdir() before calling functions And yes - love that this makes cordova fit in more nicely with other parts of an app's build system. One thing I wondered when reading it is if Cordova

Re: OnDeviceReady with unstable behaviour

2014-08-14 Thread Andrew Grieve
Hmm, good point. I have no guesses now :( On Wed, Aug 13, 2014 at 10:25 PM, Terence M. Bandoian tere...@tmbsw.com wrote: Right. The docs also include the following: The deviceready event behaves somewhat differently from others. Any event handler registered after the deviceready event fires

[GitHub] cordova-coho pull request: CB-7309 Coho. verify-archive incorrectl...

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

New to cordova dev

2014-08-14 Thread VIVEK THAKUR
Hello everyone, I am new to this mailing list and keen to contribute to cordova development. Vivek

Re: Android: add support of min/max/target SDK to config.xml

2014-08-14 Thread Andrew Grieve
Really good summary / proposal Ian! Your thoughts on minSdkVersion make complete sense to me. I'd tweak just one thing - that if minSdkVersion is provided in the top-level config.xml is less than what plugins require, or what Cordova itself requires, then we error out. To allow plugins to

Re: Phonegap Day Berlin

2014-08-14 Thread Ian Clelland
I looked at flying in to Munich and taking the train to Berlin, but the nonstop flights from Toronto are really expensive, and then the train was more expensive than I expected as well. :( I ended up booking a room at the Holiday Inn on Prenzlauer Allee; it's definitely more than €80 cheap, but

Re: OnDeviceReady with unstable behaviour

2014-08-14 Thread Carlos Santana
Leonard open a JIRA [1] item, with a simple cordova project to recreate problem. Maybe with more details someone can take a look and help. [1]: https://issues.apache.org/jira/browse/CB On Thu, Aug 14, 2014 at 10:09 AM, Andrew Grieve agri...@chromium.org wrote: Hmm, good point. I have no

Re: Android: add support of min/max/target SDK to config.xml

2014-08-14 Thread Carlos Santana
maybe use engine .. in plugin.xml to specify minSDK that plugin supports On Thu, Aug 14, 2014 at 10:32 AM, Andrew Grieve agri...@chromium.org wrote: Really good summary / proposal Ian! Your thoughts on minSdkVersion make complete sense to me. I'd tweak just one thing - that if minSdkVersion

Re: New to cordova dev

2014-08-14 Thread Carlos Santana
Welcome Vivek, first need to start with getting ICLA in place with Apache. You can read more on being a contributor here: http://cordova.apache.org/#contribute On Thu, Aug 14, 2014 at 10:17 AM, VIVEK THAKUR vivek_thaku...@yahoo.com.invalid wrote: Hello everyone, I am new to this mailing

Re: New to cordova dev

2014-08-14 Thread VIVEK THAKUR
Filled ICLA already. Got a confirmation mail for the same. I have been reading more and more about contributing. Excited :) On Thursday, 14 August 2014 8:41 PM, Carlos Santana csantan...@gmail.com wrote: Welcome Vivek, first need to start with getting ICLA in place with Apache. You can

RE: Adding Windows tests to http://ci.cordova.io/

2014-08-14 Thread Parashuram Narasimhan (MS OPEN TECH)
It would also be great if others could try out the script to setup their own instances of Medic. The hope is to make medic setup so simple that anyone can set up the machine and report the test results back to couchdb. -Original Message- From: Sergey Grebnov (Akvelon)

Re: New to cordova dev

2014-08-14 Thread Brian LeRoux
Welcome! On Thu, Aug 14, 2014 at 8:50 AM, VIVEK THAKUR vivek_thaku...@yahoo.com.invalid wrote: Filled ICLA already. Got a confirmation mail for the same. I have been reading more and more about contributing. Excited :) On Thursday, 14 August 2014 8:41 PM, Carlos Santana

Re: Remove VERSION file from repos

2014-08-14 Thread purplecabbage
On Aug 14, 2014, at 4:09 AM, Ian Clelland iclell...@chromium.org wrote: +1 -- there's little value in trying to derive something at runtime that should just be hard-coded. (And even if we didn't have coho, we could set it manually without too much effort. :) ) If we remember to. +0

Re: What's Stopping us From Independent Platform Releases

2014-08-14 Thread Brian LeRoux
rather than bundle app-hello-world I'd rather we *extracted* cordova-project-create from cordova-lib into its own module so thing that create cordova projects only have one way of doing it On Thu, Aug 14, 2014 at 7:58 AM, Carlos Santana csantan...@gmail.com wrote: Each platform should carry

[GitHub] cordova-plugin-camera pull request: Update Camera.js

2014-08-14 Thread lorinbeer
Github user lorinbeer commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/41#issuecomment-52229389 @jsoref Kia as already completed those steps @KiaFathi please resubmit your iCLA to secret...@apache.org --- If your project is set

[GitHub] cordova-mobile-spec pull request: Added warning about broken links...

2014-08-14 Thread stacic
Github user stacic closed the pull request at: https://github.com/apache/cordova-mobile-spec/pull/99 --- 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

Re: What's Stopping us From Independent Platform Releases

2014-08-14 Thread Carlos Santana
+1 one way of doing it On Thu, Aug 14, 2014 at 1:21 PM, Brian LeRoux b...@brian.io wrote: rather than bundle app-hello-world I'd rather we *extracted* cordova-project-create from cordova-lib into its own module so thing that create cordova projects only have one way of doing it On Thu,

Re: Adding Windows tests to http://ci.cordova.io/

2014-08-14 Thread Michal Mocny
How exciting! Yes, Max is taking CI work over from David. At the moment a lot looks red so he is frantically repairing ;) -Michal On Thu, Aug 14, 2014 at 12:49 PM, Parashuram Narasimhan (MS OPEN TECH) panar...@microsoft.com wrote: It would also be great if others could try out the script

[GitHub] cordova-plugin-contacts pull request: Add missing test, skip some ...

2014-08-14 Thread stacic
GitHub user stacic opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/41 Add missing test, skip some specs on wp Added in a few things that were added to mobile-spec after tests were initially ported: -new find method spec -specs which

Re: What's Stopping us From Independent Platform Releases

2014-08-14 Thread Andrew Grieve
Could you elaborate Brian? Do you mean to stop support bin/create scripts? Or to have all platforms node-depend on a templates module? Have one module vs one-template-per-platform? Does this apply to both icons/splashscreens as well as default www/? On Thu, Aug 14, 2014 at 3:45 PM, Carlos

[GitHub] cordova-lib pull request: CB-6481 Add unified hooks support for co...

2014-08-14 Thread csantanapr
Github user csantanapr commented on the pull request: https://github.com/apache/cordova-lib/pull/55#issuecomment-52238594 @sgrebnov here some feedback about context.cmdLine Any strong reason why this has to be a string instead of an Array like process.argv ?

Time to Update the Who's Who!

2014-08-14 Thread Lisa Seacat DeLuca
I noticed that our who's who page is a little out of date: https://wiki.apache.org/cordova/who For example, Microsoft isn't even listed. Is there a better way of figuring out which companies and how many committers from each company are participating? Trying to put together some stats for my

Re: Time to Update the Who's Who!

2014-08-14 Thread Michal Mocny
I think thats the best we've got, but agree that its not really maintained by anyone. Perhaps crawling this list to see email frequency would work too? On Thu, Aug 14, 2014 at 5:39 PM, Lisa Seacat DeLuca ldel...@us.ibm.com wrote: I noticed that our who's who page is a little out of date:

Re: Time to Update the Who's Who!

2014-08-14 Thread Michal Mocny
.. and of course git logs.. On Thu, Aug 14, 2014 at 5:47 PM, Michal Mocny mmo...@chromium.org wrote: I think thats the best we've got, but agree that its not really maintained by anyone. Perhaps crawling this list to see email frequency would work too? On Thu, Aug 14, 2014 at 5:39 PM,

Re: Time to Update the Who's Who!

2014-08-14 Thread Shazron
There's a Who Sent it? list here http://callback-dev.markmail.org/search/?q= that shows #of emails sent by a person in the list. On Thu, Aug 14, 2014 at 2:47 PM, Michal Mocny mmo...@chromium.org wrote: I think thats the best we've got, but agree that its not really maintained by anyone.

Re: Time to Update the Who's Who!

2014-08-14 Thread Jesse
Wow, Shaz! I am #12, #21, #30, #49 I think this email alone should be enough to get everyone who isn't listed at https://wiki.apache.org/cordova/who to add themselves and/or company. @purplecabbage risingj.com On Thu, Aug 14, 2014 at 2:50 PM, Shazron shaz...@gmail.com wrote: There's a Who

[GitHub] cordova-wp8 pull request: [CB-6763] Fixes issue when multiple simu...

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

[GitHub] cordova-lib pull request: CB-6699 include files from www folder vi...

2014-08-14 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-lib/pull/10#issuecomment-52255352 Vlad, can you rebase this? Merge issues. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

Re: OnDeviceReady with unstable behaviour

2014-08-14 Thread Leonardo Martínez
Thanks guys. How do I add a cordova project into the issue? I signed up but I don't see how to add that... On Thu, Aug 14, 2014 at 8:09 AM, Carlos Santana csantan...@gmail.com wrote: Leonard open a JIRA [1] item, with a simple cordova project to recreate problem. Maybe with more details

Re: OnDeviceReady with unstable behaviour

2014-08-14 Thread Leonardo Martínez
I can't find the more dropdown and I can't see the image either... On Thu, Aug 14, 2014 at 4:03 PM, Jesse purplecabb...@gmail.com wrote: 'More' dropdown - attach files [image: Inline image 1] @purplecabbage risingj.com On Thu, Aug 14, 2014 at 3:55 PM, Leonardo Martínez

[GitHub] cordova-lib pull request: CB-6481 Add unified hooks support for co...

2014-08-14 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-lib/pull/55#issuecomment-52261451 Thinking about this some more, I think we should just pass ```context.cmdLine = process.argv.slice()``` or perhaps more unambiguously ```context.proc_argv =

[GitHub] cordova-plugin-geolocation pull request: [CB-7158] fix geolocation...

2014-08-14 Thread rpassis
Github user rpassis commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/21#issuecomment-52274202 This pull request only partially solves the new API changes / requirements. You will also need to include a new key