[jira] [Commented] (CB-13818) Need to update android_sdk.js to Support Android 8.0

2018-01-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13818:
-

codecov-io commented on issue #431: CB-13818: (android) Update android_sdk.js 
to support Android Oreo 8.0 (API 26) emulator
URL: https://github.com/apache/cordova-android/pull/431#issuecomment-360697826
 
 
   # 
[Codecov](https://codecov.io/gh/apache/cordova-android/pull/431?src=pr=h1) 
Report
   > Merging 
[#431](https://codecov.io/gh/apache/cordova-android/pull/431?src=pr=desc) 
into 
[master](https://codecov.io/gh/apache/cordova-android/commit/cc08e9d84a3f7cf76a623006c6a7e48814d74cec?src=pr=desc)
 will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/cordova-android/pull/431/graphs/tree.svg?height=150=650=q14nMf6C5a=pr)](https://codecov.io/gh/apache/cordova-android/pull/431?src=pr=tree)
   
   ```diff
   @@   Coverage Diff   @@
   ##   master #431   +/-   ##
   ===
 Coverage   43.95%   43.95%   
   ===
 Files  17   17   
 Lines1711 1711   
 Branches  318  318   
   ===
 Hits  752  752   
 Misses959  959
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/cordova-android/pull/431?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[bin/templates/cordova/lib/android\_sdk.js](https://codecov.io/gh/apache/cordova-android/pull/431/diff?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9jb3Jkb3ZhL2xpYi9hbmRyb2lkX3Nkay5qcw==)
 | `73.52% <ø> (ø)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/cordova-android/pull/431?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/cordova-android/pull/431?src=pr=footer).
 Last update 
[cc08e9d...8563c8b](https://codecov.io/gh/apache/cordova-android/pull/431?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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


> Need to update android_sdk.js to Support Android 8.0 
> -
>
> Key: CB-13818
> URL: https://issues.apache.org/jira/browse/CB-13818
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: cordova-android-7.0.0
> Environment: Cordova 7.1.0
>  
>Reporter: Zhao Bin
>Assignee: Joe Bowser
>Priority: Critical
>  Labels: easyfix
> Fix For: cordova-android-7.0.0
>
> Attachments: android_sdk.js error.png
>
>
> Currently I am working on a Cordova project and I am migrating to the new 
> Android 8.0 emulator.
> Need to update android_sdk.js to add support for Android 8.0 emulator 
> cordova-android / bin / templates / cordova / lib / android_sdk.js Line 53:
> module.exports.version_string_to_api_level = {
>     '4.0': 14,
>     '4.0.3': 15,
>     '4.1': 16,
>     '4.2': 17,
>     '4.3': 18,
>     '4.4': 19,
>     '4.4W': 20,
>     '5.0': 21,
>     '5.1': 22,
>     '6.0': 23,
>     '7.0': 24,
>     '7.1.1': 25
> };
> This causes exception in emulator.js Line 210
> {color:#5fdfff}var{color}{color:#dfdfdf} project_target 
> {color}{color:#ff1f7f}={color}{color:#dfdfdf} 
> check_reqs.{color}{color:#9fdf2f}get_target{color}{color:#dfdfdf}().{color}{color:#5fdfff}replace{color}{color:#dfdfdf}({color}{color:#dfdf7f}'android-'{color}{color:#dfdfdf},
>  {color}{color:#dfdf7f}''{color}{color:#dfdfdf});{color}
>  
> {color:#33}I added '8.0': 26 in android_sdk.js and then it works.{color}
> {color:#33}module.exports.version_string_to_api_level = {
>     '4.0': 14,
>     '4.0.3': 15,
>     '4.1': 16,
>     '4.2': 17,
>     '4.3': 18,
>     '4.4': 19,
>     '4.4W': 20,
>     '5.0': 21,
>     '5.1': 22,
>     '6.0': 23,
>     '7.0': 24,
>     '7.1.1': 25,{color}
> {color:#33}    '8.0': 26 
> };{color}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13415) Importing corrupt images using the Camera plugin crashes the app

2018-01-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13415:
-

alpesh12 commented on issue #310: CB-13415 (iOS) Importing corrupt images using 
the Camera plugin crashes the app
URL: 
https://github.com/apache/cordova-plugin-camera/pull/310#issuecomment-360689353
 
 
   @jcesarmobile 
   Can you please check with travis test its failed because of "**The Sauce VMs 
failed to start the browser or device**."
   
   


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


> Importing corrupt images using the Camera plugin crashes the app
> 
>
> Key: CB-13415
> URL: https://issues.apache.org/jira/browse/CB-13415
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
> Environment: Android: OS 7.0, Phone Model: Moto G5 Plus
> iOS: OS 10.1.1 (14B150)
>Reporter: Shemrick Flannigan
>Priority: Critical
>  Labels: android, camera, cameraui, ios
>
> ISSUE
> Importing corrupt images using the Camera plugin crashes the app
> Current Behavior
> # Importing a corrupt image using the Cordova Camera plugin crashes the 
> Cordova app which uses the plugin
> Expected Behavior
> # Importing a corrupt image using the Cordova Camera plugin:
> #* Throws an exception which can be caught by the Cordova app which uses the 
> plugin
> #* Does not crash the Cordova app which uses the plugin
> #* Allows the Cordova app which uses the plugin to render a Toast error 
> message relaying the error
> # # Platforms affected
> #* Android
> #* iOS
> REFERENCES
> # [Sample corrupt image which crashes the app | 
> https://www.dropbox.com/s/e7dz007svtvscbc/Corrupt_Image_4.7MB_13500x13500.D2.jpg?dl=0]
> # [Technique used to wrap the call in a Try/Catch block in a callable inner 
> class to prevent an app crash | 
> https://stackoverflow.com/questions/19183174/phonegap-video-capture-crashes] 
> ADDITIONAL INFORMATION
> # Importing corrupt images does not crash apps which do not use the Camera 
> plugin, such as:
> #* Yelp mobile app
> #* Slack mobile app



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13818) Need to update android_sdk.js to Support Android 8.0

2018-01-25 Thread Zhao Bin (JIRA)

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

Zhao Bin commented on CB-13818:
---

Thank you for your comments. I am working on the PR now.

> Need to update android_sdk.js to Support Android 8.0 
> -
>
> Key: CB-13818
> URL: https://issues.apache.org/jira/browse/CB-13818
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: cordova-android-7.0.0
> Environment: Cordova 7.1.0
>  
>Reporter: Zhao Bin
>Assignee: Joe Bowser
>Priority: Critical
>  Labels: easyfix
> Fix For: cordova-android-7.0.0
>
> Attachments: android_sdk.js error.png
>
>
> Currently I am working on a Cordova project and I am migrating to the new 
> Android 8.0 emulator.
> Need to update android_sdk.js to add support for Android 8.0 emulator 
> cordova-android / bin / templates / cordova / lib / android_sdk.js Line 53:
> module.exports.version_string_to_api_level = {
>     '4.0': 14,
>     '4.0.3': 15,
>     '4.1': 16,
>     '4.2': 17,
>     '4.3': 18,
>     '4.4': 19,
>     '4.4W': 20,
>     '5.0': 21,
>     '5.1': 22,
>     '6.0': 23,
>     '7.0': 24,
>     '7.1.1': 25
> };
> This causes exception in emulator.js Line 210
> {color:#5fdfff}var{color}{color:#dfdfdf} project_target 
> {color}{color:#ff1f7f}={color}{color:#dfdfdf} 
> check_reqs.{color}{color:#9fdf2f}get_target{color}{color:#dfdfdf}().{color}{color:#5fdfff}replace{color}{color:#dfdfdf}({color}{color:#dfdf7f}'android-'{color}{color:#dfdfdf},
>  {color}{color:#dfdf7f}''{color}{color:#dfdfdf});{color}
>  
> {color:#33}I added '8.0': 26 in android_sdk.js and then it works.{color}
> {color:#33}module.exports.version_string_to_api_level = {
>     '4.0': 14,
>     '4.0.3': 15,
>     '4.1': 16,
>     '4.2': 17,
>     '4.3': 18,
>     '4.4': 19,
>     '4.4W': 20,
>     '5.0': 21,
>     '5.1': 22,
>     '6.0': 23,
>     '7.0': 24,
>     '7.1.1': 25,{color}
> {color:#33}    '8.0': 26 
> };{color}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13818) Need to update android_sdk.js to Support Android 8.0

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) commented on CB-13818:
-

That sounds like a nice little change. Do you want to try your hand on creating 
a PR for this yourself? The file is at 
https://github.com/apache/cordova-android/blob/master/bin/templates/cordova/lib/android_sdk.js#L65
 and can be edited in the Github UI with little effort.

> Need to update android_sdk.js to Support Android 8.0 
> -
>
> Key: CB-13818
> URL: https://issues.apache.org/jira/browse/CB-13818
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: cordova-android-7.0.0
> Environment: Cordova 7.1.0
>  
>Reporter: Zhao Bin
>Assignee: Joe Bowser
>Priority: Critical
>  Labels: easyfix
> Fix For: cordova-android-7.0.0
>
> Attachments: android_sdk.js error.png
>
>
> Currently I am working on a Cordova project and I am migrating to the new 
> Android 8.0 emulator.
> Need to update android_sdk.js to add support for Android 8.0 emulator 
> cordova-android / bin / templates / cordova / lib / android_sdk.js Line 53:
> module.exports.version_string_to_api_level = {
>     '4.0': 14,
>     '4.0.3': 15,
>     '4.1': 16,
>     '4.2': 17,
>     '4.3': 18,
>     '4.4': 19,
>     '4.4W': 20,
>     '5.0': 21,
>     '5.1': 22,
>     '6.0': 23,
>     '7.0': 24,
>     '7.1.1': 25
> };
> This causes exception in emulator.js Line 210
> {color:#5fdfff}var{color}{color:#dfdfdf} project_target 
> {color}{color:#ff1f7f}={color}{color:#dfdfdf} 
> check_reqs.{color}{color:#9fdf2f}get_target{color}{color:#dfdfdf}().{color}{color:#5fdfff}replace{color}{color:#dfdfdf}({color}{color:#dfdf7f}'android-'{color}{color:#dfdfdf},
>  {color}{color:#dfdf7f}''{color}{color:#dfdfdf});{color}
>  
> {color:#33}I added '8.0': 26 in android_sdk.js and then it works.{color}
> {color:#33}module.exports.version_string_to_api_level = {
>     '4.0': 14,
>     '4.0.3': 15,
>     '4.1': 16,
>     '4.2': 17,
>     '4.3': 18,
>     '4.4': 19,
>     '4.4W': 20,
>     '5.0': 21,
>     '5.1': 22,
>     '6.0': 23,
>     '7.0': 24,
>     '7.1.1': 25,{color}
> {color:#33}    '8.0': 26 
> };{color}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-13819) iPhone in-app browser freezes after send auth request to keycloak server

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) updated CB-13819:

Component/s: cordova-plugin-inappbrowser

> iPhone in-app browser freezes after send auth request to keycloak server
> 
>
> Key: CB-13819
> URL: https://issues.apache.org/jira/browse/CB-13819
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios, cordova-plugin-inappbrowser
>Affects Versions: cordova-ios 4.5.0
>Reporter: Jens Stein
>Assignee: Suraj Pindoria
>Priority: Major
>
> ios in-app browser of cordova-plugin-inappbrowser freezes screen after send 
> auth request to keycloak server during test on physical iphone 6. in-app 
> browser seems to close prematurely before receiving response from keycloak.
> platform: ios
>  ionic-angular": "3.8.0, cordova-ios": "~4.5.3", 
> cordova-plugin-inappbrowser": "^1.7.2, keycloak-js: "3.4.0"
> keycloak client in ionic app:
> {code:java}
> static keycloakConfigLoginSwitch = {
>  'url': ENV.URL.authServer,
>  'realm': ENV.INSTANCE.realm,
>  'clientId': 'theClientId'
> };
> static initUsingLoginSwitch(): Promise {
>  let keycloakAuth: Keycloak.KeycloakInstance = 
> Keycloak(KeycloakService.keycloakConfigLoginSwitch);
>  KeycloakService.auth.loggedIn = false;
> return new Promise((resolve, reject) => {
>  keycloakAuth.init(\{ onLoad: 'login-required', checkLoginIframe: false })
>  .success((loggedIn: boolean) => {
>  // IN APP BROWSER WINDOW FREEZES
>  if (loggedIn) {
>  // next steps
>  } else {
>  reject('Keycloak did not authenticate client');
>  }
>  })
>  .error((error) => {
>  reject(error);
>  });
>  });
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13822) Cached JS file

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) commented on CB-13822:
-

Which JS files are cached where?

> Cached JS file
> --
>
> Key: CB-13822
> URL: https://issues.apache.org/jira/browse/CB-13822
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
> Environment: Mac OSX - El Capitan 10.11.6
> Cordova version: 7.1.0
> Target platform: iOS
> Target device: iPad (MD523B/A) running 10.2.1
>Reporter: Sadik Yalcin
>Priority: Critical
>  Labels: build
>
> The JS files are cached and there is no way of removing the cache. Only 
> solution is to remove the platform and re-add it. I've tried clean, build, 
> run, increment JS version in HTML and nothing helps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13830) Cordova-Android@7.0.0 fails to add a plugin previously removed

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) commented on CB-13830:
-

The output you posted shows you adding the plugin 3 times. Correct?

> Cordova-Android@7.0.0 fails to add a plugin previously removed
> --
>
> Key: CB-13830
> URL: https://issues.apache.org/jira/browse/CB-13830
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: cordova-android-7.0.0
> Environment: macOS 10.12.6
> node 9.4.0
> Cordova 8.0.0
>  
>Reporter: Enrico Giordani
>Assignee: Joe Bowser
>Priority: Critical
>
> Removing a plugin and than adding it again, causes an error:
> {code}
> $ cordova create testapp
> $ cd testapp
> $ cordova platform add android
> Using cordova-fetch for cordova-android@~7.0.0
> 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
> Subproject Path: app
> Android project created with cordova-android@7.0.0
> Android Studio project detected
> Android Studio project detected
> 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@~7.0.0 into config.xml file ...
> {code}
> {code}
> $ cordova plugin add cordova-plugin-camera
> Installing "cordova-plugin-camera" for android
> Android Studio project detected
> Subproject Path: CordovaLib
> Subproject Path: app
> Adding cordova-plugin-camera to package.json
> Saved plugin info for "cordova-plugin-camera" to config.xml
> {code}
> {code}
> $ cordova plugin add cordova-plugin-camera
> Installing "cordova-plugin-camera" for android
> Android Studio project detected
> Subproject Path: CordovaLib
> Subproject Path: app
> Adding cordova-plugin-camera to package.json
> Saved plugin info for "cordova-plugin-camera" to config.xml
> {code}
> {code}
> $ cordova plugin add cordova-plugin-camera
> Installing "cordova-plugin-camera" for android
> Android Studio project detected
> Error during processing of action! Attempting to revert...
> Failed to install 'cordova-plugin-camera': CordovaError: Uh oh!
> "/Users/enrico/tmp/testapp/platforms/android/app/src/main/res/xml/provider_paths.xml"
>  already exists!
>  at copyNewFile 
> (/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:261:45)
>  at install 
> (/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:51:17)
>  at ActionStack.process 
> (/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/ActionStack.js:56:25)
>  at PluginManager.doOperation 
> (/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:114:20)
>  at PluginManager.addPlugin 
> (/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:144:17)
>  at /Users/enrico/tmp/testapp/platforms/android/cordova/Api.js:247:74
>  at _fulfilled 
> (/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:854:54)
>  at self.promiseDispatch.done 
> (/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:883:30)
>  at Promise.promise.promiseDispatch 
> (/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:816:13)
>  at 
> /Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:570:49
> (node:5722) UnhandledPromiseRejectionWarning: CordovaError: Uh oh!
> "/Users/enrico/tmp/testapp/platforms/android/app/src/main/res/xml/provider_paths.xml"
>  already exists!
>  at copyNewFile 
> (/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:261:45)
>  at install 
> (/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:51:17)
>  at ActionStack.process 
> (/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/ActionStack.js:56:25)
>  at PluginManager.doOperation 
> (/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:114:20)
>  at PluginManager.addPlugin 
> (/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:144:17)
>  at 

[jira] [Updated] (CB-13830) Cordova-Android@7.0.0 fails to add a plugin previously removed

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) updated CB-13830:

Description: 
Removing a plugin and than adding it again, causes an error:

{code}
$ cordova create testapp

$ cd testapp

$ cordova platform add android
Using cordova-fetch for cordova-android@~7.0.0
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
Subproject Path: app
Android project created with cordova-android@7.0.0
Android Studio project detected
Android Studio project detected
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@~7.0.0 into config.xml file ...
{code}
{code}
$ cordova plugin add cordova-plugin-camera
Installing "cordova-plugin-camera" for android
Android Studio project detected
Subproject Path: CordovaLib
Subproject Path: app
Adding cordova-plugin-camera to package.json
Saved plugin info for "cordova-plugin-camera" to config.xml
{code}
{code}
$ cordova plugin add cordova-plugin-camera
Installing "cordova-plugin-camera" for android
Android Studio project detected
Subproject Path: CordovaLib
Subproject Path: app
Adding cordova-plugin-camera to package.json
Saved plugin info for "cordova-plugin-camera" to config.xml
{code}
{code}
$ cordova plugin add cordova-plugin-camera
Installing "cordova-plugin-camera" for android
Android Studio project detected
Error during processing of action! Attempting to revert...
Failed to install 'cordova-plugin-camera': CordovaError: Uh oh!
"/Users/enrico/tmp/testapp/platforms/android/app/src/main/res/xml/provider_paths.xml"
 already exists!
 at copyNewFile 
(/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:261:45)
 at install 
(/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:51:17)
 at ActionStack.process 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/ActionStack.js:56:25)
 at PluginManager.doOperation 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:114:20)
 at PluginManager.addPlugin 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:144:17)
 at /Users/enrico/tmp/testapp/platforms/android/cordova/Api.js:247:74
 at _fulfilled 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:854:54)
 at self.promiseDispatch.done 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:883:30)
 at Promise.promise.promiseDispatch 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:816:13)
 at 
/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:570:49
(node:5722) UnhandledPromiseRejectionWarning: CordovaError: Uh oh!
"/Users/enrico/tmp/testapp/platforms/android/app/src/main/res/xml/provider_paths.xml"
 already exists!
 at copyNewFile 
(/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:261:45)
 at install 
(/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:51:17)
 at ActionStack.process 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/ActionStack.js:56:25)
 at PluginManager.doOperation 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:114:20)
 at PluginManager.addPlugin 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:144:17)
 at /Users/enrico/tmp/testapp/platforms/android/cordova/Api.js:247:74
 at _fulfilled 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:854:54)
 at self.promiseDispatch.done 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:883:30)
 at Promise.promise.promiseDispatch 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:816:13)
 at 
/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:570:49
(node:5722) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This 
error originated either by throwing inside of an async function without a catch 
block, or by rejecting a promise which was not handled with .catch(). 
(rejection id: 1)
(node:5722) [DEP0018] DeprecationWarning: Unhandled promise rejections are 
deprecated. In the future, promise rejections that are not handled will 

[jira] [Updated] (CB-13830) Cordova-Android@7.0.0 fails to add a plugin previously removed

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) updated CB-13830:

Description: 
Removing a plugin and than adding it again, causes an error:

{code}
*$ cordova create testapp*

*$ cd testapp*

*$ cordova platform add android*
Using cordova-fetch for cordova-android@~7.0.0
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
Subproject Path: app
Android project created with cordova-android@7.0.0
Android Studio project detected
Android Studio project detected
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@~7.0.0 into config.xml file ...

*$ cordova plugin add cordova-plugin-camera*
Installing "cordova-plugin-camera" for android
Android Studio project detected
Subproject Path: CordovaLib
Subproject Path: app
Adding cordova-plugin-camera to package.json
Saved plugin info for "cordova-plugin-camera" to config.xml

*$ cordova plugin add cordova-plugin-camera*
Installing "cordova-plugin-camera" for android
Android Studio project detected
Subproject Path: CordovaLib
Subproject Path: app
Adding cordova-plugin-camera to package.json
Saved plugin info for "cordova-plugin-camera" to config.xml

*$ cordova plugin add cordova-plugin-camera*
Installing "cordova-plugin-camera" for android
Android Studio project detected
Error during processing of action! Attempting to revert...
Failed to install 'cordova-plugin-camera': CordovaError: Uh oh!
"/Users/enrico/tmp/testapp/platforms/android/app/src/main/res/xml/provider_paths.xml"
 already exists!
 at copyNewFile 
(/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:261:45)
 at install 
(/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:51:17)
 at ActionStack.process 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/ActionStack.js:56:25)
 at PluginManager.doOperation 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:114:20)
 at PluginManager.addPlugin 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:144:17)
 at /Users/enrico/tmp/testapp/platforms/android/cordova/Api.js:247:74
 at _fulfilled 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:854:54)
 at self.promiseDispatch.done 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:883:30)
 at Promise.promise.promiseDispatch 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:816:13)
 at 
/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:570:49
(node:5722) UnhandledPromiseRejectionWarning: CordovaError: Uh oh!
"/Users/enrico/tmp/testapp/platforms/android/app/src/main/res/xml/provider_paths.xml"
 already exists!
 at copyNewFile 
(/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:261:45)
 at install 
(/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:51:17)
 at ActionStack.process 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/ActionStack.js:56:25)
 at PluginManager.doOperation 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:114:20)
 at PluginManager.addPlugin 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:144:17)
 at /Users/enrico/tmp/testapp/platforms/android/cordova/Api.js:247:74
 at _fulfilled 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:854:54)
 at self.promiseDispatch.done 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:883:30)
 at Promise.promise.promiseDispatch 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:816:13)
 at 
/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:570:49
(node:5722) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This 
error originated either by throwing inside of an async function without a catch 
block, or by rejecting a promise which was not handled with .catch(). 
(rejection id: 1)
(node:5722) [DEP0018] DeprecationWarning: Unhandled promise rejections are 
deprecated. In the future, promise rejections that are not handled will 
terminate the Node.js process 

[jira] [Updated] (CB-13830) Cordova-Android@7.0.0 fails to add a plugin previously removed

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) updated CB-13830:

Description: 
Removing a plugin and than adding it again, causes an error:

{code}
*$ cordova create testapp*

*$ cd testapp*

*$ cordova platform add android*
Using cordova-fetch for cordova-android@~7.0.0
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
Subproject Path: app
Android project created with cordova-android@7.0.0
Android Studio project detected
Android Studio project detected
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@~7.0.0 into config.xml file ...

*$ cordova plugin add cordova-plugin-camera*
Installing "cordova-plugin-camera" for android
Android Studio project detected
Subproject Path: CordovaLib
Subproject Path: app
Adding cordova-plugin-camera to package.json
Saved plugin info for "cordova-plugin-camera" to config.xml

*$ cordova plugin add cordova-plugin-camera*
Installing "cordova-plugin-camera" for android
Android Studio project detected
Subproject Path: CordovaLib
Subproject Path: app
Adding cordova-plugin-camera to package.json
Saved plugin info for "cordova-plugin-camera" to config.xml

*$ cordova plugin add cordova-plugin-camera*
Installing "cordova-plugin-camera" for android
Android Studio project detected
Error during processing of action! Attempting to revert...
Failed to install 'cordova-plugin-camera': CordovaError: Uh oh!
"/Users/enrico/tmp/testapp/platforms/android/app/src/main/res/xml/provider_paths.xml"
 already exists!
 at copyNewFile 
(/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:261:45)
 at install 
(/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:51:17)
 at ActionStack.process 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/ActionStack.js:56:25)
 at PluginManager.doOperation 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:114:20)
 at PluginManager.addPlugin 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:144:17)
 at /Users/enrico/tmp/testapp/platforms/android/cordova/Api.js:247:74
 at _fulfilled 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:854:54)
 at self.promiseDispatch.done 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:883:30)
 at Promise.promise.promiseDispatch 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:816:13)
 at 
/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:570:49
(node:5722) UnhandledPromiseRejectionWarning: CordovaError: Uh oh!
"/Users/enrico/tmp/testapp/platforms/android/app/src/main/res/xml/provider_paths.xml"
 already exists!
 at copyNewFile 
(/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:261:45)
 at install 
(/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:51:17)
 at ActionStack.process 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/ActionStack.js:56:25)
 at PluginManager.doOperation 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:114:20)
 at PluginManager.addPlugin 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:144:17)
 at /Users/enrico/tmp/testapp/platforms/android/cordova/Api.js:247:74
 at _fulfilled 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:854:54)
 at self.promiseDispatch.done 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:883:30)
 at Promise.promise.promiseDispatch 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:816:13)
 at 
/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:570:49
(node:5722) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This 
error originated either by throwing inside of an async function without a catch 
block, or by rejecting a promise which was not handled with .catch(). 
(rejection id: 1)
(node:5722) [DEP0018] DeprecationWarning: Unhandled promise rejections are 
deprecated. In the future, promise rejections that are not handled will 
terminate the Node.js process 

[jira] [Commented] (CB-13832) IOS app gets logged out when using "_system" as target

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) commented on CB-13832:
-

What does "logged out" mean here? How are you logged in, to what? Your website 
opened in an InAppBrowser?

> IOS app gets logged out when using "_system" as target
> --
>
> Key: CB-13832
> URL: https://issues.apache.org/jira/browse/CB-13832
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Reporter: Agnosco
>Priority: Major
>
> I have cordova 7.1.0 and IOS 10+
> I'm logged in my ios app and have an external link in the app. So, to open 
> the link in safari I have -"cordova.InAppBrowser.open(url, '_system', 
> 'location=no');". It opens the url link in safari but I got logged out from 
> app when I tried to go back to app.
> It works fine with target '_blank'. Is it a desired behavior? It used to work 
> in previous version of  cordova-plugin-inappbrowser 1.3.0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13829) Fix tests that were broken since CB-13237

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) commented on CB-13829:
-

PR is ready to be reviewed.

> Fix tests that were broken since CB-13237
> -
>
> Key: CB-13829
> URL: https://issues.apache.org/jira/browse/CB-13829
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Affects Versions: 6.0.0
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> CB-13237 introduced a major breaking change (by default the projects built 
> are not Windows10/UWP and not 8.1 any more) and also broke the e2e-tests in 
> the process (which wasn't noticed because the running of tests was broken 
> even before by the switch from jasmine-node to jasmine and so CI didn'T 
> report the test breakage).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-12510) Generate .sln files with widget.name

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) updated CB-12510:

Summary: Generate .sln files with widget.name  (was: cannot rename windows 
cordova project)

> Generate .sln files with widget.name
> 
>
> Key: CB-12510
> URL: https://issues.apache.org/jira/browse/CB-12510
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: cordova-windows
>Reporter: Ali Mustafa
>Priority: Minor
>  Labels: windows
>
> building Cordova app for windows generates CordovaApp.sln even though I 
> specified another name under widget tag in config.xml.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-12628) Capability declarations in config.xml are ignored for package.appxmanifest

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) updated CB-12628:

Description: 
Capability declarations for Windows (UAP 10.0 and others) are not merged into 
the resulting package.appxmanifest files of the windows project.

To reproduce:

1. cordova create windows-cat-test
2. Add the following entry to config.xml (this snippet would work in a 
plugin.xml of a cordova plugin):

{code}

  

  

{code}

3. cordova platform add windows
=> The privateNetworkClientServer Capability is not merged into any 
package.appxmanifest

  was:
Capability declarations for Windows (UAP 10.0 and others) are not merged into 
the resulting package.appxmanifest files of the windows project.

To reproduce:

1. cordova create windows-cat-test
2. Add the following entry to config.xml (this snippet would work in a 
plugin.xml of a cordova plugin):

"

  

  

"

3. cordova platform add windows
=> The privateNetworkClientServer Capability is not merged into any 
package.appxmanifest


> Capability declarations in config.xml are ignored for package.appxmanifest
> --
>
> Key: CB-12628
> URL: https://issues.apache.org/jira/browse/CB-12628
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Affects Versions: 6.5.0
> Environment: cordova@6.5.0, cordova-windows@5.0.0 (and below)
>Reporter: Peter Juras
>Assignee: Nikita Matrosov
>Priority: Major
>  Labels: windows
>
> Capability declarations for Windows (UAP 10.0 and others) are not merged into 
> the resulting package.appxmanifest files of the windows project.
> To reproduce:
> 1. cordova create windows-cat-test
> 2. Add the following entry to config.xml (this snippet would work in a 
> plugin.xml of a cordova plugin):
> {code}
> 
>   
> 
>   
> 
> {code}
> 3. cordova platform add windows
> => The privateNetworkClientServer Capability is not merged into any 
> package.appxmanifest



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Assigned] (CB-13834) Fix tests failure with VS17 caused by CB-12499

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) reassigned CB-13834:
---

Assignee: (was: Jesse MacFadyen)

> Fix tests failure with VS17 caused by CB-12499
> --
>
> Key: CB-13834
> URL: https://issues.apache.org/jira/browse/CB-13834
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Priority: Major
>
> The file `Default.rd.xml` introduced by CB-12499 is unfortunately causing 
> test failures on AppVeyor when Visual Studio 2017 is used to build with 
> params `--release --bundle --archs="x64 x86 arm"`. 
>  
> {code:java}
> Started
> Creating Cordova Windows Project:
>   Path: testcreate 応用
>   Namespace: com.test.app
>   Name: 応用
> Windows project created with cordova-windows@5.1.0-dev
> Building project: C:\projects\cordova-windows\testcreate 
> 応用\CordovaApp.Windows10.jsproj
>   Configuration : release
>   Platform  : x64
>   Patching 10 in prebuild event...
>   Injected base.js reference to the www/index.html
>   Removing /( 
> *)(\s*<\/script>)(\s*)/
>  from www/index.html
>   Removing /( 
> *)(\s*<\/script>)(\s*)/
>  from www/index.html
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\build\windows\release\x64\win10\CordovaApp.Windows10_1.0.0.0_x64.appx
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\build\windows\release\x64\win10\Upload\CordovaApp.Windows10_1.0.0.0_x64.appx
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\AppPackages\CordovaApp.Windows10_1.0.0.0_Test\CordovaApp.Windows10_1.0.0.0_x64.appxbundle
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\AppPackages\CordovaApp.Windows10_1.0.0.0\CordovaApp.Windows10_1.0.0.0_x64.appxbundle
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\AppPackages\CordovaApp.Windows10_1.0.0.0_x64_bundle.appxupload
>   Your package has been successfully created.
> Building project: C:\projects\cordova-windows\testcreate 
> 応用\CordovaApp.Windows10.jsproj
>   Configuration : release
>   Platform  : x86
>   Patching 10 in prebuild event...
> C:\Program Files 
> (x86)\MSBuild\Microsoft\VisualStudio\v14.0\AppxPackage\Microsoft.AppXPackage.Targets(2975,5):
>  error MSB3231: Unable to remove directory 
> "build\windows\bld\PackageUploadLayout\". The process cannot access the file 
> 'Default.rd.xml' because it is being used by another process. 
> [C:\projects\cordova-windows\testcreate ??\CordovaApp.Windows10.jsproj]
> C:\projects\cordova-windows\testcreate 応用\cordova\node_modules\q\q.js:155
> throw e;
> ^
> Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed 
> with exit code 1
> at ChildProcess.whenDone (C:\projects\cordova-windows\testcreate 
> 応用\cordova\node_modules\cordova-common\src\superspawn.js:169:23)
> at emitTwo (events.js:106:13)
> at ChildProcess.emit (events.js:191:7)
> at maybeClose (internal/child_process.js:920:16)
> at Process.ChildProcess._handle.onexit 
> (internal/child_process.js:230:5){code}
> Afaik this is the only test that is "touching" that file (--release and 
> Windows 10), so this might be a general problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-13834) Fix tests failure with VS17 caused by CB-12499

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) updated CB-13834:

Summary: Fix tests failure with VS17 caused by CB-12499  (was: Fix tests 
failure with VS17 caused CB-12499)

> Fix tests failure with VS17 caused by CB-12499
> --
>
> Key: CB-13834
> URL: https://issues.apache.org/jira/browse/CB-13834
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jesse MacFadyen
>Priority: Major
>
> The file `Default.rd.xml` introduced by CB-12499 is unfortunately causing 
> test failures on AppVeyor when Visual Studio 2017 is used to build with 
> params `--release --bundle --archs="x64 x86 arm"`. 
>  
> {code:java}
> Started
> Creating Cordova Windows Project:
>   Path: testcreate 応用
>   Namespace: com.test.app
>   Name: 応用
> Windows project created with cordova-windows@5.1.0-dev
> Building project: C:\projects\cordova-windows\testcreate 
> 応用\CordovaApp.Windows10.jsproj
>   Configuration : release
>   Platform  : x64
>   Patching 10 in prebuild event...
>   Injected base.js reference to the www/index.html
>   Removing /( 
> *)(\s*<\/script>)(\s*)/
>  from www/index.html
>   Removing /( 
> *)(\s*<\/script>)(\s*)/
>  from www/index.html
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\build\windows\release\x64\win10\CordovaApp.Windows10_1.0.0.0_x64.appx
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\build\windows\release\x64\win10\Upload\CordovaApp.Windows10_1.0.0.0_x64.appx
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\AppPackages\CordovaApp.Windows10_1.0.0.0_Test\CordovaApp.Windows10_1.0.0.0_x64.appxbundle
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\AppPackages\CordovaApp.Windows10_1.0.0.0\CordovaApp.Windows10_1.0.0.0_x64.appxbundle
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\AppPackages\CordovaApp.Windows10_1.0.0.0_x64_bundle.appxupload
>   Your package has been successfully created.
> Building project: C:\projects\cordova-windows\testcreate 
> 応用\CordovaApp.Windows10.jsproj
>   Configuration : release
>   Platform  : x86
>   Patching 10 in prebuild event...
> C:\Program Files 
> (x86)\MSBuild\Microsoft\VisualStudio\v14.0\AppxPackage\Microsoft.AppXPackage.Targets(2975,5):
>  error MSB3231: Unable to remove directory 
> "build\windows\bld\PackageUploadLayout\". The process cannot access the file 
> 'Default.rd.xml' because it is being used by another process. 
> [C:\projects\cordova-windows\testcreate ??\CordovaApp.Windows10.jsproj]
> C:\projects\cordova-windows\testcreate 応用\cordova\node_modules\q\q.js:155
> throw e;
> ^
> Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed 
> with exit code 1
> at ChildProcess.whenDone (C:\projects\cordova-windows\testcreate 
> 応用\cordova\node_modules\cordova-common\src\superspawn.js:169:23)
> at emitTwo (events.js:106:13)
> at ChildProcess.emit (events.js:191:7)
> at maybeClose (internal/child_process.js:920:16)
> at Process.ChildProcess._handle.onexit 
> (internal/child_process.js:230:5){code}
> Afaik this is the only test that is "touching" that file (--release and 
> Windows 10), so this might be a general problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (CB-13834) Fix tests failure with VS17 caused CB-12499

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)
Jan Piotrowski (Sujan) created CB-13834:
---

 Summary: Fix tests failure with VS17 caused CB-12499
 Key: CB-13834
 URL: https://issues.apache.org/jira/browse/CB-13834
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-windows
Reporter: Jan Piotrowski (Sujan)
Assignee: Jesse MacFadyen


The file `Default.rd.xml` introduced by CB-12499 is unfortunately causing test 
failures on AppVeyor when Visual Studio 2017 is used to build with params 
`--release --bundle --archs="x64 x86 arm"`. 
 
{code:java}
Started
Creating Cordova Windows Project:
Path: testcreate 応用
Namespace: com.test.app
Name: 応用
Windows project created with cordova-windows@5.1.0-dev
Building project: C:\projects\cordova-windows\testcreate 
応用\CordovaApp.Windows10.jsproj
Configuration : release
Platform  : x64
  Patching 10 in prebuild event...
  Injected base.js reference to the www/index.html
  Removing /( 
*)(\s*<\/script>)(\s*)/
 from www/index.html
  Removing /( 
*)(\s*<\/script>)(\s*)/
 from www/index.html
  CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
??\build\windows\release\x64\win10\CordovaApp.Windows10_1.0.0.0_x64.appx
  CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
??\build\windows\release\x64\win10\Upload\CordovaApp.Windows10_1.0.0.0_x64.appx
  CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
??\AppPackages\CordovaApp.Windows10_1.0.0.0_Test\CordovaApp.Windows10_1.0.0.0_x64.appxbundle
  CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
??\AppPackages\CordovaApp.Windows10_1.0.0.0\CordovaApp.Windows10_1.0.0.0_x64.appxbundle
  CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
??\AppPackages\CordovaApp.Windows10_1.0.0.0_x64_bundle.appxupload
  Your package has been successfully created.
Building project: C:\projects\cordova-windows\testcreate 
応用\CordovaApp.Windows10.jsproj
Configuration : release
Platform  : x86
  Patching 10 in prebuild event...
C:\Program Files 
(x86)\MSBuild\Microsoft\VisualStudio\v14.0\AppxPackage\Microsoft.AppXPackage.Targets(2975,5):
 error MSB3231: Unable to remove directory 
"build\windows\bld\PackageUploadLayout\". The process cannot access the file 
'Default.rd.xml' because it is being used by another process. 
[C:\projects\cordova-windows\testcreate ??\CordovaApp.Windows10.jsproj]
C:\projects\cordova-windows\testcreate 応用\cordova\node_modules\q\q.js:155
throw e;
^
Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed with 
exit code 1
at ChildProcess.whenDone (C:\projects\cordova-windows\testcreate 
応用\cordova\node_modules\cordova-common\src\superspawn.js:169:23)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:920:16)
at Process.ChildProcess._handle.onexit 
(internal/child_process.js:230:5){code}

Afaik this is the only test that is "touching" that file (--release and Windows 
10), so this might be a general problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-12499) UWP : Dependent external libraries specified as resource-file not being referenced in Release mode.

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) commented on CB-12499:
-

I am currently working on CB-13829, fixing some tests that were broken by 
another change.

Unfortunately this `Default.rd.xml` is also causing one of the tests (build 
with ` --release --bundle --archs="x64 x86 arm"`) to fail when Visual Studio 17 
is installed:
 
{code:java}
Started
Creating Cordova Windows Project:
Path: testcreate 応用
Namespace: com.test.app
Name: 応用
Windows project created with cordova-windows@5.1.0-dev
Building project: C:\projects\cordova-windows\testcreate 
応用\CordovaApp.Windows10.jsproj
Configuration : release
Platform  : x64
  Patching 10 in prebuild event...
  Injected base.js reference to the www/index.html
  Removing /( 
*)(\s*<\/script>)(\s*)/
 from www/index.html
  Removing /( 
*)(\s*<\/script>)(\s*)/
 from www/index.html
  CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
??\build\windows\release\x64\win10\CordovaApp.Windows10_1.0.0.0_x64.appx
  CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
??\build\windows\release\x64\win10\Upload\CordovaApp.Windows10_1.0.0.0_x64.appx
  CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
??\AppPackages\CordovaApp.Windows10_1.0.0.0_Test\CordovaApp.Windows10_1.0.0.0_x64.appxbundle
  CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
??\AppPackages\CordovaApp.Windows10_1.0.0.0\CordovaApp.Windows10_1.0.0.0_x64.appxbundle
  CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
??\AppPackages\CordovaApp.Windows10_1.0.0.0_x64_bundle.appxupload
  Your package has been successfully created.
Building project: C:\projects\cordova-windows\testcreate 
応用\CordovaApp.Windows10.jsproj
Configuration : release
Platform  : x86
  Patching 10 in prebuild event...
C:\Program Files 
(x86)\MSBuild\Microsoft\VisualStudio\v14.0\AppxPackage\Microsoft.AppXPackage.Targets(2975,5):
 error MSB3231: Unable to remove directory 
"build\windows\bld\PackageUploadLayout\". The process cannot access the file 
'Default.rd.xml' because it is being used by another process. 
[C:\projects\cordova-windows\testcreate ??\CordovaApp.Windows10.jsproj]
C:\projects\cordova-windows\testcreate 応用\cordova\node_modules\q\q.js:155
throw e;
^
Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed with 
exit code 1
at ChildProcess.whenDone (C:\projects\cordova-windows\testcreate 
応用\cordova\node_modules\cordova-common\src\superspawn.js:169:23)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:920:16)
at Process.ChildProcess._handle.onexit 
(internal/child_process.js:230:5){code}

I will investigate a bit and then create an issue for this and reference it 
here.

> UWP  : Dependent external libraries specified as resource-file not being 
> referenced in Release mode.
> 
>
> Key: CB-12499
> URL: https://issues.apache.org/jira/browse/CB-12499
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Affects Versions: 5.0.0, 4.4.2, 4.4.3
> Environment: Cordova Windows
>Reporter: Srutha Keerthi
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-12782) [Windows] Install cordova plugins from private gitlab repository failed with status code 406.

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) updated CB-12782:

Component/s: (was: cordova-windows)

> [Windows] Install cordova plugins from private gitlab repository failed with 
> status code 406. 
> --
>
> Key: CB-12782
> URL: https://issues.apache.org/jira/browse/CB-12782
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli, cordova-plugins
>Affects Versions: 7.0.0
> Environment: Windows 7
> node v6.10.3
> npm v3.10.10
> cordova 7.0.0
>Reporter: Xu Chao
>Priority: Major
>  Labels: plugins
>
> When I install a cordova plugin from a private gitlab repositroy in Windows, 
> I get a HTTP 406 error. 
> However, the same plugin can be installed successfully in Mac. 
> I also tried the other two windows PC, but  without luck.
> The command I used:
> {quote}
> cordova plugin add http:///XXX/cordova-plugin-statusbar.git
> {quote}
> The errors from the console:
> {quote}
> Error: Failed to fetch plugin http://XXX/cordova-plugin-statusbar.git via 
> registry.
> Probably this is either a connection problem, or plugin spec is incorrect.
> Check your connection and plugin name/version/URL.
> Error: cmd: Command failed with exit code 1 Error output:
> npm ERR! fetch failed http://XXX/cordova-plugin-statusbar.git
> npm WARN retry will retry, error on last attempt: Error: fetch failed with 
> status code 406
> {quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Comment Edited] (CB-12808) 'Error: AppPackages doesn't exists` when building for windows@5.0.0

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) edited comment on CB-12808 at 1/25/18 10:28 PM:
---

What version of `cordova-windows` are you having this problem with?
Can you make a screenshot of the Visual Studio Installer similar to this? 
https://cordova.apache.org/docs/en/7.x/guide/platforms/win8/index.html#installing-the-requirements

I am pretty deep in this code right now, so might be able to investigate.


was (Author: sujan12):
What version of `cordova-windows` are you having this problem with?
Can you make a screenshot of the Visual Studio Installer similar to this? 
https://cordova.apache.org/docs/en/7.x/guide/platforms/win8/index.html#installing-the-requirements

> 'Error: AppPackages doesn't exists` when building for windows@5.0.0
> ---
>
> Key: CB-12808
> URL: https://issues.apache.org/jira/browse/CB-12808
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
> Environment: See VisualStudioCommunity-Specs attachment.
> Windows 10 Home (see Windows10Home-About attachment)
> Microsoft Visual Studio Community 2017 Version 15.2 (26430.4) Release
> Windows 10 SDK 10.0.15063.137
> cordova@6.5.0 and cordova@7.0.0
>Reporter: Shazron Abdullah
>Priority: Major
> Attachments: VisualStudioCommunity-Specs.txt, Windows10Home-About.PNG
>
>
> See Environment field.
> 1. Install Windows 10 Home with latest updates as of May 12 2017
> 2. Install Visual Studio Community Edition with latest updates as of May 12 
> 2017
> 3. Install Windows 10 SDK 10.0.15063.137
> 4. Add to your environment variables 'VSINSTALLDIR` value: {{C:\Program Files 
> (x86)\Microsoft Visual Studio\2017\Community\}}
> Repro:
> {code}
> $ cordova create foo
> $ cd foo
> # edit config.xml to add these two tags below (without the hashes):
> # 
> # 
> $ cordova platform add windows
> Adding windows project...
> Creating Cordova Windows Project:
> Path: platforms\windows
> Namespace: io.cordova.hellocordova
> Name: HelloCordova
> Windows project created with cordova-windows@5.0.0
> Installing "cordova-plugin-whitelist" for windows
> $ cordova build windows
> Building project: 
> C:\Users\shazron\Desktop\foo\platforms\windows\CordovaApp.Windows10.jsproj
> Configuration : debug
> Platform  : anycpu
>   Patching 10 in prebuild event...
>   Injected base.js reference to the /www/index.html
>   Removing /( 
> *)(
>   \s*<\/script>)(\s*)/ from /www/index.html
>   Removing /( 
> *)(\s*<\/script>)(\s*)/ from /www/index.html
> Error: AppPackages doesn't exists
> {code}
> The error originates in the platform code, here:
> https://github.com/apache/cordova-windows/blob/7fe4c21229815d216a985b114a4db5f01b5e5169/template/cordova/lib/package.js#L32-L36



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-12808) 'Error: AppPackages doesn't exists` when building for windows@5.0.0

2018-01-25 Thread Emiliano Roy Orengo (JIRA)

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

Emiliano Roy Orengo commented on CB-12808:
--

Estaré fuera de la oficina con acceso limitado al correo hasta el 7/Febrero 
inclusive.
Saludos y Gracias


I'll be out of the office with limited access to emails until February 7th.
Thank you.
Regards


> 'Error: AppPackages doesn't exists` when building for windows@5.0.0
> ---
>
> Key: CB-12808
> URL: https://issues.apache.org/jira/browse/CB-12808
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
> Environment: See VisualStudioCommunity-Specs attachment.
> Windows 10 Home (see Windows10Home-About attachment)
> Microsoft Visual Studio Community 2017 Version 15.2 (26430.4) Release
> Windows 10 SDK 10.0.15063.137
> cordova@6.5.0 and cordova@7.0.0
>Reporter: Shazron Abdullah
>Priority: Major
> Attachments: VisualStudioCommunity-Specs.txt, Windows10Home-About.PNG
>
>
> See Environment field.
> 1. Install Windows 10 Home with latest updates as of May 12 2017
> 2. Install Visual Studio Community Edition with latest updates as of May 12 
> 2017
> 3. Install Windows 10 SDK 10.0.15063.137
> 4. Add to your environment variables 'VSINSTALLDIR` value: {{C:\Program Files 
> (x86)\Microsoft Visual Studio\2017\Community\}}
> Repro:
> {code}
> $ cordova create foo
> $ cd foo
> # edit config.xml to add these two tags below (without the hashes):
> # 
> # 
> $ cordova platform add windows
> Adding windows project...
> Creating Cordova Windows Project:
> Path: platforms\windows
> Namespace: io.cordova.hellocordova
> Name: HelloCordova
> Windows project created with cordova-windows@5.0.0
> Installing "cordova-plugin-whitelist" for windows
> $ cordova build windows
> Building project: 
> C:\Users\shazron\Desktop\foo\platforms\windows\CordovaApp.Windows10.jsproj
> Configuration : debug
> Platform  : anycpu
>   Patching 10 in prebuild event...
>   Injected base.js reference to the /www/index.html
>   Removing /( 
> *)(
>   \s*<\/script>)(\s*)/ from /www/index.html
>   Removing /( 
> *)(\s*<\/script>)(\s*)/ from /www/index.html
> Error: AppPackages doesn't exists
> {code}
> The error originates in the platform code, here:
> https://github.com/apache/cordova-windows/blob/7fe4c21229815d216a985b114a4db5f01b5e5169/template/cordova/lib/package.js#L32-L36



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-12808) 'Error: AppPackages doesn't exists` when building for windows@5.0.0

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) commented on CB-12808:
-

What version of `cordova-windows` are you having this problem with?
Can you make a screenshot of the Visual Studio Installer similar to this? 
https://cordova.apache.org/docs/en/7.x/guide/platforms/win8/index.html#installing-the-requirements

> 'Error: AppPackages doesn't exists` when building for windows@5.0.0
> ---
>
> Key: CB-12808
> URL: https://issues.apache.org/jira/browse/CB-12808
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
> Environment: See VisualStudioCommunity-Specs attachment.
> Windows 10 Home (see Windows10Home-About attachment)
> Microsoft Visual Studio Community 2017 Version 15.2 (26430.4) Release
> Windows 10 SDK 10.0.15063.137
> cordova@6.5.0 and cordova@7.0.0
>Reporter: Shazron Abdullah
>Priority: Major
> Attachments: VisualStudioCommunity-Specs.txt, Windows10Home-About.PNG
>
>
> See Environment field.
> 1. Install Windows 10 Home with latest updates as of May 12 2017
> 2. Install Visual Studio Community Edition with latest updates as of May 12 
> 2017
> 3. Install Windows 10 SDK 10.0.15063.137
> 4. Add to your environment variables 'VSINSTALLDIR` value: {{C:\Program Files 
> (x86)\Microsoft Visual Studio\2017\Community\}}
> Repro:
> {code}
> $ cordova create foo
> $ cd foo
> # edit config.xml to add these two tags below (without the hashes):
> # 
> # 
> $ cordova platform add windows
> Adding windows project...
> Creating Cordova Windows Project:
> Path: platforms\windows
> Namespace: io.cordova.hellocordova
> Name: HelloCordova
> Windows project created with cordova-windows@5.0.0
> Installing "cordova-plugin-whitelist" for windows
> $ cordova build windows
> Building project: 
> C:\Users\shazron\Desktop\foo\platforms\windows\CordovaApp.Windows10.jsproj
> Configuration : debug
> Platform  : anycpu
>   Patching 10 in prebuild event...
>   Injected base.js reference to the /www/index.html
>   Removing /( 
> *)(
>   \s*<\/script>)(\s*)/ from /www/index.html
>   Removing /( 
> *)(\s*<\/script>)(\s*)/ from /www/index.html
> Error: AppPackages doesn't exists
> {code}
> The error originates in the platform code, here:
> https://github.com/apache/cordova-windows/blob/7fe4c21229815d216a985b114a4db5f01b5e5169/template/cordova/lib/package.js#L32-L36



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-12814) Windows 10: config.xml preference "Orientation"="landscape" does not lock app to landscape

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) commented on CB-12814:
-

Is this config.xml setting supported for cordova-windows?

> Windows 10: config.xml preference "Orientation"="landscape" does not lock app 
> to landscape
> --
>
> Key: CB-12814
> URL: https://issues.apache.org/jira/browse/CB-12814
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
> Environment: cordova 6.5.0
> cordova windows 5.0.0
>Reporter: Michael Schmidt
>Priority: Major
>
> The config.xml setting 
> {code}
>   
> {code}
> does not lock the app to landscape mode.
> The app gets turned into portrait on turning the device into portrait.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-13201) Javasript runtime error from removeEventListener() in cordova.js

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) updated CB-13201:

Description: 
I am developing a Cordova-based app for a Windows 10 platform. There is a 
button that whenever I press, cordova.js throws the following exception at this 
function:

{code}
document.removeEventListener = function(evt, handler, capture) {
var e = evt.toLowerCase();
// If unsubscribing from an event that is handled by a plugin
if (typeof documentEventHandlers[e] != "undefined") {
documentEventHandlers[e].unsubscribe(handler);
} else {
m_document_removeEventListener.call(document, evt, handler, capture);
}
};
{code}

The exception text is as follows:
{code}
Unhandled exception at line 154, column 9 in 
ms-appx-web://com.something/www/cordova.js
0x800a138f - JavaScript runtime error: Unable to get property 'handleEvent' of 
undefined or null reference occurred
{code}

Any idea what could be the issue here??

  was:
I am developing a Cordova-based app for a Windows 10 platform. There is a 
button that whenever I press, cordova.js throws the following exception at this 
function:

document.removeEventListener = function(evt, handler, capture) {
var e = evt.toLowerCase();
// If unsubscribing from an event that is handled by a plugin
if (typeof documentEventHandlers[e] != "undefined") {
documentEventHandlers[e].unsubscribe(handler);
} else {
m_document_removeEventListener.call(document, evt, handler, capture);
}
};

The exception text is as follows:
Unhandled exception at line 154, column 9 in 
ms-appx-web://com.something/www/cordova.js
0x800a138f - JavaScript runtime error: Unable to get property 'handleEvent' of 
undefined or null reference occurred

Any idea what could be the issue here??


> Javasript runtime error from removeEventListener() in cordova.js
> 
>
> Key: CB-13201
> URL: https://issues.apache.org/jira/browse/CB-13201
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
> Environment: Windows 10 UWP
>Reporter: Mazen Debe
>Assignee: Jesse MacFadyen
>Priority: Major
>  Labels: cordova-windows, javascript, uwp, windows
>
> I am developing a Cordova-based app for a Windows 10 platform. There is a 
> button that whenever I press, cordova.js throws the following exception at 
> this function:
> {code}
> document.removeEventListener = function(evt, handler, capture) {
> var e = evt.toLowerCase();
> // If unsubscribing from an event that is handled by a plugin
> if (typeof documentEventHandlers[e] != "undefined") {
> documentEventHandlers[e].unsubscribe(handler);
> } else {
> m_document_removeEventListener.call(document, evt, handler, capture);
> }
> };
> {code}
> The exception text is as follows:
> {code}
> Unhandled exception at line 154, column 9 in 
> ms-appx-web://com.something/www/cordova.js
> 0x800a138f - JavaScript runtime error: Unable to get property 'handleEvent' 
> of undefined or null reference occurred
> {code}
> Any idea what could be the issue here??



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13251) Unable to add plugin from local folder in a project in VS2015

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) commented on CB-13251:
-

Do you know what command VS executes in the background to do this?

> Unable to add plugin from local folder in a project in VS2015
> -
>
> Key: CB-13251
> URL: https://issues.apache.org/jira/browse/CB-13251
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Affects Versions: 6.1.1
> Environment: Windows 10, Visual Studio 2015, Apache Cordova Apps, 
> Plugins
>Reporter: Manoj Kumar Rai
>Assignee: Jesse MacFadyen
>Priority: Minor
>
> I have created a Cordova App (for windows) in VS 2015. This App is expected 
> to use a plugin to access functionalities implemented in managed code (C#). I 
> have created a plugin per the expected architecture. An error was appearing 
> while adding plugin in Cordova App using Config -> Plugins-> Custom -> Local 
> -> option.
> Finally I could resolve the problem. I'm not sure if its a bug OR limitation 
> of Apache Cordova Tools.
> The actual problem was in the path where plugin directory was created. 
> Perhaps space is not allowed in name of folders leading to plugin's location.
> My plugin was kept in D:\Learning\WindowsApp\Window 
> 10\TestPlugin\MTIFirstCalculator folder.
> I could add plugin once I changed the path to 
> D:\Learning\WindowsApp\Window10\TestPlugin\MTIFirstCalculator
> Please note that space is removed in Window10 folder.
> The bug is present even in Cordova tools 6.5.0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-13832) IOS app gets logged out when using "_system" as target

2018-01-25 Thread Agnosco (JIRA)

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

Agnosco updated CB-13832:
-
Component/s: cordova-plugin-inappbrowser

> IOS app gets logged out when using "_system" as target
> --
>
> Key: CB-13832
> URL: https://issues.apache.org/jira/browse/CB-13832
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Reporter: Agnosco
>Priority: Major
>
> I have cordova 7.1.0 and IOS 10+
> I'm logged in my ios app and have an external link in the app. So, to open 
> the link in safari I have -"cordova.InAppBrowser.open(url, '_system', 
> 'location=no');". It opens the url link in safari but I got logged out from 
> app when I tried to go back to app.
> It works fine with target '_blank'. Is it a desired behavior? It used to work 
> in previous version of  cordova-plugin-inappbrowser 1.3.0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-13832) IOS app gets logged out when using "_system" as target

2018-01-25 Thread Agnosco (JIRA)

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

Agnosco updated CB-13832:
-
Description: 
I have cordova 7.1.0 and IOS 10+

I'm logged in my ios app and have an external link in the app. So, to open the 
link in safari I have -"cordova.InAppBrowser.open(url, '_system', 
'location=no');". It opens the url link in safari but I got logged out from app 
when I tried to go back to app.

It works fine with target '_blank'. Is it a desired behavior? It used to work 
in previous version of  cordova-plugin-inappbrowser 1.3.0.

  was:
I have cordova 7.1.0 and IOS 10+

I'm logged in my ios app and have an external link in the app. So, to open the 
link in safari I have -"cordova.InAppBrowser.open(url, '_system', 
'location=no');". It opens the url link in safari but I got logged out from app 
when I tried to go back to app.

It works fine with target '_blank'. Is it a desired behavior? It used to work 
in previous version 1.3.0.


> IOS app gets logged out when using "_system" as target
> --
>
> Key: CB-13832
> URL: https://issues.apache.org/jira/browse/CB-13832
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Agnosco
>Priority: Major
>
> I have cordova 7.1.0 and IOS 10+
> I'm logged in my ios app and have an external link in the app. So, to open 
> the link in safari I have -"cordova.InAppBrowser.open(url, '_system', 
> 'location=no');". It opens the url link in safari but I got logged out from 
> app when I tried to go back to app.
> It works fine with target '_blank'. Is it a desired behavior? It used to work 
> in previous version of  cordova-plugin-inappbrowser 1.3.0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-13832) IOS app gets logged out when using "_system" as target

2018-01-25 Thread Agnosco (JIRA)

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

Agnosco updated CB-13832:
-
Description: 
I have cordova 7.1.0 and IOS 10+

I'm logged in my ios app and have an external link in the app. So, to open the 
link in safari I have -"cordova.InAppBrowser.open(url, '_system', 
'location=no');". It opens the url link in safari but I got logged out from app 
when I tried to go back to app.

It works fine with target '_blank'. Is it a desired behavior? It used to work 
in previous version 1.3.0.

  was:
I have cordova 7.1.0 and IOS 10+

I'm logged in my ios app and have an external link in the app. So, to open the 
link in safari I have -"cordova.InAppBrowser.open(url, '_system', 
'location=no');". It opens the url link in safari but I got logged out from app 
when I tried to go back to app.

It works fine with target '_blank'. Is it a desired behavior? It used to work 
in previous versions.


> IOS app gets logged out when using "_system" as target
> --
>
> Key: CB-13832
> URL: https://issues.apache.org/jira/browse/CB-13832
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Agnosco
>Priority: Major
>
> I have cordova 7.1.0 and IOS 10+
> I'm logged in my ios app and have an external link in the app. So, to open 
> the link in safari I have -"cordova.InAppBrowser.open(url, '_system', 
> 'location=no');". It opens the url link in safari but I got logged out from 
> app when I tried to go back to app.
> It works fine with target '_blank'. Is it a desired behavior? It used to work 
> in previous version 1.3.0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-13833) data not persistent on Ios after first install

2018-01-25 Thread prem (JIRA)

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

prem updated CB-13833:
--
Environment: 
h3. Info
 * Environment: cordova iOS 4.5.4
 * Adapter: I have used both (IndexedDB/WebSQL/)
 * cordova -6.5.0
 * pouchdb 6.4.1

  was:
h3. Info
 * Environment: cordova iOS 4.5.4
 * Platform:iOS
 * Adapter: I have used both (IndexedDB/WebSQL/)

Description: 
Hello
 iOS stored data is lost after installing app  and then hard closing it. This 
only happen the first time the app is install

 

Reproduce

using PouchDB as the database , I can  add item and get it back but if I quit 
the app (hard close), and launch it back, my data is gone. This ONLY happen on 
first install.

1: I install the app
 2: Save some data on the device
 3: Verify that the data is saved
 4: Double click the home button to close the Ios cordova app
 RESULT: re-open the app (Data is lost)
 6: save some data again
 7: Verify data is saved
 8: double click home to close
 9 re-open app
 RESULT : data is save correctly

I don't see the same issue on Android,,

 

Same issue with local storage

Any ideas..
 Thanks!

  was:
Hello
iOS stored data is lost after installing app  and then hard closing it. This 
only happen the first time the app is install

 

Reproduce

using PouchDB as the database , I can  add item and get it back but if I quit 
the app (hard close), and launch it back, my data is gone. This ONLY happen on 
first install.

1: I install the app
2: Save some data
3: Verify that the data is saved
4: Double click the home button to close the Ios cordova app
RESULT: re-open the app (Data is lost)
6: save some data again
7: Verify data is saved
8: double click home to close
9 re-open app
RESULT : data is save correctly



I don't see the same issue on Android,,

Any ideas..
Thanks!


> data not persistent on Ios after first install
> --
>
> Key: CB-13833
> URL: https://issues.apache.org/jira/browse/CB-13833
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
> Environment: h3. Info
>  * Environment: cordova iOS 4.5.4
>  * Adapter: I have used both (IndexedDB/WebSQL/)
>  * cordova -6.5.0
>  * pouchdb 6.4.1
>Reporter: prem
>Assignee: Suraj Pindoria
>Priority: Major
>
> Hello
>  iOS stored data is lost after installing app  and then hard closing it. This 
> only happen the first time the app is install
>  
> Reproduce
> using PouchDB as the database , I can  add item and get it back but if I quit 
> the app (hard close), and launch it back, my data is gone. This ONLY happen 
> on first install.
> 1: I install the app
>  2: Save some data on the device
>  3: Verify that the data is saved
>  4: Double click the home button to close the Ios cordova app
>  RESULT: re-open the app (Data is lost)
>  6: save some data again
>  7: Verify data is saved
>  8: double click home to close
>  9 re-open app
>  RESULT : data is save correctly
> I don't see the same issue on Android,,
>  
> Same issue with local storage
> Any ideas..
>  Thanks!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (CB-13833) data not persistent on Ios after first install

2018-01-25 Thread prem (JIRA)
prem created CB-13833:
-

 Summary: data not persistent on Ios after first install
 Key: CB-13833
 URL: https://issues.apache.org/jira/browse/CB-13833
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-ios
Affects Versions: cordova-ios 4.5.0
 Environment: h3. Info
 * Environment: cordova iOS 4.5.4
 * Platform:iOS
 * Adapter: I have used both (IndexedDB/WebSQL/)
Reporter: prem
Assignee: Suraj Pindoria


Hello
iOS stored data is lost after installing app  and then hard closing it. This 
only happen the first time the app is install

 

Reproduce

using PouchDB as the database , I can  add item and get it back but if I quit 
the app (hard close), and launch it back, my data is gone. This ONLY happen on 
first install.

1: I install the app
2: Save some data
3: Verify that the data is saved
4: Double click the home button to close the Ios cordova app
RESULT: re-open the app (Data is lost)
6: save some data again
7: Verify data is saved
8: double click home to close
9 re-open app
RESULT : data is save correctly



I don't see the same issue on Android,,

Any ideas..
Thanks!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-7684) [Media] CDVSound Kills any and all playing sound files when a single file finishes

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 3d794ca9401ad6cce09679dfc5e53e0b184d4e95 in cordova-plugin-media's 
branch refs/heads/5.0.x from [~adriano.digiovanni]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-media.git;h=3d794ca ]

CB-7684 (#143)

* do not deactivate avsession when items finish playing

* CB76-84: check if any audio file is playing or recording before deactivating 
the avsession

* CB-7684: add ios preference to keep avsession always active

* CB-7684: change variable name to uppercase

* CB-7684: change variable name to uppercase in CDVSound.m, too

* CB-7684: fix plugin definition

* CB-7684: activate avsession during plugin initialization

* update plugin definition to solve merge conflict

* update plugin definition to fix merge conflict

* update plugin definition to fix merge conflict


> [Media] CDVSound Kills any and all playing sound files when a single file 
> finishes
> --
>
> Key: CB-7684
> URL: https://issues.apache.org/jira/browse/CB-7684
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-media
>Affects Versions: 3.5.0
> Environment: iOS
>Reporter: Nathan Stryker
>Priority: Major
>
> The CDVSound file will kill all playing media files when ever a single file 
> completes playing. The issue is around like 691 in the method 
> "AudioDidFinishPlaying", with the code:
> if (self.avSession) {
> [self.avSession setActive:NO error:nil];
> }
> The reason I think this is a bug is that if a user as Music file A playing in 
> a loop and Music file B plays, when B completes the "setActive:NO" will kill 
> the avSession of both A and B. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-7684) [Media] CDVSound Kills any and all playing sound files when a single file finishes

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 3d794ca9401ad6cce09679dfc5e53e0b184d4e95 in cordova-plugin-media's 
branch refs/heads/5.0.x from [~adriano.digiovanni]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-media.git;h=3d794ca ]

CB-7684 (#143)

* do not deactivate avsession when items finish playing

* CB76-84: check if any audio file is playing or recording before deactivating 
the avsession

* CB-7684: add ios preference to keep avsession always active

* CB-7684: change variable name to uppercase

* CB-7684: change variable name to uppercase in CDVSound.m, too

* CB-7684: fix plugin definition

* CB-7684: activate avsession during plugin initialization

* update plugin definition to solve merge conflict

* update plugin definition to fix merge conflict

* update plugin definition to fix merge conflict


> [Media] CDVSound Kills any and all playing sound files when a single file 
> finishes
> --
>
> Key: CB-7684
> URL: https://issues.apache.org/jira/browse/CB-7684
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-media
>Affects Versions: 3.5.0
> Environment: iOS
>Reporter: Nathan Stryker
>Priority: Major
>
> The CDVSound file will kill all playing media files when ever a single file 
> completes playing. The issue is around like 691 in the method 
> "AudioDidFinishPlaying", with the code:
> if (self.avSession) {
> [self.avSession setActive:NO error:nil];
> }
> The reason I think this is a bug is that if a user as Music file A playing in 
> a loop and Music file B plays, when B completes the "setActive:NO" will kill 
> the avSession of both A and B. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-7684) [Media] CDVSound Kills any and all playing sound files when a single file finishes

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 3d794ca9401ad6cce09679dfc5e53e0b184d4e95 in cordova-plugin-media's 
branch refs/heads/5.0.x from [~adriano.digiovanni]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-media.git;h=3d794ca ]

CB-7684 (#143)

* do not deactivate avsession when items finish playing

* CB76-84: check if any audio file is playing or recording before deactivating 
the avsession

* CB-7684: add ios preference to keep avsession always active

* CB-7684: change variable name to uppercase

* CB-7684: change variable name to uppercase in CDVSound.m, too

* CB-7684: fix plugin definition

* CB-7684: activate avsession during plugin initialization

* update plugin definition to solve merge conflict

* update plugin definition to fix merge conflict

* update plugin definition to fix merge conflict


> [Media] CDVSound Kills any and all playing sound files when a single file 
> finishes
> --
>
> Key: CB-7684
> URL: https://issues.apache.org/jira/browse/CB-7684
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-media
>Affects Versions: 3.5.0
> Environment: iOS
>Reporter: Nathan Stryker
>Priority: Major
>
> The CDVSound file will kill all playing media files when ever a single file 
> completes playing. The issue is around like 691 in the method 
> "AudioDidFinishPlaying", with the code:
> if (self.avSession) {
> [self.avSession setActive:NO error:nil];
> }
> The reason I think this is a bug is that if a user as Music file A playing in 
> a loop and Music file B plays, when B completes the "setActive:NO" will kill 
> the avSession of both A and B. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13826) Plugins Release Jan 24, 2018

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit d892a89c1492683d7160f1ddb6e905412436befd in cordova-plugin-media's 
branch refs/heads/5.0.x from [~surajpindoria]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-media.git;h=d892a89 ]

CB-13826 Updated version and RELEASENOTES.md for release 5.0.2


> Plugins Release Jan 24, 2018
> 
>
> Key: CB-13826
> URL: https://issues.apache.org/jira/browse/CB-13826
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-7684) [Media] CDVSound Kills any and all playing sound files when a single file finishes

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 3d794ca9401ad6cce09679dfc5e53e0b184d4e95 in cordova-plugin-media's 
branch refs/heads/5.0.x from [~adriano.digiovanni]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-media.git;h=3d794ca ]

CB-7684 (#143)

* do not deactivate avsession when items finish playing

* CB76-84: check if any audio file is playing or recording before deactivating 
the avsession

* CB-7684: add ios preference to keep avsession always active

* CB-7684: change variable name to uppercase

* CB-7684: change variable name to uppercase in CDVSound.m, too

* CB-7684: fix plugin definition

* CB-7684: activate avsession during plugin initialization

* update plugin definition to solve merge conflict

* update plugin definition to fix merge conflict

* update plugin definition to fix merge conflict


> [Media] CDVSound Kills any and all playing sound files when a single file 
> finishes
> --
>
> Key: CB-7684
> URL: https://issues.apache.org/jira/browse/CB-7684
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-media
>Affects Versions: 3.5.0
> Environment: iOS
>Reporter: Nathan Stryker
>Priority: Major
>
> The CDVSound file will kill all playing media files when ever a single file 
> completes playing. The issue is around like 691 in the method 
> "AudioDidFinishPlaying", with the code:
> if (self.avSession) {
> [self.avSession setActive:NO error:nil];
> }
> The reason I think this is a bug is that if a user as Music file A playing in 
> a loop and Music file B plays, when B completes the "setActive:NO" will kill 
> the avSession of both A and B. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-11513) iOS memory warning stops sound, but does not send status to JS-client

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit c8925b832ef18561a49a40d115a22e14f7ad6e03 in cordova-plugin-media's 
branch refs/heads/5.0.x from [~romedius]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-media.git;h=c8925b8 ]

Fix for CB-11513

https://issues.apache.org/jira/browse/CB-11513

> iOS memory warning stops sound, but does not send status to JS-client
> -
>
> Key: CB-11513
> URL: https://issues.apache.org/jira/browse/CB-11513
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media
>Affects Versions: 3.6.3, 4.1.3, 6.4.0
> Environment: iOS 9 and iOS 10
>Reporter: Thomas K.
>Priority: Major
>  Labels: easyfix
>
> If iOS issues a memory warning while playing a sound, all sounds are 
> terminated. However the ios/CDVSound.m plugin does not update the state of 
> its JS-clients, so the last state the Client knows is Media.MEDIA_RUNNING, 
> which is untrue after a memory warning. This results in incorrect clientside 
> status.
> Problem: A user's software component may send pause() instead of play() 
> (toggle button) effectively rendering the sound unplayable without recovery. 
> This happened in our case.
> Fix: Do not discard currently playing sounds. The first memory warning 
> arrives exactly when the App enters the yellow area and consumes 500MB 
> however it may consume 750MB and more according to Xcode so terminating 
> sounds on "memory warning" is incorrect behavior.
> https://github.com/apache/cordova-plugin-media/blob/master/src/ios/CDVSound.m#L814
> How to reproduce: Add 1 or 2 large animated GIFs with 200+ frames to the 
> UIWebView, this will consume 500MB quickly while playing the GIFs, or 
> simulate the memory warning using the iOS Simulator while playing a sound.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-7684) [Media] CDVSound Kills any and all playing sound files when a single file finishes

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 3d794ca9401ad6cce09679dfc5e53e0b184d4e95 in cordova-plugin-media's 
branch refs/heads/5.0.x from [~adriano.digiovanni]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-media.git;h=3d794ca ]

CB-7684 (#143)

* do not deactivate avsession when items finish playing

* CB76-84: check if any audio file is playing or recording before deactivating 
the avsession

* CB-7684: add ios preference to keep avsession always active

* CB-7684: change variable name to uppercase

* CB-7684: change variable name to uppercase in CDVSound.m, too

* CB-7684: fix plugin definition

* CB-7684: activate avsession during plugin initialization

* update plugin definition to solve merge conflict

* update plugin definition to fix merge conflict

* update plugin definition to fix merge conflict


> [Media] CDVSound Kills any and all playing sound files when a single file 
> finishes
> --
>
> Key: CB-7684
> URL: https://issues.apache.org/jira/browse/CB-7684
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-media
>Affects Versions: 3.5.0
> Environment: iOS
>Reporter: Nathan Stryker
>Priority: Major
>
> The CDVSound file will kill all playing media files when ever a single file 
> completes playing. The issue is around like 691 in the method 
> "AudioDidFinishPlaying", with the code:
> if (self.avSession) {
> [self.avSession setActive:NO error:nil];
> }
> The reason I think this is a bug is that if a user as Music file A playing in 
> a loop and Music file B plays, when B completes the "setActive:NO" will kill 
> the avSession of both A and B. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-7684) [Media] CDVSound Kills any and all playing sound files when a single file finishes

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 3d794ca9401ad6cce09679dfc5e53e0b184d4e95 in cordova-plugin-media's 
branch refs/heads/5.0.x from [~adriano.digiovanni]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-media.git;h=3d794ca ]

CB-7684 (#143)

* do not deactivate avsession when items finish playing

* CB76-84: check if any audio file is playing or recording before deactivating 
the avsession

* CB-7684: add ios preference to keep avsession always active

* CB-7684: change variable name to uppercase

* CB-7684: change variable name to uppercase in CDVSound.m, too

* CB-7684: fix plugin definition

* CB-7684: activate avsession during plugin initialization

* update plugin definition to solve merge conflict

* update plugin definition to fix merge conflict

* update plugin definition to fix merge conflict


> [Media] CDVSound Kills any and all playing sound files when a single file 
> finishes
> --
>
> Key: CB-7684
> URL: https://issues.apache.org/jira/browse/CB-7684
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-media
>Affects Versions: 3.5.0
> Environment: iOS
>Reporter: Nathan Stryker
>Priority: Major
>
> The CDVSound file will kill all playing media files when ever a single file 
> completes playing. The issue is around like 691 in the method 
> "AudioDidFinishPlaying", with the code:
> if (self.avSession) {
> [self.avSession setActive:NO error:nil];
> }
> The reason I think this is a bug is that if a user as Music file A playing in 
> a loop and Music file B plays, when B completes the "setActive:NO" will kill 
> the avSession of both A and B. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-11513) iOS memory warning stops sound, but does not send status to JS-client

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit c8925b832ef18561a49a40d115a22e14f7ad6e03 in cordova-plugin-media's 
branch refs/heads/5.0.x from [~romedius]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-media.git;h=c8925b8 ]

Fix for CB-11513

https://issues.apache.org/jira/browse/CB-11513

> iOS memory warning stops sound, but does not send status to JS-client
> -
>
> Key: CB-11513
> URL: https://issues.apache.org/jira/browse/CB-11513
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media
>Affects Versions: 3.6.3, 4.1.3, 6.4.0
> Environment: iOS 9 and iOS 10
>Reporter: Thomas K.
>Priority: Major
>  Labels: easyfix
>
> If iOS issues a memory warning while playing a sound, all sounds are 
> terminated. However the ios/CDVSound.m plugin does not update the state of 
> its JS-clients, so the last state the Client knows is Media.MEDIA_RUNNING, 
> which is untrue after a memory warning. This results in incorrect clientside 
> status.
> Problem: A user's software component may send pause() instead of play() 
> (toggle button) effectively rendering the sound unplayable without recovery. 
> This happened in our case.
> Fix: Do not discard currently playing sounds. The first memory warning 
> arrives exactly when the App enters the yellow area and consumes 500MB 
> however it may consume 750MB and more according to Xcode so terminating 
> sounds on "memory warning" is incorrect behavior.
> https://github.com/apache/cordova-plugin-media/blob/master/src/ios/CDVSound.m#L814
> How to reproduce: Add 1 or 2 large animated GIFs with 200+ frames to the 
> UIWebView, this will consume 500MB quickly while playing the GIFs, or 
> simulate the memory warning using the iOS Simulator while playing a sound.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13826) Plugins Release Jan 24, 2018

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 6211dd65ac638604aa4577d4c38136ed5a387a8e in 
cordova-plugin-inappbrowser's branch refs/heads/2.0.x from [~surajpindoria]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=6211dd6 
]

CB-13826 Updated version and RELEASENOTES.md for release 2.0.2


> Plugins Release Jan 24, 2018
> 
>
> Key: CB-13826
> URL: https://issues.apache.org/jira/browse/CB-13826
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13737) Splash screen images are resized incorrectly on iPhone X

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit be8be330ac8a0f4424500c07002b280e940dc3b2 in 
cordova-plugin-splashscreen's branch refs/heads/5.0.x from [~jcesarmobile]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=be8be33 
]

Merge pull request #146 from jcesarmobile/CB-13737

CB-13737 (iOS): fix Splash screen images for iPhone X

> Splash screen images are resized incorrectly on iPhone X
> 
>
> Key: CB-13737
> URL: https://issues.apache.org/jira/browse/CB-13737
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-splashscreen
> Environment: iOS 11 / iPhone X
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>Priority: Major
>  Labels: splashscreen
>
> When not using storyboard, the splash images are not correctly resized for 
> iPhone X. So when it switches from the launch image to the splash image there 
> is a noticeable change.
> Also, the landscape image is not displayed, it will show the portrait one.
> {code}
>  width="1125" />
>  src="res/screens/ios/Default-Landscape-2436h.png" width="2436" />
>  {code}   



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13791) Add Android support for a footer close button.

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 98ee2e148cd98a6e0b627b9b92f2e03efd9e00c5 in 
cordova-plugin-inappbrowser's branch refs/heads/2.0.x from [~bowserj]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=98ee2e1 
]

Merge pull request #258 from dpa99c/CB-13791

CB-13791: (android) Add Android support for a footer close button

> Add Android support for a footer close button.
> --
>
> Key: CB-13791
> URL: https://issues.apache.org/jira/browse/CB-13791
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-inappbrowser
> Environment: Android
>Reporter: Dave Alden
>Priority: Minor
>  Labels: features, newbie
>
> Extending the work done in [PR 
> #246|https://github.com/apache/cordova-plugin-inappbrowser/pull/246] under 
> CB-13409, this adds support to Android for a footer close button similar to 
> the "Done" button on iOS.
> The following options are added for Android:
>  * *footer* - set to "yes" to show a close button in the footer similar to 
> the iOS "Done" button.
>  The close button will appear the same as for the header hence use 
> _closebuttoncaption_ and _closebuttoncolor_ to set its properties.
>  * *footercolor* - set to a valid hex color string, for example #00ff00 or 
> #CC00ff00 (#aarrggbb) , and it will change the footer color from default. 
> Only has effect if user has _footer_ set to "yes".
> Here are some example screenshots with the relevant options:
> _location=yes,footer=yes_
>  
> !https://user-images.githubusercontent.com/2345062/33147006-2a602f88-cfbe-11e7-9580-438b07236400.png|width=300!
> _location=no,footer=yes_
>  
> !https://user-images.githubusercontent.com/2345062/33147147-a60efaba-cfbe-11e7-8132-120179e8b43e.png|width=300!
> _location=yes,footer=yes,closebuttoncaption=Done_
>  
> !https://user-images.githubusercontent.com/2345062/33147185-ca8d1e6c-cfbe-11e7-9646-0e1cea52abce.png|width=300!
> _location=no,footer=yes,closebuttoncaption=Done,closebuttoncolor=#ff_
>  
> !https://user-images.githubusercontent.com/2345062/33147285-1aa7bc54-cfbf-11e7-9b9b-576f0d87ed9a.png|width=300!
> _location=no,footer=yes,footercolor=#ff,closebuttoncaption=Done_
>  
> !https://user-images.githubusercontent.com/2345062/33147316-3ab511fe-cfbf-11e7-8b19-d1de80ad289e.png|width=300!
> _location=no,footer=yes,footercolor=#00ff00,closebuttoncaption=Done,closebuttoncolor=#ff_
>  
> !https://user-images.githubusercontent.com/2345062/33147348-581b55c8-cfbf-11e7-9490-c61d83957079.png|width=300!
> _location=no,footer=yes,footercolor=#CC00,closebuttoncaption=Done,closebuttoncolor=#00_
>  
> !https://user-images.githubusercontent.com/2345062/33147377-6ec46c6a-cfbf-11e7-969e-a075142133c4.png|width=300!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13750) Add build-tools-26.0.2 to travis for cordova-plugin-splashscreen

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit cadc68f75b6c19477bcf0eeddba77fe974ea01b0 in 
cordova-plugin-splashscreen's branch refs/heads/5.0.x from [~jcesarmobile]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=cadc68f 
]

CB-13750: Add build-tools-26.0.2 to travis


> Add build-tools-26.0.2 to travis for cordova-plugin-splashscreen
> 
>
> Key: CB-13750
> URL: https://issues.apache.org/jira/browse/CB-13750
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13746) Add build-tools-26.0.2 to travis for cordova-plugin-inappbrowser

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 8e3f2f2c537b47191d7c7e62cd488d553a88ac02 in 
cordova-plugin-inappbrowser's branch refs/heads/2.0.x from [~jcesarmobile]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=8e3f2f2 
]

Merge pull request #257 from jcesarmobile/CB-13746

CB-13746: Add build-tools-26.0.2 to travis

> Add build-tools-26.0.2 to travis for cordova-plugin-inappbrowser
> 
>
> Key: CB-13746
> URL: https://issues.apache.org/jira/browse/CB-13746
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13750) Add build-tools-26.0.2 to travis for cordova-plugin-splashscreen

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 9a6ff2700885cb4a15c96c0439112f3953e28420 in 
cordova-plugin-splashscreen's branch refs/heads/5.0.x from [~jcesarmobile]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=9a6ff27 
]

Merge pull request #147 from jcesarmobile/CB-13750

CB-13750: Add build-tools-26.0.2 to travis

> Add build-tools-26.0.2 to travis for cordova-plugin-splashscreen
> 
>
> Key: CB-13750
> URL: https://issues.apache.org/jira/browse/CB-13750
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13750) Add build-tools-26.0.2 to travis for cordova-plugin-splashscreen

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 9a6ff2700885cb4a15c96c0439112f3953e28420 in 
cordova-plugin-splashscreen's branch refs/heads/5.0.x from [~jcesarmobile]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=9a6ff27 
]

Merge pull request #147 from jcesarmobile/CB-13750

CB-13750: Add build-tools-26.0.2 to travis

> Add build-tools-26.0.2 to travis for cordova-plugin-splashscreen
> 
>
> Key: CB-13750
> URL: https://issues.apache.org/jira/browse/CB-13750
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13791) Add Android support for a footer close button.

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 98ee2e148cd98a6e0b627b9b92f2e03efd9e00c5 in 
cordova-plugin-inappbrowser's branch refs/heads/2.0.x from [~bowserj]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=98ee2e1 
]

Merge pull request #258 from dpa99c/CB-13791

CB-13791: (android) Add Android support for a footer close button

> Add Android support for a footer close button.
> --
>
> Key: CB-13791
> URL: https://issues.apache.org/jira/browse/CB-13791
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-inappbrowser
> Environment: Android
>Reporter: Dave Alden
>Priority: Minor
>  Labels: features, newbie
>
> Extending the work done in [PR 
> #246|https://github.com/apache/cordova-plugin-inappbrowser/pull/246] under 
> CB-13409, this adds support to Android for a footer close button similar to 
> the "Done" button on iOS.
> The following options are added for Android:
>  * *footer* - set to "yes" to show a close button in the footer similar to 
> the iOS "Done" button.
>  The close button will appear the same as for the header hence use 
> _closebuttoncaption_ and _closebuttoncolor_ to set its properties.
>  * *footercolor* - set to a valid hex color string, for example #00ff00 or 
> #CC00ff00 (#aarrggbb) , and it will change the footer color from default. 
> Only has effect if user has _footer_ set to "yes".
> Here are some example screenshots with the relevant options:
> _location=yes,footer=yes_
>  
> !https://user-images.githubusercontent.com/2345062/33147006-2a602f88-cfbe-11e7-9580-438b07236400.png|width=300!
> _location=no,footer=yes_
>  
> !https://user-images.githubusercontent.com/2345062/33147147-a60efaba-cfbe-11e7-8132-120179e8b43e.png|width=300!
> _location=yes,footer=yes,closebuttoncaption=Done_
>  
> !https://user-images.githubusercontent.com/2345062/33147185-ca8d1e6c-cfbe-11e7-9646-0e1cea52abce.png|width=300!
> _location=no,footer=yes,closebuttoncaption=Done,closebuttoncolor=#ff_
>  
> !https://user-images.githubusercontent.com/2345062/33147285-1aa7bc54-cfbf-11e7-9b9b-576f0d87ed9a.png|width=300!
> _location=no,footer=yes,footercolor=#ff,closebuttoncaption=Done_
>  
> !https://user-images.githubusercontent.com/2345062/33147316-3ab511fe-cfbf-11e7-8b19-d1de80ad289e.png|width=300!
> _location=no,footer=yes,footercolor=#00ff00,closebuttoncaption=Done,closebuttoncolor=#ff_
>  
> !https://user-images.githubusercontent.com/2345062/33147348-581b55c8-cfbf-11e7-9490-c61d83957079.png|width=300!
> _location=no,footer=yes,footercolor=#CC00,closebuttoncaption=Done,closebuttoncolor=#00_
>  
> !https://user-images.githubusercontent.com/2345062/33147377-6ec46c6a-cfbf-11e7-969e-a075142133c4.png|width=300!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13791) Add Android support for a footer close button.

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit b73ba93884dcaa88429aae6e4ea6d117effae7d2 in 
cordova-plugin-inappbrowser's branch refs/heads/2.0.x from [~dpa99c]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=b73ba93 
]

CB-13791: Add Android support for a footer close button


> Add Android support for a footer close button.
> --
>
> Key: CB-13791
> URL: https://issues.apache.org/jira/browse/CB-13791
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-inappbrowser
> Environment: Android
>Reporter: Dave Alden
>Priority: Minor
>  Labels: features, newbie
>
> Extending the work done in [PR 
> #246|https://github.com/apache/cordova-plugin-inappbrowser/pull/246] under 
> CB-13409, this adds support to Android for a footer close button similar to 
> the "Done" button on iOS.
> The following options are added for Android:
>  * *footer* - set to "yes" to show a close button in the footer similar to 
> the iOS "Done" button.
>  The close button will appear the same as for the header hence use 
> _closebuttoncaption_ and _closebuttoncolor_ to set its properties.
>  * *footercolor* - set to a valid hex color string, for example #00ff00 or 
> #CC00ff00 (#aarrggbb) , and it will change the footer color from default. 
> Only has effect if user has _footer_ set to "yes".
> Here are some example screenshots with the relevant options:
> _location=yes,footer=yes_
>  
> !https://user-images.githubusercontent.com/2345062/33147006-2a602f88-cfbe-11e7-9580-438b07236400.png|width=300!
> _location=no,footer=yes_
>  
> !https://user-images.githubusercontent.com/2345062/33147147-a60efaba-cfbe-11e7-8132-120179e8b43e.png|width=300!
> _location=yes,footer=yes,closebuttoncaption=Done_
>  
> !https://user-images.githubusercontent.com/2345062/33147185-ca8d1e6c-cfbe-11e7-9646-0e1cea52abce.png|width=300!
> _location=no,footer=yes,closebuttoncaption=Done,closebuttoncolor=#ff_
>  
> !https://user-images.githubusercontent.com/2345062/33147285-1aa7bc54-cfbf-11e7-9b9b-576f0d87ed9a.png|width=300!
> _location=no,footer=yes,footercolor=#ff,closebuttoncaption=Done_
>  
> !https://user-images.githubusercontent.com/2345062/33147316-3ab511fe-cfbf-11e7-8b19-d1de80ad289e.png|width=300!
> _location=no,footer=yes,footercolor=#00ff00,closebuttoncaption=Done,closebuttoncolor=#ff_
>  
> !https://user-images.githubusercontent.com/2345062/33147348-581b55c8-cfbf-11e7-9490-c61d83957079.png|width=300!
> _location=no,footer=yes,footercolor=#CC00,closebuttoncaption=Done,closebuttoncolor=#00_
>  
> !https://user-images.githubusercontent.com/2345062/33147377-6ec46c6a-cfbf-11e7-969e-a075142133c4.png|width=300!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13746) Add build-tools-26.0.2 to travis for cordova-plugin-inappbrowser

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 8e3f2f2c537b47191d7c7e62cd488d553a88ac02 in 
cordova-plugin-inappbrowser's branch refs/heads/2.0.x from [~jcesarmobile]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=8e3f2f2 
]

Merge pull request #257 from jcesarmobile/CB-13746

CB-13746: Add build-tools-26.0.2 to travis

> Add build-tools-26.0.2 to travis for cordova-plugin-inappbrowser
> 
>
> Key: CB-13746
> URL: https://issues.apache.org/jira/browse/CB-13746
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13409) Allow more additional options, for customizing toolbar in cordova/inappbrowser

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit c80c338e51657da600ee56af5079a125426dd00f in 
cordova-plugin-inappbrowser's branch refs/heads/2.0.x from [~bowserj]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=c80c338 
]

Merge pull request #246 from landsbankinn/CB-13409

Cb 13409 - Add more configurable options for toolbar in android and ios

> Allow more additional options, for customizing toolbar in cordova/inappbrowser
> --
>
> Key: CB-13409
> URL: https://issues.apache.org/jira/browse/CB-13409
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-inappbrowser
> Environment: iOS, Android
>Reporter: Steinar Ágúst Steinarsson
>Priority: Minor
>  Labels: features, newbie
> Attachments: Android - 1.png, Android - 2.png, Android - 3.png, 
> Android - 4.png, Android - 5.png, iOS - 1.PNG
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> I added a couple of customizations to inappbrowser's toolbar:
> *Android*:
> - Have a custom text for a close button instead of the Default X:
> _closebuttoncaption_: "set to a string to use as the close buttons caption 
> instead of a X. Note that you need to localize this value yourself."
> - Change the close button color:
> _closebuttoncolor_: "set to a valid hex color string, for example: `#00ff00`, 
> and it will change the close button color from default, regardless of being a 
> text or default X. Only has effect if user has location set to `yes`."
> - Hide the navigation buttons that go backwards and forwards:
> _hidenavigationbuttons_: "set to `yes` to hide the navigation buttons on the 
> location toolbar, only has effect if user has location set to `yes`. The 
> default value is `no`."
> - Change navigation buttons color:
> _navigationbuttoncolor_: "set to a valid hex color string, for example: 
> `#00ff00`, and it will change the color of both navigation buttons from 
> default. Only has effect if user has location set to `yes` and not 
> hidenavigationbuttons set to `yes`."
> - Change color of toolbar:
> _toolbarcolor_: "set to a valid hex color string, for example: `#00ff00`, and 
> it will change the color the toolbar from default. Only has effect if user 
> has location set to `yes`."
> *iOS:*
> - _closebuttoncolor_ (same as above)
> - _hidenavigationbuttons_ (same as above)
> - _toolbarcolor_ (same as above)
> - Make toolbar non-translucent:
> _toolbartranslucent_: "set to `yes` or `no` to make the toolbar 
> translucent(semi-transparent)  (defaults to `yes`). Only applicable if 
> toolbar is not disabled."
> See screenshots in attachments.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13409) Allow more additional options, for customizing toolbar in cordova/inappbrowser

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 84a4644cd136df9e1311bce0d1c62cacb1969a7b in 
cordova-plugin-inappbrowser's branch refs/heads/2.0.x from [~steinaragust]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=84a4644 
]

Merge branch 'master' of https://github.com/apache/cordova-plugin-inappbrowser 
into CB-13409


> Allow more additional options, for customizing toolbar in cordova/inappbrowser
> --
>
> Key: CB-13409
> URL: https://issues.apache.org/jira/browse/CB-13409
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-inappbrowser
> Environment: iOS, Android
>Reporter: Steinar Ágúst Steinarsson
>Priority: Minor
>  Labels: features, newbie
> Attachments: Android - 1.png, Android - 2.png, Android - 3.png, 
> Android - 4.png, Android - 5.png, iOS - 1.PNG
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> I added a couple of customizations to inappbrowser's toolbar:
> *Android*:
> - Have a custom text for a close button instead of the Default X:
> _closebuttoncaption_: "set to a string to use as the close buttons caption 
> instead of a X. Note that you need to localize this value yourself."
> - Change the close button color:
> _closebuttoncolor_: "set to a valid hex color string, for example: `#00ff00`, 
> and it will change the close button color from default, regardless of being a 
> text or default X. Only has effect if user has location set to `yes`."
> - Hide the navigation buttons that go backwards and forwards:
> _hidenavigationbuttons_: "set to `yes` to hide the navigation buttons on the 
> location toolbar, only has effect if user has location set to `yes`. The 
> default value is `no`."
> - Change navigation buttons color:
> _navigationbuttoncolor_: "set to a valid hex color string, for example: 
> `#00ff00`, and it will change the color of both navigation buttons from 
> default. Only has effect if user has location set to `yes` and not 
> hidenavigationbuttons set to `yes`."
> - Change color of toolbar:
> _toolbarcolor_: "set to a valid hex color string, for example: `#00ff00`, and 
> it will change the color the toolbar from default. Only has effect if user 
> has location set to `yes`."
> *iOS:*
> - _closebuttoncolor_ (same as above)
> - _hidenavigationbuttons_ (same as above)
> - _toolbarcolor_ (same as above)
> - Make toolbar non-translucent:
> _toolbartranslucent_: "set to `yes` or `no` to make the toolbar 
> translucent(semi-transparent)  (defaults to `yes`). Only applicable if 
> toolbar is not disabled."
> See screenshots in attachments.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13826) Plugins Release Jan 24, 2018

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 67b1348363510db87f2bf22ab45c2d29fb5eb51e in 
cordova-plugin-splashscreen's branch refs/heads/5.0.x from [~surajpindoria]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=67b1348 
]

CB-13826 Updated version and RELEASENOTES.md for release 5.0.2


> Plugins Release Jan 24, 2018
> 
>
> Key: CB-13826
> URL: https://issues.apache.org/jira/browse/CB-13826
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13746) Add build-tools-26.0.2 to travis for cordova-plugin-inappbrowser

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 8f66f075ddb2f1ba400b19d50017bb5f3379eb47 in 
cordova-plugin-inappbrowser's branch refs/heads/2.0.x from [~jcesarmobile]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=8f66f07 
]

CB-13746: Add build-tools-26.0.2 to travis


> Add build-tools-26.0.2 to travis for cordova-plugin-inappbrowser
> 
>
> Key: CB-13746
> URL: https://issues.apache.org/jira/browse/CB-13746
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13737) Splash screen images are resized incorrectly on iPhone X

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit be8be330ac8a0f4424500c07002b280e940dc3b2 in 
cordova-plugin-splashscreen's branch refs/heads/5.0.x from [~jcesarmobile]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=be8be33 
]

Merge pull request #146 from jcesarmobile/CB-13737

CB-13737 (iOS): fix Splash screen images for iPhone X

> Splash screen images are resized incorrectly on iPhone X
> 
>
> Key: CB-13737
> URL: https://issues.apache.org/jira/browse/CB-13737
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-splashscreen
> Environment: iOS 11 / iPhone X
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>Priority: Major
>  Labels: splashscreen
>
> When not using storyboard, the splash images are not correctly resized for 
> iPhone X. So when it switches from the launch image to the splash image there 
> is a noticeable change.
> Also, the landscape image is not displayed, it will show the portrait one.
> {code}
>  width="1125" />
>  src="res/screens/ios/Default-Landscape-2436h.png" width="2436" />
>  {code}   



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13781) Error requesting permission on Android 8 - Save on photo album issue

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 36ea63a60f98a8a93e5277f054fea16a2b676e6a in cordova-plugin-camera's 
branch refs/heads/4.0.x from [~rpanadero]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-camera.git;h=36ea63a ]

CB-13781: (android) Fixed permissions request on Android 8 to save a photo into 
the photo album


> Error requesting permission on Android 8 - Save on photo album issue
> 
>
> Key: CB-13781
> URL: https://issues.apache.org/jira/browse/CB-13781
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Rubén Panadero
>Priority: Critical
>
> Google has changed how an android application must request permissions on 
> Android 8. In fact, it is considered as fix by Google due to a wrong behavior 
> on previous versions.
> Related documentation:
> [https://developer.android.com/about/versions/oreo/android-8.0-changes.html#rmp]
> This change made by Google has affected the cordova-camera-plugin. To save a 
> photo in Photo Album, the plugin just requests the READ_EXTERNAL_STORAGE 
> permission right now, but that is not enough on Android 8 because the plugin 
> writes the photo file into Pictures folder so it has to request the writing 
> permission, which is missing, as well.
> This is the error that the plugin throws when a photo is tried to be saved 
> into the photo album on Android 8.
> > 01-12 11:38:16.757 W/System.err(22321): java.io.FileNotFoundException: open 
> > failed: EACCES (Permission denied)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.os.ParcelFileDescriptor.openInternal(ParcelFileDescriptor.java:313)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.os.ParcelFileDescriptor.open(ParcelFileDescriptor.java:211)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1242)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.content.ContentResolver.openOutputStream(ContentResolver.java:1007)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.content.ContentResolver.openOutputStream(ContentResolver.java:983)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > org.apache.cordova.camera.CameraLauncher.writeUncompressedImage(CameraLauncher.java:979)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > org.apache.cordova.camera.CameraLauncher.writeUncompressedImage(CameraLauncher.java:1015)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > org.apache.cordova.camera.CameraLauncher.processResultFromCamera(CameraLauncher.java:603)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > org.apache.cordova.camera.CameraLauncher.onActivityResult(CameraLauncher.java:919)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > org.apache.cordova.CordovaInterfaceImpl.onActivityResult(CordovaInterfaceImpl.java:152)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > org.apache.cordova.CordovaActivity.onActivityResult(CordovaActivity.java:358)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.app.Activity.dispatchActivityResult(Activity.java:7235)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.app.ActivityThread.deliverResults(ActivityThread.java:4336)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.app.ActivityThread.handleSendResult(ActivityThread.java:4383)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.app.ActivityThread.-wrap19(Unknown Source:0)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.app.ActivityThread$H.handleMessage(ActivityThread.java:1652)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.os.Handler.dispatchMessage(Handler.java:105)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.os.Looper.loop(Looper.java:164)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.app.ActivityThread.main(ActivityThread.java:6600)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > java.lang.reflect.Method.invoke(Native Method)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > com.android.internal.os.ZygoteInit.main(ZygoteInit.java:772)
> To sum up, if the plugin has to save a photo in the photo album, this one has 
> to request both READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE permissions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13826) Plugins Release Jan 24, 2018

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

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

CB-13826 Incremented plugin version.


> Plugins Release Jan 24, 2018
> 
>
> Key: CB-13826
> URL: https://issues.apache.org/jira/browse/CB-13826
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13747) Add build-tools-26.0.2 to travis for cordova-plugin-camera

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit e6a47380316c5fc3b75835e951c86eaa8724c0aa in cordova-plugin-camera's 
branch refs/heads/4.0.x from [~jcesarmobile]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-camera.git;h=e6a4738 ]

Merge pull request #307 from jcesarmobile/CB-13747

CB-13747: Add build-tools-26.0.2 to travis

> Add build-tools-26.0.2 to travis for cordova-plugin-camera
> --
>
> Key: CB-13747
> URL: https://issues.apache.org/jira/browse/CB-13747
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13747) Add build-tools-26.0.2 to travis for cordova-plugin-camera

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit c46fe3b31d0476c09459de3f8887f967381f34e3 in cordova-plugin-camera's 
branch refs/heads/4.0.x from [~jcesarmobile]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-camera.git;h=c46fe3b ]

CB-13747: Add build-tools-26.0.2 to travis


> Add build-tools-26.0.2 to travis for cordova-plugin-camera
> --
>
> Key: CB-13747
> URL: https://issues.apache.org/jira/browse/CB-13747
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13781) Error requesting permission on Android 8 - Save on photo album issue

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 4b99623edab1ab0cbfc3faa98e5f966fa9b3ca19 in cordova-plugin-camera's 
branch refs/heads/4.0.x from [~bowserj]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-camera.git;h=4b99623 ]

Merge pull request #308 from okode/android8_permission_request_fix

CB-13781: (android) Fixed permissions request on Android 8 to save a …

> Error requesting permission on Android 8 - Save on photo album issue
> 
>
> Key: CB-13781
> URL: https://issues.apache.org/jira/browse/CB-13781
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Rubén Panadero
>Priority: Critical
>
> Google has changed how an android application must request permissions on 
> Android 8. In fact, it is considered as fix by Google due to a wrong behavior 
> on previous versions.
> Related documentation:
> [https://developer.android.com/about/versions/oreo/android-8.0-changes.html#rmp]
> This change made by Google has affected the cordova-camera-plugin. To save a 
> photo in Photo Album, the plugin just requests the READ_EXTERNAL_STORAGE 
> permission right now, but that is not enough on Android 8 because the plugin 
> writes the photo file into Pictures folder so it has to request the writing 
> permission, which is missing, as well.
> This is the error that the plugin throws when a photo is tried to be saved 
> into the photo album on Android 8.
> > 01-12 11:38:16.757 W/System.err(22321): java.io.FileNotFoundException: open 
> > failed: EACCES (Permission denied)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.os.ParcelFileDescriptor.openInternal(ParcelFileDescriptor.java:313)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.os.ParcelFileDescriptor.open(ParcelFileDescriptor.java:211)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1242)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.content.ContentResolver.openOutputStream(ContentResolver.java:1007)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.content.ContentResolver.openOutputStream(ContentResolver.java:983)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > org.apache.cordova.camera.CameraLauncher.writeUncompressedImage(CameraLauncher.java:979)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > org.apache.cordova.camera.CameraLauncher.writeUncompressedImage(CameraLauncher.java:1015)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > org.apache.cordova.camera.CameraLauncher.processResultFromCamera(CameraLauncher.java:603)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > org.apache.cordova.camera.CameraLauncher.onActivityResult(CameraLauncher.java:919)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > org.apache.cordova.CordovaInterfaceImpl.onActivityResult(CordovaInterfaceImpl.java:152)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > org.apache.cordova.CordovaActivity.onActivityResult(CordovaActivity.java:358)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.app.Activity.dispatchActivityResult(Activity.java:7235)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.app.ActivityThread.deliverResults(ActivityThread.java:4336)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.app.ActivityThread.handleSendResult(ActivityThread.java:4383)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.app.ActivityThread.-wrap19(Unknown Source:0)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.app.ActivityThread$H.handleMessage(ActivityThread.java:1652)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.os.Handler.dispatchMessage(Handler.java:105)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.os.Looper.loop(Looper.java:164)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > android.app.ActivityThread.main(ActivityThread.java:6600)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > java.lang.reflect.Method.invoke(Native Method)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
> > 01-12 11:38:16.758 W/System.err(22321): at 
> > com.android.internal.os.ZygoteInit.main(ZygoteInit.java:772)
> To sum up, if the plugin has to save a photo in the photo album, this one has 
> to request both READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE permissions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

[jira] [Commented] (CB-13826) Plugins Release Jan 24, 2018

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

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

CB-13826 Incremented plugin version.


> Plugins Release Jan 24, 2018
> 
>
> Key: CB-13826
> URL: https://issues.apache.org/jira/browse/CB-13826
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13826) Plugins Release Jan 24, 2018

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

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

CB-13826 Updated version and RELEASENOTES.md for release 5.0.2


> Plugins Release Jan 24, 2018
> 
>
> Key: CB-13826
> URL: https://issues.apache.org/jira/browse/CB-13826
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13826) Plugins Release Jan 24, 2018

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

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

CB-13826 Updated version and RELEASENOTES.md for release 1.7.1


> Plugins Release Jan 24, 2018
> 
>
> Key: CB-13826
> URL: https://issues.apache.org/jira/browse/CB-13826
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13749) Add build-tools-26.0.2 to travis for cordova-plugin-file-transfer

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

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

Merge pull request #196 from jcesarmobile/CB-13749

CB-13749: Add build-tools-26.0.2 to travis

> Add build-tools-26.0.2 to travis for cordova-plugin-file-transfer
> -
>
> Key: CB-13749
> URL: https://issues.apache.org/jira/browse/CB-13749
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13749) Add build-tools-26.0.2 to travis for cordova-plugin-file-transfer

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

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

CB-13749: Add build-tools-26.0.2 to travis


> Add build-tools-26.0.2 to travis for cordova-plugin-file-transfer
> -
>
> Key: CB-13749
> URL: https://issues.apache.org/jira/browse/CB-13749
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13737) Splash screen images are resized incorrectly on iPhone X

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 4ffaaa295202fb5adfcf5644c6226bdb31b283bb in 
cordova-plugin-splashscreen's branch refs/heads/5.0.x from [~jcesarmobile]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=4ffaaa2 
]

CB-13737 (iOS): fix Splash screen images for iPhone X


> Splash screen images are resized incorrectly on iPhone X
> 
>
> Key: CB-13737
> URL: https://issues.apache.org/jira/browse/CB-13737
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-splashscreen
> Environment: iOS 11 / iPhone X
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>Priority: Major
>  Labels: splashscreen
>
> When not using storyboard, the splash images are not correctly resized for 
> iPhone X. So when it switches from the launch image to the splash image there 
> is a noticeable change.
> Also, the landscape image is not displayed, it will show the portrait one.
> {code}
>  width="1125" />
>  src="res/screens/ios/Default-Landscape-2436h.png" width="2436" />
>  {code}   



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13826) Plugins Release Jan 24, 2018

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

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

CB-13826 Incremented plugin version.


> Plugins Release Jan 24, 2018
> 
>
> Key: CB-13826
> URL: https://issues.apache.org/jira/browse/CB-13826
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13826) Plugins Release Jan 24, 2018

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

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

CB-13826 Incremented plugin version.


> Plugins Release Jan 24, 2018
> 
>
> Key: CB-13826
> URL: https://issues.apache.org/jira/browse/CB-13826
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13826) Plugins Release Jan 24, 2018

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 970aa74c1edcb6aaefa6b77b67c7214c75bf44af in cordova-plugin-camera's 
branch refs/heads/4.0.x from [~surajpindoria]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-camera.git;h=970aa74 ]

CB-13826 Updated version and RELEASENOTES.md for release 4.0.2


> Plugins Release Jan 24, 2018
> 
>
> Key: CB-13826
> URL: https://issues.apache.org/jira/browse/CB-13826
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13747) Add build-tools-26.0.2 to travis for cordova-plugin-camera

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit e6a47380316c5fc3b75835e951c86eaa8724c0aa in cordova-plugin-camera's 
branch refs/heads/4.0.x from [~jcesarmobile]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-camera.git;h=e6a4738 ]

Merge pull request #307 from jcesarmobile/CB-13747

CB-13747: Add build-tools-26.0.2 to travis

> Add build-tools-26.0.2 to travis for cordova-plugin-camera
> --
>
> Key: CB-13747
> URL: https://issues.apache.org/jira/browse/CB-13747
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13826) Plugins Release Jan 24, 2018

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 09e1f06fb0a78c4a0407bcfc9d66ff11d2681ce4 in 
cordova-plugin-splashscreen's branch refs/heads/master from [~surajpindoria]
[ 
https://gitbox.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=09e1f06 
]

CB-13826 Updated version and RELEASENOTES.md for release 5.0.2


> Plugins Release Jan 24, 2018
> 
>
> Key: CB-13826
> URL: https://issues.apache.org/jira/browse/CB-13826
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13826) Plugins Release Jan 24, 2018

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

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

CB-13826 Updated version and RELEASENOTES.md for release 4.0.2


> Plugins Release Jan 24, 2018
> 
>
> Key: CB-13826
> URL: https://issues.apache.org/jira/browse/CB-13826
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13749) Add build-tools-26.0.2 to travis for cordova-plugin-file-transfer

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

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

Merge pull request #196 from jcesarmobile/CB-13749

CB-13749: Add build-tools-26.0.2 to travis

> Add build-tools-26.0.2 to travis for cordova-plugin-file-transfer
> -
>
> Key: CB-13749
> URL: https://issues.apache.org/jira/browse/CB-13749
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13826) Plugins Release Jan 24, 2018

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

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

CB-13826 Updated version and RELEASENOTES.md for release 2.0.2


> Plugins Release Jan 24, 2018
> 
>
> Key: CB-13826
> URL: https://issues.apache.org/jira/browse/CB-13826
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13826) Plugins Release Jan 24, 2018

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

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

CB-13826 Incremented plugin version.


> Plugins Release Jan 24, 2018
> 
>
> Key: CB-13826
> URL: https://issues.apache.org/jira/browse/CB-13826
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13826) Plugins Release Jan 24, 2018

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

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

 CB-13826 Updated version and RELEASENOTES.md for release 1.7.1


> Plugins Release Jan 24, 2018
> 
>
> Key: CB-13826
> URL: https://issues.apache.org/jira/browse/CB-13826
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13831) Update `android-versions` npm dependency to support Android API 27.

2018-01-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13831:
-

codecov-io commented on issue #430: CB-13831: (android) Update 
`android-versions` to 1.3.0 to support SDK 27.
URL: https://github.com/apache/cordova-android/pull/430#issuecomment-360560935
 
 
   # 
[Codecov](https://codecov.io/gh/apache/cordova-android/pull/430?src=pr=h1) 
Report
   > Merging 
[#430](https://codecov.io/gh/apache/cordova-android/pull/430?src=pr=desc) 
into 
[master](https://codecov.io/gh/apache/cordova-android/commit/cc08e9d84a3f7cf76a623006c6a7e48814d74cec?src=pr=desc)
 will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/cordova-android/pull/430/graphs/tree.svg?token=q14nMf6C5a=pr=650=150)](https://codecov.io/gh/apache/cordova-android/pull/430?src=pr=tree)
   
   ```diff
   @@   Coverage Diff   @@
   ##   master #430   +/-   ##
   ===
 Coverage   43.95%   43.95%   
   ===
 Files  17   17   
 Lines1711 1711   
 Branches  318  318   
   ===
 Hits  752  752   
 Misses959  959
   ```
   
   
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/cordova-android/pull/430?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/cordova-android/pull/430?src=pr=footer).
 Last update 
[cc08e9d...f91102e](https://codecov.io/gh/apache/cordova-android/pull/430?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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 `android-versions` npm dependency to support Android API 27.
> ---
>
> Key: CB-13831
> URL: https://issues.apache.org/jira/browse/CB-13831
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android
>Reporter: Jesse Rosenberger
>Assignee: Joe Bowser
>Priority: Trivial
>
> The current version of {{cordova-android}} currently bundles (via 
> {{package.json}}'s {{bundledDependencies}} attribute) a version of the 
> [{{android-versions}} npm|https://npm.im/android-versions] which doesn't 
> support Android SDK level 27, which was officially released in the last month.
> This omission prevents the use of {{cordova run android --emulator -d}} if 
> API level 27 is installed, which is the default SDK for a new installation of 
> Android Studio.  It also contributed to the error seen in CB-13571, though 
> that will prevent the same error from occurring in the future if an 
> additional SDK is released and not included in {{android-versions}}.
> While the latest version of {{android-versions}} (currently 1.3.0) does 
> support level 27 (now, thanks to [this recent 
> commit|https://github.com/dvoiss/android-versions/commit/230957205eeb26e569096251a32179e88a28acfc]),
>  the fact that it is a so-called "bundled dependency" means the current 
> version (1.2.1) is baked into the {{cordova-android}} installation tarball, 
> and won't automatically respect the caret version range (`^1.2.1`) listed in 
> {{cordova-android}}`s {{package.json}}, despite the lack of a 
> {{package-lock.json}} (or otherwise).
> Bumping the version of {{android-versions}} in {{cordova-android}}'s 
> {{package.json}} to 1.3.0 will enable the emulator to work with API level 27 
> (even if there _could_ be other reasons that API level 27 causes problems).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13831) Update `android-versions` npm dependency to support Android API 27.

2018-01-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13831:
-

abernix opened a new pull request #430: CB-13831: (android) Update 
`android-versions` to 1.3.0 to support SDK 27.
URL: https://github.com/apache/cordova-android/pull/430
 
 
   
   
   ### Platforms affected
   
   Android
   
   ### What does this PR do?
   
   Updates `android-versions` to the latest version, 1.3.0, which is aware of 
the existence of Android API level 27, thanks to 
https://github.com/dvoiss/android-versions/commit/230957205eeb26e569096251a32179e88a28acfc.
   
   As the `android-versions` npm is a "bundled dependency" this will only
   take effect when a new version of `cordova-android` is published, since
   bundled dependencies are packed within the npm at publish time, not
   automatically fetched as dependencies at publish time (which would have
   normally been covered for new installations of cordova-android@7.0.0
   thanks to semver caret notation).
   
   ### What testing has been done on this change?
   
   * `npm test`
   * Confirm that the emulator (i.e. `cordova run android --emulator -d`) will 
actually launch.
   
   ### Checklist
   - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
   - [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
   - [ ] Added automated test coverage as appropriate for this change.
 - Presumably covered by the old tests.
   


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 `android-versions` npm dependency to support Android API 27.
> ---
>
> Key: CB-13831
> URL: https://issues.apache.org/jira/browse/CB-13831
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android
>Reporter: Jesse Rosenberger
>Assignee: Joe Bowser
>Priority: Trivial
>
> The current version of {{cordova-android}} currently bundles (via 
> {{package.json}}'s {{bundledDependencies}} attribute) a version of the 
> [{{android-versions}} npm|https://npm.im/android-versions] which doesn't 
> support Android SDK level 27, which was officially released in the last month.
> This omission prevents the use of {{cordova run android --emulator -d}} if 
> API level 27 is installed, which is the default SDK for a new installation of 
> Android Studio.  It also contributed to the error seen in CB-13571, though 
> that will prevent the same error from occurring in the future if an 
> additional SDK is released and not included in {{android-versions}}.
> While the latest version of {{android-versions}} (currently 1.3.0) does 
> support level 27 (now, thanks to [this recent 
> commit|https://github.com/dvoiss/android-versions/commit/230957205eeb26e569096251a32179e88a28acfc]),
>  the fact that it is a so-called "bundled dependency" means the current 
> version (1.2.1) is baked into the {{cordova-android}} installation tarball, 
> and won't automatically respect the caret version range (`^1.2.1`) listed in 
> {{cordova-android}}`s {{package.json}}, despite the lack of a 
> {{package-lock.json}} (or otherwise).
> Bumping the version of {{android-versions}} in {{cordova-android}}'s 
> {{package.json}} to 1.3.0 will enable the emulator to work with API level 27 
> (even if there _could_ be other reasons that API level 27 causes problems).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13827) cordova-plugin-console cannot be used with cordova-ios>=4.5.0

2018-01-25 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13827:
-

This is actually the intended behavior. As of cordova-ios@4.5.0 and higher, the 
console plugin has been integrated into the platform. So there is no need to 
explicitly add it anymore.

> cordova-plugin-console cannot be used with cordova-ios>=4.5.0
> -
>
> Key: CB-13827
> URL: https://issues.apache.org/jira/browse/CB-13827
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios, cordova-plugin-console (DEPRECATED)
>Reporter: Peter Lauri
>Assignee: Suraj Pindoria
>Priority: Major
>
> Using latest cordova-ios (4.5.4) and trying to install cordova-plugin-console 
> as per the documentation located here: 
> [https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-console/]
> It fails to add it to ios platform:
> {{cordova git:(cordova-app) cordova plugin add cordova-plugin-console}}
> {{Installing "cordova-plugin-console" for android}}
> {{Android Studio project detected}}
> {{Installing "cordova-plugin-console" for ios}}
> {{Plugin doesn't support this project's cordova-ios version. cordova-ios: 
> 4.5.4, failed version requirement: <4.5.0}}
> {{Skipping 'cordova-plugin-console' for ios}}
> {{Adding cordova-plugin-console to package.json}}
> {{Saved plugin info for "cordova-plugin-console" to config.xml}}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Closed] (CB-13827) cordova-plugin-console cannot be used with cordova-ios>=4.5.0

2018-01-25 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-13827.
---
Resolution: Not A Bug

> cordova-plugin-console cannot be used with cordova-ios>=4.5.0
> -
>
> Key: CB-13827
> URL: https://issues.apache.org/jira/browse/CB-13827
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios, cordova-plugin-console (DEPRECATED)
>Reporter: Peter Lauri
>Assignee: Suraj Pindoria
>Priority: Major
>
> Using latest cordova-ios (4.5.4) and trying to install cordova-plugin-console 
> as per the documentation located here: 
> [https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-console/]
> It fails to add it to ios platform:
> {{cordova git:(cordova-app) cordova plugin add cordova-plugin-console}}
> {{Installing "cordova-plugin-console" for android}}
> {{Android Studio project detected}}
> {{Installing "cordova-plugin-console" for ios}}
> {{Plugin doesn't support this project's cordova-ios version. cordova-ios: 
> 4.5.4, failed version requirement: <4.5.0}}
> {{Skipping 'cordova-plugin-console' for ios}}
> {{Adding cordova-plugin-console to package.json}}
> {{Saved plugin info for "cordova-plugin-console" to config.xml}}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-13831) Update `android-versions` npm dependency to support Android API 27.

2018-01-25 Thread Jesse Rosenberger (JIRA)

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

Jesse Rosenberger updated CB-13831:
---
Description: 
The current version of {{cordova-android}} currently bundles (via 
{{package.json}}'s {{bundledDependencies}} attribute) a version of the 
[{{android-versions}} npm|https://npm.im/android-versions] which doesn't 
support Android SDK level 27, which was officially released in the last month.

This omission prevents the use of {{cordova run android --emulator -d}} if API 
level 27 is installed, which is the default SDK for a new installation of 
Android Studio.  It also contributed to the error seen in CB-13571, though that 
will prevent the same error from occurring in the future if an additional SDK 
is released and not included in {{android-versions}}.

While the latest version of {{android-versions}} (currently 1.3.0) does support 
level 27 (now, thanks to [this recent 
commit|https://github.com/dvoiss/android-versions/commit/230957205eeb26e569096251a32179e88a28acfc]),
 the fact that it is a so-called "bundled dependency" means the current version 
(1.2.1) is baked into the {{cordova-android}} installation tarball, and won't 
automatically respect the caret version range (`^1.2.1`) listed in 
{{cordova-android}}`s {{package.json}}, despite the lack of a 
{{package-lock.json}} (or otherwise).

Bumping the version of {{android-versions}} in {{cordova-android}}'s 
{{package.json}} to 1.3.0 will enable the emulator to work with API level 27 
(even if there _could_ be other reasons that API level 27 causes problems).

  was:
The current version of {{cordova-android}} currently bundles (via 
{{package.json}}'s {{bundledDependencies}} attribute) a version of the 
[{{android-versions}} npm|https://npm.im/android-versions] which doesn't 
support Android SDK level 27, which was officially released in the last month.

While the latest version of {{android-versions}} (currently 1.3.0) does support 
level 27 (now, thanks to [this recent 
commit|https://github.com/dvoiss/android-versions/commit/230957205eeb26e569096251a32179e88a28acfc]),
 the fact that it is a so-called "bundled dependency" means the current version 
(1.2.1) is baked into the {{cordova-android}} installation tarball, and won't 
automatically respect the caret version range (`^1.2.1`) listed in 
{{cordova-android}}`s {{package.json}}, despite the lack of a 
{{package-lock.json}} (or otherwise).

Bumping the version of {{android-versions}} in {{cordova-android}}'s 
{{package.json}} to 1.3.0 will enable API level 27 to be used.


> Update `android-versions` npm dependency to support Android API 27.
> ---
>
> Key: CB-13831
> URL: https://issues.apache.org/jira/browse/CB-13831
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android
>Reporter: Jesse Rosenberger
>Assignee: Joe Bowser
>Priority: Trivial
>
> The current version of {{cordova-android}} currently bundles (via 
> {{package.json}}'s {{bundledDependencies}} attribute) a version of the 
> [{{android-versions}} npm|https://npm.im/android-versions] which doesn't 
> support Android SDK level 27, which was officially released in the last month.
> This omission prevents the use of {{cordova run android --emulator -d}} if 
> API level 27 is installed, which is the default SDK for a new installation of 
> Android Studio.  It also contributed to the error seen in CB-13571, though 
> that will prevent the same error from occurring in the future if an 
> additional SDK is released and not included in {{android-versions}}.
> While the latest version of {{android-versions}} (currently 1.3.0) does 
> support level 27 (now, thanks to [this recent 
> commit|https://github.com/dvoiss/android-versions/commit/230957205eeb26e569096251a32179e88a28acfc]),
>  the fact that it is a so-called "bundled dependency" means the current 
> version (1.2.1) is baked into the {{cordova-android}} installation tarball, 
> and won't automatically respect the caret version range (`^1.2.1`) listed in 
> {{cordova-android}}`s {{package.json}}, despite the lack of a 
> {{package-lock.json}} (or otherwise).
> Bumping the version of {{android-versions}} in {{cordova-android}}'s 
> {{package.json}} to 1.3.0 will enable the emulator to work with API level 27 
> (even if there _could_ be other reasons that API level 27 causes problems).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-13832) IOS app gets logged out when using "_system" as target

2018-01-25 Thread Agnosco (JIRA)

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

Agnosco updated CB-13832:
-
Description: 
I have cordova 7.1.0 and IOS 10+

I'm logged in my ios app and have an external link in the app. So, to open the 
link in safari I have -"cordova.InAppBrowser.open(url, '_system', 
'location=no');". It opens the url link in safari but I got logged out from app 
when I tried to go back to app.

It works fine with target '_blank'. Is it a desired behavior? It used to work 
in previous versions.

  was:
I'm logged in my ios app and have an external link in the app. So, to open the 
link in safari I have -"cordova.InAppBrowser.open(url, '_system', 
'location=no');". It opens the url link in safari but I get logged out from app 
when I tried to go back to app.

It works fine with target '_blank'. Is it a desired behavior? It used to work 
in previous versions.


> IOS app gets logged out when using "_system" as target
> --
>
> Key: CB-13832
> URL: https://issues.apache.org/jira/browse/CB-13832
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Agnosco
>Priority: Major
>
> I have cordova 7.1.0 and IOS 10+
> I'm logged in my ios app and have an external link in the app. So, to open 
> the link in safari I have -"cordova.InAppBrowser.open(url, '_system', 
> 'location=no');". It opens the url link in safari but I got logged out from 
> app when I tried to go back to app.
> It works fine with target '_blank'. Is it a desired behavior? It used to work 
> in previous versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-13831) Update `android-versions` npm dependency to support Android API 27.

2018-01-25 Thread Jesse Rosenberger (JIRA)

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

Jesse Rosenberger updated CB-13831:
---
Issue Type: Task  (was: New Feature)

> Update `android-versions` npm dependency to support Android API 27.
> ---
>
> Key: CB-13831
> URL: https://issues.apache.org/jira/browse/CB-13831
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android
>Reporter: Jesse Rosenberger
>Assignee: Joe Bowser
>Priority: Trivial
>
> The current version of {{cordova-android}} currently bundles (via 
> {{package.json}}'s {{bundledDependencies}} attribute) a version of the 
> [{{android-versions}} npm|https://npm.im/android-versions] which doesn't 
> support Android SDK level 27, which was officially released in the last month.
> While the latest version of {{android-versions}} (currently 1.3.0) does 
> support level 27 (now, thanks to [this recent 
> commit|https://github.com/dvoiss/android-versions/commit/230957205eeb26e569096251a32179e88a28acfc]),
>  the fact that it is a so-called "bundled dependency" means the current 
> version (1.2.1) is baked into the {{cordova-android}} installation tarball, 
> and won't automatically respect the caret version range (`^1.2.1`) listed in 
> {{cordova-android}}`s {{package.json}}, despite the lack of a 
> {{package-lock.json}} (or otherwise).
> Bumping the version of {{android-versions}} in {{cordova-android}}'s 
> {{package.json}} to 1.3.0 will enable API level 27 to be used.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (CB-13832) IOS app gets logged out when using "_system" as target

2018-01-25 Thread SAJANA MAHARJAN (JIRA)
SAJANA MAHARJAN created CB-13832:


 Summary: IOS app gets logged out when using "_system" as target
 Key: CB-13832
 URL: https://issues.apache.org/jira/browse/CB-13832
 Project: Apache Cordova
  Issue Type: Bug
Reporter: SAJANA MAHARJAN


I'm logged in my ios app and have an external link in the app. So, to open the 
link in safari I have -"cordova.InAppBrowser.open(url, '_system', 
'location=no');". It opens the url link in safari but I get logged out from app 
when I tried to go back to app.

It works fine with target '_blank'. Is it a desired behavior? It used to work 
in previous versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-13831) Update `android-versions` npm dependency to support Android API 27.

2018-01-25 Thread Jesse Rosenberger (JIRA)

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

Jesse Rosenberger updated CB-13831:
---
Description: 
The current version of {{cordova-android}} currently bundles (via 
{{package.json}}'s {{bundledDependencies}} attribute) a version of the 
[{{android-versions}} npm|https://npm.im/android-versions] which doesn't 
support Android SDK level 27, which was officially released in the last month.

While the latest version of {{android-versions}} (currently 1.3.0) does support 
level 27 (now, thanks to [this recent 
commit|https://github.com/dvoiss/android-versions/commit/230957205eeb26e569096251a32179e88a28acfc]),
 the fact that it is a so-called "bundled dependency" means the current version 
(1.2.1) is baked into the {{cordova-android}} installation tarball, and won't 
automatically respect the caret version range (`^1.2.1`) listed in 
{{cordova-android}}`s {{package.json}}, despite the lack of a 
{{package-lock.json}} (or otherwise).

Bumping the version of {{android-versions}} in {{cordova-android}}'s 
{{package.json}} to 1.3.0 will enable API level 27 to be used.

  was:
The current version of {{cordova-android}} currently bundles (via 
{{package.json}}'s {{bundledDependencies}} attribute) a version of the 
[{{android-versions}} npm|https://npm.im/android-versions] which doesn't 
support Android SDK level 27, which was officially released in the last month.

While the latest version of {{android-versions}} (currently `1.3.0`) does 
support level 27 (now, thanks to [this recent 
commit|https://github.com/dvoiss/android-versions/commit/230957205eeb26e569096251a32179e88a28acfc]),
 the fact that it is a so-called "bundled dependency" means the current version 
(1.2.1) is baked into the {{cordova-android}} installation tarball, and won't 
automatically respect the caret version range (`^1.2.1`) listed in 
{{cordova-android}}`s {{package.json}}, despite the lack of a 
{{package-lock.json}} (or otherwise).

Bumping the version of {{android-versions}} in {{cordova-android}}'s 
{{package.json}} to 1.3.0 will enable API level 27 to be used.


> Update `android-versions` npm dependency to support Android API 27.
> ---
>
> Key: CB-13831
> URL: https://issues.apache.org/jira/browse/CB-13831
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: cordova-android
>Reporter: Jesse Rosenberger
>Assignee: Joe Bowser
>Priority: Trivial
>
> The current version of {{cordova-android}} currently bundles (via 
> {{package.json}}'s {{bundledDependencies}} attribute) a version of the 
> [{{android-versions}} npm|https://npm.im/android-versions] which doesn't 
> support Android SDK level 27, which was officially released in the last month.
> While the latest version of {{android-versions}} (currently 1.3.0) does 
> support level 27 (now, thanks to [this recent 
> commit|https://github.com/dvoiss/android-versions/commit/230957205eeb26e569096251a32179e88a28acfc]),
>  the fact that it is a so-called "bundled dependency" means the current 
> version (1.2.1) is baked into the {{cordova-android}} installation tarball, 
> and won't automatically respect the caret version range (`^1.2.1`) listed in 
> {{cordova-android}}`s {{package.json}}, despite the lack of a 
> {{package-lock.json}} (or otherwise).
> Bumping the version of {{android-versions}} in {{cordova-android}}'s 
> {{package.json}} to 1.3.0 will enable API level 27 to be used.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-13831) Update `android-versions` npm dependency to support Android API 27.

2018-01-25 Thread Jesse Rosenberger (JIRA)

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

Jesse Rosenberger updated CB-13831:
---
Description: 
The current version of {{cordova-android}} currently bundles (via 
{{package.json}}'s {{bundledDependencies}} attribute) a version of the 
[{{android-versions}} npm|https://npm.im/android-versions] which doesn't 
support Android SDK level 27, which was officially released in the last month.

While the latest version of {{android-versions}} (currently `1.3.0`) does 
support level 27 (now, thanks to [this recent 
commit|https://github.com/dvoiss/android-versions/commit/230957205eeb26e569096251a32179e88a28acfc]),
 the fact that it is a so-called "bundled dependency" means the current version 
(1.2.1) is baked into the {{cordova-android}} installation tarball, and won't 
automatically respect the caret version range (`^1.2.1`) listed in 
{{cordova-android}}`s {{package.json}}, despite the lack of a 
{{package-lock.json}} (or otherwise).

Bumping the version of {{android-versions}} in {{cordova-android}}'s 
{{package.json}} to 1.3.0 will enable API level 27 to be used.

  was:
The current version of {{cordova-android}} currently bundles (via 
{{package.json}}'s {{bundledDependencies}} attribute) a version of the 
[{{android-versions}} npm|https://npm.im/android-versions] which doesn't 
support Android SDK level 27, which was officially released in the last month.

While the latest version of {{android-versions}} (currently `1.3.0`) does 
support level 27 (now, thanks to [this recent 
commit|https://github.com/dvoiss/android-versions/commit/230957205eeb26e569096251a32179e88a28acfc],
 the fact that it is a so-called "bundled dependency" means the current version 
(1.2.1) is baked into the {{cordova-android}} installation tarball, and won't 
automatically respect the caret version range (`^1.2.1`) listed in 
{{cordova-android}}`s {{package.json}}, despite the lack of a 
{{package-lock.json}} (or otherwise).

Bumping the version of {{android-versions}} in {{cordova-android}}'s 
{{package.json}} to 1.3.0 will enable API level 27 to be used.


> Update `android-versions` npm dependency to support Android API 27.
> ---
>
> Key: CB-13831
> URL: https://issues.apache.org/jira/browse/CB-13831
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: cordova-android
>Reporter: Jesse Rosenberger
>Assignee: Joe Bowser
>Priority: Trivial
>
> The current version of {{cordova-android}} currently bundles (via 
> {{package.json}}'s {{bundledDependencies}} attribute) a version of the 
> [{{android-versions}} npm|https://npm.im/android-versions] which doesn't 
> support Android SDK level 27, which was officially released in the last month.
> While the latest version of {{android-versions}} (currently `1.3.0`) does 
> support level 27 (now, thanks to [this recent 
> commit|https://github.com/dvoiss/android-versions/commit/230957205eeb26e569096251a32179e88a28acfc]),
>  the fact that it is a so-called "bundled dependency" means the current 
> version (1.2.1) is baked into the {{cordova-android}} installation tarball, 
> and won't automatically respect the caret version range (`^1.2.1`) listed in 
> {{cordova-android}}`s {{package.json}}, despite the lack of a 
> {{package-lock.json}} (or otherwise).
> Bumping the version of {{android-versions}} in {{cordova-android}}'s 
> {{package.json}} to 1.3.0 will enable API level 27 to be used.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (CB-13831) Update `android-versions` npm dependency to support Android API 27.

2018-01-25 Thread Jesse Rosenberger (JIRA)
Jesse Rosenberger created CB-13831:
--

 Summary: Update `android-versions` npm dependency to support 
Android API 27.
 Key: CB-13831
 URL: https://issues.apache.org/jira/browse/CB-13831
 Project: Apache Cordova
  Issue Type: New Feature
  Components: cordova-android
Reporter: Jesse Rosenberger
Assignee: Joe Bowser


The current version of {{cordova-android}} currently bundles (via 
{{package.json}}'s {{bundledDependencies}} attribute) a version of the 
[{{android-versions}} npm|https://npm.im/android-versions] which doesn't 
support Android SDK level 27, which was officially released in the last month.

While the latest version of {{android-versions}} (currently `1.3.0`) does 
support level 27 (now, thanks to [this recent 
commit|https://github.com/dvoiss/android-versions/commit/230957205eeb26e569096251a32179e88a28acfc],
 the fact that it is a so-called "bundled dependency" means the current version 
(1.2.1) is baked into the {{cordova-android}} installation tarball, and won't 
automatically respect the caret version range (`^1.2.1`) listed in 
{{cordova-android}}`s {{package.json}}, despite the lack of a 
{{package-lock.json}} (or otherwise).

Bumping the version of {{android-versions}} in {{cordova-android}}'s 
{{package.json}} to 1.3.0 will enable API level 27 to be used.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-12277) Android, "SplashShowOnlyFirstTime"=true, crashes the app after re-opening it

2018-01-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12277:
-

russaa opened a new pull request #149: CB-12277: (android) avoid 
NullPointerException  when removing splash-screen
URL: https://github.com/apache/cordova-plugin-splashscreen/pull/149
 
 
   
   
   
   ### Platforms affected
   android
   
   ### What does this PR do?
   
   Avoids NullPointerException when removing splash-screen.
   
   As described in the issue 
[CB-12277](https://issues.apache.org/jira/browse/CB-12277), this problem does 
not occur determinstically, but only sometimes.
   
   ### What testing has been done on this change?
   
   manual testing as described in comments of issue 
[CB-12277](https://issues.apache.org/jira/browse/CB-12277), as there is no 
interface in the test-harness yet for automatically restarting apps.
   
   the manual procedure was as follows:
* start app, wait for splash-screen to disappear, restart app immediately
* without patch, the NullPointerException always occurred within 5 repeats 
of this procedure
* with patch, the NullPointerExeption did not occur within 20 repeats
   
   ### Checklist
   - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
   - [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
   - ~~[ ] Added automated test coverage as appropriate for this change.~~
   


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


> Android, "SplashShowOnlyFirstTime"=true, crashes the app after re-opening it
> 
>
> Key: CB-12277
> URL: https://issues.apache.org/jira/browse/CB-12277
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Ionic
>Affects Versions: 4.0.1
> Environment: Windows 7 x64, engine Android 6, ionic CLI 2.1.17, ionic 
> 2 RC4
>Reporter: Musa Haidari
>Priority: Major
>  Labels: android, cannot-reproduce, triaged
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> The app shows the splash screen on start. I want to close it programatically 
> using this.platform.exitApp(); and after opening it again, I want the splash 
> screen to apear again. The default behavoiur is to show the splash screen for 
> the first run only, and if we close it the way mentioned, the subsequent 
> openings will not show the splash screen.
> To override that  I used  value="false" />. Using this, the app shows splash screen for the first time 
> and when close the app as mentioned, and try opening it again, while it is 
> still available in recent apps, the app crashes most of the times reporting 
> this in ADB:
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime: FATAL EXCEPTION: main
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime: Process: 
> com.mydomain.myapp, PID: 30375
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime: 
> java.lang.NullPointerException: Attempt to invoke virtual method 'void 
> android.widget.ImageView.setAnimation(android.view.animation.Animation)' on a 
> null object reference
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> org.apache.cordova.splashscreen.SplashScreen$4.run(SplashScreen.java:227)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> android.app.Activity.runOnUiThread(Activity.java:6050)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> org.apache.cordova.splashscreen.SplashScreen.removeSplashScreen(SplashScreen.java:217)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> org.apache.cordova.splashscreen.SplashScreen.access$1000(SplashScreen.java:49)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> org.apache.cordova.splashscreen.SplashScreen$5$1.run(SplashScreen.java:330)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> android.os.Handler.handleCallback(Handler.java:739)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> android.os.Handler.dispatchMessage(Handler.java:95)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> android.os.Looper.loop(Looper.java:148)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> android.app.ActivityThread.main(ActivityThread.java:7325)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> java.lang.reflect.Method.invoke(Native Method)
> 12-20 09:35:50.851 30375 

[jira] [Updated] (CB-13829) Fix tests that were broken since CB-13237

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) updated CB-13829:

Summary: Fix tests that were broken since CB-13237  (was: Fix tests)

> Fix tests that were broken since CB-13237
> -
>
> Key: CB-13829
> URL: https://issues.apache.org/jira/browse/CB-13829
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Affects Versions: 6.0.0
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> CB-13237 introduced a major breaking change (by default the projects built 
> are not Windows10/UWP and not 8.1 any more) and also broke the e2e-tests in 
> the process (which wasn't noticed because the running of tests was broken 
> even before by the switch from jasmine-node to jasmine and so CI didn'T 
> report the test breakage).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (CB-13830) Cordova-Android@7.0.0 fails to add a plugin previously removed

2018-01-25 Thread Enrico Giordani (JIRA)
Enrico Giordani created CB-13830:


 Summary: Cordova-Android@7.0.0 fails to add a plugin previously 
removed
 Key: CB-13830
 URL: https://issues.apache.org/jira/browse/CB-13830
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-android
Affects Versions: cordova-android-7.0.0
 Environment: macOS 10.12.6

node 9.4.0

Cordova 8.0.0

 
Reporter: Enrico Giordani
Assignee: Joe Bowser


Removing a plugin and than adding it again, causes an error:

*$ cordova create testapp*

*$ cd testapp*

*$ cordova platform add android*
Using cordova-fetch for cordova-android@~7.0.0
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
Subproject Path: app
Android project created with cordova-android@7.0.0
Android Studio project detected
Android Studio project detected
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@~7.0.0 into config.xml file ...

*$ cordova plugin add cordova-plugin-camera*
Installing "cordova-plugin-camera" for android
Android Studio project detected
Subproject Path: CordovaLib
Subproject Path: app
Adding cordova-plugin-camera to package.json
Saved plugin info for "cordova-plugin-camera" to config.xml

*$ cordova plugin add cordova-plugin-camera*
Installing "cordova-plugin-camera" for android
Android Studio project detected
Subproject Path: CordovaLib
Subproject Path: app
Adding cordova-plugin-camera to package.json
Saved plugin info for "cordova-plugin-camera" to config.xml

*$ cordova plugin add cordova-plugin-camera*
Installing "cordova-plugin-camera" for android
Android Studio project detected
Error during processing of action! Attempting to revert...
Failed to install 'cordova-plugin-camera': CordovaError: Uh oh!
"/Users/enrico/tmp/testapp/platforms/android/app/src/main/res/xml/provider_paths.xml"
 already exists!
 at copyNewFile 
(/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:261:45)
 at install 
(/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:51:17)
 at ActionStack.process 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/ActionStack.js:56:25)
 at PluginManager.doOperation 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:114:20)
 at PluginManager.addPlugin 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:144:17)
 at /Users/enrico/tmp/testapp/platforms/android/cordova/Api.js:247:74
 at _fulfilled 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:854:54)
 at self.promiseDispatch.done 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:883:30)
 at Promise.promise.promiseDispatch 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:816:13)
 at 
/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:570:49
(node:5722) UnhandledPromiseRejectionWarning: CordovaError: Uh oh!
"/Users/enrico/tmp/testapp/platforms/android/app/src/main/res/xml/provider_paths.xml"
 already exists!
 at copyNewFile 
(/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:261:45)
 at install 
(/Users/enrico/tmp/testapp/platforms/android/cordova/lib/pluginHandlers.js:51:17)
 at ActionStack.process 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/ActionStack.js:56:25)
 at PluginManager.doOperation 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:114:20)
 at PluginManager.addPlugin 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/cordova-common/src/PluginManager.js:144:17)
 at /Users/enrico/tmp/testapp/platforms/android/cordova/Api.js:247:74
 at _fulfilled 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:854:54)
 at self.promiseDispatch.done 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:883:30)
 at Promise.promise.promiseDispatch 
(/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:816:13)
 at 
/Users/enrico/tmp/testapp/platforms/android/cordova/node_modules/q/q.js:570:49
(node:5722) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This 
error originated either by throwing 

[jira] [Commented] (CB-13829) Fix tests

2018-01-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13829:
-

janpio opened a new pull request #246: [WIP] CB-13829 Fix tests
URL: https://github.com/apache/cordova-windows/pull/246
 
 
   I am currently working on this.


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


> Fix tests
> -
>
> Key: CB-13829
> URL: https://issues.apache.org/jira/browse/CB-13829
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Affects Versions: 6.0.0
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> CB-13237 introduced a major breaking change (by default the projects built 
> are not Windows10/UWP and not 8.1 any more) and also broke the e2e-tests in 
> the process (which wasn't noticed because the running of tests was broken 
> even before by the switch from jasmine-node to jasmine and so CI didn'T 
> report the test breakage).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Assigned] (CB-13829) Fix tests

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) reassigned CB-13829:
---

Assignee: Jan Piotrowski (Sujan)

> Fix tests
> -
>
> Key: CB-13829
> URL: https://issues.apache.org/jira/browse/CB-13829
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Affects Versions: 6.0.0
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> CB-13237 introduced a major breaking change (by default the projects built 
> are not Windows10/UWP and not 8.1 any more) and also broke the e2e-tests in 
> the process (which wasn't noticed because the running of tests was broken 
> even before by the switch from jasmine-node to jasmine and so CI didn'T 
> report the test breakage).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (CB-13829) Fix tests

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)
Jan Piotrowski (Sujan) created CB-13829:
---

 Summary: Fix tests
 Key: CB-13829
 URL: https://issues.apache.org/jira/browse/CB-13829
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Jan Piotrowski (Sujan)


CB-13237 introduced a major breaking change (by default the projects built are 
not Windows10/UWP and not 8.1 any more) and also broke the e2e-tests in the 
process (which wasn't noticed because the running of tests was broken even 
before by the switch from jasmine-node to jasmine and so CI didn'T report the 
test breakage).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-13829) Fix tests

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) updated CB-13829:

Affects Version/s: 6.0.0

> Fix tests
> -
>
> Key: CB-13829
> URL: https://issues.apache.org/jira/browse/CB-13829
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Affects Versions: 6.0.0
>Reporter: Jan Piotrowski (Sujan)
>Priority: Major
>
> CB-13237 introduced a major breaking change (by default the projects built 
> are not Windows10/UWP and not 8.1 any more) and also broke the e2e-tests in 
> the process (which wasn't noticed because the running of tests was broken 
> even before by the switch from jasmine-node to jasmine and so CI didn'T 
> report the test breakage).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-13829) Fix tests

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) updated CB-13829:

Component/s: cordova-windows

> Fix tests
> -
>
> Key: CB-13829
> URL: https://issues.apache.org/jira/browse/CB-13829
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Affects Versions: 6.0.0
>Reporter: Jan Piotrowski (Sujan)
>Priority: Major
>
> CB-13237 introduced a major breaking change (by default the projects built 
> are not Windows10/UWP and not 8.1 any more) and also broke the e2e-tests in 
> the process (which wasn't noticed because the running of tests was broken 
> even before by the switch from jasmine-node to jasmine and so CI didn'T 
> report the test breakage).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13828) Improve cordova-coho/docs

2018-01-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 5e28edff6eefc14b2a10fde7da7c06ebe9071e13 in cordova-coho's branch 
refs/heads/janpio-CB-13828 from Jan Piotrowski
[ https://gitbox.apache.org/repos/asf?p=cordova-coho.git;h=5e28edf ]

CB-13828 Improve readability of index.md 

- Better headlines and grouping
- Add missing files that were not linked before
- Short introduction

> Improve cordova-coho/docs
> -
>
> Key: CB-13828
> URL: https://issues.apache.org/jira/browse/CB-13828
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-coho
>Reporter: Jan Piotrowski (Sujan)
>Priority: Major
>
> /docs in the `cordova-coho` repo is effectively the contributor documentation 
> of Cordova. It could use some improvements right now.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (CB-13828) Improve cordova-coho/docs

2018-01-25 Thread Jan Piotrowski (Sujan) (JIRA)
Jan Piotrowski (Sujan) created CB-13828:
---

 Summary: Improve cordova-coho/docs
 Key: CB-13828
 URL: https://issues.apache.org/jira/browse/CB-13828
 Project: Apache Cordova
  Issue Type: Improvement
  Components: cordova-coho
Reporter: Jan Piotrowski (Sujan)


/docs in the `cordova-coho` repo is effectively the contributor documentation 
of Cordova. It could use some improvements right now.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13415) Importing corrupt images using the Camera plugin crashes the app

2018-01-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13415:
-

alpesh12 opened a new pull request #310: CB-13415 (iOS) Importing corrupt 
images using the Camera plugin crashes the app
URL: https://github.com/apache/cordova-plugin-camera/pull/310
 
 
   
   
   ### Platforms affected
   
   - iOS
   
   
   ### What does this PR do?
   
   - Does not crash the Cordova app which uses the plugin with corrupted image
   
   ### What testing has been done on this change?
   Tested with cordova-ios : 4.5.4 
   
   ### Checklist
   - [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
   - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
   - [ ] Added automated test coverage as appropriate for this change.
   


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


> Importing corrupt images using the Camera plugin crashes the app
> 
>
> Key: CB-13415
> URL: https://issues.apache.org/jira/browse/CB-13415
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
> Environment: Android: OS 7.0, Phone Model: Moto G5 Plus
> iOS: OS 10.1.1 (14B150)
>Reporter: Shemrick Flannigan
>Priority: Critical
>  Labels: android, camera, cameraui, ios
>
> ISSUE
> Importing corrupt images using the Camera plugin crashes the app
> Current Behavior
> # Importing a corrupt image using the Cordova Camera plugin crashes the 
> Cordova app which uses the plugin
> Expected Behavior
> # Importing a corrupt image using the Cordova Camera plugin:
> #* Throws an exception which can be caught by the Cordova app which uses the 
> plugin
> #* Does not crash the Cordova app which uses the plugin
> #* Allows the Cordova app which uses the plugin to render a Toast error 
> message relaying the error
> # # Platforms affected
> #* Android
> #* iOS
> REFERENCES
> # [Sample corrupt image which crashes the app | 
> https://www.dropbox.com/s/e7dz007svtvscbc/Corrupt_Image_4.7MB_13500x13500.D2.jpg?dl=0]
> # [Technique used to wrap the call in a Try/Catch block in a callable inner 
> class to prevent an app crash | 
> https://stackoverflow.com/questions/19183174/phonegap-video-capture-crashes] 
> ADDITIONAL INFORMATION
> # Importing corrupt images does not crash apps which do not use the Camera 
> plugin, such as:
> #* Yelp mobile app
> #* Slack mobile app



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (CB-13827) cordova-plugin-console cannot be used with cordova-ios>=4.5.0

2018-01-25 Thread Peter Lauri (JIRA)
Peter Lauri created CB-13827:


 Summary: cordova-plugin-console cannot be used with 
cordova-ios>=4.5.0
 Key: CB-13827
 URL: https://issues.apache.org/jira/browse/CB-13827
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-ios, cordova-plugin-console (DEPRECATED)
Reporter: Peter Lauri
Assignee: Suraj Pindoria


Using latest cordova-ios (4.5.4) and trying to install cordova-plugin-console 
as per the documentation located here: 
[https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-console/]

It fails to add it to ios platform:

{{cordova git:(cordova-app) cordova plugin add cordova-plugin-console}}
{{Installing "cordova-plugin-console" for android}}
{{Android Studio project detected}}
{{Installing "cordova-plugin-console" for ios}}
{{Plugin doesn't support this project's cordova-ios version. cordova-ios: 
4.5.4, failed version requirement: <4.5.0}}
{{Skipping 'cordova-plugin-console' for ios}}
{{Adding cordova-plugin-console to package.json}}
{{Saved plugin info for "cordova-plugin-console" to config.xml}}

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13415) Importing corrupt images using the Camera plugin crashes the app

2018-01-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13415:
-

jcesarmobile commented on issue #309: CB-13415 (android) Importing corrupt 
images using the Camera plugin c…
URL: 
https://github.com/apache/cordova-plugin-camera/pull/309#issuecomment-360462321
 
 
   Best thing is to work in branches, so you can create a new CB-13415 branch 
with your current content, and reset your master to match the apache master, 
then create a new branch from master and do the changes there


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


> Importing corrupt images using the Camera plugin crashes the app
> 
>
> Key: CB-13415
> URL: https://issues.apache.org/jira/browse/CB-13415
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
> Environment: Android: OS 7.0, Phone Model: Moto G5 Plus
> iOS: OS 10.1.1 (14B150)
>Reporter: Shemrick Flannigan
>Priority: Critical
>  Labels: android, camera, cameraui, ios
>
> ISSUE
> Importing corrupt images using the Camera plugin crashes the app
> Current Behavior
> # Importing a corrupt image using the Cordova Camera plugin crashes the 
> Cordova app which uses the plugin
> Expected Behavior
> # Importing a corrupt image using the Cordova Camera plugin:
> #* Throws an exception which can be caught by the Cordova app which uses the 
> plugin
> #* Does not crash the Cordova app which uses the plugin
> #* Allows the Cordova app which uses the plugin to render a Toast error 
> message relaying the error
> # # Platforms affected
> #* Android
> #* iOS
> REFERENCES
> # [Sample corrupt image which crashes the app | 
> https://www.dropbox.com/s/e7dz007svtvscbc/Corrupt_Image_4.7MB_13500x13500.D2.jpg?dl=0]
> # [Technique used to wrap the call in a Try/Catch block in a callable inner 
> class to prevent an app crash | 
> https://stackoverflow.com/questions/19183174/phonegap-video-capture-crashes] 
> ADDITIONAL INFORMATION
> # Importing corrupt images does not crash apps which do not use the Camera 
> plugin, such as:
> #* Yelp mobile app
> #* Slack mobile app



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13415) Importing corrupt images using the Camera plugin crashes the app

2018-01-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13415:
-

alpesh12 commented on issue #309: CB-13415 (android) Importing corrupt images 
using the Camera plugin c…
URL: 
https://github.com/apache/cordova-plugin-camera/pull/309#issuecomment-360461022
 
 
   @jcesarmobile Done
   Also for iOS PR i am not able to fork new one, so i have to wait for 
complete this PR right?
   


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


> Importing corrupt images using the Camera plugin crashes the app
> 
>
> Key: CB-13415
> URL: https://issues.apache.org/jira/browse/CB-13415
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
> Environment: Android: OS 7.0, Phone Model: Moto G5 Plus
> iOS: OS 10.1.1 (14B150)
>Reporter: Shemrick Flannigan
>Priority: Critical
>  Labels: android, camera, cameraui, ios
>
> ISSUE
> Importing corrupt images using the Camera plugin crashes the app
> Current Behavior
> # Importing a corrupt image using the Cordova Camera plugin crashes the 
> Cordova app which uses the plugin
> Expected Behavior
> # Importing a corrupt image using the Cordova Camera plugin:
> #* Throws an exception which can be caught by the Cordova app which uses the 
> plugin
> #* Does not crash the Cordova app which uses the plugin
> #* Allows the Cordova app which uses the plugin to render a Toast error 
> message relaying the error
> # # Platforms affected
> #* Android
> #* iOS
> REFERENCES
> # [Sample corrupt image which crashes the app | 
> https://www.dropbox.com/s/e7dz007svtvscbc/Corrupt_Image_4.7MB_13500x13500.D2.jpg?dl=0]
> # [Technique used to wrap the call in a Try/Catch block in a callable inner 
> class to prevent an app crash | 
> https://stackoverflow.com/questions/19183174/phonegap-video-capture-crashes] 
> ADDITIONAL INFORMATION
> # Importing corrupt images does not crash apps which do not use the Camera 
> plugin, such as:
> #* Yelp mobile app
> #* Slack mobile app



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



  1   2   >