Re: 3.3 Blog Post (Please Review)

2013-12-17 Thread Jesse
## What's new in Windows Phone 7 8 * CB-5360 Removed Compiler warnings * CB-4538 copy check_reqs scripts in create script * CB-4103 Make config parameter checks case-insensitive WP7+WP8 * CB-2347 Add support for config.xml preference: 'fullscreen' * CB-5203 Using XmlHTTPRequest.open on WP8

RE: 3.3 Blog Post (Please Review)

2013-12-17 Thread Sergey Grebnov (Akvelon)
Please also add the following change to ## What's new in Windows 8 CB-5040 cordova run windows8 has no effect Not sure if it was part of 3.2 release but it hasn't been previously reported anyway. Thx! Sergey -Original Message- From: Jesse [mailto:purplecabb...@gmail.com] Sent: Tuesday,

Re: [Contacts] Should remove a missing contact be an error?

2013-12-17 Thread Piotr Zalewa
Is there any reason? On 12/12/2013 09:45 PM, Piotr Zalewa wrote: Hi, I've been implementing Contacts API proxy on Firefox OS and been asked if there is a reason for calling error callback on removing a non existing contact. FFOS is calling success. Let mi quote Ben Kelly : Hmm, does the spec

npm install -g cordova failure

2013-12-17 Thread Sergey Grebnov (Akvelon)
See the following issue when trying to install cordova cli both from npm and from apache/cordova-cli master. Issue is reproduced on two PCs on which cordova cli previously worked fine. Does anyone else sees the same error? npm install -g cordova ... npm http 200

Point Release for BB

2013-12-17 Thread Bryan Higgins
We would like to do a point release this afternoon for BlackBerry to fix CB-5660. Lesson learned: Use delayed expansion in Windows batch files, otherwise user's environment variables can end up being parsed as part of the script. Ugh!

Re: npm install -g cordova failure

2013-12-17 Thread Mike Billau
The same thing happened to me on Windows 7. After this failed update, cordova couldn't be found, somehow it was removed. I had to wack /users/me/AppData/Roaming/npm-cache/cordova folder and then redo the install with npm install -g cordova. It seems to work fine now. This isn't the first time

Re: Deleting Plugin Docs

2013-12-17 Thread Michael Brooks
Michael - Just to clarify, you're suggesting that we put all docs-related files *except* the main README.md within docs/? This plays well with github, but wanted to clarify. Maybe translations can one day go in docs_translated/$LANGUAGE ## project-name/README.md The file should be targeted

RE: npm install -g cordova failure

2013-12-17 Thread Sergey Grebnov (Akvelon)
This workaround works for me too. Thx Mike! -Sergey -Original Message- From: Mike Billau [mailto:mike.bil...@gmail.com] Sent: Tuesday, December 17, 2013 9:01 PM To: dev@cordova.apache.org Subject: Re: npm install -g cordova failure The same thing happened to me on Windows 7. After this

Re: Pull request: add Ubuntu docs to 3.3.0 cordova-docs

2013-12-17 Thread Michael Brooks
I created CB-5666 to track this pull request. Thanks a ton Kyle! I've pulled in your work and did a few minor touch-ups. Nice work! On Fri, Dec 13, 2013 at 11:35 AM, Kyle Nitzsche kyle.nitzs...@canonical.com wrote: Hi, Initial docs supporting new Ubuntu platform are ready. Pull request:

Re: Point Release for BB

2013-12-17 Thread Andrew Grieve
How's this going? On Tue, Dec 17, 2013 at 10:15 AM, Bryan Higgins br...@bryanhiggins.netwrote: We would like to do a point release this afternoon for BlackBerry to fix CB-5660. Lesson learned: Use delayed expansion in Windows batch files, otherwise user's environment variables can end up

Re: 3.3 Blog Post (Please Review)

2013-12-17 Thread Andrew Grieve
http://cordova.apache.org/announcements/2013/12/16/cordova-330.html On Tue, Dec 17, 2013 at 4:57 AM, Sergey Grebnov (Akvelon) v-seg...@microsoft.com wrote: Please also add the following change to ## What's new in Windows 8 CB-5040 cordova run windows8 has no effect Not sure if it was part

Re: Embedded WebView support on Windows 8

2013-12-17 Thread Jian Ouyang
I am not a Cordva developer, but I do use Cordova for cross-platform development. My suggestion is that you use the CLI to create an application for the Windows 8 platform and go through the code, if you think you can augment the code for you purpose, use it. Otherwise, forget about it.

Re: 3.3 Blog Post (Please Review)

2013-12-17 Thread Brian LeRoux
Thx Andrew everyone: happy holidays eh! On Dec 18, 2013 11:04 AM, Andrew Grieve agri...@chromium.org wrote: http://cordova.apache.org/announcements/2013/12/16/cordova-330.html On Tue, Dec 17, 2013 at 4:57 AM, Sergey Grebnov (Akvelon) v-seg...@microsoft.com wrote: Please also add the

Re: Point Release for BB

2013-12-17 Thread Josh Soref
Andrew wrote: How's this going? ‎ It took a bit more than I had expected, and testing it took longer, but we have a fix and it's tested. I assume it will land tomorrow morning.  - This transmission (including any attachments)

RE: Embedded WebView support on Windows 8

2013-12-17 Thread Parashuram Narasimhan (MS OPEN TECH)
Is there a specific reason you are looking WebView instead of using the way Cordova already does it. For Windows 8, Cordova basically packages your app as a WWA. This gives you additional benefits if you look at the app from Visual Studio. If you are looking at writing Windows 8 app and only

RE: npm install -g cordova failure

2013-12-17 Thread Parashuram Narasimhan (MS OPEN TECH)
Had the same problem. Did someone do an npm publish --force and we got stuck during the limbo? -Original Message- From: Sergey Grebnov (Akvelon) [mailto:v-seg...@microsoft.com] Sent: Tuesday, December 17, 2013 9:51 AM To: dev@cordova.apache.org Subject: RE: npm install -g cordova