[GitHub] cordova-lib pull request: CB-9560 Issue using plugin restore for p...

2015-08-26 Thread marcuspridham
GitHub user marcuspridham opened a pull request: https://github.com/apache/cordova-lib/pull/288 CB-9560 Issue using plugin restore for plugins with common dependencies Similar change to CB-9278. This change makes it so only one plugin is restored at a time. You can merge this

Re: [DISCUSS] CORDOVA AND LIVERELOAD

2015-08-26 Thread Brian LeRoux
also a -1 to core / most of the downstreams have livereload or hotreload baked into their respective frameworks On Wed, Aug 26, 2015 at 10:59 AM, Carlos Santana csantan...@gmail.com wrote: -1 to add to cordova-lib maybe to be a default plugin, but I'm with Jesse with this one lets not add

Re: [VOTE] 0.1.3 cordova-serve release

2015-08-26 Thread Jesse
+1 - verified signatures - ran cordova run browser - verified `cordova serve` command works My team is hiring! @purplecabbage risingj.com On Tue, Aug 25, 2015 at 8:08 AM, Sergey Grebnov (Akvelon) v-seg...@microsoft.com wrote: I vote +1: * Verified tags * Verified signatures * Manually

[GitHub] cordova-docs pull request: Integrated new search css and added sor...

2015-08-26 Thread riknoll
Github user riknoll closed the pull request at: https://github.com/apache/cordova-docs/pull/309 --- 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 Face to Face meeting

2015-08-26 Thread Martijn Walraven
Hi everyone, Yes, I did get the message! Thanks for reaching out and inviting me. It sounds like a great opportunity to meet the people around Cordova and to see where the project is going. I’m a new core developer at Meteor. I joined Meteor after developing Meteor iOS, a native client for

RE: [Discuss] BlackBerry Release

2015-08-26 Thread Tim Windsor
Tim here - I think the code is in good shape for release. I've tested with it in a few projects that have built successfully. I've got no more pull requests planned at this time. Tim Windsor Open Source Technical Lead - Devices -Original Message- From: Carlos Santana

[GitHub] cordova-plugin-splashscreen pull request: Add line to increase rea...

2015-08-26 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/58#issuecomment-135139770 Thanks Josh. Do you have a signed CLA on file? I didn't see you listed at https://people.apache.org/committer-index.html Please follow

Re: Cordova Face to Face meeting

2015-08-26 Thread Homer, Tony
Good news regarding Meteor! Slava Kim kindly passed our invitation on to the current maintainer of Meteor's Cordova integration, Martijn Walraven. Martijn is interested in hearing more about our upcoming Face to Face Meeting. I asked him to join the Cordova dev mailing list so that he could

[GitHub] cordova-android pull request: CB-9557 Fixes apk install failure wh...

2015-08-26 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/209#discussion_r38016661 --- Diff: bin/templates/cordova/lib/device.js --- @@ -96,10 +96,15 @@ module.exports.install = function(target, buildResults) {

Re: [DISCUSS] cordova-windows release

2015-08-26 Thread Carlos Santana
So your saying failing to build from CLI is not critical to stop the release? I'm OK not to stop the release, but still an issue filed a JIRA for the problem and see if it can be fixed in a subsequent release soon. Also to note in the blog post for the release that introduce a problem that

[GitHub] cordova-plugin-splashscreen pull request: Add line to increase leg...

2015-08-26 Thread joshbuchea
GitHub user joshbuchea opened a pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/58 Add line to increase legibility You can merge this pull request into a Git repository by running: $ git pull https://github.com/joshbuchea/cordova-plugin-splashscreen

[GitHub] cordova-plugin-camera pull request: Manual dismissal method for iO...

2015-08-26 Thread sarahgoldman
GitHub user sarahgoldman opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/117 Manual dismissal method for iOS I have added a new function called `dismiss` that allows one to dismiss any camera popover views and view controllers on iOS. I encountered a

[GitHub] cordova-osx pull request: @trivial - add cordova.platformId

2015-08-26 Thread tripodsan
GitHub user tripodsan opened a pull request: https://github.com/apache/cordova-osx/pull/19 @trivial - add cordova.platformId - quickly add platformId. should consider proper re-building cordova.js You can merge this pull request into a Git repository by running: $ git pull

RE: [DISCUSS] CORDOVA AND LIVERELOAD

2015-08-26 Thread Mefire O .
Also, to improve DISCOVERABILITY and EASE OF USE, I was thinking about making the LiveReload tooling part of the default Cordova experience by including the plugin in the default project template or by it being in cordova-lib ( depending on what architectural choice we make). It would only be

Re: [DISCUSS] CORDOVA AND LIVERELOAD

2015-08-26 Thread Jesse
Personally, I would rather we didn't force it thru. We don't include cordova-plugin-console which is a huge ease-of-use improvement, and it is tiny, and more arguably should be built in. If we get through a few versions, and it proves popular, and is working well, I may change my mind, but I would

Re: [DISCUSS] CORDOVA AND LIVERELOAD

2015-08-26 Thread Carlos Santana
-1 to add to cordova-lib maybe to be a default plugin, but I'm with Jesse with this one lets not add yet and lets be agile and iterate based on community feedback, there might be other better way to add the plugin than the default template (i.e. cordova tool add livereload, etc..) lets see how

Re: [DISCUSS] cordova-windows release

2015-08-26 Thread vldmrrr
I finally tried running mobilespec on my system, it fails with the same error when building from command line for windows10, BUT when I tried building from VS IDE, it builds fine, and does pass app cert kit. Same goes about my test hello app. Good enough as far as I am concerned On 8/23/2015

[GitHub] cordova-android pull request: CB-9557 Fixes apk install failure wh...

2015-08-26 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/209#discussion_r37999874 --- Diff: bin/templates/cordova/lib/device.js --- @@ -96,10 +96,15 @@ module.exports.install = function(target, buildResults) {

[GitHub] cordova-docs pull request: add ionic logo and description

2015-08-26 Thread mhartington
GitHub user mhartington opened a pull request: https://github.com/apache/cordova-docs/pull/313 add ionic logo and description You can merge this pull request into a Git repository by running: $ git pull https://github.com/mhartington/cordova-docs cordova-website

[GitHub] cordova-android pull request: CB-9557 Fixes apk install failure wh...

2015-08-26 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/209#discussion_r38036422 --- Diff: bin/templates/cordova/lib/device.js --- @@ -96,10 +96,15 @@ module.exports.install = function(target, buildResults) {

Re: file transfer test failures on Android

2015-08-26 Thread Joe Bowser
Actually, I'm OK with either. We should be replacing all control characters though. On Wed, Aug 26, 2015 at 2:40 PM Joe Bowser bows...@gmail.com wrote: It should be an empty string. On Wed, Aug 26, 2015 at 2:13 PM Alexander Sorokin (Akvelon) v-als...@microsoft.com wrote: Hi guys, I

Re: Cordova Face to Face meeting

2015-08-26 Thread Steven Gill
We haven't started an agenda yet but we should. Are we doing the 3 days? Very rough agenda I just started at https://docs.google.com/document/d/16b3IrjQOBrBdiuphTEUCe8yI49IHQ_uFAlJOCMUPER8/edit. Please add to it :) On Wed, Aug 26, 2015 at 1:12 PM, Martijn Walraven martijnwalra...@meteor.com

[GitHub] cordova-plugin-file-transfer pull request: CB-9562 Fixed incorrect...

2015-08-26 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/99 CB-9562 Fixed incorrect headers handling on Android https://issues.apache.org/jira/browse/CB-9562 You can merge this pull request into a Git repository by running: $ git

[GitHub] cordova-docs pull request: add ionic logo and description

2015-08-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/313 --- 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-docs pull request: add ionic logo and description

2015-08-26 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-docs/pull/313#issuecomment-135197232 Merged. Thanks for the addition! --- 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: file transfer test failures on Android

2015-08-26 Thread Joe Bowser
It should be an empty string. On Wed, Aug 26, 2015 at 2:13 PM Alexander Sorokin (Akvelon) v-als...@microsoft.com wrote: Hi guys, I think there is a regression in file transfer plugin (two tests are failing on Android):

Re: Cordova Face to Face meeting

2015-08-26 Thread Shazron
I second Wed Oct 14 and Thurs Oct 15. Fri Oct16 can be the travel day back (or whatever) then its the weekend! On Wed, Aug 26, 2015 at 1:30 PM, Parashuram N panar...@microsoft.com wrote: I think we should do 2 days. How about we just pick 14 and 15 and fill the agenda for that? -Original

[GitHub] cordova-osx pull request: @trivial - add cordova.platformId

2015-08-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-osx/pull/19 --- 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

file transfer test failures on Android

2015-08-26 Thread Alexander Sorokin (Akvelon)
Hi guys, I think there is a regression in file transfer plugin (two tests are failing on Android): https://ci.apache.org/builders/cordova-android-win/builds/261/steps/getting-test-results/logs/stdio This is caused by latest commit:

Re: WKWebView and iOS 9

2015-08-26 Thread Carlos Santana
+1 - Carlos Sent from my iPhone On Aug 26, 2015, at 1:48 AM, julio cesar sanchez jcesarmob...@gmail.com wrote: +1 2015-08-26 7:39 GMT+02:00 tommy-carlos williams to...@devgeeks.org: +1 On 26 August 2015 at 07:20:18, Shazron (shaz...@gmail.com) wrote: I'm going to move onto

[GitHub] cordova-plugin-file pull request: Cb 9544

2015-08-26 Thread tripodsan
GitHub user tripodsan opened a pull request: https://github.com/apache/cordova-plugin-file/pull/130 Cb 9544 This PR implements the file plugin for OSX. You can merge this pull request into a Git repository by running: $ git pull https://github.com/tripodsan/cordova-plugin-file

[GitHub] cordova-lib pull request: Fixed usage of npm plugins on Ubuntu Pho...

2015-08-26 Thread tsschaffert
GitHub user tsschaffert opened a pull request: https://github.com/apache/cordova-lib/pull/286 Fixed usage of npm plugins on Ubuntu Phone Plugins with an id in the form of cordova-plugin-name could not be added to the ubuntu platform. Quick and dirty fix to avoid this problem, maybe

Re: Cordova-lib refactoring implementation

2015-08-26 Thread Anis KADRI
Do it! On Tue, Aug 25, 2015 at 5:09 PM Vladimir Kotikov (Akvelon) v-vlk...@microsoft.com wrote: Hey, guys. The PRs has been reviewed by Mark and Sergey. If nobody has any objections, I would like to merge this in tomorrow. Best regards, Vladimir. -Original

[GitHub] cordova-lib pull request: CB-9556 Don't uninstall dependent plugin...

2015-08-26 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-lib/pull/287 CB-9556 Don't uninstall dependent plugin if it was installed as a top-level after You can merge this pull request into a Git repository by running: $ git pull

Re: [Discuss] BlackBerry Release

2015-08-26 Thread Bryan Higgins
Steve - thanks! I'll let you know if I hit any roadblocks. Carlos - I wish I could justify the expense! It would have been great to catch up with everyone but I'm working on non-Cordova related projects these days. On Tue, Aug 25, 2015 at 4:24 PM, Carlos Santana csantan...@gmail.com wrote: Hey

Re: Bing maps in a cordova app

2015-08-26 Thread julio cesar sanchez
This list is for cordova development itself, not for development questions using cordova, let's follow this on the question that you already asked on stackoverflow http://stackoverflow.com/questions/32201268/bing-maps-on-cordova 2015-08-25 13:32 GMT+02:00 Aparna Chinya Ramachandra

Re: [Discuss] BlackBerry Release

2015-08-26 Thread Carlos Santana
Brian nice to hear from you. I completely understand, I'm not 100% still waiting on finance division to see if they will approve the expense. - Carlos Sent from my iPhone On Aug 26, 2015, at 8:31 AM, Bryan Higgins br...@bryanhiggins.net wrote: Steve - thanks! I'll let you know if I hit

Re: [iOS] proposed major whitelist change

2015-08-26 Thread Tommy-Carlos Williams
+1 from me. On 26 Aug 2015, at 23:13, Shazron shaz...@gmail.com wrote: Any objections or further feedback? If not I will move on to what we seem to have consensus about: If there are no access entries, then network requests are wide open (wildcard * default) and security is handled

[GitHub] cordova-android pull request: CB-9557 Fixes apk install failure wh...

2015-08-26 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-android/pull/209 CB-9557 Fixes apk install failure when switching from debug to release build This fixes [CB-9557](https://issues.apache.org/jira/browse/CB-9557) and probably

[GitHub] cordova-ios pull request: CB-9558 Blob schemes won't load in ifram...

2015-08-26 Thread voliva
GitHub user voliva opened a pull request: https://github.com/apache/cordova-ios/pull/156 CB-9558 Blob schemes won't load in iframes Blob schemes won't load in iframes, even though blob:* is whitelisted. This is needed for special cases, like when using an epub reader

[DISCUSS] Docs release

2015-08-26 Thread Andrey Kurdumov
We release the tools 5.2.0, but now release for the docs. Maybe it's time to release new docs. If I remember correctly we decide that docs released together with tools. Could help with release, but don't see any docs on that.

[GitHub] cordova-ios pull request: CB-9558 Blob schemes won't load in ifram...

2015-08-26 Thread voliva
Github user voliva commented on the pull request: https://github.com/apache/cordova-ios/pull/155#issuecomment-135031232 Sorry, it's to be merged into 3.9.x branch. --- 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

Re: [iOS] proposed major whitelist change

2015-08-26 Thread Carlos Santana
+1 But we need better docs to explain the differences between legacy-whitelist and whitelist And more detailed explanation on how to create a proper config.xml that works across the board for ios and android. What about windows? Also to look on how to have a good config.xml in hello-world

Re: [iOS] proposed major whitelist change

2015-08-26 Thread Kerri Shotts
+1; sounds like a good change to me! :) Kerri Shotts , photoKandy Studios LLC http://www.photokandy.com/ • @photokandy → CONFIDENTIAL ← This email and any attachments may be confidential. If you are not the intended recipient, please let us know by replying to this message, and then remove

Re: WKWebView and iOS 9

2015-08-26 Thread Kerri Shotts
No objections at all. :) Kerri Shotts , photoKandy Studios LLC http://www.photokandy.com/ • @photokandy → CONFIDENTIAL ← This email and any attachments may be confidential. If you are not the intended recipient, please let us know by replying to this message, and then remove the message

RE: [GitHub] cordova-lib pull request: Adds implementation for PlatformApiPoly ...

2015-08-26 Thread Vladimir Kotikov (Akvelon)
Sure, Jesse. Best regards, Vladimir. -Original Message- From: Jesse [mailto:purplecabb...@gmail.com] Sent: Wednesday, August 26, 2015 3:58 AM To: dev@cordova.apache.org Subject: Re: [GitHub] cordova-lib pull request: Adds implementation for PlatformApiPoly ... This looks great, but I

Re: [iOS] proposed major whitelist change

2015-08-26 Thread Shazron
Any objections or further feedback? If not I will move on to what we seem to have consensus about: If there are no access entries, then network requests are wide open (wildcard * default) and security is handled via CSP. We would recommend no access entries to be used, users should use CSP. On

[GitHub] cordova-ios pull request: CB-9558 Blob schemes won't load in ifram...

2015-08-26 Thread voliva
GitHub user voliva opened a pull request: https://github.com/apache/cordova-ios/pull/155 CB-9558 Blob schemes won't load in iframes Blob schemes won't load in iframes, even though blob:* is whitelisted. This is needed for special cases, like when using an epub reader

[GitHub] cordova-ios pull request: CB-9558 Blob schemes won't load in ifram...

2015-08-26 Thread voliva
Github user voliva closed the pull request at: https://github.com/apache/cordova-ios/pull/155 --- 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-plugin-file-transfer pull request: CB-9562 Fixed incorrect...

2015-08-26 Thread infil00p
Github user infil00p commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/99#issuecomment-135206061 https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;a=commit;h=2b31723708256c08c5209308eb6ccfb03e2ab990 --- If your

[GitHub] cordova-plugin-file-transfer pull request: CB-9562 Fixed incorrect...

2015-08-26 Thread infil00p
Github user infil00p commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/99#issuecomment-135205895 Oops. I forgot to do the comment to close this when I merged it. Can you please do this? --- If your project is set up for it, you can reply

[GitHub] cordova-plugin-file pull request: Cb 9544

2015-08-26 Thread tripodsan
Github user tripodsan commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/130#issuecomment-135215864 thanks. there is a last change regarding the location of the applicationDirectory. this needs to point to the resource path of the application, so that

RE: [VOTE] 0.1.3 cordova-serve release

2015-08-26 Thread Tim Barham
Thanks all. The vote has now closed. The results are: Positive Binding Votes: 4 Tim Barham Sergey Grebnov Jesse MacFadyen Carlos Santana The vote has passed. I will publish it to dist and set it as latest on npm. We'll reference the changes in the blog post for the next tools release.

RE: [VOTE] Windows 4.1.0 release

2015-08-26 Thread Tim Barham
Rob is OOF, so I'll take over getting this out. The vote has now closed. The results are: Positive Binding Votes: 4 Rob Paveza Jesse MacFadyen Tim Barham The vote has passed. I will publish it to dist and npm. -Original Message- From: Tim Barham [mailto:tim.bar...@microsoft.com]

[DISCUSS] Tools Release?

2015-08-26 Thread Steven Gill
How do people feel about a patch tools release including the recently released platforms (windows, browser) + early support for osx + updated cordova-serve. It would be nice to get this out before we add the new platform api polyfill PR which is slated to get merged end of this week.

Re: [DISCUSS] Tools Release?

2015-08-26 Thread Jesse
+1 On Aug 26, 2015, at 6:14 PM, Carlos Santana csantan...@gmail.com wrote: Yep makes sense to cut a release before that PR hits master On Wed, Aug 26, 2015 at 9:11 PM Carlos Santana csantan...@gmail.com wrote: +1 On Wed, Aug 26, 2015 at 8:47 PM Steven Gill stevengil...@gmail.com

RE: [DISCUSS] Tools Release?

2015-08-26 Thread Nikhil Khandelwal
+1. Not sure if it will be a patch release as it does ship new platforms along with it and it could be considered a major bump because of that. -Nikhil -Original Message- From: Jesse [mailto:purplecabb...@gmail.com] Sent: Wednesday, August 26, 2015 6:17 PM To: dev@cordova.apache.org

[GitHub] cordova-plugin-file pull request: Cb 9544

2015-08-26 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/130#issuecomment-135200565 Merged in, but did not auto-close, so if you can close this that would be great. --- If your project is set up for it, you can reply to this email and

Re: [DISCUSS] Tools Release?

2015-08-26 Thread Carlos Santana
Yep makes sense to cut a release before that PR hits master On Wed, Aug 26, 2015 at 9:11 PM Carlos Santana csantan...@gmail.com wrote: +1 On Wed, Aug 26, 2015 at 8:47 PM Steven Gill stevengil...@gmail.com wrote: How do people feel about a patch tools release including the recently released

Re: [VOTE] 0.1.3 cordova-serve release

2015-08-26 Thread Carlos Santana
+1 - verify signatures - verify tags - recreated archive and compare contents - review commits for cordoba-serve - tested `cordova serve` with ios, android, and browser On Wed, Aug 26, 2015 at 2:48 PM Jesse purplecabb...@gmail.com wrote: +1 - verified signatures - ran cordova run browser

Re: [DISCUSS] Tools Release?

2015-08-26 Thread Carlos Santana
+1 On Wed, Aug 26, 2015 at 8:47 PM Steven Gill stevengil...@gmail.com wrote: How do people feel about a patch tools release including the recently released platforms (windows, browser) + early support for osx + updated cordova-serve. It would be nice to get this out before we add the new

[GitHub] cordova-lib pull request: CB-9560 Issue using plugin restore for p...

2015-08-26 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/288#issuecomment-135300595 @omefire to review --- 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

RE: [DISCUSS] cordova-windows release

2015-08-26 Thread Nikhil Khandelwal
+1 to filing a JIRA for this with repro steps. We should address this in the next release. Vldmrrr is there already a JIRA for this? -Nikhil -Original Message- From: Carlos Santana [mailto:csantan...@gmail.com] Sent: Wednesday, August 26, 2015 10:54 AM To: dev@cordova.apache.org; Rob

RE: [VOTE] Windows 4.1.0 release

2015-08-26 Thread Tim Barham
Oops... Sorry for apparently counting one of us as 2 people. There were, of course, actually 3 positive binding votes. -Original Message- From: Tim Barham [mailto:tim.bar...@microsoft.com] Sent: Thursday, August 27, 2015 10:33 AM To: dev@cordova.apache.org Subject: RE: [VOTE] Windows