[jira] [Commented] (CB-10158) StatusBar issue when recovering from fullscreen video playback in landscape mode

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10158:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-statusbar/pull/68
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-statusbar/pull/68/commits/1f9ecb1936588e2ed7e4c8069d249d3220aac1cb)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/32//PLATFORM=android/artifact/)
 |
 



> StatusBar issue when recovering from fullscreen video playback in landscape 
> mode
> 
>
> Key: CB-10158
> URL: https://issues.apache.org/jira/browse/CB-10158
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Statusbar
>Affects Versions: 5.4.1
> Environment: Cordova version 5.4.1 (Using CLI, not platform tools)
> StatusBar plugin version 2.0.0
> Building app on OS X El Capitan
> Device platform: iOS 9.1 
> TESTED IN SIMULATOR ONLY (iPhone 6 / iOS 9.1)
> Not tested for any other device platform
> Using the following configuration in config.xml:
> {code:xml}
> 
> 
> 
> 
> 
> 
> 
> {code}
>Reporter: Ashraf Yussouff
>  Labels: iOS, reproduced, triaged
> Attachments: Simulator Screen Shot Dec 7, 2015, 10.28.04 AM.png, 
> Simulator Screen Shot Dec 7, 2015, 10.28.16 AM.png, Simulator Screen Shot Dec 
> 7, 2015, 10.28.24 AM.png, Simulator Screen Shot Dec 7, 2015, 10.28.34 AM.png, 
> Simulator Screen Shot Dec 7, 2015, 10.28.39 AM.png
>
>
> App uses Single Page Architecture. All HTML is loaded from a remote server 
> into a div tag on the page. A header bar at the top of the page is fixed and 
> is outside the div tag used for loading the remote HTML.
> With StatusBarOverlaysWebView=false  in config.xml, app starts correctly in 
> simulator with the status bar above the page header bar.
> Sequence of steps:
> # Load HTML with a  tag for some mp4 video
> # Start playback of video
> # Simulate device rotation using Simulator->Hardware->Rotate Left
> #* Video automatically switches to fullscreen and fills the entire simulator 
> screen
> # Simulate rotation back to portrait 

[jira] [Commented] (CB-10158) StatusBar issue when recovering from fullscreen video playback in landscape mode

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10158:
-

GitHub user jaassoon opened a pull request:

https://github.com/apache/cordova-plugin-statusbar/pull/68

CB-10158: (ios) StatusBar issue when recovering from fullscreen video 
playback in landscape mode 

CB-10158: (ios) StatusBar issue when recovering from fullscreen video 
playback in landscape mode 
following the comment of  user 165573 in 
https://issues.apache.org/jira/browse/CB-10158
After trying several hacks (like hiding then showing, ...) I ended up 
changing the content of "setStatusBarOverlaysWebView" to avoid checking if 
we're setting a new value, and whenever I go back to my app after viewing a 
video, I call "StatusBar.overlaysWebView(false);".


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jaassoon/cordova-plugin-statusbar master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-statusbar/pull/68.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #68


commit 53d0b04ed69431139de1a1767a6d311d450211c3
Author: Steve Gill 
Date:   2016-09-09T23:08:04Z

CB-11832 Incremented plugin version.

commit 940a8ee92045b365b11790aa5e3e55964ef913a2
Author: Shazron Abdullah 
Date:   2016-09-28T08:26:09Z

CB-11917 - Remove pull request template checklist item: "iCLA has been 
submitted…"

 This closes #66

commit 1f9ecb1936588e2ed7e4c8069d249d3220aac1cb
Author: jaassoon 
Date:   2016-10-18T02:46:26Z

CB-10158: (ios) 

CB-10158: (ios) StatusBar issue when recovering from fullscreen video 
playback in landscape mode 
following the comment of  user 165573 in 
https://issues.apache.org/jira/browse/CB-10158
After trying several hacks (like hiding then showing, ...) I ended up 
changing the content of "setStatusBarOverlaysWebView" to avoid checking if 
we're setting a new value, and whenever I go back to my app after viewing a 
video, I call "StatusBar.overlaysWebView(false);".




> StatusBar issue when recovering from fullscreen video playback in landscape 
> mode
> 
>
> Key: CB-10158
> URL: https://issues.apache.org/jira/browse/CB-10158
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Statusbar
>Affects Versions: 5.4.1
> Environment: Cordova version 5.4.1 (Using CLI, not platform tools)
> StatusBar plugin version 2.0.0
> Building app on OS X El Capitan
> Device platform: iOS 9.1 
> TESTED IN SIMULATOR ONLY (iPhone 6 / iOS 9.1)
> Not tested for any other device platform
> Using the following configuration in config.xml:
> {code:xml}
> 
> 
> 
> 
> 
> 
> 
> {code}
>Reporter: Ashraf Yussouff
>  Labels: iOS, reproduced, triaged
> Attachments: Simulator Screen Shot Dec 7, 2015, 10.28.04 AM.png, 
> Simulator Screen Shot Dec 7, 2015, 10.28.16 AM.png, Simulator Screen Shot Dec 
> 7, 2015, 10.28.24 AM.png, Simulator Screen Shot Dec 7, 2015, 10.28.34 AM.png, 
> Simulator Screen Shot Dec 7, 2015, 10.28.39 AM.png
>
>
> App uses Single Page Architecture. All HTML is loaded from a remote server 
> into a div tag on the page. A header bar at the top of the page is fixed and 
> is outside the div tag used for loading the remote HTML.
> With StatusBarOverlaysWebView=false  in config.xml, app starts correctly in 
> simulator with the status bar above the page header bar.
> Sequence of steps:
> # Load HTML with a  tag for some mp4 video
> # Start playback of video
> # Simulate device rotation using Simulator->Hardware->Rotate Left
> #* Video automatically switches to fullscreen and fills the entire simulator 
> screen
> # Simulate rotation back to portrait mode using Simulator->Hardware->Rotate 
> Right
> # Click "Done" to exit native player
> # NOW THE STATUS BAR COVERS THE WEBVIEW - WebView is now pushed all the way 
> up and behind the status bar.
> Problem has only been noticed when recovering from fullscreen video playback 
> involving device rotation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11730) plugman miss the last file/folder when installing plugin on windows

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11730:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-lib/pull/484


> plugman miss the last file/folder when installing plugin on windows
> ---
>
> Key: CB-11730
> URL: https://issues.apache.org/jira/browse/CB-11730
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Affects Versions: 6.3.1
> Environment: Windows
> plugman --version
> 1.2.1
> cordova --version
> 6.3.1
>Reporter: Yasuharu Seki
>Priority: Minor
>  Labels: triaged
>
> Steps to reproduce:
> - Create simple plugin
> $ plugman create --name SimplePlugin --plugin_id org.simple.plugin 
> --plugin_version 1.0.0
> - Create cordova project it includes the name of plugin
> $ cordova create SimplePlugin_TestBed
> - Install the plugin into the created project
> $ cordova plugin add ../SimplePlugin
> -> Check the plugins/org.simple.plugin folder
>   Find www/ folder is missing.
> The reason is filenames.indexOf(relativeRootFolder) returns -1 when the 
> target folder name cannot find in the plugin folder.
> The original code works good when the project is on the child folder.
> [plugin]/[project of plugin_testbed]
> But does not the project as sibling.
> [plugin]
> [project of plugin_testbed]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11730) plugman miss the last file/folder when installing plugin on windows

2016-10-17 Thread ASF subversion and git services (JIRA)

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

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

Commit 92fd4efc5aecdbc836b5f6dd0c1b2d560a0579d1 in cordova-lib's branch 
refs/heads/master from [~yseki]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=92fd4ef ]

[CB-11730] Modify condition of if clause to avoid similar project name with 
plugin name


> plugman miss the last file/folder when installing plugin on windows
> ---
>
> Key: CB-11730
> URL: https://issues.apache.org/jira/browse/CB-11730
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Affects Versions: 6.3.1
> Environment: Windows
> plugman --version
> 1.2.1
> cordova --version
> 6.3.1
>Reporter: Yasuharu Seki
>Priority: Minor
>  Labels: triaged
>
> Steps to reproduce:
> - Create simple plugin
> $ plugman create --name SimplePlugin --plugin_id org.simple.plugin 
> --plugin_version 1.0.0
> - Create cordova project it includes the name of plugin
> $ cordova create SimplePlugin_TestBed
> - Install the plugin into the created project
> $ cordova plugin add ../SimplePlugin
> -> Check the plugins/org.simple.plugin folder
>   Find www/ folder is missing.
> The reason is filenames.indexOf(relativeRootFolder) returns -1 when the 
> target folder name cannot find in the plugin folder.
> The original code works good when the project is on the child folder.
> [plugin]/[project of plugin_testbed]
> But does not the project as sibling.
> [plugin]
> [project of plugin_testbed]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11730) plugman miss the last file/folder when installing plugin on windows

2016-10-17 Thread ASF subversion and git services (JIRA)

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

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

Commit a170a465ec0a2dc4bbc98bfa47e03041521cf22e in cordova-lib's branch 
refs/heads/master from [~yseki]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=a170a46 ]

[CB-11730] Change the expression of folder separator charactor

 This closes #484


> plugman miss the last file/folder when installing plugin on windows
> ---
>
> Key: CB-11730
> URL: https://issues.apache.org/jira/browse/CB-11730
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Affects Versions: 6.3.1
> Environment: Windows
> plugman --version
> 1.2.1
> cordova --version
> 6.3.1
>Reporter: Yasuharu Seki
>Priority: Minor
>  Labels: triaged
>
> Steps to reproduce:
> - Create simple plugin
> $ plugman create --name SimplePlugin --plugin_id org.simple.plugin 
> --plugin_version 1.0.0
> - Create cordova project it includes the name of plugin
> $ cordova create SimplePlugin_TestBed
> - Install the plugin into the created project
> $ cordova plugin add ../SimplePlugin
> -> Check the plugins/org.simple.plugin folder
>   Find www/ folder is missing.
> The reason is filenames.indexOf(relativeRootFolder) returns -1 when the 
> target folder name cannot find in the plugin folder.
> The original code works good when the project is on the child folder.
> [plugin]/[project of plugin_testbed]
> But does not the project as sibling.
> [plugin]
> [project of plugin_testbed]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-12002) Support LSApplicationQueriesSchemes

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12002:
-

Github user codecov-io commented on the issue:

https://github.com/apache/cordova-ios/pull/269
  
## [Current 
coverage](https://codecov.io/gh/apache/cordova-ios/pull/269?src=pr) is 60.55% 
(diff: 100%)
> Merging [#269](https://codecov.io/gh/apache/cordova-ios/pull/269?src=pr) 
into [master](https://codecov.io/gh/apache/cordova-ios/branch/master?src=pr) 
will increase coverage by **0.23%**

```diff
@@ master   #269   diff @@
==
  Files12 12  
  Lines  1318   1326 +8   
  Methods 200201 +1   
  Messages  0  0  
  Branches223225 +2   
==
+ Hits795803 +8   
  Misses  523523  
  Partials  0  0  
```

> Powered by [Codecov](https://codecov.io?src=pr). Last update 
[aa87d30...a661b63](https://codecov.io/gh/apache/cordova-ios/compare/aa87d308a1384da1e05dad33e9dbae2f0ce5c065...a661b638bd552d68106db9db34210318a7dfc1fe?src=pr)


> Support LSApplicationQueriesSchemes
> ---
>
> Key: CB-12002
> URL: https://issues.apache.org/jira/browse/CB-12002
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Darryl Pogue
>Assignee: Darryl Pogue
>
> For apps to launch other apps via their custom URL schemes, they need to be 
> whitelisted in LSApplicationQueriesSchemes. We should be able to use the 
> (currently unused by iOS) {{}} tags in config.xml to configure 
> this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11628) Cordova Screen Orientation Plugin

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11628:
-

GitHub user maverickmishra opened a pull request:

https://github.com/apache/cordova-plugin-screen-orientation/pull/4

Fixes JIRA bug CB-11628



### Platforms affected
iOS, Android and Windows


### What does this PR do?
It uses one javascript file for iOS, Android and Windows

### What testing has been done on this change?
Tested on iOS, Android and Windows.


### Checklist
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] 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.


You can merge this pull request into a Git repository by running:

$ git pull 
https://github.com/maverickmishra/cordova-plugin-screen-orientation master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-screen-orientation/pull/4.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #4


commit 2d8500f6a59f378473c846a86bc07935e8215ce1
Author: maverickmishra 
Date:   2016-08-29T21:33:03Z

 One js file for ios, android and windows

commit dd13eb5bdf7de9d766aba72416c9258b8f6c69a3
Author: maverickmishra 
Date:   2016-08-29T23:23:51Z

 add gitignore and npmignore files

commit 86a9c8131d7d40906a92b6cc2ff395112fdf7039
Author: maverickmishra 
Date:   2016-08-29T23:31:24Z

 removed .DS_Store files

commit c00a7c4b8546694b8fd96f119a2c845bc13e2c71
Author: maverickmishra 
Date:   2016-08-31T00:11:10Z

 changed orientation spec and modified Readme

commit f881c95e9a580d9bccf7ee531291afb0b1b4cac9
Author: maverickmishra 
Date:   2016-08-31T00:12:46Z

 basic tests added

commit 90f5f2531a6a354d8e8b889e707099b214d9e09d
Author: maverickmishra 
Date:   2016-09-20T17:36:36Z

 Added promises to plugin

commit 84b013f17c71922fa42bfd9185dbc9be3a1fe831
Author: maverickmishra 
Date:   2016-10-17T18:12:53Z

added comments and formatted code

commit 5d97d51144c5b1dad40b650e160e3ef8bde41a1b
Author: maverickmishra 
Date:   2016-10-17T23:25:16Z

 added demo project and modified version

commit 35f68c985e0daa3fc9704b08a1a145df2a93adc0
Author: maverickmishra 
Date:   2016-10-17T23:27:43Z

 modified Readme

commit f2f2dbde729b9d3ac5884de6ee80ae354a3bf5ef
Author: maverickmishra 
Date:   2016-10-17T23:29:20Z

 rectified Readme




> Cordova Screen Orientation Plugin
> -
>
> Key: CB-11628
> URL: https://issues.apache.org/jira/browse/CB-11628
> Project: Apache Cordova
>  Issue Type: Improvement
> Environment: Android,iOS, Windows
>Reporter: Vishal Mishra
>Assignee: Vishal Mishra
>Priority: Minor
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> Make sure the orientation plugin matches the spec.
> We should also include tests.
> repo:  https://github.com/apache/cordova-plugin-screen-orientation
> spec: https://www.w3.org/TR/screen-orientation/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11985) Cordova hits internet unnecessarily when getting cached platform or plugin

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11985:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-lib/pull/498


> Cordova hits internet unnecessarily when getting cached platform or plugin
> --
>
> Key: CB-11985
> URL: https://issues.apache.org/jira/browse/CB-11985
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CordovaLib
>Affects Versions: 6.3.1
>Reporter: Tim Barham
>Assignee: Tim Barham
>
> In you are disconnected from the internet and try to add a platform or plugin 
> that has previously been cached, Cordova eventually successfully installs the 
> platform/plugin, but only after a very long wait.
> We could check for the existence of the cached platform/plugin before calling 
> {{npm cache add}}. This would mean an instant return when not connected to 
> the internet.
> Note that this will only help if we are adding a specific version - when a 
> version range is specified, we need to hit the internet anyway to find the 
> matching version.
> Background: First time build failures in Cordova tools in Visual Studio are 
> primarily due to {{npm}} failures. Therefore we are working to avoid any 
> requirement for {{npm}}} to hit the internet in simple build scenarios. This 
> includes pre-installing cached versions of certain platforms and plugins. But 
> we only get the full benefit if Cordova uses these cached versions if it 
> finds them, without calling {{npm cache add}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11985) Cordova hits internet unnecessarily when getting cached platform or plugin

2016-10-17 Thread ASF subversion and git services (JIRA)

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

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

Commit 5c8b4cac007c21703e182978a403e67a752a9bd2 in cordova-lib's branch 
refs/heads/master from [~TimBarham]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=5c8b4ca ]

CB-11985 Check if cached platform/plugin exists before 'npm cache'

This avoids unnecessary npm call with long timeout if not connected to the 
internet.


> Cordova hits internet unnecessarily when getting cached platform or plugin
> --
>
> Key: CB-11985
> URL: https://issues.apache.org/jira/browse/CB-11985
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CordovaLib
>Affects Versions: 6.3.1
>Reporter: Tim Barham
>Assignee: Tim Barham
>
> In you are disconnected from the internet and try to add a platform or plugin 
> that has previously been cached, Cordova eventually successfully installs the 
> platform/plugin, but only after a very long wait.
> We could check for the existence of the cached platform/plugin before calling 
> {{npm cache add}}. This would mean an instant return when not connected to 
> the internet.
> Note that this will only help if we are adding a specific version - when a 
> version range is specified, we need to hit the internet anyway to find the 
> matching version.
> Background: First time build failures in Cordova tools in Visual Studio are 
> primarily due to {{npm}} failures. Therefore we are working to avoid any 
> requirement for {{npm}}} to hit the internet in simple build scenarios. This 
> includes pre-installing cached versions of certain platforms and plugins. But 
> we only get the full benefit if Cordova uses these cached versions if it 
> finds them, without calling {{npm cache add}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Closed] (CB-6779) InAppBrowser- webView:didFailLoadWithError - 204: Plug-in handled load

2016-10-17 Thread jcesarmobile (JIRA)

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

jcesarmobile closed CB-6779.

Resolution: Cannot Reproduce
  Assignee: jcesarmobile

Couldn't reproduce and didn't get a response.
Feel free to reopen if you still see the issue and can provide more information 
to reproduce it

> InAppBrowser- webView:didFailLoadWithError - 204: Plug-in handled load
> --
>
> Key: CB-6779
> URL: https://issues.apache.org/jira/browse/CB-6779
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 3.1.0
> Environment: IOS
>Reporter: Faiyaz Ahmad
>Assignee: jcesarmobile
>Priority: Minor
>  Labels: Triaged
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> I am using InAppBrowser to open image and video.
> var ref = window.open(Url , '_blank', 
> 'location=no,EnableViewportScale=yes','arrowbuttonsenabled=yes');
>  ref.addEventListener('loaderror', function(event) { aoAlert("This 
> file format is not yet supported. ","Unsupported File Format"); });
> It is giving warning: webView:didFailLoadWithError - 204: Plug-in handled load



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Closed] (CB-7446) 404 error while playing video in iOS InAppBrowser

2016-10-17 Thread jcesarmobile (JIRA)

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

jcesarmobile closed CB-7446.

Resolution: Cannot Reproduce
  Assignee: jcesarmobile

Couldn't reproduce and didn't get a response.
Feel free to reopen if you still see the issue and can provide more information 
to reproduce it

> 404 error while playing video in iOS InAppBrowser
> -
>
> Key: CB-7446
> URL: https://issues.apache.org/jira/browse/CB-7446
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 3.0.0
> Environment: iOS
>Reporter: Faiyaz Ahmad
>Assignee: jcesarmobile
>  Labels: iOS, newbie, triaged
>
> I am not able to play video from other source (https://...).
> I am able to play youtube videos.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Closed] (CB-11299) InAppBrowser open 'itunes.apple.com' in ios Will leave a blank page

2016-10-17 Thread jcesarmobile (JIRA)

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

jcesarmobile closed CB-11299.
-
Resolution: Cannot Reproduce
  Assignee: jcesarmobile

Couldn't reproduce and didn't get a response.
Feel free to reopen if you still see the issue and can provide more information 
to reproduce it

> InAppBrowser open 'itunes.apple.com' in ios Will leave a blank page
> ---
>
> Key: CB-11299
> URL: https://issues.apache.org/jira/browse/CB-11299
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 1.3.0
> Environment: iso9.0 ,iphone5s,ipad air book
>Reporter: thinkwei
>Assignee: jcesarmobile
>Priority: Minor
>  Labels: triaged
>
> InAppBrowser open 'itunes.apple.com' in ios Will leave a blank page When back 
> from appStore



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-12028) update distributionUrl from http to https , http URL now return `403`

2016-10-17 Thread Audrey So (JIRA)

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

Audrey So commented on CB-12028:


[~ryh]

Hi! I am trying to reproduce your error...Can you please provide more details 
about this? What is the error that you are receiving, what steps have you taken 
to arrive at this error, and what is it that you expect to happen instead? 
Thanks so much! -- Audrey

> update distributionUrl from http to https  , http URL now return `403`
> --
>
> Key: CB-12028
> URL: https://issues.apache.org/jira/browse/CB-12028
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 5.2.2
> Environment: Cordova-Android
>Reporter: Yu HAN
>Assignee: Audrey So
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> cordova-android/bin/templates/cordova/lib/builders/GradleBuilder.js#L166
> current distributionUrl in http now return 403, please change it to https
> hurry, please.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Assigned] (CB-12028) update distributionUrl from http to https , http URL now return `403`

2016-10-17 Thread Audrey So (JIRA)

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

Audrey So reassigned CB-12028:
--

Assignee: Audrey So

> update distributionUrl from http to https  , http URL now return `403`
> --
>
> Key: CB-12028
> URL: https://issues.apache.org/jira/browse/CB-12028
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 5.2.2
> Environment: Cordova-Android
>Reporter: Yu HAN
>Assignee: Audrey So
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> cordova-android/bin/templates/cordova/lib/builders/GradleBuilder.js#L166
> current distributionUrl in http now return 403, please change it to https
> hurry, please.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Closed] (CB-118) Capture API getSupportedAudioModes returns wrong value

2016-10-17 Thread Audrey So (JIRA)

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

Audrey So closed CB-118.

Resolution: Auto Closed

> Capture API getSupportedAudioModes returns wrong value
> --
>
> Key: CB-118
> URL: https://issues.apache.org/jira/browse/CB-118
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry
>Affects Versions: 1.2.0
>Reporter: Filip Maj
>Priority: Minor
>
> Reported by Jeff
> According to 
> https://github.com/callback/callback-blackberry/blob/master/javascript/webWorksPluginManager.js#L59
>  we always return Status OK with no data.
> This should be handled here - 
> https://github.com/callback/callback-blackberry/blob/master/javascript/blackberry/blackberryPluginManager.js#L25
>  by routing it to 
> https://bdsc.webapps.blackberry.com/html5/apis/blackberry.media.microphone.html#.getSupportedMediaTypes



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-12002) Support LSApplicationQueriesSchemes

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12002:
-

Github user jcesarmobile commented on the issue:

https://github.com/apache/cordova-ios/pull/269
  
I commented this on the issue

> LSApplicationQueriesSchemes is only needed for canOpenURL, but we use 
openURL without querying if it can be opened first. That opened the apps if 
they were on the allow-intent (worked on iOS 9 and earlier, but didn't test on 
iOS 10)


> Support LSApplicationQueriesSchemes
> ---
>
> Key: CB-12002
> URL: https://issues.apache.org/jira/browse/CB-12002
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Darryl Pogue
>Assignee: Darryl Pogue
>
> For apps to launch other apps via their custom URL schemes, they need to be 
> whitelisted in LSApplicationQueriesSchemes. We should be able to use the 
> (currently unused by iOS) {{}} tags in config.xml to configure 
> this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-12002) Support LSApplicationQueriesSchemes

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12002:
-

Github user shazron commented on the issue:

https://github.com/apache/cordova-ios/pull/269
  
@dpogue Can you rebase? cordova-common 1.5.1 is in the repo now


> Support LSApplicationQueriesSchemes
> ---
>
> Key: CB-12002
> URL: https://issues.apache.org/jira/browse/CB-12002
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Darryl Pogue
>Assignee: Darryl Pogue
>
> For apps to launch other apps via their custom URL schemes, they need to be 
> whitelisted in LSApplicationQueriesSchemes. We should be able to use the 
> (currently unused by iOS) {{}} tags in config.xml to configure 
> this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11898) unable to add platform 'browser' to cordova project

2016-10-17 Thread Audrey So (JIRA)

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

Audrey So updated CB-11898:
---
Labels: triaged  (was: )

> unable to add platform 'browser' to cordova project
> ---
>
> Key: CB-11898
> URL: https://issues.apache.org/jira/browse/CB-11898
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Browser
>Affects Versions: 6.3.1
> Environment: windows 8.1 64-bit
> node 0.12.7
> npm 2.11.3
> cordova 6.3.1
>Reporter: Deepak Vasalamarri
>Priority: Blocker
>  Labels: triaged
>
> I'm following the steps provided under 'Get Started Fast' section in Cordova 
> official page (https://cordova.apache.org/).
> After installing cordova and creating the project, while executing the 
> command to add 'browser' platform (Command: cordova platform add browser), 
> i'm getting the following error:
> Error: Failed to fetch platform browser
> Probably this is either a connection problem, or platform spec is incorrect.
> Check your connection and platform name/version/URL.
> Error: shasum check failed for 
> C:\Users\KH293\AppData\Local\Temp\npm-11160-c84d1
> e1d\registry.npmjs.org\cordova-browser\-\cordova-browser-4.1.0.tgz
> Expected: a0878f7a9cfca80c5e013cb3e53487b73e9c8350
> Actual:   75079065e5cd50aa6743cbd85317617053fb20c6
> From: 
> https://registry.npmjs.org/cordova-browser/-/cordova-browser-4.1.0.tgz
> Additional notes: 1)I tried re-installing cordova and adding the platform, 
> still it didn't work.
> 2)Adding 'android' platform is successful.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-12003) Cordova-common@1.5.1 release Oct 12, 2016

2016-10-17 Thread ASF subversion and git services (JIRA)

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

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

Commit 610b0adeb65add1a033c63ebaa1b2b052ff770bd in cordova-windows's branch 
refs/heads/master from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;h=610b0ad ]

CB-12003 updated node_modules


> Cordova-common@1.5.1 release Oct 12, 2016
> -
>
> Key: CB-12003
> URL: https://issues.apache.org/jira/browse/CB-12003
> Project: Apache Cordova
>  Issue Type: Task
>  Components: CordovaCommon
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-12003) Cordova-common@1.5.1 release Oct 12, 2016

2016-10-17 Thread ASF subversion and git services (JIRA)

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

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

Commit aa87d308a1384da1e05dad33e9dbae2f0ce5c065 in cordova-ios's branch 
refs/heads/master from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=aa87d30 ]

CB-12003 updated node_modules


> Cordova-common@1.5.1 release Oct 12, 2016
> -
>
> Key: CB-12003
> URL: https://issues.apache.org/jira/browse/CB-12003
> Project: Apache Cordova
>  Issue Type: Task
>  Components: CordovaCommon
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11689) If a user denies permissions forever, there's no way for them to undo that in the app settings screen

2016-10-17 Thread Audrey So (JIRA)

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

Audrey So commented on CB-11689:


[~bisrael]

Hi Blake! I was not able to reproduce this issue... would you be able to send 
some more information or code samples of how you are asking your users for 
permission? Thanks so much! --Audrey

> If a user denies permissions forever, there's no way for them to undo that in 
> the app settings screen
> -
>
> Key: CB-11689
> URL: https://issues.apache.org/jira/browse/CB-11689
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 2.2.0
> Environment: Android 6.0+ (SDK 23+)
>Reporter: Blake Israel
>  Labels: cannot-reproduce
>
> Because the plugin.xml lacks {{uses-permissions}} for {{CAMERA}} and 
> {{READ_EXTERNAL_STORAGE}}, once a user has denied camera access always, they 
> cannot undo it, even in the permissions setting for the app.
> The only workaround is uninstalling/renstalling the app or manually modifying 
> the AndroidManifest.xml to include
> {code:xml}
> 
> 
> {code}
> so they can be modified in the application manager settings.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11689) If a user denies permissions forever, there's no way for them to undo that in the app settings screen

2016-10-17 Thread Audrey So (JIRA)

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

Audrey So updated CB-11689:
---
Labels: cannot-reproduce  (was: )

> If a user denies permissions forever, there's no way for them to undo that in 
> the app settings screen
> -
>
> Key: CB-11689
> URL: https://issues.apache.org/jira/browse/CB-11689
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 2.2.0
> Environment: Android 6.0+ (SDK 23+)
>Reporter: Blake Israel
>  Labels: cannot-reproduce
>
> Because the plugin.xml lacks {{uses-permissions}} for {{CAMERA}} and 
> {{READ_EXTERNAL_STORAGE}}, once a user has denied camera access always, they 
> cannot undo it, even in the permissions setting for the app.
> The only workaround is uninstalling/renstalling the app or manually modifying 
> the AndroidManifest.xml to include
> {code:xml}
> 
> 
> {code}
> so they can be modified in the application manager settings.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-12029) Improper slog2 use causes crashes on BB10

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12029:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-globalization/pull/52
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-globalization/pull/52/commits/f22bb98430f0e0bafddc1146ac7c7e3592a4450e)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/21//PLATFORM=android/artifact/)
 |
 



> Improper slog2 use causes crashes on BB10
> -
>
> Key: CB-12029
> URL: https://issues.apache.org/jira/browse/CB-12029
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Globalization
> Environment: BlackBerry 10.3.2
>Reporter: Liam Quinn
>  Labels: BlackBerry10
>
> Cordova apps using the globalization plugin may crash on BlackBerry 10 due to 
> improper use of the slog2 native API.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-12003) Cordova-common@1.5.1 release Oct 12, 2016

2016-10-17 Thread ASF subversion and git services (JIRA)

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

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

Commit 0b710a86a9819438d0df7226241995b8887e227d in cordova-android's branch 
refs/heads/master from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=0b710a8 ]

CB-12003 updated node_modules


> Cordova-common@1.5.1 release Oct 12, 2016
> -
>
> Key: CB-12003
> URL: https://issues.apache.org/jira/browse/CB-12003
> Project: Apache Cordova
>  Issue Type: Task
>  Components: CordovaCommon
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Resolved] (CB-11759) android.permission.CAMERA not added in AndroidManifest

2016-10-17 Thread Joe Bowser (JIRA)

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

Joe Bowser resolved CB-11759.
-
Resolution: Not A Problem

We use intents to open the camera, so we don't need to add this permission.

> android.permission.CAMERA not added in AndroidManifest
> --
>
> Key: CB-11759
> URL: https://issues.apache.org/jira/browse/CB-11759
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 6.3.1
> Environment: Windows 10
> Cordova 6.3.1
> Camera Plugin 2.2.0
>Reporter: Clément Soulier
>  Labels: camera, permission, triaged
>
> When installing the camera plugin with `cordova plugin add 
> cordova-plugin-camera` and building the app with `cordova run android`, no 
> `android.permission.CAMERA` is added to the `AndroidManifest.xml`.
> Isn't the camera plugin supposed to add this permission ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-12029) Improper slog2 use causes crashes on BB10

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12029:
-

GitHub user lquinn opened a pull request:

https://github.com/apache/cordova-plugin-globalization/pull/52

CB-12029 blackberry10: Remove logging code that causes crashes on BB10



### Platforms affected

blackberry10

### What does this PR do?

Removes logging code that caused crashes.

### What testing has been done on this change?

Compiled. The patch is a straightforward removal of the logging code.

### 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.

The blackberry10 globalization plugin used the slog2 API improperly,
leading to crashes in Cordova apps that use this plugin. Remove the
logging as the safest, simplest fix.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/lquinn/cordova-plugin-globalization 
CB-12029cordova-plugin-globalization

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-globalization/pull/52.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #52






> Improper slog2 use causes crashes on BB10
> -
>
> Key: CB-12029
> URL: https://issues.apache.org/jira/browse/CB-12029
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Globalization
> Environment: BlackBerry 10.3.2
>Reporter: Liam Quinn
>  Labels: BlackBerry10
>
> Cordova apps using the globalization plugin may crash on BlackBerry 10 due to 
> improper use of the slog2 native API.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11759) android.permission.CAMERA not added in AndroidManifest

2016-10-17 Thread Audrey So (JIRA)

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

Audrey So updated CB-11759:
---
Affects Version/s: (was: 2.2.0)
   6.3.1

> android.permission.CAMERA not added in AndroidManifest
> --
>
> Key: CB-11759
> URL: https://issues.apache.org/jira/browse/CB-11759
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 6.3.1
> Environment: Windows 10
> Cordova 6.3.1
> Camera Plugin 2.2.0
>Reporter: Clément Soulier
>  Labels: camera, permission, triaged
>
> When installing the camera plugin with `cordova plugin add 
> cordova-plugin-camera` and building the app with `cordova run android`, no 
> `android.permission.CAMERA` is added to the `AndroidManifest.xml`.
> Isn't the camera plugin supposed to add this permission ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Resolved] (CB-12003) Cordova-common@1.5.1 release Oct 12, 2016

2016-10-17 Thread Steve Gill (JIRA)

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

Steve Gill resolved CB-12003.
-
Resolution: Fixed

> Cordova-common@1.5.1 release Oct 12, 2016
> -
>
> Key: CB-12003
> URL: https://issues.apache.org/jira/browse/CB-12003
> Project: Apache Cordova
>  Issue Type: Task
>  Components: CordovaCommon
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-12029) Improper slog2 use causes crashes on BB10

2016-10-17 Thread Liam Quinn (JIRA)
Liam Quinn created CB-12029:
---

 Summary: Improper slog2 use causes crashes on BB10
 Key: CB-12029
 URL: https://issues.apache.org/jira/browse/CB-12029
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Globalization
 Environment: BlackBerry 10.3.2
Reporter: Liam Quinn


Cordova apps using the globalization plugin may crash on BlackBerry 10 due to 
improper use of the slog2 native API.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-12028) update distributionUrl from http to https , http URL now return `403`

2016-10-17 Thread Yu HAN (JIRA)
Yu HAN created CB-12028:
---

 Summary: update distributionUrl from http to https  , http URL now 
return `403`
 Key: CB-12028
 URL: https://issues.apache.org/jira/browse/CB-12028
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 5.2.2
 Environment: Cordova-Android
Reporter: Yu HAN


cordova-android/bin/templates/cordova/lib/builders/GradleBuilder.js#L166
current distributionUrl in http now return 403, please change it to https
hurry, please.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11934) iOS splash screen deformed when device connected to personal hotspot

2016-10-17 Thread Audrey So (JIRA)

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

Audrey So commented on CB-11934:


Hi! [~mseppae] Thanks for letting us know. Could you provide some more details 
about the problem that you are experiencing? What version of cordova are you 
using and what iOS version are you using? To find out this information, (from 
the command line in your app directory) please run: "cordova platform ls" and 
"cordova -v". Let me know what you find out! Thank you! -Audrey 

> iOS splash screen deformed when device connected to personal hotspot
> 
>
> Key: CB-11934
> URL: https://issues.apache.org/jira/browse/CB-11934
> Project: Apache Cordova
>  Issue Type: Bug
> Environment: iOS
>Reporter: mseppae
>Priority: Minor
>
> When personal hotspot is turned on and a device is connected to it, the 
> startup image is deformed on app launch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11394) backbutton eventlistener should be able to let cordova execute the default native behaviour

2016-10-17 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-11394:

Priority: Minor  (was: Major)

Making this a minor issue, since the current behaviour is documented.  I do not 
see an easy way to change this, and make it actually work predictably, since 
the default behaviour of the back button is to close the document or the 
application.

> backbutton eventlistener should be able to let cordova execute the default 
> native behaviour
> ---
>
> Key: CB-11394
> URL: https://issues.apache.org/jira/browse/CB-11394
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Reporter: Philipp Kursawe
>Priority: Minor
>
> When we override the "backbutton" with a custom handler, cordova completly 
> skips handling of the native behaviour (as written in the docs).
> It does this even though the events `defaultPrevented` property is set to 
> `false`. A proper implementation of event handling would look into this 
> property  and act accordingly.
> Not sure how this could be introduced now without breaking old code.
> Probably old code never returns a value from the event handler. So a patch 
> could check if the return value is `===true` then it should perform the 
> default native behaviour of that button.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Closed] (CB-12014) Back button event listener is not called when app requests device administrator permissions.

2016-10-17 Thread Joe Bowser (JIRA)

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

Joe Bowser closed CB-12014.
---
Resolution: Won't Fix

This is currently outside our main scope.  This should probably be done in a 
plugin, but overriding the back button is risky and we HIGHLY recommend not 
doing this.

> Back button event listener is not called when app requests device 
> administrator permissions.
> 
>
> Key: CB-12014
> URL: https://issues.apache.org/jira/browse/CB-12014
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
> Environment: Android M
>Reporter: Harsh Yadav
>  Labels: Administrator
>
> I have registered an event listener for the event "backbutton" in my hybrid 
> app. During the launch of the app it asks user to activate the Device 
> Administrator for the app if app is not the Device Administrator. If user 
> click Activates the Device Administrator, app activity comes to the top. Now 
> if user presses back button it will not call registered event listener. But 
> if app is the Device administrator then it will prompt user to activate 
> device admin, hence on pressing back button on app activity it calls 
> registered event listener.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-12014) Back button event listener is not called when app requests device administrator permissions.

2016-10-17 Thread Joe Bowser (JIRA)

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

Joe Bowser commented on CB-12014:
-

I don't know who Joe Bowers is, but there's no way to launch "Activate Device 
Administrator" without writing a plugin in Cordova.  I'm going to close this, 
since this is outside Cordova's main scope.

> Back button event listener is not called when app requests device 
> administrator permissions.
> 
>
> Key: CB-12014
> URL: https://issues.apache.org/jira/browse/CB-12014
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
> Environment: Android M
>Reporter: Harsh Yadav
>  Labels: Administrator
>
> I have registered an event listener for the event "backbutton" in my hybrid 
> app. During the launch of the app it asks user to activate the Device 
> Administrator for the app if app is not the Device Administrator. If user 
> click Activates the Device Administrator, app activity comes to the top. Now 
> if user presses back button it will not call registered event listener. But 
> if app is the Device administrator then it will prompt user to activate 
> device admin, hence on pressing back button on app activity it calls 
> registered event listener.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Closed] (CB-12022) Update cordova-coho jira-triage.md with tips

2016-10-17 Thread Audrey So (JIRA)

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

Audrey So closed CB-12022.
--
Resolution: Done

> Update cordova-coho jira-triage.md with tips
> 
>
> Key: CB-12022
> URL: https://issues.apache.org/jira/browse/CB-12022
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Coho
>Reporter: Audrey So
>Assignee: Audrey So
>Priority: Trivial
>
> Update cordova-coho jira-triage.md with "Tips when asking for more info from 
> reporter"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11751) 'extendedSplashScreen' is undefined

2016-10-17 Thread C-A de Salaberry (JIRA)

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

C-A de Salaberry commented on CB-11751:
---

Thanks Sergey,

I should have something before the end of the week if it does not fix it.

If not, consider this issue solved :)

> 'extendedSplashScreen' is undefined
> ---
>
> Key: CB-11751
> URL: https://issues.apache.org/jira/browse/CB-11751
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen, Windows
>Affects Versions: 4.4.2
> Environment: $ cordova -v
> 6.3.1
> $ cordova platform
> Installed platforms:
>   android 5.2.2
>   windows 4.4.2
> Available platforms:
>   amazon-fireos ~3.6.3 (deprecated)
>   blackberry10 ~3.8.0
>   browser ~4.1.0
>   firefoxos ~3.6.3
>   webos ~3.7.0
>   wp8 ~3.8.2 (deprecated)
> $ cordova plugins list
> com.phonegap.plugins.nativesettingsopener 1.3 "Native settings"
> cordova-custom-config 1.2.6 "cordova-custom-config"
> cordova-fabric-plugin 1.0.8 "cordova-fabric-plugin"
> cordova-plugin-app-version 0.1.8 "AppVersion"
> cordova-plugin-camera 2.1.1 "Camera"
> cordova-plugin-compat 1.0.0 "Compat"
> cordova-plugin-crosswalk-webview 1.7.2 "Crosswalk WebView Engine"
> cordova-plugin-device 1.1.2 "Device"
> cordova-plugin-dialogs 1.2.1 "Notification"
> cordova-plugin-file 4.2.0 "File"
> cordova-plugin-file-transfer 1.5.1 "File Transfer"
> cordova-plugin-fullscreen 1.1.0 "cordova-plugin-fullscreen"
> cordova-plugin-globalization 1.0.3 "Globalization"
> cordova-plugin-network-information 1.2.1 "Network Information"
> cordova-plugin-splashscreen 3.2.2 "Splashscreen"
> cordova-plugin-whitelist 1.2.2 "Whitelist"
> ionic-plugin-keyboard 2.0.1 "Keyboard"
> phonegap-plugin-push 1.8.1 "PushPlugin"
> Model: HP Elite x3
> Software: Windows 10 Mobile
> Version 1511
> OS Build: 10.0.10586.494
> Firmware revision number: 0001..0006.0243
> Screen resolution: 1440x2560
>Reporter: C-A de Salaberry
>Assignee: Sergey Shakhnazarov
>Priority: Blocker
>  Labels: no-repro, triaged, windows
>
> First error that led me here:
> {code:title=Console|borderStyle=solid}
> Warning: A more recent version of cordova-plugin-splashscreen has been hooked 
> into for compatibility reasons. Update the plugin to version >= 4.
> cordova.js (925,13)
> Exception calling native with command :: SplashScreen :: hide 
> ::exception=ReferenceError: 'extendedSplashScreen' is undefined
> cordova.js (993,13)
> {code}
> I looked around the codebase to check for that variable, found it here:
> {code}
> .\platforms\windows\platform_www\css\splashscreen.css
> .\platforms\windows\platform_www\cordova.js
> .\platforms\windows\platform_www\cordova-js-src\splashscreen.js
> .\platforms\windows\www\cordova-js-src\splashscreen.js
> .\platforms\windows\www\css\splashscreen.css
> .\platforms\windows\www\cordova.js
> {code}
> The most interesting one being any of the two splashscreen.js
> The variable extendedSplashScreen is never defined.
> I find out that by adding the bollowing in my body, the error goes away:
> {code:html}
> 
> {code}
> However, the extended splashscreen still seems not to work.
> I suspected the `cordova-plugin-splashscreen` to be the culprit, but removing 
> it from cordova led to the same error.
> I will keep investigating and report my findings here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11924) Share target: sharing to cordova app makes the app open but crashes afterwards

2016-10-17 Thread Sergey Shakhnazarov (JIRA)

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

Sergey Shakhnazarov commented on CB-11924:
--

[~sebastienlorber], thanks for reporting!
I've tested this and the following approach works for me:

{code}
var app = {
...
// Bind Event Listeners
//
// Bind any events that are required on startup. Common events are:
// 'load', 'deviceready', 'offline', and 'online'.
bindEvents: function() {
document.addEventListener('deviceready', this.onDeviceReady, false);
document.addEventListener('activated', this.onActivated, false);
},
onActivated: function (args) {
console.log('onActivated');
app.activated = true;
app.activatedArgs = args;
// Sometimes onActivated fires before deviceready, so plugins might not 
be ready
navigator && navigator.notification && navigator.notification.alert && 
navigator.notification.alert('onActivated: ' + JSON.stringify(args));
// ^ this happens on Windows Anniversary
},
// deviceready Event Handler
//
// The scope of 'this' is the event. In order to call the 'receivedEvent'
// function, we must explicitly call 'app.receivedEvent(...);'
onDeviceReady: function() {
app.receivedEvent('deviceready');

if (app.activated) {
// Sometimes onActivated fires before deviceready, so plugins might 
not be ready
navigator && navigator.notification && navigator.notification.alert 
&& navigator.notification.alert('onDeviceReady, onActivated (from the past): ' 
+ JSON.stringify(app.activatedArgs));
}
},
...
{code}

I.e. we are able to receive shared uri in {{activated}} event handler - it just 
might fire before deviceready so activation args should be stored in the app 
context - I've send a PR for the docs update.

> Share target: sharing to cordova app makes the app open but crashes afterwards
> --
>
> Key: CB-11924
> URL: https://issues.apache.org/jira/browse/CB-11924
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 4.4.2
> Environment: Windows 10, cordova cli 6.1.1, affects cordova platform 
> 4.4.2, also current 4.5.0 dev branch.
>Reporter: Sebastien Lorber
>
> Steps to reproduce:
> 
> {code}
> cordova create shareTargetTest
> cd shareTargetTest
> cordova platform add https://github.com/apache/cordova-windows
> {code}
> In manifest, add Share Target of type URI, leading to the following XML:
> {code}
>   
> 
>   
> URI
>   
> 
>   
> {code}
> Run Windows 10 emulator (also crashed on HP Elite X3 device)
> Open Edge browser on any page, and share page to HelloCordova app.
> The HelloCordova app opens, and after some seconds, the emulator crashes 
> (WWAHost.exe fails with code = -1: don't know how to get more details 
> unfortunatly)
> --
> Expected result:
> 
> I don't know if this has ever been done by anyone on a Cordova app, but I 
> want to share a Edge link to my application. For Android/iOS, this means that 
> the app should open, or resume itself, and call some JS callback.
> I tried to follow these Windows8 tutorials that still look relevant for 
> Windows10 app, with no success.
> https://msdn.microsoft.com/en-us/library/windows/apps/hh758301.aspx
> It seems the "activated" callback never fires (weither it's declared in my 
> app, or in cordova.js, at least I don't see anything in the console logs I've 
> put everywhere).
> Can you tell me if I do anything wrong to achieve this usecase? thanks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11924) Share target: sharing to cordova app makes the app open but crashes afterwards

2016-10-17 Thread Sergey Shakhnazarov (JIRA)

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

Sergey Shakhnazarov updated CB-11924:
-
Labels: no-repro windows  (was: )

> Share target: sharing to cordova app makes the app open but crashes afterwards
> --
>
> Key: CB-11924
> URL: https://issues.apache.org/jira/browse/CB-11924
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 4.4.2
> Environment: Windows 10, cordova cli 6.1.1, affects cordova platform 
> 4.4.2, also current 4.5.0 dev branch.
>Reporter: Sebastien Lorber
>  Labels: no-repro, windows
>
> Steps to reproduce:
> 
> {code}
> cordova create shareTargetTest
> cd shareTargetTest
> cordova platform add https://github.com/apache/cordova-windows
> {code}
> In manifest, add Share Target of type URI, leading to the following XML:
> {code}
>   
> 
>   
> URI
>   
> 
>   
> {code}
> Run Windows 10 emulator (also crashed on HP Elite X3 device)
> Open Edge browser on any page, and share page to HelloCordova app.
> The HelloCordova app opens, and after some seconds, the emulator crashes 
> (WWAHost.exe fails with code = -1: don't know how to get more details 
> unfortunatly)
> --
> Expected result:
> 
> I don't know if this has ever been done by anyone on a Cordova app, but I 
> want to share a Edge link to my application. For Android/iOS, this means that 
> the app should open, or resume itself, and call some JS callback.
> I tried to follow these Windows8 tutorials that still look relevant for 
> Windows10 app, with no success.
> https://msdn.microsoft.com/en-us/library/windows/apps/hh758301.aspx
> It seems the "activated" callback never fires (weither it's declared in my 
> app, or in cordova.js, at least I don't see anything in the console logs I've 
> put everywhere).
> Can you tell me if I do anything wrong to achieve this usecase? thanks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11924) Share target: sharing to cordova app makes the app open but crashes afterwards

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11924:
-

GitHub user daserge opened a pull request:

https://github.com/apache/cordova-docs/pull/650

CB-11924 Share target: sharing to cordova app makes the app open but …

…crashes afterwards



### Platforms affected
Windows

### What does this PR do?
Documents the activated event can be fired before deviceready

### What testing has been done on this change?


### 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.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/daserge/cordova-docs CB-11924

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-docs/pull/650.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #650


commit 91f56827fdadc65e96e188a4bbbff1d76ba7e835
Author: daserge 
Date:   2016-10-17T13:53:01Z

CB-11924 Share target: sharing to cordova app makes the app open but 
crashes afterwards

Documents the activated event can be fired before deviceready




> Share target: sharing to cordova app makes the app open but crashes afterwards
> --
>
> Key: CB-11924
> URL: https://issues.apache.org/jira/browse/CB-11924
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 4.4.2
> Environment: Windows 10, cordova cli 6.1.1, affects cordova platform 
> 4.4.2, also current 4.5.0 dev branch.
>Reporter: Sebastien Lorber
>
> Steps to reproduce:
> 
> {code}
> cordova create shareTargetTest
> cd shareTargetTest
> cordova platform add https://github.com/apache/cordova-windows
> {code}
> In manifest, add Share Target of type URI, leading to the following XML:
> {code}
>   
> 
>   
> URI
>   
> 
>   
> {code}
> Run Windows 10 emulator (also crashed on HP Elite X3 device)
> Open Edge browser on any page, and share page to HelloCordova app.
> The HelloCordova app opens, and after some seconds, the emulator crashes 
> (WWAHost.exe fails with code = -1: don't know how to get more details 
> unfortunatly)
> --
> Expected result:
> 
> I don't know if this has ever been done by anyone on a Cordova app, but I 
> want to share a Edge link to my application. For Android/iOS, this means that 
> the app should open, or resume itself, and call some JS callback.
> I tried to follow these Windows8 tutorials that still look relevant for 
> Windows10 app, with no success.
> https://msdn.microsoft.com/en-us/library/windows/apps/hh758301.aspx
> It seems the "activated" callback never fires (weither it's declared in my 
> app, or in cordova.js, at least I don't see anything in the console logs I've 
> put everywhere).
> Can you tell me if I do anything wrong to achieve this usecase? thanks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11933) [windows] uap: not added on plugin add

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11933:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-windows/pull/202


> [windows] uap: not added on plugin add
> --
>
> Key: CB-11933
> URL: https://issues.apache.org/jira/browse/CB-11933
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Sergey Shakhnazarov
>Assignee: Nikita Matrosov
>
> {noformat}
> cordova create test
> cd test
> cordova platform add https://github.com/apache/cordova-windows
> cordova plugin add 
> https://github.com/AzureAD/azure-activedirectory-library-for-cordova
> cordova plugin add plugins\cordova-plugin-ms-adal\src\windows\sso\
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> ->
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova prepare}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova plugin rm cordova-plugin-ms-adal-sso}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> {noformat}
> 1. uap: prefixes not being added on plugin add
> 2. cordova prepare fixes this
> 3. plugin rm does not remove added capabilities as they have been changed
> cordova-plugin-ms-adal-sso plugin.xml:
> {noformat}
> 
> 
> 
> 
>  parent="/Package/Capabilities" device-target="windows">
> 
> 
> 
> 
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11933) [windows] uap: not added on plugin add

2016-10-17 Thread ASF subversion and git services (JIRA)

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

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

Commit 1a65ff45d24e7d6e33fb16ef556b41896822e685 in cordova-windows's branch 
refs/heads/master from [~Nikita Matrosov]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;h=1a65ff4 ]

CB-11933: Remove capabilities from manifest

Windows has special logic for appxmanifest's capabilities removal, therefore we 
should override this behaviour

 This closes #202


> [windows] uap: not added on plugin add
> --
>
> Key: CB-11933
> URL: https://issues.apache.org/jira/browse/CB-11933
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Sergey Shakhnazarov
>Assignee: Nikita Matrosov
>
> {noformat}
> cordova create test
> cd test
> cordova platform add https://github.com/apache/cordova-windows
> cordova plugin add 
> https://github.com/AzureAD/azure-activedirectory-library-for-cordova
> cordova plugin add plugins\cordova-plugin-ms-adal\src\windows\sso\
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> ->
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova prepare}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova plugin rm cordova-plugin-ms-adal-sso}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> {noformat}
> 1. uap: prefixes not being added on plugin add
> 2. cordova prepare fixes this
> 3. plugin rm does not remove added capabilities as they have been changed
> cordova-plugin-ms-adal-sso plugin.xml:
> {noformat}
> 
> 
> 
> 
>  parent="/Package/Capabilities" device-target="windows">
> 
> 
> 
> 
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11933) [windows] uap: not added on plugin add

2016-10-17 Thread Vladimir Kotikov (JIRA)

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

Vladimir Kotikov commented on CB-11933:
---

Keeping this open since Github PR 202 has fixed only the second part 
(capabilities removal). The first part (capabiltiest are not get added at 
plugin install time) was caused by changes in cordova-lib and requires some 
additional work to be done (i suggest adding a special logic to Windows' 
ConfigChanges override to add prefixes at plugin installation time)

> [windows] uap: not added on plugin add
> --
>
> Key: CB-11933
> URL: https://issues.apache.org/jira/browse/CB-11933
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Sergey Shakhnazarov
>Assignee: Nikita Matrosov
>
> {noformat}
> cordova create test
> cd test
> cordova platform add https://github.com/apache/cordova-windows
> cordova plugin add 
> https://github.com/AzureAD/azure-activedirectory-library-for-cordova
> cordova plugin add plugins\cordova-plugin-ms-adal\src\windows\sso\
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> ->
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova prepare}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova plugin rm cordova-plugin-ms-adal-sso}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> {noformat}
> 1. uap: prefixes not being added on plugin add
> 2. cordova prepare fixes this
> 3. plugin rm does not remove added capabilities as they have been changed
> cordova-plugin-ms-adal-sso plugin.xml:
> {noformat}
> 
> 
> 
> 
>  parent="/Package/Capabilities" device-target="windows">
> 
> 
> 
> 
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11933) [windows] uap: not added on plugin add

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11933:
-

Github user vladimir-kotikov commented on the issue:

https://github.com/apache/cordova-windows/pull/202
  
Decided to merge this as-is to at least have the fix for capabilities 
removal.


> [windows] uap: not added on plugin add
> --
>
> Key: CB-11933
> URL: https://issues.apache.org/jira/browse/CB-11933
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Sergey Shakhnazarov
>Assignee: Nikita Matrosov
>
> {noformat}
> cordova create test
> cd test
> cordova platform add https://github.com/apache/cordova-windows
> cordova plugin add 
> https://github.com/AzureAD/azure-activedirectory-library-for-cordova
> cordova plugin add plugins\cordova-plugin-ms-adal\src\windows\sso\
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> ->
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova prepare}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova plugin rm cordova-plugin-ms-adal-sso}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> {noformat}
> 1. uap: prefixes not being added on plugin add
> 2. cordova prepare fixes this
> 3. plugin rm does not remove added capabilities as they have been changed
> cordova-plugin-ms-adal-sso plugin.xml:
> {noformat}
> 
> 
> 
> 
>  parent="/Package/Capabilities" device-target="windows">
> 
> 
> 
> 
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11933) [windows] uap: not added on plugin add

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11933:
-

Github user vladimir-kotikov commented on the issue:

https://github.com/apache/cordova-windows/pull/202
  
LGTM


> [windows] uap: not added on plugin add
> --
>
> Key: CB-11933
> URL: https://issues.apache.org/jira/browse/CB-11933
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Sergey Shakhnazarov
>Assignee: Nikita Matrosov
>
> {noformat}
> cordova create test
> cd test
> cordova platform add https://github.com/apache/cordova-windows
> cordova plugin add 
> https://github.com/AzureAD/azure-activedirectory-library-for-cordova
> cordova plugin add plugins\cordova-plugin-ms-adal\src\windows\sso\
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> ->
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova prepare}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova plugin rm cordova-plugin-ms-adal-sso}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> {noformat}
> 1. uap: prefixes not being added on plugin add
> 2. cordova prepare fixes this
> 3. plugin rm does not remove added capabilities as they have been changed
> cordova-plugin-ms-adal-sso plugin.xml:
> {noformat}
> 
> 
> 
> 
>  parent="/Package/Capabilities" device-target="windows">
> 
> 
> 
> 
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11933) [windows] uap: not added on plugin add

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11933:
-

Github user codecov-io commented on the issue:

https://github.com/apache/cordova-windows/pull/202
  
## [Current 
coverage](https://codecov.io/gh/apache/cordova-windows/pull/202?src=pr) is 
74.36% (diff: 100%)
> Merging 
[#202](https://codecov.io/gh/apache/cordova-windows/pull/202?src=pr) into 
[master](https://codecov.io/gh/apache/cordova-windows/branch/master?src=pr) 
will increase coverage by **0.01%**

```diff
@@ master   #202   diff @@
==
  Files14 15 +1   
  Lines  1949   2032+83   
  Methods 366384+18   
  Messages  0  0  
  Branches392396 +4   
==
+ Hits   1449   1511+62   
- Misses  500521+21   
  Partials  0  0  
```

> Powered by [Codecov](https://codecov.io?src=pr). Last update 
[57de5e0...c58141f](https://codecov.io/gh/apache/cordova-windows/compare/57de5e0cf43119c4bbed60440fd4ec299a4a389e...c58141f006676f74f33b977f72200276abb9b011?src=pr)


> [windows] uap: not added on plugin add
> --
>
> Key: CB-11933
> URL: https://issues.apache.org/jira/browse/CB-11933
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Sergey Shakhnazarov
>Assignee: Nikita Matrosov
>
> {noformat}
> cordova create test
> cd test
> cordova platform add https://github.com/apache/cordova-windows
> cordova plugin add 
> https://github.com/AzureAD/azure-activedirectory-library-for-cordova
> cordova plugin add plugins\cordova-plugin-ms-adal\src\windows\sso\
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> ->
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova prepare}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova plugin rm cordova-plugin-ms-adal-sso}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> {noformat}
> 1. uap: prefixes not being added on plugin add
> 2. cordova prepare fixes this
> 3. plugin rm does not remove added capabilities as they have been changed
> cordova-plugin-ms-adal-sso plugin.xml:
> {noformat}
> 
> 
> 
> 
>  parent="/Package/Capabilities" device-target="windows">
> 
> 
> 
> 
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11933) [windows] uap: not added on plugin add

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11933:
-

Github user codecov-io commented on the issue:

https://github.com/apache/cordova-windows/pull/202
  
## [Current 
coverage](https://codecov.io/gh/apache/cordova-windows/pull/202?src=pr) is 
74.36% (diff: 100%)
> Merging 
[#202](https://codecov.io/gh/apache/cordova-windows/pull/202?src=pr) into 
[master](https://codecov.io/gh/apache/cordova-windows/branch/master?src=pr) 
will increase coverage by **0.01%**

```diff
@@ master   #202   diff @@
==
  Files14 15 +1   
  Lines  1949   2032+83   
  Methods 366384+18   
  Messages  0  0  
  Branches392396 +4   
==
+ Hits   1449   1511+62   
- Misses  500521+21   
  Partials  0  0  
```

> Powered by [Codecov](https://codecov.io?src=pr). Last update 
[57de5e0...c58141f](https://codecov.io/gh/apache/cordova-windows/compare/57de5e0cf43119c4bbed60440fd4ec299a4a389e...c58141f006676f74f33b977f72200276abb9b011?src=pr)


> [windows] uap: not added on plugin add
> --
>
> Key: CB-11933
> URL: https://issues.apache.org/jira/browse/CB-11933
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Sergey Shakhnazarov
>Assignee: Nikita Matrosov
>
> {noformat}
> cordova create test
> cd test
> cordova platform add https://github.com/apache/cordova-windows
> cordova plugin add 
> https://github.com/AzureAD/azure-activedirectory-library-for-cordova
> cordova plugin add plugins\cordova-plugin-ms-adal\src\windows\sso\
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> ->
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova prepare}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova plugin rm cordova-plugin-ms-adal-sso}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> {noformat}
> 1. uap: prefixes not being added on plugin add
> 2. cordova prepare fixes this
> 3. plugin rm does not remove added capabilities as they have been changed
> cordova-plugin-ms-adal-sso plugin.xml:
> {noformat}
> 
> 
> 
> 
>  parent="/Package/Capabilities" device-target="windows">
> 
> 
> 
> 
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11933) [windows] uap: not added on plugin add

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11933:
-

Github user daserge commented on the issue:

https://github.com/apache/cordova-windows/pull/202
  
Thanks, @matrosov-nikita !
I've tested and this works in terms of removing the added Capabilities.
Although the issue described in 
https://issues.apache.org/jira/browse/CB-11933 remains - that uap: prefixes are 
not added on plugin add.
So if you create a project in CLI, add a plugin and then open solution in 
Visual Studio - capabilities will not actually work.


> [windows] uap: not added on plugin add
> --
>
> Key: CB-11933
> URL: https://issues.apache.org/jira/browse/CB-11933
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Sergey Shakhnazarov
>Assignee: Nikita Matrosov
>
> {noformat}
> cordova create test
> cd test
> cordova platform add https://github.com/apache/cordova-windows
> cordova plugin add 
> https://github.com/AzureAD/azure-activedirectory-library-for-cordova
> cordova plugin add plugins\cordova-plugin-ms-adal\src\windows\sso\
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> ->
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova prepare}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova plugin rm cordova-plugin-ms-adal-sso}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> {noformat}
> 1. uap: prefixes not being added on plugin add
> 2. cordova prepare fixes this
> 3. plugin rm does not remove added capabilities as they have been changed
> cordova-plugin-ms-adal-sso plugin.xml:
> {noformat}
> 
> 
> 
> 
>  parent="/Package/Capabilities" device-target="windows">
> 
> 
> 
> 
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Resolved] (CB-11751) 'extendedSplashScreen' is undefined

2016-10-17 Thread Sergey Shakhnazarov (JIRA)

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

Sergey Shakhnazarov resolved CB-11751.
--
Resolution: Fixed

Fixed in CB-11658
I've tested this on Windows 10 Mobile and it does not reproduce on Version 1511.
It reproduces on Version 1607 but switching to {{cordova platform add 
https://github.com/apache/cordova-windows}} fixes the issue (both for Mobile 
and Desktop).

[~cadesalaberry], please attach a minimal failing project if this is still an 
issue on Version 1511.


> 'extendedSplashScreen' is undefined
> ---
>
> Key: CB-11751
> URL: https://issues.apache.org/jira/browse/CB-11751
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen, Windows
>Affects Versions: 4.4.2
> Environment: $ cordova -v
> 6.3.1
> $ cordova platform
> Installed platforms:
>   android 5.2.2
>   windows 4.4.2
> Available platforms:
>   amazon-fireos ~3.6.3 (deprecated)
>   blackberry10 ~3.8.0
>   browser ~4.1.0
>   firefoxos ~3.6.3
>   webos ~3.7.0
>   wp8 ~3.8.2 (deprecated)
> $ cordova plugins list
> com.phonegap.plugins.nativesettingsopener 1.3 "Native settings"
> cordova-custom-config 1.2.6 "cordova-custom-config"
> cordova-fabric-plugin 1.0.8 "cordova-fabric-plugin"
> cordova-plugin-app-version 0.1.8 "AppVersion"
> cordova-plugin-camera 2.1.1 "Camera"
> cordova-plugin-compat 1.0.0 "Compat"
> cordova-plugin-crosswalk-webview 1.7.2 "Crosswalk WebView Engine"
> cordova-plugin-device 1.1.2 "Device"
> cordova-plugin-dialogs 1.2.1 "Notification"
> cordova-plugin-file 4.2.0 "File"
> cordova-plugin-file-transfer 1.5.1 "File Transfer"
> cordova-plugin-fullscreen 1.1.0 "cordova-plugin-fullscreen"
> cordova-plugin-globalization 1.0.3 "Globalization"
> cordova-plugin-network-information 1.2.1 "Network Information"
> cordova-plugin-splashscreen 3.2.2 "Splashscreen"
> cordova-plugin-whitelist 1.2.2 "Whitelist"
> ionic-plugin-keyboard 2.0.1 "Keyboard"
> phonegap-plugin-push 1.8.1 "PushPlugin"
> Model: HP Elite x3
> Software: Windows 10 Mobile
> Version 1511
> OS Build: 10.0.10586.494
> Firmware revision number: 0001..0006.0243
> Screen resolution: 1440x2560
>Reporter: C-A de Salaberry
>Assignee: Sergey Shakhnazarov
>Priority: Blocker
>  Labels: no-repro, triaged, windows
>
> First error that led me here:
> {code:title=Console|borderStyle=solid}
> Warning: A more recent version of cordova-plugin-splashscreen has been hooked 
> into for compatibility reasons. Update the plugin to version >= 4.
> cordova.js (925,13)
> Exception calling native with command :: SplashScreen :: hide 
> ::exception=ReferenceError: 'extendedSplashScreen' is undefined
> cordova.js (993,13)
> {code}
> I looked around the codebase to check for that variable, found it here:
> {code}
> .\platforms\windows\platform_www\css\splashscreen.css
> .\platforms\windows\platform_www\cordova.js
> .\platforms\windows\platform_www\cordova-js-src\splashscreen.js
> .\platforms\windows\www\cordova-js-src\splashscreen.js
> .\platforms\windows\www\css\splashscreen.css
> .\platforms\windows\www\cordova.js
> {code}
> The most interesting one being any of the two splashscreen.js
> The variable extendedSplashScreen is never defined.
> I find out that by adding the bollowing in my body, the error goes away:
> {code:html}
> 
> {code}
> However, the extended splashscreen still seems not to work.
> I suspected the `cordova-plugin-splashscreen` to be the culprit, but removing 
> it from cordova led to the same error.
> I will keep investigating and report my findings here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11751) 'extendedSplashScreen' is undefined

2016-10-17 Thread Sergey Shakhnazarov (JIRA)

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

Sergey Shakhnazarov updated CB-11751:
-
Labels: no-repro triaged windows  (was: no-repro triaged wfc windows)

> 'extendedSplashScreen' is undefined
> ---
>
> Key: CB-11751
> URL: https://issues.apache.org/jira/browse/CB-11751
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen, Windows
>Affects Versions: 4.4.2
> Environment: $ cordova -v
> 6.3.1
> $ cordova platform
> Installed platforms:
>   android 5.2.2
>   windows 4.4.2
> Available platforms:
>   amazon-fireos ~3.6.3 (deprecated)
>   blackberry10 ~3.8.0
>   browser ~4.1.0
>   firefoxos ~3.6.3
>   webos ~3.7.0
>   wp8 ~3.8.2 (deprecated)
> $ cordova plugins list
> com.phonegap.plugins.nativesettingsopener 1.3 "Native settings"
> cordova-custom-config 1.2.6 "cordova-custom-config"
> cordova-fabric-plugin 1.0.8 "cordova-fabric-plugin"
> cordova-plugin-app-version 0.1.8 "AppVersion"
> cordova-plugin-camera 2.1.1 "Camera"
> cordova-plugin-compat 1.0.0 "Compat"
> cordova-plugin-crosswalk-webview 1.7.2 "Crosswalk WebView Engine"
> cordova-plugin-device 1.1.2 "Device"
> cordova-plugin-dialogs 1.2.1 "Notification"
> cordova-plugin-file 4.2.0 "File"
> cordova-plugin-file-transfer 1.5.1 "File Transfer"
> cordova-plugin-fullscreen 1.1.0 "cordova-plugin-fullscreen"
> cordova-plugin-globalization 1.0.3 "Globalization"
> cordova-plugin-network-information 1.2.1 "Network Information"
> cordova-plugin-splashscreen 3.2.2 "Splashscreen"
> cordova-plugin-whitelist 1.2.2 "Whitelist"
> ionic-plugin-keyboard 2.0.1 "Keyboard"
> phonegap-plugin-push 1.8.1 "PushPlugin"
> Model: HP Elite x3
> Software: Windows 10 Mobile
> Version 1511
> OS Build: 10.0.10586.494
> Firmware revision number: 0001..0006.0243
> Screen resolution: 1440x2560
>Reporter: C-A de Salaberry
>Assignee: Sergey Shakhnazarov
>Priority: Blocker
>  Labels: no-repro, triaged, windows
>
> First error that led me here:
> {code:title=Console|borderStyle=solid}
> Warning: A more recent version of cordova-plugin-splashscreen has been hooked 
> into for compatibility reasons. Update the plugin to version >= 4.
> cordova.js (925,13)
> Exception calling native with command :: SplashScreen :: hide 
> ::exception=ReferenceError: 'extendedSplashScreen' is undefined
> cordova.js (993,13)
> {code}
> I looked around the codebase to check for that variable, found it here:
> {code}
> .\platforms\windows\platform_www\css\splashscreen.css
> .\platforms\windows\platform_www\cordova.js
> .\platforms\windows\platform_www\cordova-js-src\splashscreen.js
> .\platforms\windows\www\cordova-js-src\splashscreen.js
> .\platforms\windows\www\css\splashscreen.css
> .\platforms\windows\www\cordova.js
> {code}
> The most interesting one being any of the two splashscreen.js
> The variable extendedSplashScreen is never defined.
> I find out that by adding the bollowing in my body, the error goes away:
> {code:html}
> 
> {code}
> However, the extended splashscreen still seems not to work.
> I suspected the `cordova-plugin-splashscreen` to be the culprit, but removing 
> it from cordova led to the same error.
> I will keep investigating and report my findings here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11751) 'extendedSplashScreen' is undefined

2016-10-17 Thread Sergey Shakhnazarov (JIRA)

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

Sergey Shakhnazarov updated CB-11751:
-
Labels: no-repro triaged wfc windows  (was: triaged windows)

> 'extendedSplashScreen' is undefined
> ---
>
> Key: CB-11751
> URL: https://issues.apache.org/jira/browse/CB-11751
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen, Windows
>Affects Versions: 4.4.2
> Environment: $ cordova -v
> 6.3.1
> $ cordova platform
> Installed platforms:
>   android 5.2.2
>   windows 4.4.2
> Available platforms:
>   amazon-fireos ~3.6.3 (deprecated)
>   blackberry10 ~3.8.0
>   browser ~4.1.0
>   firefoxos ~3.6.3
>   webos ~3.7.0
>   wp8 ~3.8.2 (deprecated)
> $ cordova plugins list
> com.phonegap.plugins.nativesettingsopener 1.3 "Native settings"
> cordova-custom-config 1.2.6 "cordova-custom-config"
> cordova-fabric-plugin 1.0.8 "cordova-fabric-plugin"
> cordova-plugin-app-version 0.1.8 "AppVersion"
> cordova-plugin-camera 2.1.1 "Camera"
> cordova-plugin-compat 1.0.0 "Compat"
> cordova-plugin-crosswalk-webview 1.7.2 "Crosswalk WebView Engine"
> cordova-plugin-device 1.1.2 "Device"
> cordova-plugin-dialogs 1.2.1 "Notification"
> cordova-plugin-file 4.2.0 "File"
> cordova-plugin-file-transfer 1.5.1 "File Transfer"
> cordova-plugin-fullscreen 1.1.0 "cordova-plugin-fullscreen"
> cordova-plugin-globalization 1.0.3 "Globalization"
> cordova-plugin-network-information 1.2.1 "Network Information"
> cordova-plugin-splashscreen 3.2.2 "Splashscreen"
> cordova-plugin-whitelist 1.2.2 "Whitelist"
> ionic-plugin-keyboard 2.0.1 "Keyboard"
> phonegap-plugin-push 1.8.1 "PushPlugin"
> Model: HP Elite x3
> Software: Windows 10 Mobile
> Version 1511
> OS Build: 10.0.10586.494
> Firmware revision number: 0001..0006.0243
> Screen resolution: 1440x2560
>Reporter: C-A de Salaberry
>Assignee: Sergey Shakhnazarov
>Priority: Blocker
>  Labels: no-repro, triaged, wfc, windows
>
> First error that led me here:
> {code:title=Console|borderStyle=solid}
> Warning: A more recent version of cordova-plugin-splashscreen has been hooked 
> into for compatibility reasons. Update the plugin to version >= 4.
> cordova.js (925,13)
> Exception calling native with command :: SplashScreen :: hide 
> ::exception=ReferenceError: 'extendedSplashScreen' is undefined
> cordova.js (993,13)
> {code}
> I looked around the codebase to check for that variable, found it here:
> {code}
> .\platforms\windows\platform_www\css\splashscreen.css
> .\platforms\windows\platform_www\cordova.js
> .\platforms\windows\platform_www\cordova-js-src\splashscreen.js
> .\platforms\windows\www\cordova-js-src\splashscreen.js
> .\platforms\windows\www\css\splashscreen.css
> .\platforms\windows\www\cordova.js
> {code}
> The most interesting one being any of the two splashscreen.js
> The variable extendedSplashScreen is never defined.
> I find out that by adding the bollowing in my body, the error goes away:
> {code:html}
> 
> {code}
> However, the extended splashscreen still seems not to work.
> I suspected the `cordova-plugin-splashscreen` to be the culprit, but removing 
> it from cordova led to the same error.
> I will keep investigating and report my findings here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11933) [windows] uap: not added on plugin add

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11933:
-

GitHub user matrosov-nikita opened a pull request:

https://github.com/apache/cordova-windows/pull/202

CB-11933: Remove capabilities from manifest



### What does this PR do?
Windows has special logic for appxmanifest's capabilities removal, 
therefore we should override this behaviour

### What testing has been done on this change?
Auto test

### 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.
- [x] Added automated test coverage as appropriate for this change.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/matrosov-nikita/cordova-windows CB-11933

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-windows/pull/202.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #202


commit 48631129813d870bdfbaaaef8468f65f4de2f5b4
Author: Nikita Matrosov 
Date:   2016-10-17T10:20:37Z

CB-11933: Remove capabilities from manifest

Windows has special logic for appxmanifest's capabilities removal, 
therefore we should override this behaviour




> [windows] uap: not added on plugin add
> --
>
> Key: CB-11933
> URL: https://issues.apache.org/jira/browse/CB-11933
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Sergey Shakhnazarov
>Assignee: Nikita Matrosov
>
> {noformat}
> cordova create test
> cd test
> cordova platform add https://github.com/apache/cordova-windows
> cordova plugin add 
> https://github.com/AzureAD/azure-activedirectory-library-for-cordova
> cordova plugin add plugins\cordova-plugin-ms-adal\src\windows\sso\
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> ->
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova prepare}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova plugin rm cordova-plugin-ms-adal-sso}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> {noformat}
> 1. uap: prefixes not being added on plugin add
> 2. cordova prepare fixes this
> 3. plugin rm does not remove added capabilities as they have been changed
> cordova-plugin-ms-adal-sso plugin.xml:
> {noformat}
> 
> 
> 
> 
>  parent="/Package/Capabilities" device-target="windows">
> 
> 
> 
> 
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10403) THREAD WARNING: ['Geolocation'] took 'X' ms. Plugin should use a background thread.

2016-10-17 Thread Guillaume Brosse (JIRA)

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

Guillaume Brosse commented on CB-10403:
---

When i made the pull request, it was resolved but right now i dont now if 
something has changed...

> THREAD WARNING: ['Geolocation'] took 'X' ms. Plugin should use a background 
> thread.
> ---
>
> Key: CB-10403
> URL: https://issues.apache.org/jira/browse/CB-10403
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: iOS, Plugin Geolocation
>Affects Versions: 3.5.0
>Reporter: Guillaume Brosse
>Priority: Minor
> Fix For: Master
>
>
> THREAD WARNING: ['Geolocation'] took 'X' ms. Plugin should use a background 
> thread." is displayed in the cli of Xcode. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10645) The battery status handler doesn't reinitialize on Android after window.location.reload()

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10645:
-

Github user SystemParadox commented on the issue:

https://github.com/apache/cordova-plugin-battery-status/pull/31
  
Any chance this could be merged soon?


> The battery status handler doesn't reinitialize on Android after 
> window.location.reload()
> -
>
> Key: CB-10645
> URL: https://issues.apache.org/jira/browse/CB-10645
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Battery Status
> Environment: Android
>Reporter: Aaron Toth
>Priority: Minor
>  Labels: android, reload, triaged
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Instead of throwing an error, rather remove the status handler and 
> re-initialize.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10403) THREAD WARNING: ['Geolocation'] took 'X' ms. Plugin should use a background thread.

2016-10-17 Thread Philipp Kursawe (JIRA)

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

Philipp Kursawe commented on CB-10403:
--

So this has been resolved then?

> THREAD WARNING: ['Geolocation'] took 'X' ms. Plugin should use a background 
> thread.
> ---
>
> Key: CB-10403
> URL: https://issues.apache.org/jira/browse/CB-10403
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: iOS, Plugin Geolocation
>Affects Versions: 3.5.0
>Reporter: Guillaume Brosse
>Priority: Minor
> Fix For: Master
>
>
> THREAD WARNING: ['Geolocation'] took 'X' ms. Plugin should use a background 
> thread." is displayed in the cli of Xcode. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10403) THREAD WARNING: ['Geolocation'] took 'X' ms. Plugin should use a background thread.

2016-10-17 Thread Guillaume Brosse (JIRA)

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

Guillaume Brosse commented on CB-10403:
---

https://github.com/apache/cordova-plugin-geolocation/commits/master

Search guillaumedev

> THREAD WARNING: ['Geolocation'] took 'X' ms. Plugin should use a background 
> thread.
> ---
>
> Key: CB-10403
> URL: https://issues.apache.org/jira/browse/CB-10403
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: iOS, Plugin Geolocation
>Affects Versions: 3.5.0
>Reporter: Guillaume Brosse
>Priority: Minor
> Fix For: Master
>
>
> THREAD WARNING: ['Geolocation'] took 'X' ms. Plugin should use a background 
> thread." is displayed in the cli of Xcode. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-12010) [INAppBrowser] Opening a relative path in _system would crash the app on Android 7.0

2016-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12010:
-

Github user alsorokin closed the pull request at:

https://github.com/apache/cordova-plugin-inappbrowser/pull/191


> [INAppBrowser] Opening a relative path in _system would crash the app on 
> Android 7.0
> 
>
> Key: CB-12010
> URL: https://issues.apache.org/jira/browse/CB-12010
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: Master
> Environment: Android API level 24
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: triaged
>
> This issue can be reproduced by running manual tests for InAppBrowser and 
> clicking on `target=_system` button in `Local URL` section.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Closed] (CB-12010) [INAppBrowser] Opening a relative path in _system would crash the app on Android 7.0

2016-10-17 Thread Alexander Sorokin (JIRA)

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

Alexander Sorokin closed CB-12010.
--
Resolution: Fixed

> [INAppBrowser] Opening a relative path in _system would crash the app on 
> Android 7.0
> 
>
> Key: CB-12010
> URL: https://issues.apache.org/jira/browse/CB-12010
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: Master
> Environment: Android API level 24
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: triaged
>
> This issue can be reproduced by running manual tests for InAppBrowser and 
> clicking on `target=_system` button in `Local URL` section.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10403) THREAD WARNING: ['Geolocation'] took 'X' ms. Plugin should use a background thread.

2016-10-17 Thread Philipp Kursawe (JIRA)

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

Philipp Kursawe commented on CB-10403:
--

And how can I find out in which public release this has been integrated?

> THREAD WARNING: ['Geolocation'] took 'X' ms. Plugin should use a background 
> thread.
> ---
>
> Key: CB-10403
> URL: https://issues.apache.org/jira/browse/CB-10403
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: iOS, Plugin Geolocation
>Affects Versions: 3.5.0
>Reporter: Guillaume Brosse
>Priority: Minor
> Fix For: Master
>
>
> THREAD WARNING: ['Geolocation'] took 'X' ms. Plugin should use a background 
> thread." is displayed in the cli of Xcode. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-12010) [INAppBrowser] Opening a relative path in _system would crash the app on Android 7.0

2016-10-17 Thread ASF subversion and git services (JIRA)

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

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

Commit ab696f6ebd64b93ae46aac9816562ce194e32607 in 
cordova-plugin-inappbrowser's branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=ab696f6
 ]

CB-12010 (android) Catch FileUriExposedException


> [INAppBrowser] Opening a relative path in _system would crash the app on 
> Android 7.0
> 
>
> Key: CB-12010
> URL: https://issues.apache.org/jira/browse/CB-12010
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: Master
> Environment: Android API level 24
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: triaged
>
> This issue can be reproduced by running manual tests for InAppBrowser and 
> clicking on `target=_system` button in `Local URL` section.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10765) When restarting the Windows Application it taking the user to log in page.

2016-10-17 Thread Sergey Shakhnazarov (JIRA)

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

Sergey Shakhnazarov commented on CB-10765:
--

[~ishaandeb], could you please share the outputs of {{cordova platforms}} 
command (which cordova-windows platform version are you using)?
Also, what is the OS version? It can be found at Windows Key + about -> 
Version, OS Build.
The issue does not reproduce for me neither on Windows Phone 8.1, nor on 
Windows 10 Mobile.

> When restarting the Windows Application it taking the user to log in page.
> --
>
> Key: CB-10765
> URL: https://issues.apache.org/jira/browse/CB-10765
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 5.4.1
> Environment: windows phone 8.1
>Reporter: Ishan Deb
>Priority: Critical
>  Labels: no-repro, wfc, windows
>
> Issue Definition: 
> ==
> I have an Html 5, JavaScript application for Windows Phone. I observe that 
> the application goes back to the log in page if I follow the below steps.
> 1. I log into the application and I an inside the application.
> 2. Now I press the home button the application goes to task manager.
> 3. Now I slide right and open the app from installed applications.
> 4. Then the application again takes me to the login screen.
> I observe that the same behavior works fine when I launch the application 
> from Task manager (in step 2) instead of installed applications.
> Environment:
> =
> Windows Phone 8.1 
> Cordova



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-10765) When restarting the Windows Application it taking the user to log in page.

2016-10-17 Thread Sergey Shakhnazarov (JIRA)

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

Sergey Shakhnazarov updated CB-10765:
-
Labels: no-repro wfc windows  (was: windows)

> When restarting the Windows Application it taking the user to log in page.
> --
>
> Key: CB-10765
> URL: https://issues.apache.org/jira/browse/CB-10765
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 5.4.1
> Environment: windows phone 8.1
>Reporter: Ishan Deb
>Priority: Critical
>  Labels: no-repro, wfc, windows
>
> Issue Definition: 
> ==
> I have an Html 5, JavaScript application for Windows Phone. I observe that 
> the application goes back to the log in page if I follow the below steps.
> 1. I log into the application and I an inside the application.
> 2. Now I press the home button the application goes to task manager.
> 3. Now I slide right and open the app from installed applications.
> 4. Then the application again takes me to the login screen.
> I observe that the same behavior works fine when I launch the application 
> from Task manager (in step 2) instead of installed applications.
> Environment:
> =
> Windows Phone 8.1 
> Cordova



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-10765) When restarting the Windows Application it taking the user to log in page.

2016-10-17 Thread Sergey Shakhnazarov (JIRA)

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

Sergey Shakhnazarov updated CB-10765:
-
Issue Type: Bug  (was: Improvement)

> When restarting the Windows Application it taking the user to log in page.
> --
>
> Key: CB-10765
> URL: https://issues.apache.org/jira/browse/CB-10765
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 5.4.1
> Environment: windows phone 8.1
>Reporter: Ishan Deb
>Priority: Critical
>  Labels: windows
>
> Issue Definition: 
> ==
> I have an Html 5, JavaScript application for Windows Phone. I observe that 
> the application goes back to the log in page if I follow the below steps.
> 1. I log into the application and I an inside the application.
> 2. Now I press the home button the application goes to task manager.
> 3. Now I slide right and open the app from installed applications.
> 4. Then the application again takes me to the login screen.
> I observe that the same behavior works fine when I launch the application 
> from Task manager (in step 2) instead of installed applications.
> Environment:
> =
> Windows Phone 8.1 
> Cordova



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Assigned] (CB-11933) [windows] uap: not added on plugin add

2016-10-17 Thread Nikita Matrosov (JIRA)

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

Nikita Matrosov reassigned CB-11933:


Assignee: Nikita Matrosov

> [windows] uap: not added on plugin add
> --
>
> Key: CB-11933
> URL: https://issues.apache.org/jira/browse/CB-11933
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Sergey Shakhnazarov
>Assignee: Nikita Matrosov
>
> {noformat}
> cordova create test
> cd test
> cordova platform add https://github.com/apache/cordova-windows
> cordova plugin add 
> https://github.com/AzureAD/azure-activedirectory-library-for-cordova
> cordova plugin add plugins\cordova-plugin-ms-adal\src\windows\sso\
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> ->
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova prepare}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> 
> {noformat}
> {{cordova plugin rm cordova-plugin-ms-adal-sso}}
> {noformat}
> type platforms\windows\package.windows10.appxmanifest
> {noformat}
> {noformat}
> 
> 
> 
> 
> 
> {noformat}
> 1. uap: prefixes not being added on plugin add
> 2. cordova prepare fixes this
> 3. plugin rm does not remove added capabilities as they have been changed
> cordova-plugin-ms-adal-sso plugin.xml:
> {noformat}
> 
> 
> 
> 
>  parent="/Package/Capabilities" device-target="windows">
> 
> 
> 
> 
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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