Vibration API.

2014-04-08 Thread Venkata Kiran
Hi, I believe there are several jira requests to make the Vibration API compatible with the w3c spec. And it is also on road map. Are they targeted for any specific release ? Is anyone working on those ? If no one is working on those, I can implement the changes for couple

Fix for CB-4602

2014-04-08 Thread Venkata Kiran
Hi, I have openned a pull request to close the below issue on Android. https://issues.apache.org/jira/browse/CB-4602 https://github.com/apache/cordova-plugin-globalization/pull/8 The values returned by the getPrefferedLanguage needs to be consistent across

report for april / pls review

2014-04-08 Thread Brian LeRoux
https://github.com/cordova/apache-board-reports/blob/master/2014-04.md send a pull req if you have changes instead of cluttering the list further pls

Re: [cordova-js] What is the purpose of ?

2014-04-08 Thread Brian LeRoux
We should measure it. It will most certainly be slower if the init does some sort of native marshaling but lazy loading behavior can be coded into the plugins themselves to mitigate this. Having an entry file is more expected (imo) for a runtime behavior. On Wed, Apr 9, 2014 at 10:54 AM, Andrew G

Re: [RESULT][VOTE] cordova-plugman@0.21.0

2014-04-08 Thread sebb
On 9 April 2014 01:38, Andrew Grieve wrote: > I suppose this will make it more obvious when voting has concluded, but it > puts the result out of the actual vote thread. That's a pain - I'd not noticed that before. I'm a bit surprised that changing the subject has the effect of breaking the thre

Re: [cordova-js] What is the purpose of ?

2014-04-08 Thread Andrew Grieve
It changes semantics (code that didn't use to run at start-up, now does). That's not backwards compatible. We had a huge perf gain in CLI by not requiring sub-modules on start-up. I don't think it'd be quite as bad for plugins... but... One example in the org.chromium.runtime plugin is that it in

Re: [VOTE] cordova-cli@3.4.1-0.1.0

2014-04-08 Thread Andrew Grieve
+1 verified checksum, sig, shrinkwrap.json On Tue, Apr 8, 2014 at 12:50 PM, Shazron wrote: > +1 > verified checksums, sig, tag hash > > > On Tue, Apr 8, 2014 at 1:22 PM, Steven Gill > wrote: > > > oops. The git tag hash should be: > > > > cordova-cli: 3.4.1-0.1.0 (8b182961ab1f) > > > > If you

Re: [RESULT][VOTE] cordova-plugman@0.21.0

2014-04-08 Thread Andrew Grieve
I suppose this will make it more obvious when voting has concluded, but it puts the result out of the actual vote thread. Someone reading the vote thread might not realize that the vote is closed if the result is not made a part of the thread. On Tue, Apr 8, 2014 at 12:06 PM, sebb wrote: > The

[GitHub] cordova-coho pull request: Fixing todos

2014-04-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-coho/pull/17 --- 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-plugman pull request: CB-6414 - fixes the issue where two ...

2014-04-08 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-plugman/pull/72#issuecomment-39915727 Looks like the root of the problem is in config_keeper. The files there are identified by the "fake path" [see note], so when the same file is referenced as "confi

[GitHub] cordova-coho pull request: Fixing todos

2014-04-08 Thread stevengill
GitHub user stevengill opened a pull request: https://github.com/apache/cordova-coho/pull/17 Fixing todos You can merge this pull request into a Git repository by running: $ git pull https://github.com/stevengill/cordova-coho patch-2 Alternatively you can review and apply the

Re: Tools Release + cordova-ios 3.4.1 blog post proofread

2014-04-08 Thread Steven Gill
Trying out piratepad for this. http://piratepad.net/UFpAfTg2HK On Tue, Apr 8, 2014 at 3:18 PM, Steven Gill wrote: > updated. > > New versions of `plugman`, `cordova` and `cordova-ios` are now live! > > * [plugman@0.20.2](https://www.npmjs.org/package/plugman) > * [cordova@3.4.0-0.1.3](https://

Re: Suggestions for a problem

2014-04-08 Thread Anis KADRI
+1 for platforms in package.json On Tue, Apr 8, 2014 at 3:22 PM, Tommy Williams wrote: > +1 for reapproach > On 09/04/2014 8:20 am, "Brian LeRoux" wrote: > > > Hold up! The CLI needs to declare dependencies somehow and while we could > > implement our own thing npm will do it better. (Hence th

Cordova g11n implementation - Changes proposal

2014-04-08 Thread Pascale Dardailler
Hello, The globalization implementation of getLocaleName and getPreferredLanguage should return more consistent results across the different platforms, as it is very difficult to implement globalized applications. Looking at the issue database, other people have also been reported these incons

Re: [cordova-js] pluginloader/modulemapper, cordova_plugins.js and script injection.

2014-04-08 Thread Brian LeRoux
This was the original thing we wanted to get rid of. I understand how we got here with the refactor towards cordovajs (from seperate cordovajs implementations in seperate repos) and then plugin extraction. I see this as just another step on that long refactor to a lightweight, only-what-we-need, b

Re: Suggestions for a problem

2014-04-08 Thread Tommy Williams
+1 for reapproach On 09/04/2014 8:20 am, "Brian LeRoux" wrote: > Hold up! The CLI needs to declare dependencies somehow and while we could > implement our own thing npm will do it better. (Hence this thinking.) > > But the good news is we can use >=X.X.X in package.json to allow npm to > download

Re: [cordova-js] do we need , ?

2014-04-08 Thread Brian LeRoux
I agree. And less code! On Wed, Apr 9, 2014 at 7:24 AM, Jesse wrote: > Dump them, I see no use for a declarative level of indirection. > > > > > @purplecabbage > risingj.com > > > On Tue, Apr 8, 2014 at 2:15 PM, Anis KADRI wrote: > > > On Tue, Apr 8, 2014 at 12:50 PM, Andrew Grieve > > wrote:

Re: Suggestions for a problem

2014-04-08 Thread Brian LeRoux
Hold up! The CLI needs to declare dependencies somehow and while we could implement our own thing npm will do it better. (Hence this thinking.) But the good news is we can use >=X.X.X in package.json to allow npm to download the latest. Now that said, it would be cool to allow version pinning, mo

[GitHub] cordova-registry-web pull request: CB-6285

2014-04-08 Thread jbavari
GitHub user jbavari opened a pull request: https://github.com/apache/cordova-registry-web/pull/3 CB-6285 Optimization - made pluggy.svg into pluggy.png - now referenced by stylesheets. Removed the livereload script - via grunt preprocess and copy. No longer should have liv

Re: CB-6415 [Blackberry] unable to add platform, using custom or local library

2014-04-08 Thread Josh Soref
Martin Gonzalez Glez wrote: >https://issues.apache.org/jira/browse/CB-6415 SoŠ I was the one who tried to implement this thing. I probably failed to implement it the way something was expecting, but I implemented it the way I was expecting things to work. Before we spend time making changes, I¹

[GitHub] cordova-windows pull request: Update cordova.js

2014-04-08 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-windows/pull/21#issuecomment-39906094 Issue created here: https://issues.apache.org/jira/browse/CB-6419 --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-windows pull request: Update cordova.js

2014-04-08 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-windows/pull/22#issuecomment-39906082 Issue created here: https://issues.apache.org/jira/browse/CB-6419 --- If your project is set up for it, you can reply to this email and have your reply

Re: [cordova-js] do we need , ?

2014-04-08 Thread Jesse
Dump them, I see no use for a declarative level of indirection. @purplecabbage risingj.com On Tue, Apr 8, 2014 at 2:15 PM, Anis KADRI wrote: > On Tue, Apr 8, 2014 at 12:50 PM, Andrew Grieve > wrote: > > > I think symbol mapping comes with some nuances, and having the them in a > > declarat

[GitHub] cordova-windows pull request: Update cordova.js

2014-04-08 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-windows/pull/22#issuecomment-39904013 Cannot merge this pull-req, cordova.js is build output of the cordovajs project. I will fix it there. --- If your project is set up for it, you can rep

[GitHub] cordova-windows pull request: Update cordova.js

2014-04-08 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-windows/pull/21#issuecomment-39904054 Cannot merge this pull-req, cordova.js is build output of the cordovajs project. I will fix it there. and DUPE --- If your project is set up for it

Re: [cordova-js] What is the purpose of ?

2014-04-08 Thread Anis KADRI
It is not a breaking change therefore it is backward compatible [1]. If there is a good reason to keep the current "feature" then I'd like to know it. [1] http://en.wikipedia.org/wiki/Backward_compatibility On Tue, Apr 8, 2014 at 10:51 AM, Andrew Grieve wrote: > If there's an option to not cha

Re: Tools Release + cordova-ios 3.4.1 blog post proofread

2014-04-08 Thread Steven Gill
updated. New versions of `plugman`, `cordova` and `cordova-ios` are now live! * [plugman@0.20.2](https://www.npmjs.org/package/plugman) * [cordova@3.4.0-0.1.3](https://www.npmjs.org/package/cordova) * [cordova-ios@3.4.1](http://archive.apache.org/dist/cordova/platforms/ios) To update your tools

Re: [cordova-js] do we need , ?

2014-04-08 Thread Anis KADRI
On Tue, Apr 8, 2014 at 12:50 PM, Andrew Grieve wrote: > I think symbol mapping comes with some nuances, and having the them in a > declarative way makes it easier than telling all plugins to write their JS > in a certain way. Makes what "exactly" easier ? > It's a level of indirection that gi

[GitHub] cordova-cli pull request: CB-6415 [Blackberry] added path.join at ...

2014-04-08 Thread martincgg
Github user martincgg commented on the pull request: https://github.com/apache/cordova-cli/pull/158#issuecomment-39902600 I've tracked down this problem, and I've found the problem. The custom path in check_requirements function in blackberry10_parser.js, It looks for a custom path

[GitHub] cordova-cli pull request: CB-6415 [Blackberry] added path.join at ...

2014-04-08 Thread martincgg
GitHub user martincgg opened a pull request: https://github.com/apache/cordova-cli/pull/158 CB-6415 [Blackberry] added path.join at check requirements function I've tracked down this problem, and I've found it. Changed path.resolve for custom path, for path.join, is required sear

Re: [cordova-js] pluginloader/modulemapper, cordova_plugins.js and script injection.

2014-04-08 Thread Anis KADRI
browserify does not use them at all, so if we switched to it, there would be no reason to keep them around. If you see one, please share specifics. On Tue, Apr 8, 2014 at 11:17 AM, Andrew Grieve wrote: > I don't see it as an improvement to retire these. Even if we did retire > them, I don't thi

Re: [VOTE] cordova-cli@3.4.1-0.1.0

2014-04-08 Thread Shazron
+1 verified checksums, sig, tag hash On Tue, Apr 8, 2014 at 1:22 PM, Steven Gill wrote: > oops. The git tag hash should be: > > cordova-cli: 3.4.1-0.1.0 (8b182961ab1f) > > If you have the old 3.4.1-0.1.0 from the last vote, you will have to run > git fetch -t to pull the updated tag reference.

Re: [VOTE] cordova-cli@3.4.1-0.1.0

2014-04-08 Thread Steven Gill
oops. The git tag hash should be: cordova-cli: 3.4.1-0.1.0 (8b182961ab1f) If you have the old 3.4.1-0.1.0 from the last vote, you will have to run git fetch -t to pull the updated tag reference. On Tue, Apr 8, 2014 at 2:17 PM, Steven Gill wrote: > Please review and vote on the release of cord

[CANCELLED][VOTE] cordoav-cli@3.4.1-0.1.0, cordova-plugman@0.21.0 and cordova-ios@3.4.1

2014-04-08 Thread sebb
Please consider editting the subject - as I have done here - when a vote is cancelled in future. Makes it easier to follow when reading threads and archives. Thanks! On 8 April 2014 20:51, Steven Gill wrote: > This vote has failed and has been broken into separate vote threads. > > > On Sun, A

[VOTE] cordova-cli@3.4.1-0.1.0

2014-04-08 Thread Steven Gill
Please review and vote on the release of cordova-cli. cordova-cli@3.4.1-0.1.0 has been published here: *https://dist.apache.org/repos/dist/dev/cordova/CB-6245/ * The package was published from the corresponding git tag: cordova-cli: 3.

[GitHub] cordova-windows pull request: CB-6256 CB-6266 Add support for doma...

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

[GitHub] cordova-windows pull request: CB-5038 Modify execution policy rest...

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

[GitHub] cordova-windows pull request: CB-6397 [windows8] Use the latest ve...

2014-04-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-windows/pull/20 --- 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: Update to docs.cordova.io Redirect Server

2014-04-08 Thread Marcel Kinard
Thanks for doc'ing this! On Apr 7, 2014, at 2:39 PM, Michael Brooks wrote: > All development and deployment details have been updated in the > cordova-labs:docs-cordova-io branch [1]. > [1] > https://git-wip-us.apache.org/repos/asf?p=cordova-labs.git;a=blob;f=README.md;h=3c18a3a6e8a6f04e085723e

[RESULT][VOTE] cordova-plugman@0.21.0

2014-04-08 Thread sebb
The ASF convention is to change the subject line - as I have done here - to make it easier to find the result in the e-mail archives (and in user inboxes). Also the summary should please state whether there were any other votes, even if there were none. On 8 April 2014 18:03, Steven Gill wrote:

Re: Suggestions for a problem

2014-04-08 Thread Andrew Grieve
On Tue, Apr 8, 2014 at 9:44 AM, Michal Mocny wrote: > On Tue, Apr 8, 2014 at 1:32 PM, Andrew Grieve > wrote: > > > On Tue, Apr 8, 2014 at 3:30 AM, Gorkem Ercan > > wrote: > > > > > I think a tool can just go through all tagged version of the CLI's > > > platforms.js and create the version map.

Contributor/committer Google hangout April 15th 4pm EDT / 1 PDT

2014-04-08 Thread Steven Gill
Next Tuesday, April 15th is our next monthly hangout. Lets add to the Agenda! http://wiki.apache.org/cordova/Agenda20140415

Re: Update to docs.cordova.io Redirect Server

2014-04-08 Thread Shazron
Thanks Michael -- my id is shaz...@gmail.com On Mon, Apr 7, 2014 at 11:39 AM, Michael Brooks wrote: > Hey all, > > In the past, we've used Nodejitsu to host a server that redirects / > rewrites requests from docs.cordova.io to cordova.apache.org/docs/. > > Today, I've switched the hosting to Her

[GitHub] cordova-plugman pull request: CB-6414 - fixes the issue where two ...

2014-04-08 Thread jbavari
GitHub user jbavari opened a pull request: https://github.com/apache/cordova-plugman/pull/72 CB-6414 - fixes the issue where two config.xml munges exists, it will st... https://issues.apache.org/jira/browse/CB-6414 You can merge this pull request into a Git repository by running:

Re: [VOTE] cordoav-cli@3.4.1-0.1.0, cordova-plugman@0.21.0 and cordova-ios@3.4.1

2014-04-08 Thread Steven Gill
This vote has failed and has been broken into separate vote threads. On Sun, Apr 6, 2014 at 10:44 PM, Steven Gill wrote: > Just chatted with Ian at the bar about this. > > I think the best way to move forward is to vote on plugman first, release > it and then make sure cli has proper references

Re: [cordova-js] do we need , ?

2014-04-08 Thread Andrew Grieve
I think symbol mapping comes with some nuances, and having the them in a declarative way makes it easier than telling all plugins to write their JS in a certain way. It's a level of indirection that gives us the ability to control exactly *when* the mapping happens for example. The question of whe

Re: Update to docs.cordova.io Redirect Server

2014-04-08 Thread Andrew Grieve
Awesome stuff Michael! Sign me up :) agri...@gmail.com On Mon, Apr 7, 2014 at 10:44 AM, Michael Brooks wrote: > Yea, with a single server, I don't think there's any graceful way to > transition from one host to another. Sorry :( > > > On Mon, Apr 7, 2014 at 11:42 AM, Igor Costa wrote: > > > I w

CB-6415 [Blackberry] unable to add platform, using custom or local library

2014-04-08 Thread Martin Gonzalez Glez
https://issues.apache.org/jira/browse/CB-6415 I've faced this problem this morning, when I tried to use a local library to add the platform. Has anybody ever faced this problem?

[GitHub] cordova-plugin-globalization pull request: The ISO 639-2 code is r...

2014-04-08 Thread svkirans
GitHub user svkirans opened a pull request: https://github.com/apache/cordova-plugin-globalization/pull/8 The ISO 639-2 code is returned for the default language. Probable fix f... The ISO 639-2 code is returned for the default language. Probable fix for CB-4602. You can merge th

Re: [cordova-js] pluginloader/modulemapper, cordova_plugins.js and script injection.

2014-04-08 Thread Andrew Grieve
I don't see it as an improvement to retire these. Even if we did retire them, I don't think we should do so at the same time as changing to browserify (the two don't seem related). On Fri, Apr 4, 2014 at 4:51 PM, Anis KADRI wrote: > I believe that we can retire these things if we switch to brows

[GitHub] cordova-coho pull request: Updated the tools release process.

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

Re: [cordova-js] What is the purpose of ?

2014-04-08 Thread Andrew Grieve
If there's an option to not change the behaviour, I think we should use it. This is a pretty big change, so anything we can keep the same will help. We can't say that it's backwards compatible if the runtime behaviour changes. On Mon, Apr 7, 2014 at 6:39 AM, Braden Shepherdson wrote: > Strictly

[GitHub] cordova-windows pull request: CB-5038 Modify execution policy rest...

2014-04-08 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-windows/pull/24#issuecomment-39879128 LGTM --- 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 e

Re: Suggestions for a problem

2014-04-08 Thread Michal Mocny
On Tue, Apr 8, 2014 at 1:32 PM, Andrew Grieve wrote: > On Tue, Apr 8, 2014 at 3:30 AM, Gorkem Ercan > wrote: > > > I think a tool can just go through all tagged version of the CLI's > > platforms.js and create the version map. I guess this effectively makes > CLI > > versions the Cordova version

[GitHub] cordova-coho pull request: Updated the tools release process.

2014-04-08 Thread stevengill
GitHub user stevengill opened a pull request: https://github.com/apache/cordova-coho/pull/16 Updated the tools release process. You can merge this pull request into a Git repository by running: $ git pull https://github.com/stevengill/cordova-coho patch-1 Alternatively you ca

Re: Suggestions for a problem

2014-04-08 Thread Andrew Grieve
On Tue, Apr 8, 2014 at 3:30 AM, Gorkem Ercan wrote: > I think a tool can just go through all tagged version of the CLI's > platforms.js and create the version map. I guess this effectively makes CLI > versions the Cordova version. > That's the way I think of it right now as well > > I was looki

Re: [Andorid] Why does LOG exist?

2014-04-08 Thread Mike Billau
No idea, ran into this issue a few weeks ago, it's confusing and doesn't seem to add any usefulness. I don't think any of those old IBMers are still working on the project. We could probably track down Simon, or just rip it out. On Tue, Apr 8, 2014 at 1:13 PM, Andrew Grieve wrote: > Yep, I cert

Re: [VOTE] Cordova-ios@3.4.1

2014-04-08 Thread Steven Gill
The vote has now closed! The results are: Positive binding votes: 4 Steven Gill Ian Clelland Michal Mocny Shazron Abdullah The vote has passed On Mon, Apr 7, 2014 at 9:54 AM, Shazron wrote: > +1 > > On Sunday, April 6, 2014, Steven Gill wrote: > > > Please review and vote on the release of c

Re: [Andorid] Why does LOG exist?

2014-04-08 Thread Andrew Grieve
Yep, I certainly have no idea. On Fri, Apr 4, 2014 at 12:42 PM, Joe Bowser wrote: > I'm currently working on CB-4404 again and I'm wondering why we use > LOG instead of the Android Log methods. This just seems like we're > duplicating code for no reason. Does anyone know why we do this, and >

Re: [VOTE] cordova-plugman@0.21.0

2014-04-08 Thread Steven Gill
The vote has now closed! The results are: Positive binding votes: 4 Steven Gill Ian Clelland Michal Mocny Bryan Higgins The vote has passed On Mon, Apr 7, 2014 at 11:28 AM, Bryan Higgins wrote: > +1 > > > On Mon, Apr 7, 2014 at 11:15 AM, Michal Mocny wrote: > > > +1. > > > > (I noticed for fo

Re: [Android] Refactoring for different engines

2014-04-08 Thread Michal Mocny
Would it be alright to set up a Hangout some time to introduce everyone? Joe has been leading the effort here, but there are other cordova contributors for whom this is top priority. It would be nice if we could all meet to say hello and make sure we are all going in the right direction. Quite e

RE: [Android] Refactoring for different engines

2014-04-08 Thread Hu, Ningxin
Joe, thanks for this. I am very excited. FYI. Crosswalk team is working on refactoring the WebView API to support embedding usage better [1]. (Previously the layer API was not exposed as public usage). I would like to review the PoC and work with you to get Crosswalk fits into the pluggable We

[GitHub] cordova-plugin-inappbrowser pull request: Update index.md

2014-04-08 Thread denis-aes
GitHub user denis-aes opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/36 Update index.md Fixed examples - "event" should be added to function parameters. You can merge this pull request into a Git repository by running: $ git pull https://githu

[GitHub] cordova-plugin-file pull request: fix the Windows 8 implementation...

2014-04-08 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/36#issuecomment-39853542 Looks like https://issues.apache.org/jira/browse/CB-6017 (and possibly also https://issues.apache.org/jira/browse/CB-6053) --- If your project is set up for

[GitHub] cordova-plugin-file pull request: fix the Windows 8 implementation...

2014-04-08 Thread yaurthek
GitHub user yaurthek opened a pull request: https://github.com/apache/cordova-plugin-file/pull/36 fix the Windows 8 implementation of the getFile method The storageFolder.getFileAsync(name) does not accept relative paths, only a simple file name... see http://msdn.microsoft.com

[GitHub] cordova-windows pull request: CB-6256 CB-6266 Add support for doma...

2014-04-08 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-windows/pull/23#issuecomment-39844429 ICLA has been filled --- 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

Re: Suggestions for a problem

2014-04-08 Thread Gorkem Ercan
I think a tool can just go through all tagged version of the CLI's platforms.js and create the version map. I guess this effectively makes CLI versions the Cordova version. I was looking at the phonegap announcement[1], which got me thinking, I think independent releases may create complications b