Re: [DISCUSS] Plugins release

2018-01-15 Thread Simon MacDonald
So far we have: cordova-plugin-file-transfer cordova-plugin-media cordova-plugin-camera cordova-plugin-splashscreen Anyone else? Simon Mac Donald http://simonmacdonald.com On Mon, Jan 15, 2018 at 5:32 PM, julio cesar sanchez wrote: > I updated splashscreen plugin for iPhone X, so we can rele

Nightly build #603 for cordova has succeeded!

2018-01-15 Thread Apache Jenkins Server
Nightly build #603 for cordova has succeeded! The latest nightly has been published and you can try it out with 'npm i -g cordova@nightly' For details check build console at https://builds.apache.org/job/cordova-nightly/603/consoleFull - Jenkins for Apache Cordova -

Re: Linux Platform Integration Alpha (Api.js etc)

2018-01-15 Thread Shazron
3. Promises, ugh. Try reject OR throw, not both. https://github.com/psychogenic/cordova-linux/blob/69a4dc92cae54e86761ad286c38710df8693b244/src/cordova/Api.js#L256 reject does not terminate the execution, it will still throw after the reject here... 4. "cordova clean -> Cleanup project from build

Re: Linux Platform Integration Alpha (Api.js etc)

2018-01-15 Thread Pat Deegan
Hi, First off, thanks for the answers. On 2018-01-15 08:25 PM, Shazron wrote: > 1. Core platforms get the reserved names. Third-party platforms are named > after what I presume is their repo name (not 100% sure on that last part). Ok, cool--I can wait for a nice reserved name, down the road. >

Re: Linux Platform Integration Alpha (Api.js etc)

2018-01-15 Thread Shazron
1. Core platforms get the reserved names. Third-party platforms are named after what I presume is their repo name (not 100% sure on that last part). 2. I would check out a platform example, i.e. 'ios': - https://github.com/apache/cordova-ios/blob/8edd13aaee16d6996a4560a74d17798437b42c6f/bin/te

Re: [DISCUSS] Plugins release

2018-01-15 Thread julio cesar sanchez
I updated splashscreen plugin for iPhone X, so we can release it too. 2018-01-15 22:35 GMT+01:00 Joe Bowser : > That's good for another release. I still need to look at a fix for camera > for Android 8.0, but I'm fine with doing another release later. > > On Mon, Jan 15, 2018 at 12:47 PM, Simon

Re: [DISCUSS] Plugins release

2018-01-15 Thread Joe Bowser
That's good for another release. I still need to look at a fix for camera for Android 8.0, but I'm fine with doing another release later. On Mon, Jan 15, 2018 at 12:47 PM, Simon MacDonald wrote: > Hey all, > > I'd like to spin up a new plugins release soon. Even though the file > transfer plugi

[DISCUSS] Plugins release

2018-01-15 Thread Simon MacDonald
Hey all, I'd like to spin up a new plugins release soon. Even though the file transfer plugin has been deprecated there is an issue with the file dependency it uses which makes it hard for folks to upgrade other plugins in their app. That is if they are still using file transfer they are stuck wit