[jira] [Updated] (CB-13501) Update cordova repos to also use node 8

2017-11-06 Thread Audrey So (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-13501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Audrey So updated CB-13501:
---
Issue Type: Improvement  (was: Bug)

> Update cordova repos to also use node 8
> ---
>
> Key: CB-13501
> URL: https://issues.apache.org/jira/browse/CB-13501
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli, cordova-common, cordova-fetch, cordova-serve
>Affects Versions: cordova@7.1.0
>Reporter: Audrey So
>
> Update cordova repos to also use node 8



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13540) cordova-fetch npm install --production clobbers node_modules, causes workflow issues

2017-11-06 Thread Audrey So (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16240614#comment-16240614
 ] 

Audrey So commented on CB-13540:


Hi! I have been trying to reproduce your issue, but haven't been able to so 
far. What version of npm/node are you using? (npm -v, node -v). If you are able 
to find steps to reproduce, please let me know. Thanks so much!

> cordova-fetch npm install --production clobbers node_modules, causes workflow 
> issues
> 
>
> Key: CB-13540
> URL: https://issues.apache.org/jira/browse/CB-13540
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-fetch
>Reporter: Alex Matchneer
>Priority: Minor
>  Labels: fetch, node_modules, npm
>
> I have tried and failed to provide a reproduction of this issue and have 
> hence written/deleted/rewritten this issue many times without submitting, but 
> now I'm going to just submit it, hope for feedback, and continue to try and 
> reproduce:
> Basically, since this issue (https://issues.apache.org/jira/browse/CB-13303), 
> cordova-fetch uses the `--production` flag with `npm install`, which tells 
> npm not to install any "devDependencies". 
> This seems like a sound approach, but for reasons that I can't reliably 
> reproduced/put my finger on, it seems like this flag is also aggressively 
> removing packages from `node_modules`, causing the following workflow issues:
> In my cordova project, I've added `cordova` as a dependency to package.json 
> and encourage my teammates to use `./node_modules/.bin/cordova` rather than 
> some globally installed `cordova` executable so that all dependencies are 
> locked down and we don't have to fight the dependency hell of global CLI 
> dependencies + local package.json dependencies.
> Now, when I freshly clone a repo, do an npm install, and then run 
> `./node_modules/.bin/cordova prepare`, it will non-deterministically fail 
> with the following output:
> {code}
> Discovered platform "ios@^4.5.3" in config.xml or package.json. Adding it to 
> the project
> Using cordova-fetch for cordova-ios@^4.5.3
> Error: Failed to fetch platform cordova-ios@^4.5.3
> Probably this is either a connection problem, or platform spec is incorrect.
> Check your connection and platform name/version/URL.
> Failed to get absolute path to installed module
> Error: No platforms added to this project. Please use `cordova platform add 
> `.
> {code}
> And when I look at node_modules, most of my dependencies have been deleted, 
> and in particular, there's no more `node_modules/.bin/cordova` executable.
> My best guess is that the `npm install --production --no-save` that 
> cordova-fetch internally does is nuking a bunch of dependencies considering 
> "non-production", including the cli folder itself. The remedy is to use a 
> globally installed cordova CLI executable, which somehow avoids these issues.
> Both my local and global cordova executables are 7.7.4.
> I will continue to try and provide a consistent reproduction of this issue; 
> I've tried and failed many times and I'm starting to pull my hair out. I just 
> wanted to officially post this issue in case other people have seen it, have 
> advice, or have had better luck reproducing.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread Steve Gill (JIRA)
Steve Gill created CB-13542:
---

 Summary: Plugins Release, Mon Nov 06 2017
 Key: CB-13542
 URL: https://issues.apache.org/jira/browse/CB-13542
 Project: Apache Cordova
  Issue Type: Task
  Components: AllPlugins
Reporter: Steve Gill
Assignee: Steve Gill


Following steps at 
https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12886) white area where status bar is in iOS 11

2017-11-06 Thread jerome (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16240055#comment-16240055
 ] 

jerome commented on CB-12886:
-

Hi,
I updated to iOS 4.5.3 but same issue.

If I understand, a solution will be to use WKWebView instead of UIWebView ?

So I try to add the WKWebView plugin but when I launch the app I have this 
white screen.
!https://c1.staticflickr.com/5/4573/26432694949_da7d870ae3_c.jpg!

Any help will be appreciated, I need to publish my apps ASAP ;)

Thx

> white area where status bar is in iOS 11
> 
>
> Key: CB-12886
> URL: https://issues.apache.org/jira/browse/CB-12886
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: backlog, ios11
> Fix For: cordova-ios@5.0.0
>
> Attachments: ios11.png, screenshot-1.png, screenshot-2.png, 
> screenshot-3.png
>
>
> See attached screenshot. Using WKWebView plugin, new app.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-13538) Globalization plugin on Android returns wrong DST

2017-11-06 Thread Carlo Gi (JIRA)
Carlo Gi created CB-13538:
-

 Summary: Globalization plugin on Android returns wrong DST
 Key: CB-13538
 URL: https://issues.apache.org/jira/browse/CB-13538
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-globalization
Affects Versions: 6.4.0
 Environment: Android 6 and 7, running a IONIC / Cordova APP.
Reporter: Carlo Gi
Priority: Minor


It seems like the globalization plugin is reporting a wrong Daylight Saving 
Time data.
Example:
today is 6 november 2017. In Paris there is GMT+1 TimeZone and Daylight Saving 
time is disabled (switched off, on sunday 29 october 2017).
The plugin instead of returning the following data:
utc_offset: 3600 
dst_offset: 0
is returning this data:
utc_offset: 3600 
dst_offset: 3600

On IOS it is working as expected:
utc_offset: 3600 
dst_offset: 0
(btw: on IOS there is a different issue when DST is active. Maybe will be 
discussed on another issue).

Anybody knows this issue and working on it?
Thankyou
Carlo




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-13273) Webview is sized incorrectly on iPhone X (Simulator)

2017-11-06 Thread WATER1350 (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16239843#comment-16239843
 ] 

WATER1350 edited comment on CB-13273 at 11/6/17 9:54 AM:
-

I find that if I use WKWebView with "viewport-fit=cover" and 
body : {height:100%}, the height of body still can not reach the bottom of 
iPhone X and is equal to the height of safeArea, However, the background-color 
can cover the fullscreen.
https://ue.qzone.qq.com/touch/proj-qzone-app/test.html
I load this page in a fullscreen WKWebView.


was (Author: water1350):
I find that if I use WKWebView with "viewport-fit=cover" and 
body : {height:100%}, the height of body still can not reach the bottom of 
iPhone X and is equal to the height of safeArea, However, the background-color 
can cover the fullscreen.

> Webview is sized incorrectly on iPhone X (Simulator)
> 
>
> Key: CB-13273
> URL: https://issues.apache.org/jira/browse/CB-13273
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
> Environment: Xcode 9.0 (9A235)
> Simulator 10.0 (SimulatorApp-829.6) - iPhone X
>Reporter: Dave Alden
>Assignee: Shazron Abdullah
>  Labels: iPhoneX, ios11
> Attachments: Simulator Screen Shot - iPhone X - 2017-09-14 at 
> 15.52.54.png, Simulator Screen Shot - iPhone X - 2017-09-15 at 09.20.48.png, 
> Simulator Screen Shot - iPhone X - 2017-09-19 at 11.29.00.png, fig1.png, 
> fig2.png, webview-test.zip
>
>
> New app with cordova-ios@4.5.0 (using default UIWebView) running on iPhone X 
> Simulator does not size correctly, leaving black areas above and below the 
> app content and white bars between the black areas and app content.
> Adding cordova-plugin-wkwebview-engine so Cordova uses WKWebView, white bars 
> go away, but the black areas remain:
> !https://cdn.pbrd.co/images/GKeaEPg.png|height=640! 
> !https://cdn.pbrd.co/images/GKeaWwK.png|height=640!
> Setting 
> {code:html}viewport-fit=cover{code}
> fixes the white bar issue with UIWebView, as outlined here 
> [http://stephenradford.me/removing-the-white-bars-in-safari-on-iphone-x/], 
> but the black areas remain:
> [^Simulator Screen Shot - iPhone X - 2017-09-14 at 15.52.54.png]
> Attached Cordova project illustrates the issue.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Issue Comment Deleted] (CB-13544) Can't install plugin. Your android platform does not have Api.js

2017-11-06 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-13544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser updated CB-13544:

Comment: was deleted

(was: If you're using the Cordova CLI, use cordova plugin add )

> Can't install plugin. Your android platform does not have Api.js
> 
>
> Key: CB-13544
> URL: https://issues.apache.org/jira/browse/CB-13544
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-plugman
>Affects Versions: 6.3.0
> Environment: Node: v8.9.0
> NPM: 5.5.1
> Cordova: 7.1.0
> Plugman: 1.5.1
> cordova-android: 6.3.0
>Reporter: Diego Rubio
>Assignee: Joe Bowser
>  Labels: api.js, cordova-android-osx
>
> I'm trying to create an Android/iOS plugin but while trying Cordova is 
> throwing an error. Here are the steps I follow:
> ---
> plugman create --name myplugin --plugin_id org.nov.myplugin --plugin_version 
> 0.0.1
> cd myplugin
> plugman platform add --platform_name android
> cd ..
> cordova create myapp && cd myapp
> cordova platform add android@latest
> cd ..
> plugman install --platform android --project ./myapp --plugin ./myplugin
> -
> And this is the output:
> -
> Creating a new cordova project.
> Using cordova-fetch for cordova-android@latest
> Adding android project...
> Creating Cordova project for the Android platform:
>   Path: platforms/android
>   Package: io.cordova.hellocordova
>   Name: HelloCordova
>   Activity: MainActivity
>   Android target: android-26
> Subproject Path: CordovaLib
> Android project created with cordova-android@6.3.0
> Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the 
> project
> Installing "cordova-plugin-whitelist" for android
>This plugin is only applicable for versions of cordova-android 
> greater than 4.0. If you have a previous platform version, you do *not* need 
> this plugin since the whitelist will be built in.
>   
> Adding cordova-plugin-whitelist to package.json
> Saved plugin info for "cordova-plugin-whitelist" to config.xml
> --save flag or autosave detected
> Saving android@latest into config.xml file ...
> Installing "org.nov.myplugin" for android
> Unable to load PlatformApi from platform. Error: Cannot find module 
> '/Users/diego/cordovaplayground/myapp/cordova/Api.js'
> The platform "android" does not appear to be a valid cordova platform. It is 
> missing API.js. android not supported.
> Failed to install 'org.nov.myplugin': Error: Your android platform does not 
> have Api.js
> at Object.getPlatformApiFunction 
> (/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/cordova/util.js:514:19)
> at Object.getPlatformApi 
> (/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/platforms/platforms.js:55:25)
> at handleInstall 
> (/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/plugman/install.js:593:29)
> at 
> /usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/plugman/install.js:364:24
> at _fulfilled 
> (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:787:54)
> at self.promiseDispatch.done 
> (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:816:30)
> at Promise.promise.promiseDispatch 
> (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:749:13)
> at /usr/local/lib/node_modules/plugman/node_modules/q/q.js:557:44
> at flush (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:108:17)
> at _combinedTickCallback (internal/process/next_tick.js:131:7)
> Your android platform does not have Api.js
> -
> Any help would be appreciated, thanks!.
> *Edit*: removed formatting.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13544) Can't install plugin. Your android platform does not have Api.js

2017-11-06 Thread Joe Bowser (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16240893#comment-16240893
 ] 

Joe Bowser commented on CB-13544:
-

It looks like you're using the Cordova CLI, use the cordova plugin add command 
instead of plugman.  plugman is for standalone projects only.

> Can't install plugin. Your android platform does not have Api.js
> 
>
> Key: CB-13544
> URL: https://issues.apache.org/jira/browse/CB-13544
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-plugman
>Affects Versions: 6.3.0
> Environment: Node: v8.9.0
> NPM: 5.5.1
> Cordova: 7.1.0
> Plugman: 1.5.1
> cordova-android: 6.3.0
>Reporter: Diego Rubio
>Assignee: Joe Bowser
>  Labels: api.js, cordova-android-osx
>
> I'm trying to create an Android/iOS plugin but while trying Cordova is 
> throwing an error. Here are the steps I follow:
> ---
> plugman create --name myplugin --plugin_id org.nov.myplugin --plugin_version 
> 0.0.1
> cd myplugin
> plugman platform add --platform_name android
> cd ..
> cordova create myapp && cd myapp
> cordova platform add android@latest
> cd ..
> plugman install --platform android --project ./myapp --plugin ./myplugin
> -
> And this is the output:
> -
> Creating a new cordova project.
> Using cordova-fetch for cordova-android@latest
> Adding android project...
> Creating Cordova project for the Android platform:
>   Path: platforms/android
>   Package: io.cordova.hellocordova
>   Name: HelloCordova
>   Activity: MainActivity
>   Android target: android-26
> Subproject Path: CordovaLib
> Android project created with cordova-android@6.3.0
> Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the 
> project
> Installing "cordova-plugin-whitelist" for android
>This plugin is only applicable for versions of cordova-android 
> greater than 4.0. If you have a previous platform version, you do *not* need 
> this plugin since the whitelist will be built in.
>   
> Adding cordova-plugin-whitelist to package.json
> Saved plugin info for "cordova-plugin-whitelist" to config.xml
> --save flag or autosave detected
> Saving android@latest into config.xml file ...
> Installing "org.nov.myplugin" for android
> Unable to load PlatformApi from platform. Error: Cannot find module 
> '/Users/diego/cordovaplayground/myapp/cordova/Api.js'
> The platform "android" does not appear to be a valid cordova platform. It is 
> missing API.js. android not supported.
> Failed to install 'org.nov.myplugin': Error: Your android platform does not 
> have Api.js
> at Object.getPlatformApiFunction 
> (/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/cordova/util.js:514:19)
> at Object.getPlatformApi 
> (/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/platforms/platforms.js:55:25)
> at handleInstall 
> (/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/plugman/install.js:593:29)
> at 
> /usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/plugman/install.js:364:24
> at _fulfilled 
> (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:787:54)
> at self.promiseDispatch.done 
> (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:816:30)
> at Promise.promise.promiseDispatch 
> (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:749:13)
> at /usr/local/lib/node_modules/plugman/node_modules/q/q.js:557:44
> at flush (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:108:17)
> at _combinedTickCallback (internal/process/next_tick.js:131:7)
> Your android platform does not have Api.js
> -
> Any help would be appreciated, thanks!.
> *Edit*: removed formatting.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-13544) Can't install plugin. Your android platform does not have Api.js

2017-11-06 Thread Diego Rubio (JIRA)
Diego Rubio created CB-13544:


 Summary: Can't install plugin. Your android platform does not have 
Api.js
 Key: CB-13544
 URL: https://issues.apache.org/jira/browse/CB-13544
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-android
Affects Versions: 6.3.0
 Environment: Node: v8.9.0
NPM: 5.5.1
Cordova: 7.1.0
Plugman: 1.5.1
cordova-android: 6.3.0
Reporter: Diego Rubio
Assignee: Joe Bowser


I'm trying to create an Android/iOS plugin but while trying Cordova is throwing 
an error. Here are the steps I follow:

{{plugman create --name myplugin --plugin_id org.nov.myplugin --plugin_version 
0.0.1
cd myplugin
plugman platform add --platform_name android

cd ..
cordova create myapp && cd myapp
cordova platform add android@latest

cd ..
plugman install --platform android --project ./myapp --plugin ./myplugin}}

And this is the output:

{{Creating a new cordova project.
Using cordova-fetch for cordova-android@latest
Adding android project...
Creating Cordova project for the Android platform:
Path: platforms/android
Package: io.cordova.hellocordova
Name: HelloCordova
Activity: MainActivity
Android target: android-26
Subproject Path: CordovaLib
Android project created with cordova-android@6.3.0
Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the 
project
Installing "cordova-plugin-whitelist" for android

   This plugin is only applicable for versions of cordova-android 
greater than 4.0. If you have a previous platform version, you do *not* need 
this plugin since the whitelist will be built in.
  
Adding cordova-plugin-whitelist to package.json
Saved plugin info for "cordova-plugin-whitelist" to config.xml
--save flag or autosave detected
Saving android@latest into config.xml file ...
Installing "org.nov.myplugin" for android
Unable to load PlatformApi from platform. Error: Cannot find module 
'/Users/diego/cordovaplayground/myapp/cordova/Api.js'
The platform "android" does not appear to be a valid cordova platform. It is 
missing API.js. android not supported.
Failed to install 'org.nov.myplugin': Error: Your android platform does not 
have Api.js
at Object.getPlatformApiFunction 
(/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/cordova/util.js:514:19)
at Object.getPlatformApi 
(/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/platforms/platforms.js:55:25)
at handleInstall 
(/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/plugman/install.js:593:29)
at 
/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/plugman/install.js:364:24
at _fulfilled 
(/usr/local/lib/node_modules/plugman/node_modules/q/q.js:787:54)
at self.promiseDispatch.done 
(/usr/local/lib/node_modules/plugman/node_modules/q/q.js:816:30)
at Promise.promise.promiseDispatch 
(/usr/local/lib/node_modules/plugman/node_modules/q/q.js:749:13)
at /usr/local/lib/node_modules/plugman/node_modules/q/q.js:557:44
at flush (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:108:17)
at _combinedTickCallback (internal/process/next_tick.js:131:7)
Your android platform does not have Api.js}}

Any help would be appreciated, thanks!.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-13544) Can't install plugin. Your android platform does not have Api.js

2017-11-06 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-13544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser resolved CB-13544.
-
Resolution: Won't Fix

If you're using the Cordova CLI, use cordova plugin add 

> Can't install plugin. Your android platform does not have Api.js
> 
>
> Key: CB-13544
> URL: https://issues.apache.org/jira/browse/CB-13544
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-plugman
>Affects Versions: 6.3.0
> Environment: Node: v8.9.0
> NPM: 5.5.1
> Cordova: 7.1.0
> Plugman: 1.5.1
> cordova-android: 6.3.0
>Reporter: Diego Rubio
>Assignee: Joe Bowser
>  Labels: api.js, cordova-android-osx
>
> I'm trying to create an Android/iOS plugin but while trying Cordova is 
> throwing an error. Here are the steps I follow:
> ---
> plugman create --name myplugin --plugin_id org.nov.myplugin --plugin_version 
> 0.0.1
> cd myplugin
> plugman platform add --platform_name android
> cd ..
> cordova create myapp && cd myapp
> cordova platform add android@latest
> cd ..
> plugman install --platform android --project ./myapp --plugin ./myplugin
> -
> And this is the output:
> -
> Creating a new cordova project.
> Using cordova-fetch for cordova-android@latest
> Adding android project...
> Creating Cordova project for the Android platform:
>   Path: platforms/android
>   Package: io.cordova.hellocordova
>   Name: HelloCordova
>   Activity: MainActivity
>   Android target: android-26
> Subproject Path: CordovaLib
> Android project created with cordova-android@6.3.0
> Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the 
> project
> Installing "cordova-plugin-whitelist" for android
>This plugin is only applicable for versions of cordova-android 
> greater than 4.0. If you have a previous platform version, you do *not* need 
> this plugin since the whitelist will be built in.
>   
> Adding cordova-plugin-whitelist to package.json
> Saved plugin info for "cordova-plugin-whitelist" to config.xml
> --save flag or autosave detected
> Saving android@latest into config.xml file ...
> Installing "org.nov.myplugin" for android
> Unable to load PlatformApi from platform. Error: Cannot find module 
> '/Users/diego/cordovaplayground/myapp/cordova/Api.js'
> The platform "android" does not appear to be a valid cordova platform. It is 
> missing API.js. android not supported.
> Failed to install 'org.nov.myplugin': Error: Your android platform does not 
> have Api.js
> at Object.getPlatformApiFunction 
> (/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/cordova/util.js:514:19)
> at Object.getPlatformApi 
> (/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/platforms/platforms.js:55:25)
> at handleInstall 
> (/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/plugman/install.js:593:29)
> at 
> /usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/plugman/install.js:364:24
> at _fulfilled 
> (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:787:54)
> at self.promiseDispatch.done 
> (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:816:30)
> at Promise.promise.promiseDispatch 
> (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:749:13)
> at /usr/local/lib/node_modules/plugman/node_modules/q/q.js:557:44
> at flush (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:108:17)
> at _combinedTickCallback (internal/process/next_tick.js:131:7)
> Your android platform does not have Api.js
> -
> Any help would be appreciated, thanks!.
> *Edit*: removed formatting.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-13543) Automate build/deploy for cordova-docs

2017-11-06 Thread Audrey So (JIRA)
Audrey So created CB-13543:
--

 Summary: Automate build/deploy for cordova-docs
 Key: CB-13543
 URL: https://issues.apache.org/jira/browse/CB-13543
 Project: Apache Cordova
  Issue Type: Improvement
  Components: cordova-docs
Reporter: Audrey So


Automate build/deploy for cordova-docs



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-13544) Can't install plugin. Your android platform does not have Api.js

2017-11-06 Thread Diego Rubio (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-13544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Diego Rubio updated CB-13544:
-
Description: 
I'm trying to create an Android/iOS plugin but while trying Cordova is throwing 
an error. Here are the steps I follow:

---
plugman create --name myplugin --plugin_id org.nov.myplugin --plugin_version 
0.0.1
cd myplugin
plugman platform add --platform_name android

cd ..
cordova create myapp && cd myapp
cordova platform add android@latest

cd ..
plugman install --platform android --project ./myapp --plugin ./myplugin
-

And this is the output:

-
Creating a new cordova project.
Using cordova-fetch for cordova-android@latest
Adding android project...
Creating Cordova project for the Android platform:
Path: platforms/android
Package: io.cordova.hellocordova
Name: HelloCordova
Activity: MainActivity
Android target: android-26
Subproject Path: CordovaLib
Android project created with cordova-android@6.3.0
Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the 
project
Installing "cordova-plugin-whitelist" for android

   This plugin is only applicable for versions of cordova-android 
greater than 4.0. If you have a previous platform version, you do *not* need 
this plugin since the whitelist will be built in.
  
Adding cordova-plugin-whitelist to package.json
Saved plugin info for "cordova-plugin-whitelist" to config.xml
--save flag or autosave detected
Saving android@latest into config.xml file ...
Installing "org.nov.myplugin" for android
Unable to load PlatformApi from platform. Error: Cannot find module 
'/Users/diego/cordovaplayground/myapp/cordova/Api.js'
The platform "android" does not appear to be a valid cordova platform. It is 
missing API.js. android not supported.
Failed to install 'org.nov.myplugin': Error: Your android platform does not 
have Api.js
at Object.getPlatformApiFunction 
(/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/cordova/util.js:514:19)
at Object.getPlatformApi 
(/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/platforms/platforms.js:55:25)
at handleInstall 
(/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/plugman/install.js:593:29)
at 
/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/plugman/install.js:364:24
at _fulfilled 
(/usr/local/lib/node_modules/plugman/node_modules/q/q.js:787:54)
at self.promiseDispatch.done 
(/usr/local/lib/node_modules/plugman/node_modules/q/q.js:816:30)
at Promise.promise.promiseDispatch 
(/usr/local/lib/node_modules/plugman/node_modules/q/q.js:749:13)
at /usr/local/lib/node_modules/plugman/node_modules/q/q.js:557:44
at flush (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:108:17)
at _combinedTickCallback (internal/process/next_tick.js:131:7)
Your android platform does not have Api.js
-


Any help would be appreciated, thanks!.

*Edit*: removed formatting.

  was:
I'm trying to create an Android/iOS plugin but while trying Cordova is throwing 
an error. Here are the steps I follow:

{{plugman create --name myplugin --plugin_id org.nov.myplugin --plugin_version 
0.0.1
cd myplugin
plugman platform add --platform_name android

cd ..
cordova create myapp && cd myapp
cordova platform add android@latest

cd ..
plugman install --platform android --project ./myapp --plugin ./myplugin}}

And this is the output:

{{Creating a new cordova project.
Using cordova-fetch for cordova-android@latest
Adding android project...
Creating Cordova project for the Android platform:
Path: platforms/android
Package: io.cordova.hellocordova
Name: HelloCordova
Activity: MainActivity
Android target: android-26
Subproject Path: CordovaLib
Android project created with cordova-android@6.3.0
Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the 
project
Installing "cordova-plugin-whitelist" for android

   This plugin is only applicable for versions of cordova-android 
greater than 4.0. If you have a previous platform version, you do *not* need 
this plugin since the whitelist will be built in.
  
Adding cordova-plugin-whitelist to package.json
Saved plugin info for "cordova-plugin-whitelist" to config.xml
--save flag or autosave detected
Saving android@latest into config.xml file ...
Installing "org.nov.myplugin" for android
Unable to load PlatformApi from platform. Error: Cannot find module 
'/Users/diego/cordovaplayground/myapp/cordova/Api.js'
The platform "android" does not appear to be a valid cordova platform. It is 
missing API.js. android not supported.
Failed to install 'org.nov.myplugin': Error: Your android platform does not 
have Api.js
at Object.getPlatformApiFunction 

[jira] [Updated] (CB-13544) Can't install plugin. Your android platform does not have Api.js

2017-11-06 Thread Diego Rubio (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-13544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Diego Rubio updated CB-13544:
-
Component/s: cordova-plugman

> Can't install plugin. Your android platform does not have Api.js
> 
>
> Key: CB-13544
> URL: https://issues.apache.org/jira/browse/CB-13544
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-plugman
>Affects Versions: 6.3.0
> Environment: Node: v8.9.0
> NPM: 5.5.1
> Cordova: 7.1.0
> Plugman: 1.5.1
> cordova-android: 6.3.0
>Reporter: Diego Rubio
>Assignee: Joe Bowser
>  Labels: api.js, cordova-android-osx
>
> I'm trying to create an Android/iOS plugin but while trying Cordova is 
> throwing an error. Here are the steps I follow:
> ---
> plugman create --name myplugin --plugin_id org.nov.myplugin --plugin_version 
> 0.0.1
> cd myplugin
> plugman platform add --platform_name android
> cd ..
> cordova create myapp && cd myapp
> cordova platform add android@latest
> cd ..
> plugman install --platform android --project ./myapp --plugin ./myplugin
> -
> And this is the output:
> -
> Creating a new cordova project.
> Using cordova-fetch for cordova-android@latest
> Adding android project...
> Creating Cordova project for the Android platform:
>   Path: platforms/android
>   Package: io.cordova.hellocordova
>   Name: HelloCordova
>   Activity: MainActivity
>   Android target: android-26
> Subproject Path: CordovaLib
> Android project created with cordova-android@6.3.0
> Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the 
> project
> Installing "cordova-plugin-whitelist" for android
>This plugin is only applicable for versions of cordova-android 
> greater than 4.0. If you have a previous platform version, you do *not* need 
> this plugin since the whitelist will be built in.
>   
> Adding cordova-plugin-whitelist to package.json
> Saved plugin info for "cordova-plugin-whitelist" to config.xml
> --save flag or autosave detected
> Saving android@latest into config.xml file ...
> Installing "org.nov.myplugin" for android
> Unable to load PlatformApi from platform. Error: Cannot find module 
> '/Users/diego/cordovaplayground/myapp/cordova/Api.js'
> The platform "android" does not appear to be a valid cordova platform. It is 
> missing API.js. android not supported.
> Failed to install 'org.nov.myplugin': Error: Your android platform does not 
> have Api.js
> at Object.getPlatformApiFunction 
> (/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/cordova/util.js:514:19)
> at Object.getPlatformApi 
> (/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/platforms/platforms.js:55:25)
> at handleInstall 
> (/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/plugman/install.js:593:29)
> at 
> /usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/plugman/install.js:364:24
> at _fulfilled 
> (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:787:54)
> at self.promiseDispatch.done 
> (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:816:30)
> at Promise.promise.promiseDispatch 
> (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:749:13)
> at /usr/local/lib/node_modules/plugman/node_modules/q/q.js:557:44
> at flush (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:108:17)
> at _combinedTickCallback (internal/process/next_tick.js:131:7)
> Your android platform does not have Api.js
> -
> Any help would be appreciated, thanks!.
> *Edit*: removed formatting.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13544) Can't install plugin. Your android platform does not have Api.js

2017-11-06 Thread Diego Rubio (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16240931#comment-16240931
 ] 

Diego Rubio commented on CB-13544:
--

Hello Joe,

The thing was that I couldn't generate the package.json needed by Cordova due 
to this bug https://github.com/apache/cordova-lib/pull/597. In the end I had to 
download the cordova-lib repo and link it to the plugman node_modules, then 
generate the package.json and as you said use cordova plugin add. Thank you.

Bests,
Diego.

> Can't install plugin. Your android platform does not have Api.js
> 
>
> Key: CB-13544
> URL: https://issues.apache.org/jira/browse/CB-13544
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-plugman
>Affects Versions: 6.3.0
> Environment: Node: v8.9.0
> NPM: 5.5.1
> Cordova: 7.1.0
> Plugman: 1.5.1
> cordova-android: 6.3.0
>Reporter: Diego Rubio
>Assignee: Joe Bowser
>  Labels: api.js, cordova-android-osx
>
> I'm trying to create an Android/iOS plugin but while trying Cordova is 
> throwing an error. Here are the steps I follow:
> ---
> plugman create --name myplugin --plugin_id org.nov.myplugin --plugin_version 
> 0.0.1
> cd myplugin
> plugman platform add --platform_name android
> cd ..
> cordova create myapp && cd myapp
> cordova platform add android@latest
> cd ..
> plugman install --platform android --project ./myapp --plugin ./myplugin
> -
> And this is the output:
> -
> Creating a new cordova project.
> Using cordova-fetch for cordova-android@latest
> Adding android project...
> Creating Cordova project for the Android platform:
>   Path: platforms/android
>   Package: io.cordova.hellocordova
>   Name: HelloCordova
>   Activity: MainActivity
>   Android target: android-26
> Subproject Path: CordovaLib
> Android project created with cordova-android@6.3.0
> Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the 
> project
> Installing "cordova-plugin-whitelist" for android
>This plugin is only applicable for versions of cordova-android 
> greater than 4.0. If you have a previous platform version, you do *not* need 
> this plugin since the whitelist will be built in.
>   
> Adding cordova-plugin-whitelist to package.json
> Saved plugin info for "cordova-plugin-whitelist" to config.xml
> --save flag or autosave detected
> Saving android@latest into config.xml file ...
> Installing "org.nov.myplugin" for android
> Unable to load PlatformApi from platform. Error: Cannot find module 
> '/Users/diego/cordovaplayground/myapp/cordova/Api.js'
> The platform "android" does not appear to be a valid cordova platform. It is 
> missing API.js. android not supported.
> Failed to install 'org.nov.myplugin': Error: Your android platform does not 
> have Api.js
> at Object.getPlatformApiFunction 
> (/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/cordova/util.js:514:19)
> at Object.getPlatformApi 
> (/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/platforms/platforms.js:55:25)
> at handleInstall 
> (/usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/plugman/install.js:593:29)
> at 
> /usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/plugman/install.js:364:24
> at _fulfilled 
> (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:787:54)
> at self.promiseDispatch.done 
> (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:816:30)
> at Promise.promise.promiseDispatch 
> (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:749:13)
> at /usr/local/lib/node_modules/plugman/node_modules/q/q.js:557:44
> at flush (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:108:17)
> at _combinedTickCallback (internal/process/next_tick.js:131:7)
> Your android platform does not have Api.js
> -
> Any help would be appreciated, thanks!.
> *Edit*: removed formatting.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-13540) cordova-fetch npm install --production clobbers node_modules, causes workflow issues

2017-11-06 Thread Alex Matchneer (JIRA)
Alex Matchneer created CB-13540:
---

 Summary: cordova-fetch npm install --production clobbers 
node_modules, causes workflow issues
 Key: CB-13540
 URL: https://issues.apache.org/jira/browse/CB-13540
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-fetch
Reporter: Alex Matchneer
Priority: Minor


I have tried and failed to provide a reproduction of this issue and have hence 
written/deleted/rewritten this issue many times without submitting, but now I'm 
going to just submit it, hope for feedback, and continue to try and reproduce:

Basically, since this issue (https://issues.apache.org/jira/browse/CB-13303), 
cordova-fetch uses the `--production` flag with `npm install`, which tells npm 
not to install any "devDependencies". 

This seems like a sound approach, but for reasons that I can't reliably 
reproduced/put my finger on, it seems like this flag is also aggressively 
removing packages from `node_modules`, causing the following workflow issues:

In my cordova project, I've added `cordova` as a dependency to package.json and 
encourage my teammates to use `./node_modules/.bin/cordova` rather than some 
globally installed `cordova` executable so that all dependencies are locked 
down and we don't have to fight the dependency hell of global CLI dependencies 
+ local package.json dependencies.

Now, when I freshly clone a repo, do an npm install, and then run 
`./node_modules/.bin/cordova prepare`, it will non-deterministically fail with 
the following output:

{code}
Discovered platform "ios@^4.5.3" in config.xml or package.json. Adding it to 
the project
Using cordova-fetch for cordova-ios@^4.5.3
Error: Failed to fetch platform cordova-ios@^4.5.3
Probably this is either a connection problem, or platform spec is incorrect.
Check your connection and platform name/version/URL.
Failed to get absolute path to installed module
Error: No platforms added to this project. Please use `cordova platform add 
`.
{code}

And when I look at node_modules, most of my dependencies have been deleted, and 
in particular, there's no more `node_modules/.bin/cordova` executable.

My best guess is that the `npm install --production --no-save` that 
cordova-fetch internally does is nuking a bunch of dependencies considering 
"non-production", including the cli folder itself. The remedy is to use a 
globally installed cordova CLI executable, which somehow avoids these issues.

Both my local and global cordova executables are 7.7.4.

I will continue to try and provide a consistent reproduction of this issue; 
I've tried and failed many times and I'm starting to pull my hair out. I just 
wanted to officially post this issue in case other people have seen it, have 
advice, or have had better luck reproducing.







--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-13530) APK is not installed on device or emulator

2017-11-06 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-13530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser resolved CB-13530.
-
Resolution: Fixed

> APK is not installed on device or emulator
> --
>
> Key: CB-13530
> URL: https://issues.apache.org/jira/browse/CB-13530
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: 6.4.0
>Reporter: Joe Bowser
>Assignee: Joe Bowser
>Priority: Blocker
> Fix For: 6.4.0
>
>
> This was found while doing the release process for CB-13528



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241123#comment-16241123
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit a168c04b33e6bb3f030fc07861c491040b49eb5a in cordova-plugin-geolocation's 
branch refs/heads/master from [~stevegill]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-geolocation.git;h=a168c04 ]

CB-13542 Updated version and RELEASENOTES.md for release 3.0.0 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241118#comment-16241118
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit a4d5e28e74e991c1b180c4da32cc99cbc8337a1a in cordova-plugin-contacts's 
branch refs/heads/master from [~stevegill]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=a4d5e28 ]

CB-13542 Updated version and RELEASENOTES.md for release 3.0.0 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241122#comment-16241122
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit 8568babcc015b58e4bccd81fcc035ae80fe0d962 in cordova-plugin-file's branch 
refs/heads/master from [~stevegill]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-file.git;h=8568bab ]

CB-13542 Updated version and RELEASENOTES.md for release 5.0.0 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241117#comment-16241117
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit d456eeb7112c4a5603e9103c4de726b478c3577c in cordova-plugin-camera's 
branch refs/heads/master from [~stevegill]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-camera.git;h=d456eeb ]

CB-13542 Updated version and RELEASENOTES.md for release 3.0.0 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241119#comment-16241119
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit 6d2011ba0212578defd2a94964390bd406f869ad in cordova-plugin-device's 
branch refs/heads/master from [~stevegill]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-device.git;h=6d2011b ]

CB-13542 Updated version and RELEASENOTES.md for release 1.1.7 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241121#comment-16241121
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit 130d0b28659052a8d1fd6e1b9ec8ed9d405f in 
cordova-plugin-file-transfer's branch refs/heads/master from [~stevegill]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=130d666
 ]

CB-13542 Updated version and RELEASENOTES.md for release 1.7.0 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241120#comment-16241120
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit 10887f402682835855203208f008fb04ae914e6a in cordova-plugin-dialogs's 
branch refs/heads/master from [~stevegill]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=10887f4 ]

CB-13542 Updated version and RELEASENOTES.md for release 1.3.4 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241130#comment-16241130
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit 0cdf5d199977b040e5e526ece5a28ca7d4118970 in 
cordova-plugin-network-information's branch refs/heads/master from [~stevegill]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-network-information.git;h=0cdf5d1
 ]

CB-13542 Updated version and RELEASENOTES.md for release 1.3.4 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241128#comment-16241128
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit 3f845c7ae26525c060bd2e9631db7915ea4cc3e1 in cordova-plugin-media's 
branch refs/heads/master from [~stevegill]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-media.git;h=3f845c7 ]

CB-13542 Updated version and RELEASENOTES.md for release 4.0.0 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241129#comment-16241129
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit 50894d4200108c946719c73ab3352507af094e12 in 
cordova-plugin-media-capture's branch refs/heads/master from [~stevegill]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=50894d4
 ]

CB-13542 Updated version and RELEASENOTES.md for release 2.0.0 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241141#comment-16241141
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit ab73db1943e67557109229fa74e9174f0a6cfcd9 in cordova-plugin-vibration's 
branch refs/heads/master from [~stevegill]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-vibration.git;h=ab73db1 ]

CB-13542 Updated version and RELEASENOTES.md for release 2.1.6 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241140#comment-16241140
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit dfe4e84453cc5c711b65f9d9d7824730292a497d in 
cordova-plugin-test-framework's branch refs/heads/master from [~stevegill]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-test-framework.git;h=dfe4e84
 ]

CB-13542 Updated version and RELEASENOTES.md for release 1.1.6 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241143#comment-16241143
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit 9fb282e2ddc535ea791263c8b19a81fac745e487 in 
cordova-plugin-wkwebview-engine's branch refs/heads/master from [~stevegill]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-wkwebview-engine.git;h=9fb282e
 ]

CB-13542 Updated version and RELEASENOTES.md for release 1.1.4 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241142#comment-16241142
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit d10c82486f7f1acee626f64793c8861914be8d53 in cordova-plugin-whitelist's 
branch refs/heads/master from [~stevegill]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-whitelist.git;h=d10c824 ]

CB-13542 Updated version and RELEASENOTES.md for release 1.3.3 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241139#comment-16241139
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit 655f6cb1da172f4a675903b7239e6afa5a71aae0 in cordova-plugin-statusbar's 
branch refs/heads/master from [~stevegill]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-statusbar.git;h=655f6cb ]

CB-13542 Updated version and RELEASENOTES.md for release 2.3.0 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13528) Cordova-Android Platform Release November 2, 2017

2017-11-06 Thread Joe Bowser (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241160#comment-16241160
 ] 

Joe Bowser commented on CB-13528:
-

Updating and Pining Dependencies

> Cordova-Android Platform Release November 2, 2017
> -
>
> Key: CB-13528
> URL: https://issues.apache.org/jira/browse/CB-13528
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android
>Affects Versions: 6.3.0
>Reporter: Joe Bowser
>Assignee: Joe Bowser
>Priority: Blocker
> Fix For: 6.4.0
>
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13528) Cordova-Android Platform Release November 2, 2017

2017-11-06 Thread Joe Bowser (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241161#comment-16241161
 ] 

Joe Bowser commented on CB-13528:
-

Release Check - Checking Headers

> Cordova-Android Platform Release November 2, 2017
> -
>
> Key: CB-13528
> URL: https://issues.apache.org/jira/browse/CB-13528
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android
>Affects Versions: 6.3.0
>Reporter: Joe Bowser
>Assignee: Joe Bowser
>Priority: Blocker
> Fix For: 6.4.0
>
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13528) Cordova-Android Platform Release November 2, 2017

2017-11-06 Thread Joe Bowser (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241163#comment-16241163
 ] 

Joe Bowser commented on CB-13528:
-

Doing Second Round of Testing - (Found CB-13530 with first round)

> Cordova-Android Platform Release November 2, 2017
> -
>
> Key: CB-13528
> URL: https://issues.apache.org/jira/browse/CB-13528
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android
>Affects Versions: 6.3.0
>Reporter: Joe Bowser
>Assignee: Joe Bowser
>Priority: Blocker
> Fix For: 6.4.0
>
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13528) Cordova-Android Platform Release November 2, 2017

2017-11-06 Thread Joe Bowser (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241162#comment-16241162
 ] 

Joe Bowser commented on CB-13528:
-

Preparing Release

> Cordova-Android Platform Release November 2, 2017
> -
>
> Key: CB-13528
> URL: https://issues.apache.org/jira/browse/CB-13528
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android
>Affects Versions: 6.3.0
>Reporter: Joe Bowser
>Assignee: Joe Bowser
>Priority: Blocker
> Fix For: 6.4.0
>
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13528) Cordova-Android Platform Release November 2, 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241179#comment-16241179
 ] 

ASF subversion and git services commented on CB-13528:
--

Commit b138867b78c9e09db2ad842fd969325276d85506 in cordova-android's branch 
refs/heads/master from [~bowserj]
[ https://gitbox.apache.org/repos/asf?p=cordova-android.git;h=b138867 ]

CB-13528 Updated RELEASENOTES and Version for release 6.4.0


> Cordova-Android Platform Release November 2, 2017
> -
>
> Key: CB-13528
> URL: https://issues.apache.org/jira/browse/CB-13528
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android
>Affects Versions: 6.3.0
>Reporter: Joe Bowser
>Assignee: Joe Bowser
>Priority: Blocker
> Fix For: 6.4.0
>
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241220#comment-16241220
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit ad484202f53f7d138fbefdaa5340903645eddf13 in cordova-plugin-media's 
branch refs/heads/master from [~stevegill]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-media.git;h=ad48420 ]

CB-13542 updated file plugin dependency


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241235#comment-16241235
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit c9ac8e1b3e2c57cdfd406f24b03af977542078ed in 
cordova-plugin-file-transfer's branch refs/heads/1.7.x from [~stevegill]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=c9ac8e1
 ]

CB-13542 updated file plugin dependency


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241234#comment-16241234
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit c9ac8e1b3e2c57cdfd406f24b03af977542078ed in 
cordova-plugin-file-transfer's branch refs/heads/master from [~stevegill]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=c9ac8e1
 ]

CB-13542 updated file plugin dependency


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-13411) The launch screen storyboard (splash screen) has a white safe area on the bottom ONLY on iPhone X, iOS 11

2017-11-06 Thread Shashwat Tripathi (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241251#comment-16241251
 ] 

Shashwat Tripathi edited comment on CB-13411 at 11/7/17 12:38 AM:
--

In iPhone X, when the application starts splash screen is showing white space 
at the bottom and then after few seconds splash screen stretches to full screen.

!screenshot-1.png!


was (Author: stripathix):
When the application starts splash screen is showing white space at the bottom 
and then after few seconds splash screen stretches to full screen.

!screenshot-1.png!

> The launch screen storyboard (splash screen) has a white safe area on the 
> bottom ONLY on iPhone X, iOS 11
> -
>
> Key: CB-13411
> URL: https://issues.apache.org/jira/browse/CB-13411
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
> Environment: {{cordova-ios}} 4.5.0 or 4.5.1 and 
> {{cordova-plugin-splashscreen}}
>Reporter: Andrea Lazzarotto
>Assignee: Suraj Pindoria
>Priority: Minor
>  Labels: easyfix
> Attachments: screenshot-1.png
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> The splash screen used by {{cordova-plugin-splashscreen}} uses the 
> {{CDVLaunchScreen.storyboard}} file from {{cordova-ios}}. On the iPhone X 
> emulator with iOS11, this shows a white "safe area inset" *only on the bottom 
> margin* (not on the top).
> The splash screen should be immersive both on top and on the bottom, 
> therefore the storyboard should be fixed. I use this simple replacement in a 
> hook to patch {{cordova-ios}} after {{cordova prepare}}:
> {code}
> NAME="$(find platforms/ios/ -name 'CDVLaunchScreen.storyboard')"
> sed -i '' 's_secondItem="xb3-aO-Qok" 
> secondAttribute="top"_secondItem="Ze5-6b-2t3" secondAttribute="bottom"_g' 
> "$NAME"
> {code}
> Basically one constraint on the storyboard needs to be updated. It should be 
> trivial to fix.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11642) Update CDVAvailability.h in coho prepare-release-branch

2017-11-06 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241267#comment-16241267
 ] 

ASF GitHub Bot commented on CB-11642:
-

stevengill closed pull request #129: CB-11642 Update CDVAvailability.h 
URL: https://github.com/apache/cordova-coho/pull/129
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/package.json b/package.json
index d801c25..9971755 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
 "tape-runner": "^0.3.0"
   },
   "scripts": {
-"test": "nsp check && node test/test.js | tap-spec"
+"test": "node test/test.js | tap-spec"
   },
   "repository": {
 "type": "git",
diff --git a/src/platform-release.js b/src/platform-release.js
index a9ebce1..f9e07ba 100644
--- a/src/platform-release.js
+++ b/src/platform-release.js
@@ -18,6 +18,8 @@ under the License.
 */
 
 var path = require('path');
+var fs = require('fs');
+var util = require('util');
 var optimist = require('optimist');
 var shelljs = require('shelljs');
 var apputil = require('./apputil');
@@ -131,7 +133,8 @@ exports.prepareReleaseBranchCommand = function*() {
 var repos = flagutil.computeReposFromFlag(argv.r);
 var version = flagutil.validateVersionString(argv.version);
 var branchName = getVersionBranchName(version);
-
+var platform = repos.id;
+
 // First - perform precondition checks.
 yield repoupdate.updateRepos(repos, [], true);
 
@@ -139,7 +142,6 @@ exports.prepareReleaseBranchCommand = function*() {
 yield gitutil.stashAndPop(repo, function*() {
 // git fetch + update master
 yield repoupdate.updateRepos([repo], ['master'], false);
-
 // Either create or pull down the branch.
 if (yield gitutil.remoteBranchExists(repo, branchName)) {
 print('Remote branch already exists for repo: ' + 
repo.repoName);
@@ -162,9 +164,30 @@ exports.prepareReleaseBranchCommand = function*() {
 yield versionutil.updateRepoVersion(repo, devVersion);
 yield updateJsSnapshot(repo, devVersion);
 yield gitutil.gitCheckout(branchName);
+
+print(repo.repoName + ': ' + 'Setting VERSION to "' + version + '" 
on branch + "4.2.x".');
+if (platform == 'ios') {
+var iosFile = path.join(__dirname, '..', '..', 'cordova-ios', 
'CordovaLib', 'Classes', 'Public', 'CDVAvailability.h');
+var iosFileContents = fs.readFileSync(iosFile, 'utf8');
+iosFileContents = iosFileContents.split('\n');
+
+var lineNumberToInsertLine = iosFileContents.indexOf('/* 
coho:next-version,insert-before */') - 1;
+var lineNumberToReplaceLine = iosFileContents.indexOf('/* 
coho:next-version-min-required,replace-after */') + 2;
+
+
+var versionNumberUnderscores = version.split('.').join('_');
+var versionNumberZeroes = version.split('.').join('0');
+
+var lineToAdd = util.format('#define __CORDOVA_%s %s', 
versionNumberUnderscores, versionNumberZeroes);
+var lineToReplace = util.format('#define 
CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_%s', versionNumberUnderscores);
+
+iosFileContents.splice(lineNumberToInsertLine, 0, lineToAdd);
+iosFileContents[lineNumberToReplaceLine] = lineToReplace;
+
+fs.writeFileSync(iosFile, iosFileContents.join('\n'));
+}
 });
 });
-
 executil.reportGitPushResult(repos, ['master', branchName]);
 }
 


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update CDVAvailability.h in coho prepare-release-branch 
> 
>
> Key: CB-11642
> URL: https://issues.apache.org/jira/browse/CB-11642
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-coho
> Environment: ios
>Reporter: Julia Geist
>Assignee: Audrey So
>Priority: Trivial
>
> See 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md#for-ios-only
>  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: 

[jira] [Commented] (CB-13528) Cordova-Android Platform Release November 2, 2017

2017-11-06 Thread Joe Bowser (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241186#comment-16241186
 ] 

Joe Bowser commented on CB-13528:
-

Pushed Changes

> Cordova-Android Platform Release November 2, 2017
> -
>
> Key: CB-13528
> URL: https://issues.apache.org/jira/browse/CB-13528
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android
>Affects Versions: 6.3.0
>Reporter: Joe Bowser
>Assignee: Joe Bowser
>Priority: Blocker
> Fix For: 6.4.0
>
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13528) Cordova-Android Platform Release November 2, 2017

2017-11-06 Thread Joe Bowser (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241187#comment-16241187
 ] 

Joe Bowser commented on CB-13528:
-

Published RC to dist/dev

> Cordova-Android Platform Release November 2, 2017
> -
>
> Key: CB-13528
> URL: https://issues.apache.org/jira/browse/CB-13528
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android
>Affects Versions: 6.3.0
>Reporter: Joe Bowser
>Assignee: Joe Bowser
>Priority: Blocker
> Fix For: 6.4.0
>
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241222#comment-16241222
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit ea934aa267dc069b022b17981dfa934ba599e890 in 
cordova-plugin-media-capture's branch refs/heads/master from [~stevegill]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=ea934aa
 ]

CB-13542 updated file plugin dependency


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241232#comment-16241232
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit 8a8f8562cb666d1d2e53f3acef26a10831977e89 in 
cordova-plugin-screen-orientation's branch refs/heads/2.0.x from [~stevegill]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-screen-orientation.git;h=8a8f856
 ]

CB-13542 Updated version and RELEASENOTES.md for release 2.0.2 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13299) CI: Travis doesn't include node by default for Android images anymore

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241229#comment-16241229
 ] 

ASF subversion and git services commented on CB-13299:
--

Commit 63955da87b75d39644a49716ad6028ad74399dba in 
cordova-plugin-screen-orientation's branch refs/heads/2.0.x from [~alsorokin]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-screen-orientation.git;h=63955da
 ]

CB-13299 (CI) Fix Android builds


> CI: Travis doesn't include node by default for Android images anymore
> -
>
> Key: CB-13299
> URL: https://issues.apache.org/jira/browse/CB-13299
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-battery-status, cordova-plugin-camera, 
> cordova-plugin-contacts, cordova-plugin-device, cordova-plugin-device-motion 
> (DEPRECATED), cordova-plugin-device-orientation (DEPRECATED), 
> cordova-plugin-dialogs, cordova-plugin-file, cordova-plugin-file-transfer, 
> cordova-plugin-geolocation, cordova-plugin-globalization, 
> cordova-plugin-inappbrowser, cordova-plugin-media, 
> cordova-plugin-media-capture, cordova-plugin-network-information, 
> cordova-plugin-screen-orientation, cordova-plugin-splashscreen, 
> cordova-plugin-statusbar, cordova-plugin-vibration, 
> cordova-plugin-wkwebview-engine
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, triaged
>
> Example:
> https://travis-ci.org/apache/cordova-plugin-device-motion/builds/277031526?utm_source=github_status_medium=notification



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13473) AppVeyor builds for plugins are failing on Browser

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241231#comment-16241231
 ] 

ASF subversion and git services commented on CB-13473:
--

Commit 5a2740cb4e67d5468603410d3c0cc018151c7378 in 
cordova-plugin-screen-orientation's branch refs/heads/2.0.x from [~alsorokin]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-screen-orientation.git;h=5a2740c
 ]

CB-13473: (CI) Removed browser builds from AppVeyor


> AppVeyor builds for plugins are failing on Browser
> --
>
> Key: CB-13473
> URL: https://issues.apache.org/jira/browse/CB-13473
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: ci
>
> https://ci.appveyor.com/project/ApacheSoftwareFoundation/cordova-plugin-device-motion
> I think we can safely disable them as we are already testing various browsers 
> on Travis CI



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13472) Travis builds for plugins are failing on Android

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241230#comment-16241230
 ] 

ASF subversion and git services commented on CB-13472:
--

Commit 77510052250ec58eb23920abf326ec77521d868f in 
cordova-plugin-screen-orientation's branch refs/heads/2.0.x from [~alsorokin]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-screen-orientation.git;h=7751005
 ]

CB-13472: (CI) Fixed Travis Android builds again


> Travis builds for plugins are failing on Android
> 
>
> Key: CB-13472
> URL: https://issues.apache.org/jira/browse/CB-13472
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: ci
>
> https://travis-ci.org/apache/cordova-plugin-file/builds/290272126?utm_source=github_status_medium=notification



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13000) [CI, Plugins] Improve testing time for Android builds on Travis

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241227#comment-16241227
 ] 

ASF subversion and git services commented on CB-13000:
--

Commit d2538189faa7147e50dcab6ccb5d5a2052f928a8 in 
cordova-plugin-screen-orientation's branch refs/heads/2.0.x from [~alsorokin]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-screen-orientation.git;h=d253818
 ]

CB-13000: (CI) Speed up android builds


> [CI, Plugins] Improve testing time for Android builds on Travis
> ---
>
> Key: CB-13000
> URL: https://issues.apache.org/jira/browse/CB-13000
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI
>
> Most of the Android build is a preparation of Android environment for tests 
> to run on.
> We currently use a workaround to install the most recent version of tools:
> {noformat}
> android:
>   components:
>   - tools
>   - tools
> {noformat}
> This may be no longer needed, so some testing is required.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12994) Screen orientation plugin fails to install on some systems

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241225#comment-16241225
 ] 

ASF subversion and git services commented on CB-12994:
--

Commit 2c4ad367adf7f7df15701c5bb839993685a4b498 in 
cordova-plugin-screen-orientation's branch refs/heads/2.0.x from Maxime 
Bertonnier
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-screen-orientation.git;h=2c4ad36
 ]

CB-12994: (android, blackberry) add es6-promise-plugin from npm

this closes #15


> Screen orientation plugin fails to install on some systems
> --
>
> Key: CB-12994
> URL: https://issues.apache.org/jira/browse/CB-12994
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-screen-orientation
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: easyfix, triaged
>
> Users report that cordova-plugin-screen-orientation cannot be added on their 
> sysstems because of the es6 promises plugin dependency:
> https://github.com/apache/cordova-plugin-screen-orientation/pull/15



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12991) Update CI badges for core plugins repos

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241226#comment-16241226
 ] 

ASF subversion and git services commented on CB-12991:
--

Commit 6c162520de807f5c383159a729987ccb7fbb173e in 
cordova-plugin-screen-orientation's branch refs/heads/2.0.x from [~alsorokin]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-screen-orientation.git;h=6c16252
 ]

CB-12991: (CI) Updated CI badges


> Update CI badges for core plugins repos
> ---
>
> Key: CB-12991
> URL: https://issues.apache.org/jira/browse/CB-12991
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>
> Due to transition from Jenkins to Travis and AppVeyor we need to update the 
> badges.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13028) Paramedic should be able to run tests for browser platform.

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241228#comment-16241228
 ] 

ASF subversion and git services commented on CB-13028:
--

Commit bfef63471cd7557d0dc896bd3cbaf4d8afe73304 in 
cordova-plugin-screen-orientation's branch refs/heads/2.0.x from [~alsorokin]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-screen-orientation.git;h=bfef634
 ]

CB-13028 (CI) Browser builds on Travis and AppVeyor


> Paramedic should be able to run tests for browser platform.
> ---
>
> Key: CB-13028
> URL: https://issues.apache.org/jira/browse/CB-13028
> Project: Apache Cordova
>  Issue Type: Test
>  Components: cordova-paramedic
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: ci
>
> Currently paramedic can't run tests for browser. For example, it constantly 
> waits for "cordova run" to finish, but with browser platform it never does.
> Ultimately we should aim to test browser platform on Sauce Labs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13411) The launch screen storyboard (splash screen) has a white safe area on the bottom ONLY on iPhone X, iOS 11

2017-11-06 Thread Shashwat Tripathi (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241251#comment-16241251
 ] 

Shashwat Tripathi commented on CB-13411:


When the application starts splash screen is showing white space at the bottom 
and then after few seconds splash screen stretches to full screen.

!screenshot-1.png!

> The launch screen storyboard (splash screen) has a white safe area on the 
> bottom ONLY on iPhone X, iOS 11
> -
>
> Key: CB-13411
> URL: https://issues.apache.org/jira/browse/CB-13411
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
> Environment: {{cordova-ios}} 4.5.0 or 4.5.1 and 
> {{cordova-plugin-splashscreen}}
>Reporter: Andrea Lazzarotto
>Assignee: Suraj Pindoria
>Priority: Minor
>  Labels: easyfix
> Attachments: screenshot-1.png
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> The splash screen used by {{cordova-plugin-splashscreen}} uses the 
> {{CDVLaunchScreen.storyboard}} file from {{cordova-ios}}. On the iPhone X 
> emulator with iOS11, this shows a white "safe area inset" *only on the bottom 
> margin* (not on the top).
> The splash screen should be immersive both on top and on the bottom, 
> therefore the storyboard should be fixed. I use this simple replacement in a 
> hook to patch {{cordova-ios}} after {{cordova prepare}}:
> {code}
> NAME="$(find platforms/ios/ -name 'CDVLaunchScreen.storyboard')"
> sed -i '' 's_secondItem="xb3-aO-Qok" 
> secondAttribute="top"_secondItem="Ze5-6b-2t3" secondAttribute="bottom"_g' 
> "$NAME"
> {code}
> Basically one constraint on the storyboard needs to be updated. It should be 
> trivial to fix.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-13411) The launch screen storyboard (splash screen) has a white safe area on the bottom ONLY on iPhone X, iOS 11

2017-11-06 Thread Shashwat Tripathi (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-13411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shashwat Tripathi updated CB-13411:
---
Attachment: screenshot-1.png

> The launch screen storyboard (splash screen) has a white safe area on the 
> bottom ONLY on iPhone X, iOS 11
> -
>
> Key: CB-13411
> URL: https://issues.apache.org/jira/browse/CB-13411
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
> Environment: {{cordova-ios}} 4.5.0 or 4.5.1 and 
> {{cordova-plugin-splashscreen}}
>Reporter: Andrea Lazzarotto
>Assignee: Suraj Pindoria
>Priority: Minor
>  Labels: easyfix
> Attachments: screenshot-1.png
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> The splash screen used by {{cordova-plugin-splashscreen}} uses the 
> {{CDVLaunchScreen.storyboard}} file from {{cordova-ios}}. On the iPhone X 
> emulator with iOS11, this shows a white "safe area inset" *only on the bottom 
> margin* (not on the top).
> The splash screen should be immersive both on top and on the bottom, 
> therefore the storyboard should be fixed. I use this simple replacement in a 
> hook to patch {{cordova-ios}} after {{cordova prepare}}:
> {code}
> NAME="$(find platforms/ios/ -name 'CDVLaunchScreen.storyboard')"
> sed -i '' 's_secondItem="xb3-aO-Qok" 
> secondAttribute="top"_secondItem="Ze5-6b-2t3" secondAttribute="bottom"_g' 
> "$NAME"
> {code}
> Basically one constraint on the storyboard needs to be updated. It should be 
> trivial to fix.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12886) white area where status bar is in iOS 11

2017-11-06 Thread Shashwat Tripathi (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shashwat Tripathi updated CB-12886:
---
Attachment: screenshot-4.png

> white area where status bar is in iOS 11
> 
>
> Key: CB-12886
> URL: https://issues.apache.org/jira/browse/CB-12886
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: backlog, ios11
> Fix For: cordova-ios@5.0.0
>
> Attachments: ios11.png, screenshot-1.png, screenshot-2.png, 
> screenshot-3.png, screenshot-4.png
>
>
> See attached screenshot. Using WKWebView plugin, new app.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-13545) windows: screen.orientation.type is always portrait-primary

2017-11-06 Thread inoue yuta (JIRA)
inoue yuta created CB-13545:
---

 Summary: windows: screen.orientation.type is always 
portrait-primary
 Key: CB-13545
 URL: https://issues.apache.org/jira/browse/CB-13545
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-screen-orientation
Affects Versions: cordova@7.0.0
 Environment: windows 8.1 and windows 10
Reporter: inoue yuta
Priority: Minor


screen.orientation.type is always portrait-primary on windows (windows 8.1 and 
windows 10).

this is bug? or screen.orientation.type is not the specification of 
cordova-plugin-screen-orientation?

this is work.
---
console.log(screen.msOrientation);
screen.onmsorientationchange = function(){
  console.log(screen.msOrientation);
};
---




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12886) white area where status bar is in iOS 11

2017-11-06 Thread Shashwat Tripathi (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241597#comment-16241597
 ] 

Shashwat Tripathi commented on CB-12886:


In case anyone needs header fix steps:

1) Install latest cordova-plugin-statusbar plugin
https://github.com/apache/cordova-plugin-statusbar.git; />

2) Update to latest Ionic
  "ionic-angular": "1.3.5",

3) Make sure you have this in meta tag


If you are still seeing any issue then probably it's your CSS issue.

> white area where status bar is in iOS 11
> 
>
> Key: CB-12886
> URL: https://issues.apache.org/jira/browse/CB-12886
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: backlog, ios11
> Fix For: cordova-ios@5.0.0
>
> Attachments: ios11.png, screenshot-1.png, screenshot-2.png, 
> screenshot-3.png, screenshot-4.png, screenshot-5.png
>
>
> See attached screenshot. Using WKWebView plugin, new app.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-12886) white area where status bar is in iOS 11

2017-11-06 Thread Shashwat Tripathi (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241597#comment-16241597
 ] 

Shashwat Tripathi edited comment on CB-12886 at 11/7/17 7:05 AM:
-

In case anyone needs header fix steps:

1) Install latest cordova-plugin-statusbar plugin
https://github.com/apache/cordova-plugin-statusbar.git; />

2) Update to latest Ionic
  "ionic-angular": "1.3.5",

3) Make sure you have this in meta tag



Note: I still have this plugin installed:


If you are still seeing any issue then probably it's your CSS issue.


was (Author: stripathix):
In case anyone needs header fix steps:

1) Install latest cordova-plugin-statusbar plugin
https://github.com/apache/cordova-plugin-statusbar.git; />

2) Update to latest Ionic
  "ionic-angular": "1.3.5",

3) Make sure you have this in meta tag


If you are still seeing any issue then probably it's your CSS issue.

> white area where status bar is in iOS 11
> 
>
> Key: CB-12886
> URL: https://issues.apache.org/jira/browse/CB-12886
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: backlog, ios11
> Fix For: cordova-ios@5.0.0
>
> Attachments: ios11.png, screenshot-1.png, screenshot-2.png, 
> screenshot-3.png, screenshot-4.png, screenshot-5.png
>
>
> See attached screenshot. Using WKWebView plugin, new app.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12886) white area where status bar is in iOS 11

2017-11-06 Thread Shashwat Tripathi (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241269#comment-16241269
 ] 

Shashwat Tripathi commented on CB-12886:


!screenshot-4.png!

Is this issue regarding splash screen in iPhoneX also resolved? When the 
application is opening then few seconds there is a white bar at the bottom and 
then it stretches to fullscreen.

> white area where status bar is in iOS 11
> 
>
> Key: CB-12886
> URL: https://issues.apache.org/jira/browse/CB-12886
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: backlog, ios11
> Fix For: cordova-ios@5.0.0
>
> Attachments: ios11.png, screenshot-1.png, screenshot-2.png, 
> screenshot-3.png, screenshot-4.png
>
>
> See attached screenshot. Using WKWebView plugin, new app.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12886) white area where status bar is in iOS 11

2017-11-06 Thread Shashwat Tripathi (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shashwat Tripathi updated CB-12886:
---
Attachment: screenshot-5.png

> white area where status bar is in iOS 11
> 
>
> Key: CB-12886
> URL: https://issues.apache.org/jira/browse/CB-12886
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: backlog, ios11
> Fix For: cordova-ios@5.0.0
>
> Attachments: ios11.png, screenshot-1.png, screenshot-2.png, 
> screenshot-3.png, screenshot-4.png, screenshot-5.png
>
>
> See attached screenshot. Using WKWebView plugin, new app.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12886) white area where status bar is in iOS 11

2017-11-06 Thread Shashwat Tripathi (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241270#comment-16241270
 ] 

Shashwat Tripathi commented on CB-12886:


My header looks good now :-) 

!screenshot-5.png!

> white area where status bar is in iOS 11
> 
>
> Key: CB-12886
> URL: https://issues.apache.org/jira/browse/CB-12886
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: backlog, ios11
> Fix For: cordova-ios@5.0.0
>
> Attachments: ios11.png, screenshot-1.png, screenshot-2.png, 
> screenshot-3.png, screenshot-4.png, screenshot-5.png
>
>
> See attached screenshot. Using WKWebView plugin, new app.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241116#comment-16241116
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit e336730d4b1190fe21fadc0e7159a72523553286 in 
cordova-plugin-battery-status's branch refs/heads/master from [~stevegill]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-battery-status.git;h=e336730
 ]

CB-13542 Updated version and RELEASENOTES.md for release 1.2.5 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241127#comment-16241127
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit b9c577044c6f8e692429c35a1cb028f92c00c622 in 
cordova-plugin-inappbrowser's branch refs/heads/master from [~stevegill]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=b9c5770 
]

CB-13542 Updated version and RELEASENOTES.md for release 1.7.2 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241124#comment-16241124
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit a99c829800d08850057c0755ad785c730954ec64 in 
cordova-plugin-globalization's branch refs/heads/master from [~stevegill]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-globalization.git;h=a99c829
 ]

CB-13542 Updated version and RELEASENOTES.md for release 1.0.8 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241132#comment-16241132
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit 326f13220e97b7794bdff00ca0cbd352d4c1622c in 
cordova-plugin-splashscreen's branch refs/heads/master from [~stevegill]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=326f132 
]

CB-13542 Updated version and RELEASENOTES.md for release 4.1.0 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13542) Plugins Release, Mon Nov 06 2017

2017-11-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241131#comment-16241131
 ] 

ASF subversion and git services commented on CB-13542:
--

Commit 8a8f8562cb666d1d2e53f3acef26a10831977e89 in 
cordova-plugin-screen-orientation's branch refs/heads/master from [~stevegill]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-screen-orientation.git;h=8a8f856
 ]

CB-13542 Updated version and RELEASENOTES.md for release 2.0.2 (via coho)


> Plugins Release, Mon Nov 06 2017
> 
>
> Key: CB-13542
> URL: https://issues.apache.org/jira/browse/CB-13542
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12886) white area where status bar is in iOS 11

2017-11-06 Thread Suraj Pindoria (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16240328#comment-16240328
 ] 

Suraj Pindoria commented on CB-12886:
-

I will work on adding those fixes in and will begin the release process this 
week. If all goes well it will be available by the end of this week or early 
next week.

> white area where status bar is in iOS 11
> 
>
> Key: CB-12886
> URL: https://issues.apache.org/jira/browse/CB-12886
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: backlog, ios11
> Fix For: cordova-ios@5.0.0
>
> Attachments: ios11.png, screenshot-1.png, screenshot-2.png, 
> screenshot-3.png
>
>
> See attached screenshot. Using WKWebView plugin, new app.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-13539) contacts plugin - parse error - PARAGRAPH SEPARATOR

2017-11-06 Thread Giorgio Beggiora (JIRA)
Giorgio Beggiora created CB-13539:
-

 Summary: contacts plugin - parse error - PARAGRAPH SEPARATOR 
 Key: CB-13539
 URL: https://issues.apache.org/jira/browse/CB-13539
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-contacts
Reporter: Giorgio Beggiora


parse error if a field (e.g. "notes") contains this character: 
http://www.fileformat.info/info/unicode/char/2029/index.htm



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12886) white area where status bar is in iOS 11

2017-11-06 Thread jerome (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16240350#comment-16240350
 ] 

jerome commented on CB-12886:
-

Thx a lot Suraj.

Don't hesitate if you need a tester.

> white area where status bar is in iOS 11
> 
>
> Key: CB-12886
> URL: https://issues.apache.org/jira/browse/CB-12886
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: backlog, ios11
> Fix For: cordova-ios@5.0.0
>
> Attachments: ios11.png, screenshot-1.png, screenshot-2.png, 
> screenshot-3.png
>
>
> See attached screenshot. Using WKWebView plugin, new app.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-13541) Error: Path must be a string. Received undefined

2017-11-06 Thread Teguh Teknisi (JIRA)
Teguh Teknisi created CB-13541:
--

 Summary: Error: Path must be a string. Received undefined
 Key: CB-13541
 URL: https://issues.apache.org/jira/browse/CB-13541
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-android
 Environment: Kubuntu 17.04 64 bit, Gradle 3.2, Cordova Android 6.3.0, 
Cordova cli-6.3.0

Reporter: Teguh Teknisi
Assignee: Joe Bowser
Priority: Trivial


When i try to cordiva build android, it will fail, with error:
Error: Path must be a string. Received undefined

I have to delete platforms/android/android.json
to make the cordova android build to success.

Here the error log:
{code:java}
sukanime@Asus-X201EV:~/AndroidStudioProjects/SaklarWiFi$ cordova build android
Error: Path must be a string. Received undefined
sukanime@Asus-X201EV:~/AndroidStudioProjects/SaklarWiFi$ rm 
platforms/android/android.json
sukanime@Asus-X201EV:~/AndroidStudioProjects/SaklarWiFi$ cordova build android
ANDROID_HOME=/home/sukanime/Android/Sdk
JAVA_HOME=/usr/lib/jvm/java-8-oracle
Subproject Path: CordovaLib
The Task.leftShift(Closure) method has been deprecated and is scheduled to be 
removed in Gradle 5.0. Please use Task.doLast(Action) instead.
at 
build_asz7izgfnstnapj05rr74ilff.run(/home/sukanime/AndroidStudioProjects/SaklarWiFi/platforms/android/build.gradle:141)
The JavaCompile.setDependencyCacheDir() method has been deprecated and is 
scheduled to be removed in Gradle 4.0.
Incremental java compilation is an incubating feature.
The TaskInputs.source(Object) method has been deprecated and is scheduled to be 
removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() 
instead.
:clean
:CordovaLib:clean

BUILD SUCCESSFUL

Total time: 3.13 secs
Subproject Path: CordovaLib
Subproject Path: CordovaLib
Running command: 
/home/sukanime/AndroidStudioProjects/SaklarWiFi/hooks/after_prepare/030_resource_files.js
 /home/sukanime/AndroidStudioProjects/SaklarWiFi
ANDROID_HOME=/home/sukanime/Android/Sdk
JAVA_HOME=/usr/lib/jvm/java-8-oracle
Subproject Path: CordovaLib
The Task.leftShift(Closure) method has been deprecated and is scheduled to be 
removed in Gradle 5.0. Please use Task.doLast(Action) instead.
at 
build_asz7izgfnstnapj05rr74ilff.run(/home/sukanime/AndroidStudioProjects/SaklarWiFi/platforms/android/build.gradle:141)
The JavaCompile.setDependencyCacheDir() method has been deprecated and is 
scheduled to be removed in Gradle 4.0.
Incremental java compilation is an incubating feature.
The TaskInputs.source(Object) method has been deprecated and is scheduled to be 
removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() 
instead.
:preBuild UP-TO-DATE
:preDebugBuild UP-TO-DATE
:checkDebugManifest
:preReleaseBuild UP-TO-DATE
:CordovaLib:preBuild UP-TO-DATE
:CordovaLib:preDebugBuild UP-TO-DATE
:CordovaLib:checkDebugManifest
:CordovaLib:prepareDebugDependencies
:CordovaLib:compileDebugAidl
:CordovaLib:compileDebugNdk UP-TO-DATE
:CordovaLib:compileLint
:CordovaLib:copyDebugLint UP-TO-DATE
:CordovaLib:mergeDebugShaders
:CordovaLib:compileDebugShaders
:CordovaLib:generateDebugAssets
:CordovaLib:mergeDebugAssets
:CordovaLib:mergeDebugProguardFiles UP-TO-DATE
:CordovaLib:packageDebugRenderscript UP-TO-DATE
:CordovaLib:compileDebugRenderscript
:CordovaLib:generateDebugResValues
:CordovaLib:generateDebugResources
:CordovaLib:packageDebugResources
:CordovaLib:processDebugManifest
:CordovaLib:generateDebugBuildConfig
:CordovaLib:processDebugResources
:CordovaLib:generateDebugSources
:CordovaLib:incrementalDebugJavaCompilationSafeguard
:CordovaLib:compileDebugJavaWithJavac
:CordovaLib:compileDebugJavaWithJavac - is not incremental (e.g. outputs have 
changed, no previous execution, etc.).
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:CordovaLib:processDebugJavaRes UP-TO-DATE
:CordovaLib:transformResourcesWithMergeJavaResForDebug
:CordovaLib:transformClassesAndResourcesWithSyncLibJarsForDebug
:CordovaLib:mergeDebugJniLibFolders
:CordovaLib:transformNative_libsWithMergeJniLibsForDebug
:CordovaLib:transformNative_libsWithSyncJniLibsForDebug
:CordovaLib:bundleDebug
:CordovaLib:preReleaseBuild UP-TO-DATE
:CordovaLib:checkReleaseManifest
:CordovaLib:prepareReleaseDependencies
:CordovaLib:compileReleaseAidl
:CordovaLib:compileReleaseNdk UP-TO-DATE
:CordovaLib:copyReleaseLint UP-TO-DATE
:CordovaLib:mergeReleaseShaders
:CordovaLib:compileReleaseShaders
:CordovaLib:generateReleaseAssets
:CordovaLib:mergeReleaseAssets
:CordovaLib:mergeReleaseProguardFiles UP-TO-DATE
:CordovaLib:packageReleaseRenderscript UP-TO-DATE
:CordovaLib:compileReleaseRenderscript
:CordovaLib:generateReleaseResValues
:CordovaLib:generateReleaseResources
:CordovaLib:packageReleaseResources
:CordovaLib:processReleaseManifest
:CordovaLib:generateReleaseBuildConfig

[jira] [Updated] (CB-13541) Error: Path must be a string. Received undefined

2017-11-06 Thread Teguh Teknisi (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-13541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Teguh Teknisi updated CB-13541:
---
Description: 
When i try to cordiva build android, it will fail, with error:
Error: Path must be a string. Received undefined

I have to delete platforms/android/android.json
to make the cordova android build to success.

Here the error log:
{code:java}
sukanime@Asus-X201EV:~/AndroidStudioProjects/SaklarWiFi$ cordova build android
Error: Path must be a string. Received undefined
sukanime@Asus-X201EV:~/AndroidStudioProjects/SaklarWiFi$ rm 
platforms/android/android.json
sukanime@Asus-X201EV:~/AndroidStudioProjects/SaklarWiFi$ cordova build android
ANDROID_HOME=/home/sukanime/Android/Sdk
JAVA_HOME=/usr/lib/jvm/java-8-oracle
Subproject Path: CordovaLib
The Task.leftShift(Closure) method has been deprecated and is scheduled to be 
removed in Gradle 5.0. Please use Task.doLast(Action) instead.
at 
build_asz7izgfnstnapj05rr74ilff.run(/home/sukanime/AndroidStudioProjects/SaklarWiFi/platforms/android/build.gradle:141)
The JavaCompile.setDependencyCacheDir() method has been deprecated and is 
scheduled to be removed in Gradle 4.0.
Incremental java compilation is an incubating feature.
The TaskInputs.source(Object) method has been deprecated and is scheduled to be 
removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() 
instead.
:clean
:CordovaLib:clean

BUILD SUCCESSFUL

Total time: 3.13 secs
Subproject Path: CordovaLib
Subproject Path: CordovaLib
Running command: 
/home/sukanime/AndroidStudioProjects/SaklarWiFi/hooks/after_prepare/030_resource_files.js
 /home/sukanime/AndroidStudioProjects/SaklarWiFi
ANDROID_HOME=/home/sukanime/Android/Sdk
JAVA_HOME=/usr/lib/jvm/java-8-oracle
Subproject Path: CordovaLib
The Task.leftShift(Closure) method has been deprecated and is scheduled to be 
removed in Gradle 5.0. Please use Task.doLast(Action) instead.
at 
build_asz7izgfnstnapj05rr74ilff.run(/home/sukanime/AndroidStudioProjects/SaklarWiFi/platforms/android/build.gradle:141)
The JavaCompile.setDependencyCacheDir() method has been deprecated and is 
scheduled to be removed in Gradle 4.0.
Incremental java compilation is an incubating feature.
The TaskInputs.source(Object) method has been deprecated and is scheduled to be 
removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() 
instead.
:preBuild UP-TO-DATE
:preDebugBuild UP-TO-DATE
:checkDebugManifest
:preReleaseBuild UP-TO-DATE
:CordovaLib:preBuild UP-TO-DATE
:CordovaLib:preDebugBuild UP-TO-DATE
:CordovaLib:checkDebugManifest
:CordovaLib:prepareDebugDependencies
:CordovaLib:compileDebugAidl
:CordovaLib:compileDebugNdk UP-TO-DATE
:CordovaLib:compileLint
:CordovaLib:copyDebugLint UP-TO-DATE
:CordovaLib:mergeDebugShaders
:CordovaLib:compileDebugShaders
:CordovaLib:generateDebugAssets
:CordovaLib:mergeDebugAssets
:CordovaLib:mergeDebugProguardFiles UP-TO-DATE
:CordovaLib:packageDebugRenderscript UP-TO-DATE
:CordovaLib:compileDebugRenderscript
:CordovaLib:generateDebugResValues
:CordovaLib:generateDebugResources
:CordovaLib:packageDebugResources
:CordovaLib:processDebugManifest
:CordovaLib:generateDebugBuildConfig
:CordovaLib:processDebugResources
:CordovaLib:generateDebugSources
:CordovaLib:incrementalDebugJavaCompilationSafeguard
:CordovaLib:compileDebugJavaWithJavac
:CordovaLib:compileDebugJavaWithJavac - is not incremental (e.g. outputs have 
changed, no previous execution, etc.).
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:CordovaLib:processDebugJavaRes UP-TO-DATE
:CordovaLib:transformResourcesWithMergeJavaResForDebug
:CordovaLib:transformClassesAndResourcesWithSyncLibJarsForDebug
:CordovaLib:mergeDebugJniLibFolders
:CordovaLib:transformNative_libsWithMergeJniLibsForDebug
:CordovaLib:transformNative_libsWithSyncJniLibsForDebug
:CordovaLib:bundleDebug
:CordovaLib:preReleaseBuild UP-TO-DATE
:CordovaLib:checkReleaseManifest
:CordovaLib:prepareReleaseDependencies
:CordovaLib:compileReleaseAidl
:CordovaLib:compileReleaseNdk UP-TO-DATE
:CordovaLib:copyReleaseLint UP-TO-DATE
:CordovaLib:mergeReleaseShaders
:CordovaLib:compileReleaseShaders
:CordovaLib:generateReleaseAssets
:CordovaLib:mergeReleaseAssets
:CordovaLib:mergeReleaseProguardFiles UP-TO-DATE
:CordovaLib:packageReleaseRenderscript UP-TO-DATE
:CordovaLib:compileReleaseRenderscript
:CordovaLib:generateReleaseResValues
:CordovaLib:generateReleaseResources
:CordovaLib:packageReleaseResources
:CordovaLib:processReleaseManifest
:CordovaLib:generateReleaseBuildConfig
:CordovaLib:processReleaseResources
:CordovaLib:generateReleaseSources
:CordovaLib:incrementalReleaseJavaCompilationSafeguard
:CordovaLib:compileReleaseJavaWithJavac
:CordovaLib:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have 
changed, no previous execution, etc.).
Note: Some input files use or override a deprecated API.
Note: Recompile 

[jira] [Updated] (CB-13541) Error: Path must be a string. Received undefined

2017-11-06 Thread Teguh Teknisi (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-13541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Teguh Teknisi updated CB-13541:
---
Environment: 
Kubuntu 17.04 64 bit, Gradle 3.2, Cordova Android 6.3.0, Cordova cli-6.3.0, 
Android Studio 3.0.0


  was:
Kubuntu 17.04 64 bit, Gradle 3.2, Cordova Android 6.3.0, Cordova cli-6.3.0



> Error: Path must be a string. Received undefined
> 
>
> Key: CB-13541
> URL: https://issues.apache.org/jira/browse/CB-13541
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
> Environment: Kubuntu 17.04 64 bit, Gradle 3.2, Cordova Android 6.3.0, 
> Cordova cli-6.3.0, Android Studio 3.0.0
>Reporter: Teguh Teknisi
>Assignee: Joe Bowser
>Priority: Trivial
>  Labels: newbie
>
> When i try to cordiva build android, it will fail, with error:
> Error: Path must be a string. Received undefined
> I have to delete platforms/android/android.json
> to make the cordova android build to success.
> Here the error log:
> {code:java}
> sukanime@Asus-X201EV:~/AndroidStudioProjects/SaklarWiFi$ cordova build android
> Error: Path must be a string. Received undefined
> sukanime@Asus-X201EV:~/AndroidStudioProjects/SaklarWiFi$ rm 
> platforms/android/android.json
> sukanime@Asus-X201EV:~/AndroidStudioProjects/SaklarWiFi$ cordova build android
> ANDROID_HOME=/home/sukanime/Android/Sdk
> JAVA_HOME=/usr/lib/jvm/java-8-oracle
> Subproject Path: CordovaLib
> The Task.leftShift(Closure) method has been deprecated and is scheduled to be 
> removed in Gradle 5.0. Please use Task.doLast(Action) instead.
> at 
> build_asz7izgfnstnapj05rr74ilff.run(/home/sukanime/AndroidStudioProjects/SaklarWiFi/platforms/android/build.gradle:141)
> The JavaCompile.setDependencyCacheDir() method has been deprecated and is 
> scheduled to be removed in Gradle 4.0.
> Incremental java compilation is an incubating feature.
> The TaskInputs.source(Object) method has been deprecated and is scheduled to 
> be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() 
> instead.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 3.13 secs
> Subproject Path: CordovaLib
> Subproject Path: CordovaLib
> Running command: 
> /home/sukanime/AndroidStudioProjects/SaklarWiFi/hooks/after_prepare/030_resource_files.js
>  /home/sukanime/AndroidStudioProjects/SaklarWiFi
> ANDROID_HOME=/home/sukanime/Android/Sdk
> JAVA_HOME=/usr/lib/jvm/java-8-oracle
> Subproject Path: CordovaLib
> The Task.leftShift(Closure) method has been deprecated and is scheduled to be 
> removed in Gradle 5.0. Please use Task.doLast(Action) instead.
> at 
> build_asz7izgfnstnapj05rr74ilff.run(/home/sukanime/AndroidStudioProjects/SaklarWiFi/platforms/android/build.gradle:141)
> The JavaCompile.setDependencyCacheDir() method has been deprecated and is 
> scheduled to be removed in Gradle 4.0.
> Incremental java compilation is an incubating feature.
> The TaskInputs.source(Object) method has been deprecated and is scheduled to 
> be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() 
> instead.
> :preBuild UP-TO-DATE
> :preDebugBuild UP-TO-DATE
> :checkDebugManifest
> :preReleaseBuild UP-TO-DATE
> :CordovaLib:preBuild UP-TO-DATE
> :CordovaLib:preDebugBuild UP-TO-DATE
> :CordovaLib:checkDebugManifest
> :CordovaLib:prepareDebugDependencies
> :CordovaLib:compileDebugAidl
> :CordovaLib:compileDebugNdk UP-TO-DATE
> :CordovaLib:compileLint
> :CordovaLib:copyDebugLint UP-TO-DATE
> :CordovaLib:mergeDebugShaders
> :CordovaLib:compileDebugShaders
> :CordovaLib:generateDebugAssets
> :CordovaLib:mergeDebugAssets
> :CordovaLib:mergeDebugProguardFiles UP-TO-DATE
> :CordovaLib:packageDebugRenderscript UP-TO-DATE
> :CordovaLib:compileDebugRenderscript
> :CordovaLib:generateDebugResValues
> :CordovaLib:generateDebugResources
> :CordovaLib:packageDebugResources
> :CordovaLib:processDebugManifest
> :CordovaLib:generateDebugBuildConfig
> :CordovaLib:processDebugResources
> :CordovaLib:generateDebugSources
> :CordovaLib:incrementalDebugJavaCompilationSafeguard
> :CordovaLib:compileDebugJavaWithJavac
> :CordovaLib:compileDebugJavaWithJavac - is not incremental (e.g. outputs have 
> changed, no previous execution, etc.).
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> :CordovaLib:processDebugJavaRes UP-TO-DATE
> :CordovaLib:transformResourcesWithMergeJavaResForDebug
> :CordovaLib:transformClassesAndResourcesWithSyncLibJarsForDebug
> :CordovaLib:mergeDebugJniLibFolders
> :CordovaLib:transformNative_libsWithMergeJniLibsForDebug
> :CordovaLib:transformNative_libsWithSyncJniLibsForDebug
> :CordovaLib:bundleDebug
> :CordovaLib:preReleaseBuild UP-TO-DATE
> :CordovaLib:checkReleaseManifest
> :CordovaLib:prepareReleaseDependencies

[jira] [Updated] (CB-13541) Error: Path must be a string. Received undefined

2017-11-06 Thread Teguh Teknisi (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-13541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Teguh Teknisi updated CB-13541:
---
Description: 
When i try to cordiva build android, it will fail, with error:
Error: Path must be a string. Received undefined

I have to delete platforms/android/android.json
to make the cordova android build to success.

Here the error log:
{code:java}
sukanime@Asus-X201EV:~/AndroidStudioProjects/SaklarWiFi$ cordova build android
Error: Path must be a string. Received undefined
sukanime@Asus-X201EV:~/AndroidStudioProjects/SaklarWiFi$ rm 
platforms/android/android.json
sukanime@Asus-X201EV:~/AndroidStudioProjects/SaklarWiFi$ cordova build android
ANDROID_HOME=/home/sukanime/Android/Sdk
JAVA_HOME=/usr/lib/jvm/java-8-oracle
Subproject Path: CordovaLib
The Task.leftShift(Closure) method has been deprecated and is scheduled to be 
removed in Gradle 5.0. Please use Task.doLast(Action) instead.
at 
build_asz7izgfnstnapj05rr74ilff.run(/home/sukanime/AndroidStudioProjects/SaklarWiFi/platforms/android/build.gradle:141)
The JavaCompile.setDependencyCacheDir() method has been deprecated and is 
scheduled to be removed in Gradle 4.0.
Incremental java compilation is an incubating feature.
The TaskInputs.source(Object) method has been deprecated and is scheduled to be 
removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() 
instead.
:clean
:CordovaLib:clean

BUILD SUCCESSFUL

Total time: 3.13 secs
Subproject Path: CordovaLib
Subproject Path: CordovaLib
Running command: 
/home/sukanime/AndroidStudioProjects/SaklarWiFi/hooks/after_prepare/030_resource_files.js
 /home/sukanime/AndroidStudioProjects/SaklarWiFi
ANDROID_HOME=/home/sukanime/Android/Sdk
JAVA_HOME=/usr/lib/jvm/java-8-oracle
Subproject Path: CordovaLib
The Task.leftShift(Closure) method has been deprecated and is scheduled to be 
removed in Gradle 5.0. Please use Task.doLast(Action) instead.
at 
build_asz7izgfnstnapj05rr74ilff.run(/home/sukanime/AndroidStudioProjects/SaklarWiFi/platforms/android/build.gradle:141)
The JavaCompile.setDependencyCacheDir() method has been deprecated and is 
scheduled to be removed in Gradle 4.0.
Incremental java compilation is an incubating feature.
The TaskInputs.source(Object) method has been deprecated and is scheduled to be 
removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() 
instead.
:preBuild UP-TO-DATE
:preDebugBuild UP-TO-DATE
:checkDebugManifest
:preReleaseBuild UP-TO-DATE
:CordovaLib:preBuild UP-TO-DATE
:CordovaLib:preDebugBuild UP-TO-DATE
:CordovaLib:checkDebugManifest
:CordovaLib:prepareDebugDependencies
:CordovaLib:compileDebugAidl
:CordovaLib:compileDebugNdk UP-TO-DATE
:CordovaLib:compileLint
:CordovaLib:copyDebugLint UP-TO-DATE
:CordovaLib:mergeDebugShaders
:CordovaLib:compileDebugShaders
:CordovaLib:generateDebugAssets
:CordovaLib:mergeDebugAssets
:CordovaLib:mergeDebugProguardFiles UP-TO-DATE
:CordovaLib:packageDebugRenderscript UP-TO-DATE
:CordovaLib:compileDebugRenderscript
:CordovaLib:generateDebugResValues
:CordovaLib:generateDebugResources
:CordovaLib:packageDebugResources
:CordovaLib:processDebugManifest
:CordovaLib:generateDebugBuildConfig
:CordovaLib:processDebugResources
:CordovaLib:generateDebugSources
:CordovaLib:incrementalDebugJavaCompilationSafeguard
:CordovaLib:compileDebugJavaWithJavac
:CordovaLib:compileDebugJavaWithJavac - is not incremental (e.g. outputs have 
changed, no previous execution, etc.).
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:CordovaLib:processDebugJavaRes UP-TO-DATE
:CordovaLib:transformResourcesWithMergeJavaResForDebug
:CordovaLib:transformClassesAndResourcesWithSyncLibJarsForDebug
:CordovaLib:mergeDebugJniLibFolders
:CordovaLib:transformNative_libsWithMergeJniLibsForDebug
:CordovaLib:transformNative_libsWithSyncJniLibsForDebug
:CordovaLib:bundleDebug
:CordovaLib:preReleaseBuild UP-TO-DATE
:CordovaLib:checkReleaseManifest
:CordovaLib:prepareReleaseDependencies
:CordovaLib:compileReleaseAidl
:CordovaLib:compileReleaseNdk UP-TO-DATE
:CordovaLib:copyReleaseLint UP-TO-DATE
:CordovaLib:mergeReleaseShaders
:CordovaLib:compileReleaseShaders
:CordovaLib:generateReleaseAssets
:CordovaLib:mergeReleaseAssets
:CordovaLib:mergeReleaseProguardFiles UP-TO-DATE
:CordovaLib:packageReleaseRenderscript UP-TO-DATE
:CordovaLib:compileReleaseRenderscript
:CordovaLib:generateReleaseResValues
:CordovaLib:generateReleaseResources
:CordovaLib:packageReleaseResources
:CordovaLib:processReleaseManifest
:CordovaLib:generateReleaseBuildConfig
:CordovaLib:processReleaseResources
:CordovaLib:generateReleaseSources
:CordovaLib:incrementalReleaseJavaCompilationSafeguard
:CordovaLib:compileReleaseJavaWithJavac
:CordovaLib:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have 
changed, no previous execution, etc.).
Note: Some input files use or override a deprecated API.
Note: Recompile 

[jira] [Commented] (CB-13482) Not asking for android permission.

2017-11-06 Thread Etienne Pageau (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16240554#comment-16240554
 ] 

Etienne Pageau commented on CB-13482:
-

I confirm I have the same issue on both Android and iOS. After a clean install, 
calling navigator.device.capture.captureImage() (or any other capture function) 
will fail without prompting the user for access the the "camera roll".

Calling navigator.camera.getPicture() will promt the user for the "camera roll" 
permission and then afterwards the user can use the capture functions normally.


> Not asking for android permission.
> --
>
> Key: CB-13482
> URL: https://issues.apache.org/jira/browse/CB-13482
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media-capture
>Reporter: kushal chandel
>  Labels: Triaged
>
> While using media plugin captureVideo it is not asking for android permission.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org