[GitHub] cordova-plugin-file-transfer pull request: CB-9376 Fix FileTransfe...

2015-07-16 Thread daserge
GitHub user daserge opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/94 CB-9376 Fix FileTransfer plugin manual tests issue - 'undefined' in p… …aths [Jira issue](https://issues.apache.org/jira/browse/CB-9376) You can merge this pull

Re: Discuss Android plugin compatibility problem

2015-07-16 Thread Joe Bowser
Ideally Maven should handle all this shit, and it should be invisible. Our plugin system should not handle Java dependencies or any other platform dependencies, and we should work behind the scenes to make this work like how Crosswalk works. On Thu, Jul 16, 2015 at 10:18 AM Steven Gill

[GitHub] cordova-ios pull request: CB-9273 Copy www build phase node is n...

2015-07-16 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/149#issuecomment-122115698 Merged in. You can close this PR now (Apache - Git hooks are not working right) --- If your project is set up for it, you can reply to this email and have your

[GitHub] cordova-docs pull request: CB-9344 Fix license headers for transla...

2015-07-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/297 --- 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-registry-web pull request: Updated the look and feel of th...

2015-07-16 Thread cpsloal
Github user cpsloal closed the pull request at: https://github.com/apache/cordova-registry-web/pull/18 --- 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-ios pull request: CB-8789 Asset Catalog support

2015-07-16 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/148#issuecomment-121850800 Fix: remove the files in red from the templates: ![screen shot 2015-07-15 at 11 46 13

[GitHub] cordova-ios pull request: CB-8789 Asset Catalog support

2015-07-16 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/148#issuecomment-121849886 ``` The following build commands failed: CpResource test/Resources/icons/icon...@2x.png build/emulator/test.app/icon...@2x.png CpResource

[GitHub] cordova-ios pull request: CB-8789 Asset Catalog support

2015-07-16 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/148#issuecomment-121848272 This PR is failing the project create tests. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cordova-js pull request: CB-9370 Fixes failing tests on Node 0.12 ...

2015-07-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-js/pull/121 --- 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: [DISCUSS] Release Cordova Plugin npm Search

2015-07-16 Thread Carlos Santana
Where and how npmsearch getting the npmjs data then? I have to seat and read on what npmsearch is then and better understand . Do they have a service API with SLA and CDN pricing model etc etc... I'm asking because I don't think we want another unreliable registry web page that doesn't scale in

[GitHub] cordova-android pull request: CB-9334 loop on CordovaPlugins befor...

2015-07-16 Thread spirann
Github user spirann commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/195#discussion_r34771734 --- Diff: framework/src/org/apache/cordova/PluginManager.java --- @@ -381,15 +374,16 @@ public void onReset() { } Uri

[GitHub] cordova-android pull request: CB-9334 loop on CordovaPlugins befor...

2015-07-16 Thread omefire
Github user omefire commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/195#discussion_r34760070 --- Diff: framework/src/org/apache/cordova/PluginManager.java --- @@ -381,15 +374,16 @@ public void onReset() { } Uri

Re: Cordova July Hangout

2015-07-16 Thread Tommy-Carlos Williams
Alarm set for 4:30am. Better go to bed now ;) On 16 Jul 2015, at 21:20, Carlos Santana csantan...@gmail.com wrote: Looking forward to Hangout today, I will bring doughnuts :-) On Mon, Jul 13, 2015 at 10:42 AM Vladimir Kotikov (Akvelon) v-vlk...@microsoft.com wrote: Hey, guys. I've

Re: Cordova July Hangout

2015-07-16 Thread Carlos Santana
Looking forward to Hangout today, I will bring doughnuts :-) On Mon, Jul 13, 2015 at 10:42 AM Vladimir Kotikov (Akvelon) v-vlk...@microsoft.com wrote: Hey, guys. I've just opened a PR ( https://github.com/cordova/cordova-discuss/pull/12) with high level overview of cordova-lib refactoring

Discuss Android plugin compatibility problem

2015-07-16 Thread Sergey Grebnov (Akvelon)
Hi guys, I want to raise the following question - what we should recommend plugin developers to avoid 'Multiple dex files defined' issue on Android, for example [3] UNEXPECTED TOP-LEVEL EXCEPTION: com.android.dex.DexException: Multiple dex files define

Re: Discuss Android plugin compatibility problem

2015-07-16 Thread Mefire O .
+1 on moving deps to gradle. On Jul 16, 2015 9:37 AM, Carlos Santana csantan...@gmail.com wrote: you mean the scripts in cordova-android right? then yes +1 create jira bug, enhancements etc.. if doesn't get track it doesn't get done On Thu, Jul 16, 2015 at 12:26 PM Joe Bowser bows...@gmail.com

[GitHub] cordova-plugin-dialogs pull request: CB-9347 - fix to allow to sta...

2015-07-16 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-dialogs/pull/54 CB-9347 - fix to allow to stack multiple UIAlertControllers Now you can stack multiple UIAlertControllers I had to add a 0.5s delay in case the user tries to present a

Re: Discuss Android plugin compatibility problem

2015-07-16 Thread Steven Gill
Would this be added to plugin.xml? On Thu, Jul 16, 2015 at 10:09 AM, Mefire O. ommen...@microsoft.com wrote: +1 on moving deps to gradle. On Jul 16, 2015 9:37 AM, Carlos Santana csantan...@gmail.com wrote: you mean the scripts in cordova-android right? then yes +1 create jira bug,

Re: Discuss Android plugin compatibility problem

2015-07-16 Thread Joe Bowser
Is there a bug created for this? It sounds like we should have the local scripts handle dependency adding on Android. On Thu, Jul 16, 2015 at 9:14 AM Carlos Santana csantan...@gmail.com wrote: +1 gradle declared dependencies only, cli to warn users about plugins having libraries that will

Re: Discuss Android plugin compatibility problem

2015-07-16 Thread Carlos Santana
you mean the scripts in cordova-android right? then yes +1 create jira bug, enhancements etc.. if doesn't get track it doesn't get done On Thu, Jul 16, 2015 at 12:26 PM Joe Bowser bows...@gmail.com wrote: Is there a bug created for this? It sounds like we should have the local scripts handle

Re: Discuss Android plugin compatibility problem

2015-07-16 Thread Carlos Santana
+1 gradle declared dependencies only, cli to warn users about plugins having libraries that will conflict, future is gradle no ANT I'm ok to start deprecating ant going forward. On Thu, Jul 16, 2015 at 11:27 AM Sergey Grebnov (Akvelon) v-seg...@microsoft.com wrote: Hi guys, I want to raise

[GitHub] cordova-docs pull request: CB-9330 Update documentation about plug...

2015-07-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/296 --- 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 July Hangout

2015-07-16 Thread Nikhil Khandelwal
Hangout link here: https://plus.google.com/hangouts/_/gtsa5mhzwcxdaj4n5pfadet5hia -Nikhil -Original Message- From: Tommy-Carlos Williams [mailto:to...@devgeeks.org] Sent: Thursday, July 16, 2015 4:57 AM To: dev@cordova.apache.org Subject: Re: Cordova July Hangout Alarm set for 4:30am.

RE: Cordova July Hangout

2015-07-16 Thread Parashuram N
This hangout also failed. Steve is now creating a new link - we will be back in a minute. -Original Message- From: Rob Paveza [mailto:rob.pav...@microsoft.com] Sent: Thursday, July 16, 2015 12:33 PM To: dev@cordova.apache.org Subject: Re: Cordova July Hangout We'll have it back

Re: Cordova July Hangout

2015-07-16 Thread Andrey Kurdumov
Old link not working, would you post new one? 2015-07-17 1:32 GMT+06:00 Rob Paveza rob.pav...@microsoft.com: We'll have it back momentarily, we just noticed as well. From: Andrey Kurdumov kant2...@googlemail.com Sent: Thursday, July 16, 2015 12:31 PM

[GitHub] cordova-plugman pull request: CB-9330 Adds notice about removed pl...

2015-07-16 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-plugman/pull/84#issuecomment-122040896 @stevengill, could you please take a look on this? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-ios pull request: CB-9273 Copy www build phase node is n...

2015-07-16 Thread daserge
GitHub user daserge opened a pull request: https://github.com/apache/cordova-ios/pull/149 CB-9273 Copy www build phase node is not found [Jira issue](https://issues.apache.org/jira/browse/CB-9273) You can merge this pull request into a Git repository by running: $ git pull

RE: Cordova July Hangout

2015-07-16 Thread Parashuram N
I think we can add items to the agenda. Docs is indeed a good thing to discuss. -Original Message- From: Andrey Kurdumov [mailto:kant2...@googlemail.com] Sent: Thursday, July 16, 2015 12:10 PM To: dev@cordova.apache.org Subject: Re: Cordova July Hangout Maybe it is too late, but ask

Re: Cordova July Hangout

2015-07-16 Thread Rob Paveza
We'll have it back momentarily, we just noticed as well. From: Andrey Kurdumov kant2...@googlemail.com Sent: Thursday, July 16, 2015 12:31 PM To: dev@cordova.apache.org Subject: Re: Cordova July Hangout Does hangout on air stopped? 2015-07-17 1:12

[GitHub] cordova-windows pull request: CB-9239 Fixes issue with windows pre...

2015-07-16 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-windows/pull/99#issuecomment-122037715 @robpaveza Any update to this? --- 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

RE: Cordova July Hangout

2015-07-16 Thread tommy-carlos williams
That is just the public link, yeah? --  tommy-carlos williams On 17 July 2015 at 05:40:17, Parashuram N (panar...@microsoft.com) wrote: Steve has created a new link. https://plus.google.com/events/cu7bp8n2adp53rkmg2e8o5jd4vk -Original Message- From: Andrey Kurdumov

RE: Cordova July Hangout

2015-07-16 Thread Parashuram N
Hangouts chat happening on https://cordova.slack.com/messages/hangouts/ -Original Message- From: Joe Bowser [mailto:bows...@gmail.com] Sent: Thursday, July 16, 2015 12:43 PM To: dev@cordova.apache.org Subject: Re: Cordova July Hangout Yeah, this isn't the link to join. On Thu, Jul 16,

Re: Cordova July Hangout

2015-07-16 Thread Joe Bowser
Yeah, this isn't the link to join. On Thu, Jul 16, 2015 at 12:42 PM tommy-carlos williams to...@devgeeks.org wrote: That is just the public link, yeah? -- tommy-carlos williams On 17 July 2015 at 05:40:17, Parashuram N (panar...@microsoft.com) wrote: Steve has created a new link.

Re: Cordova July Hangout

2015-07-16 Thread Carlos Santana
Try this one https://plus.google.com/hangouts/_/hoaevent/AP36tYevj3-FCg9CSC28Y7k4iSA4KpyqN1PHLEHgCeaVfv_lI7dgBw On Thu, Jul 16, 2015 at 3:42 PM tommy-carlos williams to...@devgeeks.org wrote: That is just the public link, yeah? -- tommy-carlos williams On 17 July 2015 at 05:40:17,

Re: Cordova July Hangout

2015-07-16 Thread Carlos Santana
Youtube http://youtu.be/xX2JcfovD2Y On Thu, Jul 16, 2015 at 3:46 PM Carlos Santana csantan...@gmail.com wrote: Try this one https://plus.google.com/hangouts/_/hoaevent/AP36tYevj3-FCg9CSC28Y7k4iSA4KpyqN1PHLEHgCeaVfv_lI7dgBw On Thu, Jul 16, 2015 at 3:42 PM tommy-carlos williams

Re: Cordova July Hangout

2015-07-16 Thread Shazron
Re-cap: We had two sequential Hangouts on Air due to technical difficulties. 1. https://www.youtube.com/watch?v=FWJPawUs3to (18 mins) 2. https://www.youtube.com/watch?v=xX2JcfovD2Y (90 mins) On Thu, Jul 16, 2015 at 12:48 PM, Carlos Santana csantan...@gmail.com wrote: Youtube

RE: Cordova July Hangout

2015-07-16 Thread Nikhil Khandelwal
This is the broadcast link : http://youtu.be/FWJPawUs3to -Nikhil -Original Message- From: Nikhil Khandelwal [mailto:nikhi...@microsoft.com] Sent: Thursday, July 16, 2015 12:11 PM To: dev@cordova.apache.org Subject: RE: Cordova July Hangout Try this for hangout on air:

Re: Cordova July Hangout

2015-07-16 Thread Andrey Kurdumov
Maybe it is too late, but ask anyway. Any change to look/participate at the conversation, since I particularly interested in the Docs part? 2015-07-17 0:36 GMT+06:00 Nikhil Khandelwal nikhi...@microsoft.com: Hangout link here: https://plus.google.com/hangouts/_/gtsa5mhzwcxdaj4n5pfadet5hia

RE: Cordova July Hangout

2015-07-16 Thread Parashuram N
Steve has created a new link. https://plus.google.com/events/cu7bp8n2adp53rkmg2e8o5jd4vk -Original Message- From: Andrey Kurdumov [mailto:kant2...@googlemail.com] Sent: Thursday, July 16, 2015 12:38 PM To: dev@cordova.apache.org Subject: Re: Cordova July Hangout Old link not working,

Re: Cordova July Hangout

2015-07-16 Thread Steven Gill
Participants: https://plus.google.com/events/cu7bp8n2adp53rkmg2e8o5jd4vk Public link: http://youtu.be/WoWOmilXUTI Slack discussion: https://cordova.slack.com/messages/hangouts/ On Thu, Jul 16, 2015 at 12:32 PM, Rob Paveza rob.pav...@microsoft.com wrote: We'll have it back momentarily, we just

RE: Cordova July Hangout

2015-07-16 Thread Nikhil Khandelwal
Try this for hangout on air: https://plus.google.com/hangouts/_/hoaevent/AP36tYehZnPZgH6ZayZvU9sq-6UY18zT38BGF0dMjtg3qpQeVfQ5DA -Original Message- From: Parashuram N [mailto:panar...@microsoft.com] Sent: Thursday, July 16, 2015 12:10 PM To: dev@cordova.apache.org Subject: RE: Cordova

Re: [Android] Working with M - An update

2015-07-16 Thread Joe Bowser
Sent you the test app off-list. On Wed, Jul 15, 2015 at 11:12 AM Andrew Grieve agri...@chromium.org wrote: Thanks for looking into this Joe! The runtime permissions is quite a big change! M is still in preview, so if you find any webview bugs, please feel free to send me a repro app and

Re: Cordova July Hangout

2015-07-16 Thread Andrey Kurdumov
Does hangout on air stopped? 2015-07-17 1:12 GMT+06:00 Parashuram N panar...@microsoft.com: I think we can add items to the agenda. Docs is indeed a good thing to discuss. -Original Message- From: Andrey Kurdumov [mailto:kant2...@googlemail.com] Sent: Thursday, July 16, 2015 12:10

RE: Cordova July Hangout

2015-07-16 Thread Parashuram N
Looks like this link is not hangouts on air. Nikhil is creating a link and will email it out soon. -Original Message- From: Nikhil Khandelwal [mailto:nikhi...@microsoft.com] Sent: Thursday, July 16, 2015 11:37 AM To: dev@cordova.apache.org Subject: RE: Cordova July Hangout Hangout link

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

2015-07-16 Thread manugb
Github user manugb commented on the pull request: https://github.com/apache/cordova-plugin-contacts/pull/61#issuecomment-122083722 This close() is missing! This pr should be merged! --- If your project is set up for it, you can reply to this email and have your reply appear on

Re: [DISCUSS] cordova-ios 3.9.0 release

2015-07-16 Thread Carlos Santana
+1 I think MS mentioned they wanted to cherry pick the signing using build.json On Thu, Jul 16, 2015 at 7:25 PM Shazron shaz...@gmail.com wrote: From the hangout today someone mentioned fixes that need to go out, 4.x was holding this back (and won't be ready at least not within the next 4

Re: Discuss Android plugin compatibility problem

2015-07-16 Thread Joe Bowser
Wait, yeah, plugin.xml does handle that. I was thinking config.xml. WTF? On Thu, Jul 16, 2015 at 9:21 PM Carlos Santana csantan...@gmail.com wrote: Steve plugin.xml already supports declaring gradle deps On Thu, Jul 16, 2015 at 1:29 PM Joe Bowser bows...@gmail.com wrote: Ideally Maven

Re: Discuss Android plugin compatibility problem

2015-07-16 Thread Carlos Santana
Steve plugin.xml already supports declaring gradle deps On Thu, Jul 16, 2015 at 1:29 PM Joe Bowser bows...@gmail.com wrote: Ideally Maven should handle all this shit, and it should be invisible. Our plugin system should not handle Java dependencies or any other platform dependencies, and we

[GitHub] cordova-windows pull request: Lock AppVeyor environment node versi...

2015-07-16 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-windows/pull/104#issuecomment-122119783 Are peeps okay with me merging this? I ran `npm test` locally with node v0.12 and all tests passed, not sure what the issue is with 0.12 and Appveyor.

[DISCUSS] cordova-ios 3.9.0 release

2015-07-16 Thread Shazron
From the hangout today someone mentioned fixes that need to go out, 4.x was holding this back (and won't be ready at least not within the next 4 wks). I'll be away for the next few weeks so I can't help out on this. I'd say branch off 3.8.x and cherry-pick commits in. Thoughts?

[GitHub] cordova-plugin-device pull request: Change UUID to use [UIDevice i...

2015-07-16 Thread tenfef
GitHub user tenfef opened a pull request: https://github.com/apache/cordova-plugin-device/pull/36 Change UUID to use [UIDevice identifierForVendor] instead of generating a UUID, just use the unique identifierForVendor for device which is valid since iOS 6.0 Since Cordova