Re: Cookie support in docs.

2015-05-04 Thread julio cesar sanchez
I've just read this topic on the google group https://groups.google.com/forum/#!topic/phonegap/0EnQJBPA0uA On the FAQ you can read: The first is within XHR (Ajax) requests to remote resources. Unless you specifically remove them, your Ajax library will automatically use cookies in subsequent

[GitHub] cordova-plugman pull request: CB-8757 - Resolve any symlinks in or...

2015-05-04 Thread mbektchiev
GitHub user mbektchiev opened a pull request: https://github.com/apache/cordova-plugman/pull/83 CB-8757 - Resolve any symlinks in order to avoid relative path issues You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-plugin-inappbrowser pull request: CB-3360: Set custom inap...

2015-05-04 Thread LennardWesterveld
Github user LennardWesterveld commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/94#issuecomment-98700835 :+1: --- 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

[GitHub] cordova-plugin-inappbrowser pull request: CB-3360: Set custom inap...

2015-05-04 Thread LennardWesterveld
Github user LennardWesterveld commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/95#issuecomment-98700863 :+1: --- 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

[GitHub] cordova-plugman pull request: CB-8757 - Resolve any symlinks in or...

2015-05-04 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugman/pull/83#discussion_r29583217 --- Diff: main.js --- @@ -60,6 +61,9 @@ var cli_opts = nopt(known_opts, shortHands); var cmd = cli_opts.argv.remain.shift();

[GitHub] cordova-plugin-contacts pull request: Making sure the photoCursor ...

2015-05-04 Thread gleerman
GitHub user gleerman opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/61 Making sure the photoCursor is always closed You can merge this pull request into a Git repository by running: $ git pull https://github.com/gleerman/cordova-plugin-contacts

Re: [Proposal - New Feature] Add tag to config.xml to handle images

2015-05-04 Thread Karen Tran
Yes, I agree, and the notification icon is a good example. There is nothing in config.xml that currently does just a copy over, which is why I'm proposing to add this functionality in. I am actually just using a hook script to copy the images over right now, but I figure it might be beneficial to

Re: Medic Report

2015-05-04 Thread Terence M. Bandoian
That looks really useful! Is there any way to change text/background colors? -Terence Bandoian On 5/2/2015 5:29 PM, Dmitry Blotsky wrote: Hi list, Here is this week’s report on test failures: Android OSX 14 Android Windows 16 iOS 21 Windows

[GitHub] cordova-plugin-file pull request: CB-8728 fix write after seek on ...

2015-05-04 Thread wahono77
Github user wahono77 commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/106#issuecomment-98736527 I can not create new thread than I write here :) I use newest version and cordova.file always return undefined in Windows 8.1 I read in

FYI - Moving to new team, seeing me less around here

2015-05-04 Thread Michal Mocny
I've moved to a new team here at Google (Physical Web: https://google.github.io/physical-web/). This means I will likely be speaking up less often going forward, though I'll still be keeping an eye on these lists for the foreseeable future. And I'm itching to write some cordova plugins for the

[GitHub] cordova-ios pull request: Clipboard fix for iOS safari copy

2015-05-04 Thread markharding
GitHub user markharding opened a pull request: https://github.com/apache/cordova-ios/pull/139 Clipboard fix for iOS safari copy Using the iOS helper copy widget, its not possible to paste into any HTML5 inputs. A possible workaround is to grab from the clipboard and re-copy when

Re: FYI - Moving to new team, seeing me less around here

2015-05-04 Thread Joe Bowser
Congrats on moving to the new team. I saw Scott Jensen's presentation on the Physical Web last year at GROWConf and it was definitely interesting. Can you ping me off-list about getting beacons for this one? I know I can convert some of my current BLE gear to do it, but that's a bit expensive,

cross-domain scripting with xDomain and Cordova

2015-05-04 Thread Michael Gruber
Dear Ladies and Gentleman, we have to do cross-domain scripting and use xDomain.js (latest). Because we have to support old internet explorers (IE 9+). As far as we understand xDomain uses the window.location which is always file:// in a Cordova-Project v3.8.0. (Android and iOS) Is there a

Cordova dependencies

2015-05-04 Thread Dimosthenis Kontogiorgos
Hello, I am currently working on a research project involving analysis of module dependencies in Cordova. How can one extract a list of all modules and their dependencies from Cordova? Best regards, Dimosthenis Kontogiorgos MSc, University of Copenhagen (+45) 22 55 83 36

Re: FYI - Moving to new team, seeing me less around here

2015-05-04 Thread Shazron
Congrats Michal! Super interesting project. On Mon, May 4, 2015 at 7:52 AM, Michal Mocny mmo...@google.com wrote: I've moved to a new team here at Google (Physical Web: https://google.github.io/physical-web/). This means I will likely be speaking up less often going forward, though I'll

Re: FYI - Moving to new team, seeing me less around here

2015-05-04 Thread Michael Brooks
That's exciting news Michal! I'll be keeping an eye on the project to see how it progresses! Michael On Mon, May 4, 2015 at 7:58 AM, Joe Bowser bows...@gmail.com wrote: Congrats on moving to the new team. I saw Scott Jensen's presentation on the Physical Web last year at GROWConf and it was

RE: cross-domain scripting with xDomain and Cordova

2015-05-04 Thread Rob Paveza
Hi Michael, welcome to the list. I'm not sure I understand your question entirely. It sounds as if you have an existing web property in which you're using xDomain.js to make cross-domain script requests, and you want to understand how to do this within a Cordova app? When you package your app

[GitHub] cordova-docs pull request: CB-8794 Update links to plugins to poin...

2015-05-04 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-docs/pull/281#issuecomment-98789846 Merged as part of commit: 40aa9dd515c5a7e534c6bd1d6d8722360cf2e37e --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-docs pull request: CB-8794 Update links to plugins to poin...

2015-05-04 Thread nikhilkh
Github user nikhilkh closed the pull request at: https://github.com/apache/cordova-docs/pull/281 --- 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-plugin-device pull request: Update README.md

2015-05-04 Thread deslee
GitHub user deslee opened a pull request: https://github.com/apache/cordova-plugin-device/pull/33 Update README.md fixed installation instructions: the previous plugin name resulted in a 404 error You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-coho pull request: CB-8950 Add NSP to travis

2015-05-04 Thread muratsu
GitHub user muratsu opened a pull request: https://github.com/apache/cordova-coho/pull/74 CB-8950 Add NSP to travis -Enable travis -Add nsp to travis You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-coho

[GitHub] cordova-docs pull request: CB-8485 Documenting the support to sign...

2015-05-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/280 --- 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: Cordova dependencies

2015-05-04 Thread Dmitry Blotsky
Hi Demosthenes, If you're talking about JS modules in the CLI and tools, you can track the calls to `require()`. If you're talking about JS files used in the runtime, you would want to look at the HTML source elements. If you're talking about the native source, you probably want to look at the

Re: Cordova dependencies

2015-05-04 Thread Steven Gill
If you are talking about node dependencies, git clone cordova-lib ( https://github.com/apache/cordova-lib) and run npm ls On Mon, May 4, 2015 at 11:36 AM, Dmitry Blotsky dblot...@microsoft.com wrote: Hi Demosthenes, If you're talking about JS modules in the CLI and tools, you can track the

Re: FYI - Moving to new team, seeing me less around here

2015-05-04 Thread Steven Gill
It has been great working with you Michal! Learned a lot. Enjoy your new project! I'm sure you will kill it. On Mon, May 4, 2015 at 9:49 AM, Brian LeRoux b...@brian.io wrote: Scott is awesome and so is the Physical Web. Huge potential and I'm stoked to hear we now have someone on the inside.

Re: FYI - Moving to new team, seeing me less around here

2015-05-04 Thread Jesse
Congrats Michal! Good for you! @purplecabbage risingj.com On Mon, May 4, 2015 at 11:49 AM, Steven Gill stevengil...@gmail.com wrote: It has been great working with you Michal! Learned a lot. Enjoy your new project! I'm sure you will kill it. On Mon, May 4, 2015 at 9:49 AM, Brian LeRoux

[GitHub] cordova-plugin-contacts pull request: Making sure the photoCursor ...

2015-05-04 Thread rotem925
Github user rotem925 commented on the pull request: https://github.com/apache/cordova-plugin-contacts/pull/61#issuecomment-98825642 Yea, it fails for me too. Always, though. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cordova-js pull request: check the window.cordova object a little ...

2015-05-04 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-js/pull/109 check the window.cordova object a little more strictly Bringing back good old CB-7992 and #104 You can merge this pull request into a Git repository by running: $ git pull

RE: Windows Phone Screen resolution

2015-05-04 Thread Parashuram N (MS OPEN TECH)
Are you building this for Windows 8 or Windows 8.1 ? These are specified in the appmanifest. -Original Message- From: Ross Gardler (MS OPEN TECH) [mailto:ross.gard...@microsoft.com] Sent: Monday, May 4, 2015 6:01 PM To: dev@cordova.apache.org Subject: Windows Phone Screen resolution

[GitHub] cordova-js pull request: check the window.cordova object a little ...

2015-05-04 Thread TimBarham
Github user TimBarham commented on the pull request: https://github.com/apache/cordova-js/pull/109#issuecomment-98912776 :thumbsup: I can verify this fixes the Ripple break. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

Re: FYI - Moving to new team, seeing me less around here

2015-05-04 Thread Andrey Kurdumov
Congratulations, Physical Web sounds promising,enjoy you new project! 2015-05-05 3:49 GMT+06:00 tommy-carlos williams to...@devgeeks.org: Congratulations. Physical Web sounds interesting. I bet your team will miss you. Enjoy the new funs! -- tommy-carlos williams On 5 May 2015 at

Re: Cordova 5.0.0 duplicate cordova check breaks Ripple

2015-05-04 Thread Jesse
Discussions aside, are you in a position to test ripple? I believe this change will fix it, can you try this change, and I will look into the ripple side shortly? https://github.com/apache/cordova-js/pull/109 We can start the re-release fanfare in the morning, as a minor release directly from

Windows Phone Screen resolution

2015-05-04 Thread Ross Gardler (MS OPEN TECH)
I'm trying to submit my first Cordova app to the Windows Phone store. One of the problems I'm getting is that the resulting application requires a limited set of resolutions (WVGA, 720P, WXGA). According to the Windows Store Dashboard this information is pulled from the package details I

RE: Windows Phone Screen resolution

2015-05-04 Thread Ross Gardler (MS OPEN TECH)
I'm building for Windows 8.1 (using VS 2015 TACO) The appmanifest is generated by VS. Looking in the platforms folder I can find the appmanifest, but it says nothing about screen resolutions (see below). Since I'm not defining a resolution I would have expected it to work with all resolutions,

Re: cordova-osx - mothball

2015-05-04 Thread Shazron
There is non-trivial work to create a bridge for plugins to work with Electron, but it definitely has more of a future than cordova-osx. On Mon, May 4, 2015 at 4:48 PM, Shazron shaz...@gmail.com wrote: A platform based off Atom Electron is more viable than cordova-osx at this point:

Re: Cookie support in docs.

2015-05-04 Thread Raymond Camden
Any particular version? I've never had a problem with this in the past (afaik). On Mon, May 4, 2015 at 1:16 AM, julio cesar sanchez jcesarmob...@gmail.com wrote: I've just read this topic on the google group https://groups.google.com/forum/#!topic/phonegap/0EnQJBPA0uA On the FAQ you can

[GitHub] cordova-lib pull request: Remove hardcoded reference to registry.n...

2015-05-04 Thread axemclion
Github user axemclion commented on the pull request: https://github.com/apache/cordova-lib/pull/211#issuecomment-98883153 :+1: I think this is a great idea. Should we have this for plugins also ? --- If your project is set up for it, you can reply to this email and have your reply

Re: Cordova 5.0.0 duplicate cordova check breaks Ripple

2015-05-04 Thread Tim Barham
Hey Jesse - is your reasoning behind that to avoid having to release an update for Cordova tools + all platforms, or because you don't want to change the existing Cordova logic (and if the latter, what's your concern)? Have you had any inspiration about how to fix Ripple to avoid tripping this?

Would like to submit PR, unable to figure out JIRA

2015-05-04 Thread Matt Steele
Hi folks, I'd like to contribute a change to cordova-lib but am a little confused by the contribution guidelines. In particular, I'd like to create a ticket in JIRA, but I can't quite seem to figure out how. I haven't used JIRA before, but I assumed I could create an issue using the blue Create

cordova-osx - mothball

2015-05-04 Thread Shazron
https://issues.apache.org/jira/browse/CB-7143 Currently there are no resources to work on this, effectively it is abandoned. Not sure what we do with this platform to signal this abandonment except for docs. If anyone disagrees with mothballing this, chime in.

Re: Cordova 5.0.0 duplicate cordova check breaks Ripple

2015-05-04 Thread Jesse
Yeah, my reasoning is that it is difficult to update all the affected bits in cordova. We can change the cordova logic, but still it will be at least a week before we can get a new everything out. Part of my reasoning is that ripple claims to be a '... platform agnostic mobile application

[GitHub] cordova-lib pull request: Remove hardcoded reference to registry.n...

2015-05-04 Thread mattdsteele
Github user mattdsteele commented on the pull request: https://github.com/apache/cordova-lib/pull/211#issuecomment-98884057 Based on my (very brief) testing, I was able to run `cordova plugin add [plugin]` and it pulled from the proper registry. --- If your project is set up for it,

[GitHub] cordova-ios pull request: [CB-8948] Clipboard fix for iOS safari c...

2015-05-04 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/139#issuecomment-98885356 Hi Mark, not sure I understand what scenario this code helps fix? Any examples online? --- If your project is set up for it, you can reply to this email and have

Re: cordova-osx - mothball

2015-05-04 Thread Shazron
A platform based off Atom Electron is more viable than cordova-osx at this point: http://electron.atom.io On Mon, May 4, 2015 at 4:47 PM, Shazron shaz...@gmail.com wrote: https://issues.apache.org/jira/browse/CB-7143 Currently there are no resources to work on this, effectively it is

Great talk on Getting Great Performance Out of Cordova Apps

2015-05-04 Thread Shazron
By Ryan Salva (Microsoft) http://channel9.msdn.com/Events/Build/2015/3-756 - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org

[GitHub] cordova-plugin-device pull request: Update README.md

2015-05-04 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-plugin-device/pull/33#issuecomment-98832067 No, the new way is the correct way. We're not going back. If you are experiencing issues, you need to update your cli. I will look at adding

WP8 Crash JIRA

2015-05-04 Thread Dmitry Blotsky
Hi all, Just getting some exposure on this since it's breaking a build. Here's the JIRA for the bug that's breaking the WP8 build: https://issues.apache.org/jira/browse/CB-8951. Kindly, Dmitry

Re: FYI - Moving to new team, seeing me less around here

2015-05-04 Thread tommy-carlos williams
Congratulations. Physical Web sounds interesting. I bet your team will miss you. Enjoy the new funs! --  tommy-carlos williams On 5 May 2015 at 05:15:58, Jesse (purplecabb...@gmail.com) wrote: Congrats Michal! Good for you! @purplecabbage risingj.com On Mon, May 4, 2015 at 11:49 AM,

Re: Cordova 5.0.0 duplicate cordova check breaks Ripple

2015-05-04 Thread Tim Barham
Thanks Jesse... but still it will be at least a week before we can get a new everything out And the alternatives will take less than a week? :) While I agree there may be better ways for Ripple to do it's thing, my immediate concern is to get Ripple working as quickly as possible. If we can

Re: Cordova 5.0.0 duplicate cordova check breaks Ripple

2015-05-04 Thread Tim Barham
Yep, I verified your change fixes the failure with Ripple (in fact, just the 'window.cordova' check is enough to fix Ripple, since that returns undefined). From: Jesse purplecabb...@gmail.com Sent: Tuesday, May 5, 2015 10:53 AM To: dev@cordova.apache.org