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

2014-04-04 Thread Michal Mocny
To be clear: support for the tags is needed for plugins to work as they do now. I'm optimistic that we could replacing them with a library, but Andrew had a few good points in the other thread for us to make sure we don't overlook. Lets just prototype it on the core plugins, shall we? On Fri, A

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

2014-04-04 Thread Michal Mocny
So I did try your node.js sample code, and you're right, it runs all modules by default. This surprises me, but I guess having all modules have an implicit is better than dropping support for it. The thing to keep an eye out for is degraded startup performance with this change. -Michal On Fri

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

2014-04-04 Thread Anis KADRI
The reason why JS-only platforms (firefoxos, tizen, windows8, ...) use is because they need to populate their commandProxyMap in order for exec to direct calls to the appropriate module. All js-only modules call something like this: require("cordova/firefoxos/commandProxy").add("Vibration", modul

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

2014-04-04 Thread Anis KADRI
Yes the library exists (it's common/builder.js) and it can be used by plugins and yes it runs on startup automatically (unless we tell it not too) by require()ing the library and calling the appropriate method. So do you agree that the tags are not needed then ? On Fri, Apr 4, 2014 at 7:07 PM, Mi

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

2014-04-04 Thread Michal Mocny
As commented in another thread, these are super useful, but I see some hope to replacing them with a library instead of tooling support. We would still need to run these automatically on startup somehow. On Fri, Apr 4, 2014 at 8:48 PM, Anis KADRI wrote: > and I mean the tags. plugins should be

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

2014-04-04 Thread Michal Mocny
> gfind -name plugin.xml -exec grep -Hn "runs" {} \; ./cordova-plugin-battery-status/plugin.xml:90: ./cordova-plugin-camera/plugin.xml:37: ./cordova-plugin-contacts/plugin.xml:159: ./cordova-plugin-device/plugin.xml:29: ./cordova-plugin-device-motion/pl

Re: registry.cordova.io is down

2014-04-04 Thread Gorkem Ercan
Seems to be back to normal. Thanks. On Fri, Apr 4, 2014 at 8:55 PM, Anis KADRI wrote: > Somebody (Steve maybe ?) deleted the database but there is a copy of it so > I pointed the domain to it. Works now right ? > > > On Fri, Apr 4, 2014 at 5:37 PM, Gorkem Ercan > wrote: > > > Hi, > > couchdb r

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

2014-04-04 Thread TNKSoftware
GitHub user TNKSoftware opened a pull request: https://github.com/apache/cordova-windows/pull/22 Update cordova.js Fix the bug pause event do not call correctly. You can merge this pull request into a Git repository by running: $ git pull https://github.com/TNKSoftware/cordova-

Re: registry.cordova.io is down

2014-04-04 Thread Anis KADRI
Somebody (Steve maybe ?) deleted the database but there is a copy of it so I pointed the domain to it. Works now right ? On Fri, Apr 4, 2014 at 5:37 PM, Gorkem Ercan wrote: > Hi, > couchdb responds to all doc requests as not_found deleted. > > CLI and plugins.cordova.io ( and others) is broken

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

2014-04-04 Thread Anis KADRI
I believe that we can retire these things if we switch to browserify. If anybody has an objection, please share.

[cordova-js] do we need , ?

2014-04-04 Thread Anis KADRI
and I mean the tags. plugins should be able to clobber/merge the window (or any other context) if they need to. We can advise developers to use our builder module that does just that or they can write their own clobber/merges code.

[cordova-js] What is the purpose of ?

2014-04-04 Thread Anis KADRI
If we need it. Could anybody point me to an example of how/why that is needed ?

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

2014-04-04 Thread TNKSoftware
GitHub user TNKSoftware opened a pull request: https://github.com/apache/cordova-windows/pull/21 Update cordova.js Fix the bug pause and resume event do not call correctly. You can merge this pull request into a Git repository by running: $ git pull https://github.com/TNKSoftwa

Re: About cordova js

2014-04-04 Thread Anis KADRI
There is too much content in this thread so I am going to break it down to smaller threads. On Fri, Apr 4, 2014 at 5:44 PM, Anis KADRI wrote: > > > > On Thu, Apr 3, 2014 at 11:47 AM, Michal Mocny wrote: > >> On Thu, Apr 3, 2014 at 11:18 AM, Andrew Grieve >> wrote: >> >> > On Tue, Apr 1, 2014

Re: About cordova js

2014-04-04 Thread Anis KADRI
On Thu, Apr 3, 2014 at 11:47 AM, Michal Mocny wrote: > On Thu, Apr 3, 2014 at 11:18 AM, Andrew Grieve > wrote: > > > On Tue, Apr 1, 2014 at 12:49 PM, Brian LeRoux wrote: > > > > > So, this is a huge refactor, but its also a step in the right > direction. > > In > > > order for this to mainline

registry.cordova.io is down

2014-04-04 Thread Gorkem Ercan
Hi, couchdb responds to all doc requests as not_found deleted. CLI and plugins.cordova.io ( and others) is broken as a result. Any idea what may be wrong? -- Gorkem

Re: About cordova js

2014-04-04 Thread Anis KADRI
On Thu, Apr 3, 2014 at 8:18 AM, Andrew Grieve wrote: > On Tue, Apr 1, 2014 at 12:49 PM, Brian LeRoux wrote: > > > So, this is a huge refactor, but its also a step in the right direction. > In > > order for this to mainline though we need everyone to buy into the > > approach. > > > > - Simplifie

Re: Ship stage.plugins.cordova.io

2014-04-04 Thread Steven Gill
Josh Bavari and I are meeting up in Denver this weekend and will make sure the switch goes smoothly. Thanks! -Steve On Fri, Apr 4, 2014 at 1:48 PM, Tommy Williams wrote: > Agree this is a million times better than the current one. > > +1 for ship it! > On 05/04/2014 6:18 am, "Steven Gill" wro

Re: Blackberry copyright in js files

2014-04-04 Thread Gorkem Ercan
According to [1]. they should be removed by copyright owner. [1] https://www.apache.org/legal/src-headers.html#headers On Fri, Apr 4, 2014 at 4:40 PM, Bryan Higgins wrote: > The files are all Apache 2.0 licensed. > > The 2012 headers came from code donated by RIM which was previously hosted > o

Re: cli e2e tests - delete the older duplicates in spec/

2014-04-04 Thread Steven Gill
+1!! On Fri, Apr 4, 2014 at 1:28 PM, purplecabbage wrote: > SGTM! > > Sent from my iPhone > > > On Apr 4, 2014, at 1:00 PM, Mark Koudritsky wrote: > > > > On Fri, Apr 4, 2014 at 3:36 PM, purplecabbage >wrote: > > > >> I am a +1 > >> I would like to see ALL tests in a 'spec' or 'tests' folder t

Re: Ship stage.plugins.cordova.io

2014-04-04 Thread Tommy Williams
Agree this is a million times better than the current one. +1 for ship it! On 05/04/2014 6:18 am, "Steven Gill" wrote: > Thanks guys! > > Igor, right now you can use dropdown to select older versions. We need to > encourage plugin developers to use the engine tag to start showing > compatibility

Re: Blackberry copyright in js files

2014-04-04 Thread Martin Gonzalez Glez
Ok, it's completely understandable, I just wanted to ask about it. Thanks Bryan. 2014-04-04 14:40 GMT-06:00 Bryan Higgins : > The files are all Apache 2.0 licensed. > > The 2012 headers came from code donated by RIM which was previously hosted > on GitHub. The recent one is probably a copy/paste

[Andorid] Why does LOG exist?

2014-04-04 Thread Joe Bowser
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 if we can get rid of this class? I believe this was an IBM thing, so any old-time IBMers can

Re: Blackberry copyright in js files

2014-04-04 Thread Bryan Higgins
The files are all Apache 2.0 licensed. The 2012 headers came from code donated by RIM which was previously hosted on GitHub. The recent one is probably a copy/paste mistake by Josh. I *think* they can all be removed. On Fri, Apr 4, 2014 at 4:26 PM, Martin Gonzalez Glez < martin.c.glez.g...@gmai

[GitHub] cordova-blackberry pull request: CB-6346 - Add node_modules to sou...

2014-04-04 Thread jengee
Github user jengee commented on the pull request: https://github.com/apache/cordova-blackberry/pull/152#issuecomment-39608258 This readme file indicates to users that we depend on this. Please correct https://github.com/blackberry/cordova-blackberry/blame/1139813cd8b7ee4b1a103

Re: cli e2e tests - delete the older duplicates in spec/

2014-04-04 Thread purplecabbage
SGTM! Sent from my iPhone > On Apr 4, 2014, at 1:00 PM, Mark Koudritsky wrote: > > On Fri, Apr 4, 2014 at 3:36 PM, purplecabbage wrote: > >> I am a +1 >> I would like to see ALL tests in a 'spec' or 'tests' folder though, as it >> is not obvious what 'e2e' is. > > This can be done by moving t

Blackberry copyright in js files

2014-04-04 Thread Martin Gonzalez Glez
Hi everyone, in some blackberry files, I have noticed some blackberry copyright statements: https://github.com/blackberry/cordova-blackberry/blob/cb_6398/blackberry10/bin/templates/project/cordova/lib/params.js#L2 https://github.com/blackberry/cordova-blackberry/blob/cb_6398/blackberry10/bin/temp

Re: cli e2e tests - delete the older duplicates in spec/

2014-04-04 Thread Mark Koudritsky
On Fri, Apr 4, 2014 at 3:36 PM, purplecabbage wrote: > I am a +1 > I would like to see ALL tests in a 'spec' or 'tests' folder though, as it > is not obvious what 'e2e' is. > This can be done by moving the 4 tests from e2e/ to spec/ and overwriting the old ones (the have the same names). The e2e/

Re: cli e2e tests - delete the older duplicates in spec/

2014-04-04 Thread Michal Mocny
Sounds good. On Fri, Apr 4, 2014 at 12:36 PM, purplecabbage wrote: > I am a +1 > I would like to see ALL tests in a 'spec' or 'tests' folder though, as it > is not obvious what 'e2e' is. > > Sent from my iPhone > > > On Apr 4, 2014, at 12:27 PM, Josh Soref wrote: > > > > Mark wrote: > >> Back i

Re: cli e2e tests - delete the older duplicates in spec/

2014-04-04 Thread Mark Koudritsky
> > > https://github.com/apache/cordova-cli/blob/eee9b273b7b58a6a2abc1dc306129739 > be95bb2c/spec/platform.spec.js#L306 > > > isn¹t covered by the new e2e stuff. > > If you¹re going to do this (and I¹m +1 on the idea), please either itemize > what¹s missing and file bugs to restore them, or merge o

Re: cli e2e tests - delete the older duplicates in spec/

2014-04-04 Thread purplecabbage
I am a +1 I would like to see ALL tests in a 'spec' or 'tests' folder though, as it is not obvious what 'e2e' is. Sent from my iPhone > On Apr 4, 2014, at 12:27 PM, Josh Soref wrote: > > Mark wrote: >> Back in november we had a >> discussion

Re: cli e2e tests - delete the older duplicates in spec/

2014-04-04 Thread Josh Soref
Mark wrote: >Back in november we had a >discussionml>about >new tests that use less mocks, especially for fs. The idea was well >received and for some time now there are 4 such tests in cordova-cli/e2e/ >e2e/create.spec.js >e2e/hooke

Re: Ship stage.plugins.cordova.io

2014-04-04 Thread Steven Gill
Thanks guys! Igor, right now you can use dropdown to select older versions. We need to encourage plugin developers to use the engine tag to start showing compatibility with different versions. On Apr 4, 2014 12:08 PM, "Igor Costa" wrote: > Well done dudes! > > Is there a way to see compatibility

Re: cli e2e tests - delete the older duplicates in spec/

2014-04-04 Thread Ian Clelland
+1 for the -4 :) On Fri, Apr 4, 2014 at 3:13 PM, Anis KADRI wrote: > do it > > > On Fri, Apr 4, 2014 at 12:07 PM, Mark Koudritsky > wrote: > > > Back in november we had a > > discussion< > > https://www.mail-archive.com/dev@cordova.apache.org/msg11708.html>about > > new tests that use less moc

[GitHub] cordova-plugin-file-transfer pull request: on iOS, Android and Ama...

2014-04-04 Thread machenmusik
GitHub user machenmusik opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/27 on iOS, Android and Amazon, if upload has a header named Content-Type, multipart form data will NOT be used You can merge this pull request into a Git repository by runnin

Re: cli e2e tests - delete the older duplicates in spec/

2014-04-04 Thread Anis KADRI
do it On Fri, Apr 4, 2014 at 12:07 PM, Mark Koudritsky wrote: > Back in november we had a > discussion< > https://www.mail-archive.com/dev@cordova.apache.org/msg11708.html>about > new tests that use less mocks, especially for fs. The idea was well > received and for some time now there are 4 su

Re: [DISCUSS] Release 3.5.0

2014-04-04 Thread Josh Soref
purplecabbage wrote: > I would like to see 3.5.0 ready to vote on late next week. I won¹t be around then (Passover). Bryan + I will try to ensure that 3.5 works nicely w/ BlackBerry 10 early next week (this week is overŠ). Hopefully someone can review the announce bits. My general requests: 1

Re: Ship stage.plugins.cordova.io

2014-04-04 Thread Igor Costa
Well done dudes! Is there a way to see compatibility of plugins with current version? package.json { "version": "0.2.8", "name": "org.apache.cordova.device", "cordova_name": "Device", "description": "Cordova Device Plugin", "license": "Apache 2.0", "repo": " https://git-

cli e2e tests - delete the older duplicates in spec/

2014-04-04 Thread Mark Koudritsky
Back in november we had a discussionabout new tests that use less mocks, especially for fs. The idea was well received and for some time now there are 4 such tests in cordova-cli/e2e/ e2e/create.spec.js e2e/hooker.spec.js e2e/platfo

Re: Ship stage.plugins.cordova.io

2014-04-04 Thread purplecabbage
Love it! Ship it! Sent from my iPhone > On Apr 4, 2014, at 11:01 AM, David Kemp wrote: > > Love the fact that its usable on my phone! > > LGTM > > >> On Fri, Apr 4, 2014 at 1:12 PM, Andrew Grieve wrote: >> >> Just did some clicking through. It's night & day better than what's on >> plugins

Re: Ship stage.plugins.cordova.io

2014-04-04 Thread David Kemp
Love the fact that its usable on my phone! LGTM On Fri, Apr 4, 2014 at 1:12 PM, Andrew Grieve wrote: > Just did some clicking through. It's night & day better than what's on > plugins.cordova.io. Ship it! > > > On Fri, Apr 4, 2014 at 1:11 AM, Steven Gill > wrote: > > > Hey All, > > > > I am w

Re: cordova build error

2014-04-04 Thread Igor Costa
Ok, thank you guys I just found my error, the solution it was pretty simple and now works perfectly. The build of cordova doesn't check if PATH does have platform-tools and tools set. For some how,it just ignore and execute the run command without check for the right configuration. Isn't possib

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

2014-04-04 Thread Bryan Higgins
No, it's not a huge deal. I was only suggesting we avoid it if possible, otherwise update the README. Our internal CI starting failing as soon as that commit was made as well. Anyone using this downstream will need to make changes. On Fri, Apr 4, 2014 at 1:45 PM, Steven Gill wrote: > Sorry, di

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

2014-04-04 Thread Steven Gill
Sorry, didn't mean to hit send on that last message quite so quickly. We could add release branches but it would require us to change our release process for them. Isn't master only broken until we release. If the process is completed within 24hours, is having master broken a huge deal? Most peop

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

2014-04-04 Thread Steven Gill
We don't have release branches for CLI + Plugman. On Fri, Apr 4, 2014 at 10:40 AM, Bryan Higgins wrote: > SGTM > > > On Fri, Apr 4, 2014 at 1:38 PM, Ian Clelland > wrote: > > > What about only adding the shrinkwrap file to git just before release, on > > the release branch? Then only published

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

2014-04-04 Thread Bryan Higgins
SGTM On Fri, Apr 4, 2014 at 1:38 PM, Ian Clelland wrote: > What about only adding the shrinkwrap file to git just before release, on > the release branch? Then only published releases on npm (and on > dist.apache.org) will include that file, and the only people who have to > delete it manually

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

2014-04-04 Thread Ian Clelland
What about only adding the shrinkwrap file to git just before release, on the release branch? Then only published releases on npm (and on dist.apache.org) will include that file, and the only people who have to delete it manually are those people testing the release candidate. Anyone getting master

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

2014-04-04 Thread Steven Gill
Thanks Josh! I will implement your feedback. On Fri, Apr 4, 2014 at 10:11 AM, Josh Soref wrote: > Steven wrote: > > * CB-6150 - `objc\_msgSend` causes `EXC\_BAD\_ACCESS` with plugins on > >`arm64` > > Oh, right. Um, ³Mou.app² does not approve of the backslashes here. I > believe they should be

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

2014-04-04 Thread Bryan Higgins
Right, but someone outside of this group stumbling upon the repo on GitHub won't be able to use it unless they know to delete the shrinkwrap file. I'd rather the process be a bit more cumbersome for us and preserve the integrity of repo. On Fri, Apr 4, 2014 at 1:11 PM, David Kemp wrote: > If we

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

2014-04-04 Thread Steven Gill
Good points everyone. So what should my next steps be? Do I do the plugman release first and then the CLI release? Or do we add instructions here on how to test these and continue the vote? Axel & Parashuram, I think we should wait to add those pull requests until this release gets out. I would

Re: Ship stage.plugins.cordova.io

2014-04-04 Thread Andrew Grieve
Just did some clicking through. It's night & day better than what's on plugins.cordova.io. Ship it! On Fri, Apr 4, 2014 at 1:11 AM, Steven Gill wrote: > Hey All, > > I am wanting to switch over stage.plugins.cordova.io to plugins.cordova.io > . > Feature wise it is on par with the existing site

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

2014-04-04 Thread David Kemp
If we make the proposed change to the CLI package.json (change the plugman dependency to ">=0.21.0-rc"), then all that is required for testing is to delete the shrinkwrap file. That means a little less hackery to test the package that is being voted on. We have currently made those changes on the

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

2014-04-04 Thread Josh Soref
Steven wrote: > * CB-6150 - `objc\_msgSend` causes `EXC\_BAD\_ACCESS` with plugins on >`arm64` Oh, right. Um, ³Mou.app² does not approve of the backslashes here. I believe they should be removed.

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

2014-04-04 Thread Naik, Archana
+1 On 4/4/14 1:05 AM, "Sebastien Blanc" wrote: >+1 > > >On Fri, Apr 4, 2014 at 10:00 AM, Steven Gill >wrote: > >> Please review and vote on the release of this cordova-cli, >>cordova-plugman >> and cordova-ios release. >> >> cordova-cli@3.4.1-0.1.0, cordova-plugman@0.21.0 and cordova-ios@3.4.1

Re: [DISCUSS] Release 3.5.0

2014-04-04 Thread purplecabbage
I would like to see 3.5.0 ready to vote on late next week. I have some house keeping to do, as there are big fixes for windows 8 and wp8 that need to be pushed out. I've been away for /build so haven't been able to do much this week. Sent from my iPhone > On Apr 4, 2014, at 9:07 AM, "Parashur

Re: cordova build error

2014-04-04 Thread Igor Costa
This is the outcome C:\Users\riacycle\.cordova\lib\android\cordova\3.4.0\bin\node_modules\q\q.js:126 throw e; ^ Error: An error occurred while listing Android targets at C:\Users\riacycle\.cordova\lib\android\cordova\3.4.0\bin\lib\check_reqs.js:87:

Re: Plans for Windows Phone 8.1

2014-04-04 Thread purplecabbage
Yes. I am /build now. This will be a 4.0 feature to combine the source. Probably nothing is easy ;) Sent from my iPhone > On Apr 4, 2014, at 8:45 AM, wrote: > > Hello, > > > Any plans for Windows Phone 8.1? Would be very similar (probably exactly the > same) to Windows 8.1 so it should be e

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

2014-04-04 Thread Bryan Higgins
The other problem we face is the actual repo being unusable for a period of time unless you know how to fiddle with package.json / npm-shrinkwrap.json. At the very least this should be pointed out on the README, but even that doesn't seem friendly to potential contributors. I'm in favour of bumpi

[GitHub] cordova-cli pull request: CB-6329 improve 'cordova info' command

2014-04-04 Thread martincgg
Github user martincgg commented on the pull request: https://github.com/apache/cordova-cli/pull/151#issuecomment-39585091 Last commit. -Removed functions: appendLog, writeLog, delLog. -No indent on top-level functions -Changed for loop from for(var t in promises) to prom

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

2014-04-04 Thread Parashuram Narasimhan (MS OPEN TECH)
Can we also include the Windows Phone and Windows Platform, specifically for the following bugs/pull requests 1. Windows 8 - https://github.com/apache/cordova-windows/pull/20 - This is more of a regression in case VS2013 is installed. With the build announcement yesterday, this could be h

Re: cordova build error

2014-04-04 Thread Joe Bowser
Have you installed any SDKs for Android? What happens when you run the Android command? On 4 Apr 2014 09:18, "Igor Costa" wrote: > Yep > > I do, here's > > C:\Users\riacycle>ant -version > Apache Ant(TM) version 1.9.3 compiled on December 23 2013 > > > > > > Igor Cost

[GitHub] cordova-cli pull request: CB-6329 improve 'cordova info' command

2014-04-04 Thread martincgg
Github user martincgg commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/151#discussion_r11301928 --- Diff: src/info.js --- @@ -16,123 +16,99 @@ specific language governing permissions and limitations under the License. */

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

2014-04-04 Thread Axel Nennker
Is there a chance to get the cb-2606 patch for launcer icon support into a release some time no too far? Axel Am 04.04.2014 10:01 schrieb "Steven Gill" : > Please review and vote on the release of this cordova-cli, cordova-plugman > and cordova-ios release. > > cordova-cli@3.4.1-0.1.0, cordova-pl

Re: cordova build error

2014-04-04 Thread Igor Costa
Yep I do, here's C:\Users\riacycle>ant -version Apache Ant(TM) version 1.9.3 compiled on December 23 2013 Igor Costa www.igorcosta.com www.igorcosta.org On Fri, Apr 4, 2014 at 12:46 PM, Shazron wrote: > Igor, > Do you have ANT installed? > > > On Fri, Apr 4, 2

RE: [DISCUSS] Release 3.5.0

2014-04-04 Thread Parashuram Narasimhan (MS OPEN TECH)
Once 3.4.1 is release, how long before we start looking at 3.5.0 ? -Original Message- From: Steven Gill [mailto:stevengil...@gmail.com] Sent: Thursday, April 3, 2014 10:52 AM To: dev@cordova.apache.org Subject: Re: [DISCUSS] Release 3.5.0 I just noticed Shaz tagged 3.4.1 a few days ago.

Plans for Windows Phone 8.1

2014-04-04 Thread domokos.lorant
Hello, Any plans for Windows Phone 8.1? Would be very similar (probably exactly the same) to Windows 8.1 so it should be easy. Regards, Lorant

Re: cordova build error

2014-04-04 Thread Shazron
Igor, Do you have ANT installed? On Fri, Apr 4, 2014 at 4:42 AM, Igor Costa wrote: > Hi there Joe. > > This is what happens. > > c:\xampp\htdocs\madeiraint\mobile\madeiraint>cordova platform add android > Creating android project... > > > C:\Users\riacycle\.cordova\lib\android\cordova\3.4.0\bin

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

2014-04-04 Thread Ian Clelland
Okay, that makes sense :) I figured it would work if we changed both of those manually, and it's good to have confirmation of that. Thanks Ian On Fri, Apr 4, 2014 at 11:40 AM, Marc Weiner wrote: > Sorry, it's early :-/ I meant the declared dependency in the cli's package > and npm-shrinkwrap

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

2014-04-04 Thread Josh Soref
Steven wrote: > * Update Xcode .pbxproj files according to Xcode 5.1 recommendations `.pbxproj` > * CB-4863 - Drop iOS 5.0 support, and support arm64 Is this ³dropping arm64² or ³adding arm64²? The text as written is ambiguous >* CB-6160 adding plugin fails for Firefoxos. FirefoxOS > * CB-63

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

2014-04-04 Thread Marc Weiner
Sorry, it's early :-/ I meant the declared dependency in the cli's package and npm-shrinkwrap files. On Fri, Apr 4, 2014 at 11:40 AM, Marc Weiner wrote: > Sorry for not specifying. I was getting a 404 during the install, so I > changed the version of plugman in the package.json and npm-shrinkwr

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

2014-04-04 Thread Marc Weiner
Sorry for not specifying. I was getting a 404 during the install, so I changed the version of plugman in the package.json and npm-shrinkwrap.json files. Marc On Fri, Apr 4, 2014 at 11:28 AM, Ian Clelland wrote: > Marc, was that change to the actual version of plugman, in plugman's > package.jso

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

2014-04-04 Thread Ian Clelland
Marc, was that change to the actual version of plugman, in plugman's package.json file? Or the declared dependency in cli's package.json? On Fri, Apr 4, 2014 at 11:25 AM, Marc Weiner wrote: > I was able to get npm install to work by changing the version of plugman > from 0.21.0 to 0.21.2. > >

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

2014-04-04 Thread Marc Weiner
I was able to get npm install to work by changing the version of plugman from 0.21.0 to 0.21.2. Marc On Fri, Apr 4, 2014 at 11:19 AM, Ian Clelland wrote: > After some heated discussion here, we're pretty sure that that's the > problem with the CI, and that it's not going to work if we release i

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

2014-04-04 Thread Ian Clelland
After some heated discussion here, we're pretty sure that that's the problem with the CI, and that it's not going to work if we release it as-is. :( The really awful thing is that it doesn't look like it's possible to use package.json and npm-shrinkwrap.json properly, and end up with a release can

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

2014-04-04 Thread Ian Clelland
There may be a packaging error with cli -- the npm-shrinkwrap.json file specifies a relative file path, that I think will stop "npm install" from working on cli: ... "plugman": { "version": "0.21.0", "from": "../cordova-plugman", ... (It doesn't stop it from working comple

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-04-04 Thread Bryan Higgins
You need to rebase your branch so the new commits appear after apache:master/HEAD On Fri, Apr 4, 2014 at 10:39 AM, Axel Nennker wrote: > This is probably a stupid question but: "Why do I see so many changed files > here > https://github.com/apache/cordova-cli/pull/126/files > like Readme.md whi

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-04-04 Thread Axel Nennker
This is probably a stupid question but: "Why do I see so many changed files here https://github.com/apache/cordova-cli/pull/126/files like Readme.md which I do not want in this pull request". I did a "get fetch upstream" from the original repo to my local repo and pushed that back to my githup repo

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-04-04 Thread Bryan Higgins
Great, thanks Sergey! I commented on the pull request. It looks like this is almost ready to be merged. I'd urge any other platform maintainers to take a look / test this out ASAP. On Thu, Apr 3, 2014 at 5:40 PM, Sergey Grebnov (Akvelon) < v-seg...@microsoft.com> wrote: > Pushed additional imp

Re: Git push broken?

2014-04-04 Thread Ian Clelland
It looks like LDAP is back up; I can push to the repositories again. On Thu, Apr 3, 2014 at 4:55 PM, Igor Costa wrote: > That's fine Joe. > > My mistake to not introduce myself. > > @Lisa, I will not be there, but there's a ton of other folks at Apache Flex > that will be there, I will leave a

Fwd: KeyUp Enter Windows Phone

2014-04-04 Thread Guilherme Berghauser
I'm trying to run the KeyUp event for Enter on Windows Phone, but it does not call the event, totally ignores it closes the keyboard rather than run the KeyUp.

[GitHub] cordova-plugin-inappbrowser pull request: [CB-6389] add clearsessi...

2014-04-04 Thread mbradshawabs
Github user mbradshawabs commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/34#issuecomment-39557214 I think @jak 's notion makes good sense. We can add new config options for 'clearcookies' and 'clearsessioncookies' that will trigger this funct

Re: cordova build error

2014-04-04 Thread Igor Costa
Hi there Joe. This is what happens. c:\xampp\htdocs\madeiraint\mobile\madeiraint>cordova platform add android Creating android project... C:\Users\riacycle\.cordova\lib\android\cordova\3.4.0\bin\node_modules\q\q.js:126 throw e; ^ Error: An error occu

[GitHub] cordova-android pull request: Support for PluginFactory

2014-04-04 Thread qwe2
GitHub user qwe2 opened a pull request: https://github.com/apache/cordova-android/pull/97 Support for PluginFactory Pull request based on this issue: https://issues.apache.org/jira/browse/CB-6384 You can merge this pull request into a Git repository by running: $ git pull http

Ship stage.plugins.cordova.io

2014-04-04 Thread Steven Gill
Hey All, I am wanting to switch over stage.plugins.cordova.io to plugins.cordova.io. Feature wise it is on par with the existing site. We are still working on polish + a few additional features, but I believe we could work on them while the site is live. You can view our progress at https://issue

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

2014-04-04 Thread Sebastien Blanc
+1 On Fri, Apr 4, 2014 at 10:00 AM, Steven Gill wrote: > Please review and vote on the release of this cordova-cli, cordova-plugman > and cordova-ios release. > > cordova-cli@3.4.1-0.1.0, cordova-plugman@0.21.0 and cordova-ios@3.4.1 have > been published here: > *https://dist.apache.org/repos/d

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

2014-04-04 Thread Steven Gill
Please review and vote on the release of this cordova-cli, cordova-plugman and cordova-ios release. cordova-cli@3.4.1-0.1.0, cordova-plugman@0.21.0 and cordova-ios@3.4.1 have been published here: *https://dist.apache.org/repos/dist/dev/cordova/CB-6245/

Tools Release + cordova-ios 3.4.1 blog post proofread

2014-04-04 Thread Steven Gill
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: npm

[GitHub] cordova-plugin-file pull request: Update FileProxy.js

2014-04-04 Thread TNKSoftware
Github user TNKSoftware closed the pull request at: https://github.com/apache/cordova-plugin-file/pull/35 --- 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 th

[GitHub] cordova-plugin-file pull request: Update FileProxy.js

2014-04-04 Thread TNKSoftware
GitHub user TNKSoftware opened a pull request: https://github.com/apache/cordova-plugin-file/pull/35 Update FileProxy.js Append readAsArrayBuffer function You can merge this pull request into a Git repository by running: $ git pull https://github.com/TNKSoftware/cordova-plugin-