[GitHub] cordova-plugin-file-transfer pull request: CB-6928 Wrong behaviour...

2015-11-09 Thread daserge
GitHub user daserge opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/112 CB-6928 Wrong behaviour transferring cacheable content Adds support of 304 handling for iOS, Windows and adds a corresponding test. [Jira

Re: Integrate binaries (apk / ipa) upload to stores into Cordova CLI

2015-11-09 Thread Maxime Alexandre
Thanks Connor for this script. It's "simpler" for iOS because you don't need to modify Cordova source files, whereas for Android, i need to change the gradle build file to integrate more instructions. I'll try your script and get back to you. -- Maxime On Mon, Nov 9, 2015 at 12:55 PM, Connor

RE: Native vs. File URIs

2015-11-09 Thread Richard Knoll
Does that mean that FILE_URI should exclusively be returning URIs that follow the cdvfile:// scheme? Currently we never return those (at least, not in Android). Is there anything else that can be defined as cross device? Thanks, Richard -Original Message- From: Jesse

[GitHub] cordova-docs pull request: Default value for required variables

2015-11-09 Thread stevengill
Github user stevengill commented on the pull request: https://github.com/apache/cordova-docs/pull/415#issuecomment-155257121 Just confirming that plugman already handles the default attribute on preference tags before I merge this in. --- If your project is set up for it, you can

Re: [DISCUSS] Proposal to Remove the Cordova iOS Native Whitelist

2015-11-09 Thread Shazron
Filed https://issues.apache.org/jira/browse/CB-9972 On Mon, Nov 9, 2015 at 5:18 PM, Carlos Santana wrote: > Shaz, >Got some feedback but so far nothing extreme to block your proposal. > > The only concerned was my comments around iOS8 and lower and it looks like > CSP

[GitHub] cordova-docs pull request: Update to plugin.md regarding Cordova-A...

2015-11-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/409 --- 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-windows pull request: CB-9828 Implements PlatformApi contr...

2015-11-09 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-windows/pull/132 CB-9828 Implements PlatformApi contract for WIndows platform You can merge this pull request into a Git repository by running: $ git pull

Re: Integrate binaries (apk / ipa) upload to stores into Cordova CLI

2015-11-09 Thread Tommy Williams
Agree. The actual submission is such a small part over the overall pain. There are plenty of places we could make the day to day development better for all platforms before submission. On 10 November 2015 at 06:43:42, Jesse (purplecabb...@gmail.com) wrote: Ultimately this is optimizing 1% of

[GitHub] cordova-coho pull request: tools release: removed npm rc publish s...

2015-11-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-coho/pull/104 --- 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-lib pull request: CB-9901 cordova plugin search opens in a...

2015-11-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/334 --- 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-coho pull request: tools release: removed npm rc publish s...

2015-11-09 Thread stevengill
GitHub user stevengill opened a pull request: https://github.com/apache/cordova-coho/pull/104 tools release: removed npm rc publish step You can merge this pull request into a Git repository by running: $ git pull https://github.com/stevengill/cordova-coho patch-41

Re: Native vs. File URIs

2015-11-09 Thread Jesse
FILE_URI is cross device, NATIVE_URL is device specific, and intended to be used when you need to know the REAL file path for something. @purplecabbage risingj.com On Mon, Nov 9, 2015 at 9:25 AM, Richard Knoll wrote: > Oh, so does it refer to the location rather than

[GitHub] cordova-lib pull request: path.parse only available on node 0.12+

2015-11-09 Thread apla
GitHub user apla opened a pull request: https://github.com/apache/cordova-lib/pull/340 path.parse only available on node 0.12+ You can merge this pull request into a Git repository by running: $ git pull https://github.com/apla/cordova-lib patch-1 Alternatively you can

[GitHub] cordova-docs pull request: Document and

2015-11-09 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-docs/pull/416 Document and .target-dir support on Windows As per the following changes: https://issues.apache.org/jira/browse/CB-9588 https://issues.apache.org/jira/browse/CB-8615 You can merge

Re: Integrate binaries (apk / ipa) upload to stores into Cordova CLI

2015-11-09 Thread Jesse
Again, not allowed by Apple, so I would rather not waste time with this. + The current implementation is probably not how we would want to extend our tooling. Shoe-horning a cli plugin into the runtime plugin definition is interesting, but fragile. Ultimately this is optimizing 1% of the process

[GitHub] cordova-docs pull request: Default value for required variables

2015-11-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/415 --- 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: Default value for required variables

2015-11-09 Thread stevengill
Github user stevengill commented on the pull request: https://github.com/apache/cordova-docs/pull/415#issuecomment-155320589 Awesome. Thanks for the commit! --- 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-docs pull request: Default value for required variables

2015-11-09 Thread mbektchiev
Github user mbektchiev commented on the pull request: https://github.com/apache/cordova-docs/pull/415#issuecomment-155318013 Here's the JIRA issue which added this support: https://issues.apache.org/jira/browse/CB-9162 --- If your project is set up for it, you can reply to this

[GitHub] cordova-lib pull request: CB-6698 Fix directory resolution of fram...

2015-11-09 Thread mbektchiev
Github user mbektchiev commented on the pull request: https://github.com/apache/cordova-lib/pull/289#issuecomment-155330596 Rebased on latest master and now tests pass. --- 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-ios pull request: CB-9827 Implement and expose PlatformApi...

2015-11-09 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-ios/pull/176#issuecomment-155028117 Re-based work on top of master and grouped all changes into two commits: 1. 6347263c80e4257506a77cece832c4c63c353145 contains implementation/changes 2.

[ANNOUNCE] Cordova Android 5.0.0 Released!

2015-11-09 Thread Steven Gill
Tweet: https://twitter.com/apachecordova/status/663835861079855104 Blog: http://cordova.apache.org/announcements/2015/11/09/cordova-android-5.0.0.html Thanks to everyone who helped with this! -Steve

[GitHub] cordova-plugin-file pull request: Fixed NullPointer Exception in A...

2015-11-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file/pull/119 --- 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-9883

2015-11-09 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-ios/pull/179 CB-9883 Also remove the wk-webview bridge as the plugin itself simply clobbers cordova.exec now. 1 Bridge! You shall not pass! You can merge this pull request into a Git repository

[GitHub] cordova-ios pull request: CB-9883

2015-11-09 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-ios/pull/180 CB-9883 Remove last remaining alternative bridge (wk-webview) The wk-webview plugin is now clobbering cordova.exec to provide it's own implementation. You can merge this pull

[GitHub] cordova-ios pull request: CB-9883

2015-11-09 Thread purplecabbage
Github user purplecabbage closed the pull request at: https://github.com/apache/cordova-ios/pull/179 --- 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

Re: Integrate binaries (apk / ipa) upload to stores into Cordova CLI

2015-11-09 Thread Maxime Alexandre
Hey! Thanks everyone for your answers. Just to be more precise, this upload command could, at first, only upload the binaries and not creating the whole process (meta, images, descriptions...) which is quite complex as we all know. So it should first focus on uploading a new binary to an existing

Re: Integrate binaries (apk / ipa) upload to stores into Cordova CLI

2015-11-09 Thread Connor Pearson
If you're interested, I created a proof of concept for iOS using deliver. https://github.com/cjpearson/cordova-package-upload It works as an after_build hook. If you add --upload to the build command, it will upload the ipa to the store. On Mon, Nov 9, 2015 at 5:09 AM, Maxime Alexandre <

[GitHub] cordova-ios pull request: CB-9883

2015-11-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/180 --- 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: [DISCUSS] Proposal to Remove the Cordova iOS Native Whitelist

2015-11-09 Thread Shazron
Any updates on your end Carlos? Anyone else have any concerns? I'm preparing a PR for review soon. On Wed, Nov 4, 2015 at 2:42 PM, Carlos Santana wrote: > currently evaluating with some other folks at work, will provide feedback > soon. > > On Tue, Nov 3, 2015 at 11:07 PM

Re: [DISCUSS] Proposal to Remove the Cordova iOS Native Whitelist

2015-11-09 Thread Carlos Santana
Shaz, Got some feedback but so far nothing extreme to block your proposal. The only concerned was my comments around iOS8 and lower and it looks like CSP is the level of security it will get and that's fine. +1 to move forward - Carlos @csantanapr > On Nov 9, 2015, at 8:13 PM, Shazron

Re: Native vs. File URIs

2015-11-09 Thread Shazron
For the Camera plugin, FILE_URI is a file:// URI and existed even before we created the file plugin's cdvfile:// cross-platform URI. We didn't change it for backwards compat reasons. On Mon, Nov 9, 2015 at 1:52 PM, Richard Knoll wrote: > Does that mean that FILE_URI should

[GitHub] cordova-ios pull request: CB-9883

2015-11-09 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/179#issuecomment-155253981 It's the Bridge of IFrame-Dûm! Good work Olórin of the Cabbages Purple --- If your project is set up for it, you can reply to this email and have your reply