[GitHub] cordova-wp8 pull request: JsonHelper testing, and use of Newtonsof...

2014-10-22 Thread zahhak
Github user zahhak commented on the pull request: https://github.com/apache/cordova-wp8/pull/62#issuecomment-60050917 We were wondering why cordova for wp8 is not using the Newtonsoft.Json and were thinking of implementing the exact same change. It will be awesome improvement as

[GitHub] cordova-js pull request: CB-7844 Currently used JSHint version is ...

2014-10-22 Thread visiongeist
GitHub user visiongeist opened a pull request: https://github.com/apache/cordova-js/pull/85 CB-7844 Currently used JSHint version is not working You can merge this pull request into a Git repository by running: $ git pull https://github.com/visiongeist/cordova-js

[GitHub] cordova-plugin-file pull request: Gets rid of thread block error i...

2014-10-22 Thread skyserpent
GitHub user skyserpent opened a pull request: https://github.com/apache/cordova-plugin-file/pull/87 Gets rid of thread block error in File plugin You can merge this pull request into a Git repository by running: $ git pull https://github.com/skyserpent/cordova-plugin-file

[GitHub] cordova-wp8 pull request: CB-7843 Fixes angular routing on WP8

2014-10-22 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-wp8/pull/63 CB-7843 Fixes angular routing on WP8 Fix for https://issues.apache.org/jira/browse/CB-7843 This also related to https://issues.apache.org/jira/browse/CB-7356 and makes it not

[GitHub] cordova-lib pull request: CB-7846 Fix plugin deletion when depende...

2014-10-22 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-lib/pull/110 CB-7846 Fix plugin deletion when dependency plugin does not exist https://issues.apache.org/jira/browse/CB-7846 You can merge this pull request into a Git repository by running: $ git

Plugins dependencies installation logic

2014-10-22 Thread Sergey Grebnov (Akvelon)
Hi, while working on CB-7846 'Fix plugin deletion when dependency plugin does not exist' [1] I've found out that dependency plugins are not installed to plugins dir if you don't have any platform installed yet. Is it by design or something which should be further investigated? Related side

[GitHub] cordova-wp8 pull request: JsonHelper testing, and use of Newtonsof...

2014-10-22 Thread mowcixo
Github user mowcixo commented on the pull request: https://github.com/apache/cordova-wp8/pull/62#issuecomment-60058263 Thanks for the insights guys. Besides, I found this improvement debuggin the cordova-plugin-file-transfer, in the **parseHeaders** function

[GitHub] cordova-js pull request: CB-7847 Page Visibility API should be sup...

2014-10-22 Thread visiongeist
GitHub user visiongeist opened a pull request: https://github.com/apache/cordova-js/pull/86 CB-7847 Page Visibility API should be supported You can merge this pull request into a Git repository by running: $ git pull https://github.com/visiongeist/cordova-js issue/CB-7847

File Transfer and File API || Inconsistencies b/w the documentation and javascript

2014-10-22 Thread Venkata Kiran
Hi, I am looking at the File Transfer and File API for upgrading gwtphonegap to support the latest version of cordova. During the process, I found some inconsistencies between the documentation and the javascript layer. Till now, my assumption is that the API documentation

RE: XHRHelper.cs has problems in hash changes.

2014-10-22 Thread Vladimir Kotikov (Akvelon)
I filed an issue at JIRA here: https://issues.apache.org/jira/browse/CB-7843 and send a PR with fix: https://github.com/apache/cordova-wp8/pull/63. Fixed __XHRShimAliases object re-initialization on each window.location change. Regarding other things:

Genymotion on Mac for Cordova testing

2014-10-22 Thread Lisa Seacat DeLuca
Hey guys, I need to test an Android 4.2 device for a Cordova issue I'm looking into and I just got a mac *yay*. So I installed Genymotion and am having the hardest time getting it to run. I know most of our team of developers use a Mac. Does anyone else have Genymotion running? Anyone have

RE: PhoneGap day

2014-10-22 Thread Wargo, John
I'll be there Friday. John M. Wargo SCN Blog: http://scn.sap.com/blogs/johnwargo Twitter: @johnwargo -Original Message- From: Jesse [mailto:purplecabb...@gmail.com] Sent: Friday, October 17, 2014 6:08 PM To: dev@cordova.apache.org Subject: PhoneGap day Who all is coming? I will be

Re: Genymotion on Mac for Cordova testing

2014-10-22 Thread Joerg Holz
Hi Lisa, Genymotion is working very well. Do you have problems with genymotion itself or to get it running in eclipse? In eclipse you have to call: Help - Install New Software - Work with an type «geny…». It should autocomplete it. Just mark it in the box above and finish it. Now you should

Re: Genymotion on Mac for Cordova testing

2014-10-22 Thread Kerri Shotts
GenyMotion runs fine on my Mac (OS X 10.9.5). I haven't upgraded Geny to 2.3.0, so am still on 2.2.2. My Virtual Box is 4.3.6 (a tad out-of-date). Are you having a problem getting the app itself to run, or is a problem with getting the emulators started? Have you checked the console app to see if

Re: Stale branches in cordova-js (and others)

2014-10-22 Thread Joe Bowser
Agreed. We should delete feature branches once they're merged in. That said, we should have a LOT more feature branches. On Wed, Oct 22, 2014 at 9:52 AM, Josh Soref jso...@blackberry.com wrote: There are a number of branches in cordova-js. I think there should be two kinds of branches: 1.

Re: Genymotion on Mac for Cordova testing

2014-10-22 Thread julio cesar sanchez
I've just installed and tested following this steps: 1. Download Virtual box http://download.virtualbox.org/virtualbox/4.3.18/VirtualBox-4.3.18-96516-OSX.dmg 2. Install it 3. Download Genymotion http://files2.genymotion.com/genymotion/genymotion-2.3.0/genymotion-2.3.0.dmg (might need login) 4.

Re: Stale branches in cordova-js (and others)

2014-10-22 Thread Lorin Beer
+1, merged feature branches should be deleted pinging the relevant committers so they can come rescue anything they want to save would be prudent for the 4. stale/abandoned branches. On Wed, Oct 22, 2014 at 10:14 AM, Joe Bowser bows...@gmail.com wrote: Agreed. We should delete feature branches

Re: Stale branches in cordova-js (and others)

2014-10-22 Thread Marcel Kinard
I just added a step in the committer workflow in coho/docs. http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/facce79c On Oct 22, 2014, at 1:14 PM, Joe Bowser bows...@gmail.com wrote: Agreed. We should delete feature branches once they're merged in. That said, we should have a LOT

Re: Plugins dependencies installation logic

2014-10-22 Thread Andrew Grieve
This was brought up (over a year ago at least), and was deemed a bug, but one that's hairy to fix. On Wed, Oct 22, 2014 at 8:07 AM, Bryan Higgins br...@bryanhiggins.net wrote: That is the design. CLI calls plugman.fetch and then plugman.install for each installed platform. The plugin won't

Re: Genymotion on Mac for Cordova testing

2014-10-22 Thread Lisa Seacat DeLuca
Genymotion itself installs just fine and I can download vms fine. I just can't get any of them to run. I thought maybe it was an issue with permissions but even when i run from the command line with sudo I get errors (although different). I opened a stackoverflow question here:

Re: Genymotion on Mac for Cordova testing

2014-10-22 Thread Joerg Holz
So, it’s not a Gennymotion problem, it’s a VirtualBox problem. My corresponding versions are: VirtualBox 4.3.16 and the last version of Genymotion running on Yosemite, but it’s running on Mavericks also. I would suggest to update your VirtualBox, otherwise I would uninstall VirtualBox

Re: Genymotion on Mac for Cordova testing

2014-10-22 Thread julio cesar sanchez
Did you try what I said? I got that error to, and followed this steps When I start a virtual device, why does the window remain black? You are probably in either of the following situations: - Your network adapter may be misconfigured. In this case: 1. Run VirtualBox. 2. Open

Re: Genymotion on Mac for Cordova testing

2014-10-22 Thread Lisa Seacat DeLuca
It's a brand new mac and brand new installation so i'm using the latest version of genymotion and virtualbox. I can actually launch the vm's from within virtualbox and they startup just fine. So it seems like it's more of a problem with genymotion being able to talk to the virtualbox. So that's

Re: Genymotion on Mac for Cordova testing

2014-10-22 Thread Joerg Holz
Brand new sounds good: What’s about the newest Java-Version? I’m using Yosemite since the second dev-Version and I had problems until I install java 8. Joerg Am 22.10.2014 um 23:29 schrieb Lisa Seacat DeLuca ldel...@us.ibm.com: It's a brand new mac and brand new installation so i'm using

Re: Genymotion on Mac for Cordova testing

2014-10-22 Thread julio cesar sanchez
Mine was brand new too and I solved it deleting the network, but if it doesn't work for you, I don't know what else you can do 2014-10-22 23:54 GMT+02:00 Joerg Holz h...@hamburg.de: Brand new sounds good: What’s about the newest Java-Version? I’m using Yosemite since the second dev-Version

Re: Plugins dependencies installation logic

2014-10-22 Thread Gorkem Ercan
Do you remember, whether a Jira was created for it? -- Gorkem On Wed, Oct 22, 2014 at 3:47 PM, Andrew Grieve agri...@chromium.org wrote: This was brought up (over a year ago at least), and was deemed a bug, but one that's hairy to fix. On Wed, Oct 22, 2014 at 8:07 AM, Bryan Higgins

Re: Stale branches in cordova-js (and others)

2014-10-22 Thread Tim Kim
Yep, delete em. On 22 October 2014 12:50, Andrew Grieve agri...@chromium.org wrote: On Wed, Oct 22, 2014 at 12:52 PM, Josh Soref jso...@blackberry.com wrote: There are a number of branches in cordova-js. I think there should be two kinds of branches: 1. Release branches (or tags that