[jira] [Updated] (CB-11979) add deprecation notice for using subdirectory syntax when fetching plugins

2016-10-18 Thread Steve Gill (JIRA)

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

Steve Gill updated CB-11979:

Assignee: sterling gerritz

> add deprecation notice for using subdirectory syntax when fetching plugins
> --
>
> Key: CB-11979
> URL: https://issues.apache.org/jira/browse/CB-11979
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Affects Versions: 6.3.1
>Reporter: Steve Gill
>Assignee: sterling gerritz
>  Labels: cordova-7.0.0
> Fix For: 6.4.0
>
>
> We plan to remove subdirectory syntax in cordova@7 since `--fetch` can't 
> support it. 
> Need to add a deprecation to the next cordova@6.x release to start warning 
> folks it is going away.
> You can see the subdirectory syntax at 
> http://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html#plugin-spec.
> I think it is plugin specific, but need to double check it is not supported 
> for fetching platforms too. 



--
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-12033) Socket.io does not work in Android

2016-10-18 Thread Antonio (JIRA)

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

Antonio closed CB-12033.

Resolution: Auto Closed

> Socket.io does not work in Android
> --
>
> Key: CB-12033
> URL: https://issues.apache.org/jira/browse/CB-12033
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Whitelist
>Affects Versions: 5.0.0, 6.0.0, 6.3.1
> Environment: Mac OS X, MacBook Pro, WebStorm 9, Eclipse, 
>Reporter: Antonio
>  Labels: content-security-, cordova, csp, plugin, whitelist
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> More information here:
> http://stackoverflow.com/questions/40101137/socket-io-does-not-working-in-cordova-android
> I think it's a cordova plugin whitelist problem.



--
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-12033) Socket.io does not work in Android

2016-10-18 Thread Antonio (JIRA)
Antonio created CB-12033:


 Summary: Socket.io does not work in Android
 Key: CB-12033
 URL: https://issues.apache.org/jira/browse/CB-12033
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Whitelist
Affects Versions: 5.0.0, 6.0.0, 6.3.1
 Environment: Mac OS X, MacBook Pro, WebStorm 9, Eclipse, 
Reporter: Antonio


More information here:

http://stackoverflow.com/questions/40101137/socket-io-does-not-working-in-cordova-android

I think it's a cordova plugin whitelist problem.



--
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-11817) audioSettings shows as unused variable and settings are not used when configuring a recorder

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

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

ASF GitHub Bot commented on CB-11817:
-

Github user ghenry22 commented on the issue:

https://github.com/apache/cordova-plugin-media/pull/116
  
@shazron any chance this could get merged?  It's a really small change that 
basically just fixes an oversight in the current version, which makes recording 
much more efficient and stops xcode throwing warnings all over.


> audioSettings shows as unused variable and settings are not used when 
> configuring a recorder
> 
>
> Key: CB-11817
> URL: https://issues.apache.org/jira/browse/CB-11817
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
>Affects Versions: 2.3.0
> Environment: iOS
>Reporter: Gaven Henry
>Priority: Minor
>  Labels: easyfix
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> xcode shows up 2 warnings when building within CDVSound.m
> 1) unused variable 'audioSettings'
> 2) Null passed to a callee that requires non-null when creating an 
> audioFile.recorder
> To resolve both of these just need to pass the autoSettings object to the 
> audioFile.recorder function.
> This resolves both warnings and actually applies the autoSettings as expected.



--
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-18 Thread mseppae (JIRA)

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

mseppae commented on CB-11934:
--

Hi,

here are some version information:

{noformat}
% cordova platform ls
Installed platforms:
  android 4.1.1
  ios 4.2.1
  windows 4.3.2
{noformat}

{noformat}
% cordova -v
6.3.1
{noformat}

Deploying to iOS device with iOS 10.0.2 (happened also on earlier version).

> 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] [Commented] (CB-11979) add deprecation notice for using subdirectory syntax when fetching plugins

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

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

ASF GitHub Bot commented on CB-11979:
-

Github user codecov-io commented on the issue:

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

```diff
@@ master   #504   diff @@
==
  Files67 67  
  Lines  5215   5217 +2   
  Methods 843843  
  Messages  0  0  
  Branches   1010   1011 +1   
==
+ Hits   4204   4206 +2   
  Misses 1011   1011  
  Partials  0  0  
```

> Powered by [Codecov](https://codecov.io?src=pr). Last update 
[a170a46...497a6d5](https://codecov.io/gh/apache/cordova-lib/compare/a170a465ec0a2dc4bbc98bfa47e03041521cf22e...497a6d57f5c4ebb324ce6a838dd96a5881a21a75?src=pr)


> add deprecation notice for using subdirectory syntax when fetching plugins
> --
>
> Key: CB-11979
> URL: https://issues.apache.org/jira/browse/CB-11979
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Affects Versions: 6.3.1
>Reporter: Steve Gill
>  Labels: cordova-7.0.0
> Fix For: 6.4.0
>
>
> We plan to remove subdirectory syntax in cordova@7 since `--fetch` can't 
> support it. 
> Need to add a deprecation to the next cordova@6.x release to start warning 
> folks it is going away.
> You can see the subdirectory syntax at 
> http://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html#plugin-spec.
> I think it is plugin specific, but need to double check it is not supported 
> for fetching platforms too. 



--
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-11979) add deprecation notice for using subdirectory syntax when fetching plugins

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

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

ASF GitHub Bot commented on CB-11979:
-

Github user stevengill commented on a diff in the pull request:

https://github.com/apache/cordova-lib/pull/504#discussion_r83974505
  
--- Diff: cordova-lib/src/plugman/fetch.js ---
@@ -70,6 +70,10 @@ function fetchPlugin(plugin_src, plugins_dir, options) {
 //if --fetch was used, throw error for subdirectories
 if (result[2] && options.fetch) {
 return Q.reject(new CordovaError('--fetch does not support 
subdirectories'));
+} else {
+if(result[2]) {
+events.emit('warn', 'support for subdirectories is 
depreated and will be removed in Cordova@7');
+}
--- End diff --

so, if fetch and subdir -> fail, if subdir && no fetch -> do deprecation 
notice. If we move it up, users who are using --fetch get deprecation warning & 
failure. That would be acceptable too. 


> add deprecation notice for using subdirectory syntax when fetching plugins
> --
>
> Key: CB-11979
> URL: https://issues.apache.org/jira/browse/CB-11979
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Affects Versions: 6.3.1
>Reporter: Steve Gill
>  Labels: cordova-7.0.0
> Fix For: 6.4.0
>
>
> We plan to remove subdirectory syntax in cordova@7 since `--fetch` can't 
> support it. 
> Need to add a deprecation to the next cordova@6.x release to start warning 
> folks it is going away.
> You can see the subdirectory syntax at 
> http://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html#plugin-spec.
> I think it is plugin specific, but need to double check it is not supported 
> for fetching platforms too. 



--
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-11979) add deprecation notice for using subdirectory syntax when fetching plugins

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

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

ASF GitHub Bot commented on CB-11979:
-

Github user stevengill commented on a diff in the pull request:

https://github.com/apache/cordova-lib/pull/504#discussion_r83974283
  
--- Diff: cordova-lib/src/plugman/fetch.js ---
@@ -70,6 +70,10 @@ function fetchPlugin(plugin_src, plugins_dir, options) {
 //if --fetch was used, throw error for subdirectories
 if (result[2] && options.fetch) {
 return Q.reject(new CordovaError('--fetch does not support 
subdirectories'));
+} else {
+if(result[2]) {
+events.emit('warn', 'support for subdirectories is 
depreated and will be removed in Cordova@7');
+}
--- End diff --

if fetch and subdirectory are both present, it will just do a straight 
reject return Q.reject(new CordovaError('--fetch does not support 
subdirectories'));


> add deprecation notice for using subdirectory syntax when fetching plugins
> --
>
> Key: CB-11979
> URL: https://issues.apache.org/jira/browse/CB-11979
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Affects Versions: 6.3.1
>Reporter: Steve Gill
>  Labels: cordova-7.0.0
> Fix For: 6.4.0
>
>
> We plan to remove subdirectory syntax in cordova@7 since `--fetch` can't 
> support it. 
> Need to add a deprecation to the next cordova@6.x release to start warning 
> folks it is going away.
> You can see the subdirectory syntax at 
> http://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html#plugin-spec.
> I think it is plugin specific, but need to double check it is not supported 
> for fetching platforms too. 



--
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-11393) spinner shows on the side of the screen

2016-10-18 Thread Audrey So (JIRA)

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

Audrey So closed CB-11393.
--
Resolution: Cannot Reproduce

> spinner shows on the side of the screen
> ---
>
> Key: CB-11393
> URL: https://issues.apache.org/jira/browse/CB-11393
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.2.0
> Environment: Samsung S5
>Reporter: Jonathan Heimann
>Assignee: Audrey So
>  Labels: cannot-reproduce, triaged
>
> While showing the splash screen, the spinner is not in the middle of the 
> screen, it is on the right side of it.
> i tried using  but 
> it didnt change anything.
> I couldnt find any issues about this bug.
> on my LG3 it works just fine, but on the Samsung S5 of my colleague it 
> doesn't.
> Note, it didnt let me say i use V3.2.2, but i do and my the readme i think 
> its the newest released. I havnt tried 3.2.0 at all.
> Can anyone replicate this bug?
> Is there any known solution?
> Thanks,
> Jonathan



--
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-11979) add deprecation notice for using subdirectory syntax when fetching plugins

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

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

ASF GitHub Bot commented on CB-11979:
-

GitHub user sterlingann opened a pull request:

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

CB-11979 added deprecation warning for subdirectories



### Platforms affected
all


### What does this PR do?
warns of deprecation of subdirectories in Cordova@7

### What testing has been done on this change?
added and removed a subdirectory plugin, saw warning

### 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/sterlingann/cordova-lib CB-11979

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

https://github.com/apache/cordova-lib/pull/504.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 #504


commit 497a6d57f5c4ebb324ce6a838dd96a5881a21a75
Author: Sterling 
Date:   2016-10-18T22:29:09Z

CB-11979 added deprecation warning for subdirectories




> add deprecation notice for using subdirectory syntax when fetching plugins
> --
>
> Key: CB-11979
> URL: https://issues.apache.org/jira/browse/CB-11979
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Affects Versions: 6.3.1
>Reporter: Steve Gill
>  Labels: cordova-7.0.0
> Fix For: 6.4.0
>
>
> We plan to remove subdirectory syntax in cordova@7 since `--fetch` can't 
> support it. 
> Need to add a deprecation to the next cordova@6.x release to start warning 
> folks it is going away.
> You can see the subdirectory syntax at 
> http://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html#plugin-spec.
> I think it is plugin specific, but need to double check it is not supported 
> for fetching platforms too. 



--
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-8467) inappbrowser -- provide ability to hide browser window without closing session

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

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

ASF GitHub Bot commented on CB-8467:


Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-inappbrowser/pull/101
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-inappbrowser/pull/101/commits/df8bcaf7515569733704fe780402f9123a60d61d)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/86/)

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



> inappbrowser -- provide ability to hide browser window without closing session
> --
>
> Key: CB-8467
> URL: https://issues.apache.org/jira/browse/CB-8467
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin InAppBrowser
>Affects Versions: Master
> Environment: iOS, Android
>Reporter: Eric Kidder
>  Labels: Triaged
>
> I have a need to hide the InAppBrowser UI without closing the session.  This 
> is to handle a situation I have, where a RESTful interface uses 
> authentication and will redirect users to a separate login page.
> The InAppBrowser is created with hidden=yes, so that it is created without a 
> UI.
> When the user is authenticated, the JSON will be downloaded normally and the 
> browser window will not be shown.
> When the user is not authorized, they will be redirected to an HTML page in 
> order to authenticate.
> After authentication, the user is redirected back to the API URL, where the 
> JSON will be displayed in the InAppBrowser.
> Having the ability to hide the browser window will keep the user from seeing 
> the JSON and improve the user experience.



--
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-8467) inappbrowser -- provide ability to hide browser window without closing session

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

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

ASF GitHub Bot commented on CB-8467:


Github user jcesarmobile commented on the issue:

https://github.com/apache/cordova-plugin-inappbrowser/pull/101
  
let there be tests


> inappbrowser -- provide ability to hide browser window without closing session
> --
>
> Key: CB-8467
> URL: https://issues.apache.org/jira/browse/CB-8467
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin InAppBrowser
>Affects Versions: Master
> Environment: iOS, Android
>Reporter: Eric Kidder
>  Labels: Triaged
>
> I have a need to hide the InAppBrowser UI without closing the session.  This 
> is to handle a situation I have, where a RESTful interface uses 
> authentication and will redirect users to a separate login page.
> The InAppBrowser is created with hidden=yes, so that it is created without a 
> UI.
> When the user is authenticated, the JSON will be downloaded normally and the 
> browser window will not be shown.
> When the user is not authorized, they will be redirected to an HTML page in 
> order to authenticate.
> After authentication, the user is redirected back to the API URL, where the 
> JSON will be displayed in the InAppBrowser.
> Having the ability to hide the browser window will keep the user from seeing 
> the JSON and improve the user experience.



--
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-18 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12002:
-

Github user jcesarmobile commented on the issue:

https://github.com/apache/cordova-ios/pull/269
  
We where using canOpenURL on inAppBrowser plugin, but I removed it to fix 
CB-11178 as we weren't really sending any response to the user if canOpenURL 
was false.

I don't think it's a good idea to add all the allow-intent schemes into the 
LSApplicationQueriesSchemes, as not all are needed to be there (as http or 
https), also, the PR doesn't handle the case of a duplicate scheme, as you can 
put multiple urls starting by http in allow intent tags and this will add http 
protocol multiple times.

As we are going to allow to write into the info.plist from the config.xml 
soon, and we don't use canOpenURL on cordova-ios, I don't think this should be 
merged.


> 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-18 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12002:
-

Github user shazron commented on the issue:

https://github.com/apache/cordova-ios/pull/269
  
So if they use `canOpenURL` they need this, but if they just use `openURL`, 
like our whitelist system, we don't. Therefore I believe our whitelist system 
with `` does not need these keys.


> 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-18 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12002:
-

Github user dpogue commented on the issue:

https://github.com/apache/cordova-ios/pull/269
  
hmm, I think in our case we were trying to use canOpenURL to see if a 
partner app was able to launch and redirect to the store otherwise.  This also 
came up in the Slack channel recently, and was mentioned in some Github threads 
on notification plugins trying to launch mailto links.


> 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-18 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12002:
-

Github user shazron commented on the issue:

https://github.com/apache/cordova-ios/pull/269
  
Yeah looks like openURL does not need the key: 
https://developer.apple.com/reference/uikit/uiapplication/1622952-canopenurl
(see last paragraph -- it has a typo, UIDefaultLaunchStoryboard should be 
LSApplicationQueriesSchemes


> 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-8467) inappbrowser -- provide ability to hide browser window without closing session

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

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

ASF GitHub Bot commented on CB-8467:


Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-inappbrowser/pull/101
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-inappbrowser/pull/101/commits/df8bcaf7515569733704fe780402f9123a60d61d)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/85/)

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



> inappbrowser -- provide ability to hide browser window without closing session
> --
>
> Key: CB-8467
> URL: https://issues.apache.org/jira/browse/CB-8467
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin InAppBrowser
>Affects Versions: Master
> Environment: iOS, Android
>Reporter: Eric Kidder
>  Labels: Triaged
>
> I have a need to hide the InAppBrowser UI without closing the session.  This 
> is to handle a situation I have, where a RESTful interface uses 
> authentication and will redirect users to a separate login page.
> The InAppBrowser is created with hidden=yes, so that it is created without a 
> UI.
> When the user is authenticated, the JSON will be downloaded normally and the 
> browser window will not be shown.
> When the user is not authorized, they will be redirected to an HTML page in 
> order to authenticate.
> After authentication, the user is redirected back to the API URL, where the 
> JSON will be displayed in the InAppBrowser.
> Having the ability to hide the browser window will keep the user from seeing 
> the JSON and improve the user experience.



--
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-18 Thread Joe Bowser (JIRA)

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

Joe Bowser commented on CB-12028:
-

[~jcesarmobile] I'm on the fence about this.  I would prefer to have https 
everywhere, but standard http should never fail, so I'm going to lower the 
priority on this.

[~ryh] I highly suspect that there's a proxy on your network blocking port 80 
connections and not blocking 443.  There's already an existing issue to deal 
with this issue with the gradle repository.

> 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] [Updated] (CB-12028) update distributionUrl from http to https , http URL now return `403`

2016-10-18 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-12028:

Priority: Minor  (was: Major)

> 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
>Priority: Minor
>   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] [Created] (CB-12032) AppVeyor tests are failing

2016-10-18 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-12032:
-

 Summary: AppVeyor tests are failing
 Key: CB-12032
 URL: https://issues.apache.org/jira/browse/CB-12032
 Project: Apache Cordova
  Issue Type: Bug
  Components: Paramedic
Reporter: Shazron Abdullah
Priority: Critical


"Error: Can not run this platform with administrative permissions. Must be run 
from a non-admin prompt."

Might be related? 
https://github.com/appveyor/ci/issues/201#issuecomment-180349566



--
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-10506) ShowSplashScreenSpinner = true not working in Android

2016-10-18 Thread Luca Nardi (JIRA)

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

Luca Nardi commented on CB-10506:
-

Config preferences for android platform in my project:








> ShowSplashScreenSpinner = true not working in Android
> -
>
> Key: CB-10506
> URL: https://issues.apache.org/jira/browse/CB-10506
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin SplashScreen
>Affects Versions: 3.1.0
> Environment: Ionic / ngCordova
>Reporter: Core Elements
>Priority: Minor
>  Labels: android, no-repro, triaged
>
> When I use
> ShowSplashScreenSpinner = true
> I see a spinner on iOS but none on Android.
> version used :
> cordova-plugin-splashscreen 3.1.1-dev "Splashscreen"



--
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-10506) ShowSplashScreenSpinner = true not working in Android

2016-10-18 Thread Luca Nardi (JIRA)

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

Luca Nardi commented on CB-10506:
-

Still not working on Android 6 (plugin version 3.2.2)

> ShowSplashScreenSpinner = true not working in Android
> -
>
> Key: CB-10506
> URL: https://issues.apache.org/jira/browse/CB-10506
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin SplashScreen
>Affects Versions: 3.1.0
> Environment: Ionic / ngCordova
>Reporter: Core Elements
>Priority: Minor
>  Labels: android, no-repro, triaged
>
> When I use
> ShowSplashScreenSpinner = true
> I see a spinner on iOS but none on Android.
> version used :
> cordova-plugin-splashscreen 3.1.1-dev "Splashscreen"



--
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-12020) add a method to hide an InAppBrowser after it was shown

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

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

ASF GitHub Bot commented on CB-12020:
-

Github user sfrank87 closed the pull request at:

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


> add a method to hide an InAppBrowser after it was shown
> ---
>
> Key: CB-12020
> URL: https://issues.apache.org/jira/browse/CB-12020
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Plugin InAppBrowser
> Environment: Android, iOS
>Reporter: Frank Stingl
>Assignee: jcesarmobile
>  Labels: android, ios
>
> The InAppBrowser plugin, unfortunately, offers no ability to hide an 
> InAppBrowser after it was shown. Because I had a need for such a 
> functionality, I implemented it. :)
> Now, you can call the hide() method to make the InAppBrowser disappear. Then, 
> call show() to have it reappearing.
> However, after I finished my work, I recognized that there was a similar Jira 
> issue #cb-8467, but, I don’t know why, it was not merged upstream until today.



--
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-8467) inappbrowser -- provide ability to hide browser window without closing session

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

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

ASF GitHub Bot commented on CB-8467:


Github user herrevilkitten commented on the issue:

https://github.com/apache/cordova-plugin-inappbrowser/pull/101
  
@sfrank87 @DigitalSkyline conflicts de-conflicts, checks passed


> inappbrowser -- provide ability to hide browser window without closing session
> --
>
> Key: CB-8467
> URL: https://issues.apache.org/jira/browse/CB-8467
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin InAppBrowser
>Affects Versions: Master
> Environment: iOS, Android
>Reporter: Eric Kidder
>  Labels: Triaged
>
> I have a need to hide the InAppBrowser UI without closing the session.  This 
> is to handle a situation I have, where a RESTful interface uses 
> authentication and will redirect users to a separate login page.
> The InAppBrowser is created with hidden=yes, so that it is created without a 
> UI.
> When the user is authenticated, the JSON will be downloaded normally and the 
> browser window will not be shown.
> When the user is not authorized, they will be redirected to an HTML page in 
> order to authenticate.
> After authentication, the user is redirected back to the API URL, where the 
> JSON will be displayed in the InAppBrowser.
> Having the ability to hide the browser window will keep the user from seeing 
> the JSON and improve the user experience.



--
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-12031) Cordova-Windows Platform Release October 19, 2016

2016-10-18 Thread Sergey Shakhnazarov (JIRA)
Sergey Shakhnazarov created CB-12031:


 Summary: Cordova-Windows Platform Release October 19, 2016
 Key: CB-12031
 URL: https://issues.apache.org/jira/browse/CB-12031
 Project: Apache Cordova
  Issue Type: Task
Reporter: Sergey Shakhnazarov
Assignee: Sergey Shakhnazarov


Following steps at 
https://github.com/apache/cordova-coho/blob/master/docs/platforms-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-8467) inappbrowser -- provide ability to hide browser window without closing session

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

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

ASF GitHub Bot commented on CB-8467:


Github user herrevilkitten commented on the issue:

https://github.com/apache/cordova-plugin-inappbrowser/pull/101
  
Sure I can fix the conflicts.  It's ... been a while


> inappbrowser -- provide ability to hide browser window without closing session
> --
>
> Key: CB-8467
> URL: https://issues.apache.org/jira/browse/CB-8467
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin InAppBrowser
>Affects Versions: Master
> Environment: iOS, Android
>Reporter: Eric Kidder
>  Labels: Triaged
>
> I have a need to hide the InAppBrowser UI without closing the session.  This 
> is to handle a situation I have, where a RESTful interface uses 
> authentication and will redirect users to a separate login page.
> The InAppBrowser is created with hidden=yes, so that it is created without a 
> UI.
> When the user is authenticated, the JSON will be downloaded normally and the 
> browser window will not be shown.
> When the user is not authorized, they will be redirected to an HTML page in 
> order to authenticate.
> After authentication, the user is redirected back to the API URL, where the 
> JSON will be displayed in the InAppBrowser.
> Having the ability to hide the browser window will keep the user from seeing 
> the JSON and improve the user experience.



--
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-12023) ERROR: Plugins not found on iOS9 and not loaded on iOS10

2016-10-18 Thread Will Wang (JIRA)

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

Will Wang commented on CB-12023:


CLI is 6.3.1 and cordova-ios is 4.2.1
if needed, xcode project sources could be provided to work with.

> ERROR: Plugins not found on iOS9 and not loaded on iOS10
> 
>
> Key: CB-12023
> URL: https://issues.apache.org/jira/browse/CB-12023
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.3.1
> Environment: xcode Version 8.0 (8A218a) with iOS SDK 10
> Cordova-iOS 4.2.1
>Reporter: Will Wang
>Priority: Critical
>
> build app with Xcode and run. then the following message is shown on iOS 9:
> 2016-10-15 23:32:56.975 MEGASTAR[567:285393] Apache Cordova native platform 
> version 4.2.1 is starting.
> 2016-10-15 23:32:56.977 MEGASTAR[567:285393] Multi-tasking -> Device: YES, 
> App: YES
> 2016-10-15 23:32:57.029 MEGASTAR[567:285393] Using UIWebView
> 2016-10-15 23:32:57.033 MEGASTAR[567:285393] [CDVTimer][handleopenurl] 
> 0.133991ms
> 2016-10-15 23:32:57.036 MEGASTAR[567:285393] 
> [CDVTimer][intentandnavigationfilter] 2.914965ms
> 2016-10-15 23:32:57.036 MEGASTAR[567:285393] [CDVTimer][gesturehandler] 
> 0.102997ms
> 2016-10-15 23:32:57.051 MEGASTAR[567:285393] [CDVTimer][localstorage] 
> 14.648020ms
> 2016-10-15 23:32:57.051 MEGASTAR[567:285393] [CDVTimer][TotalPluginStartup] 
> 19.125998ms
> 2016-10-15 23:32:57.278 MEGASTAR[567:285393] Resetting plugins due to page 
> load.
> 2016-10-15 23:32:57.570 MEGASTAR[567:285393] Finished load of: 
> file:///var/containers/Bundle/Application/72B88263-6AE4-4BC0-A075-91A4249CA0DE/MEGASTAR.app/www/frame.html
> 2016-10-15 23:32:57.664 MEGASTAR[567:285393] ERROR: Plugin 'File' not found, 
> or is not a CDVPlugin. Check your plugin mapping in config.xml.
> 2016-10-15 23:32:57.664 MEGASTAR[567:285393] -[CDVCommandQueue 
> executePending] [Line 142] FAILED pluginJSON = 
> ["File1449337512","File","requestAllPaths",[]]
> 2016-10-15 23:32:57.668 MEGASTAR[567:285393] ERROR: Plugin 'NetworkStatus' 
> not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
> 2016-10-15 23:32:57.668 MEGASTAR[567:285393] -[CDVCommandQueue 
> executePending] [Line 142] FAILED pluginJSON = 
> ["NetworkStatus1449337513","NetworkStatus","getConnectionInfo",[]]
> 2016-10-15 23:32:57.668 MEGASTAR[567:285393] ERROR: Plugin 'StatusBar' not 
> found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
> 2016-10-15 23:32:57.668 MEGASTAR[567:285393] -[CDVCommandQueue 
> executePending] [Line 142] FAILED pluginJSON = 
> ["StatusBar1449337514","StatusBar","_ready",[]]
> same project build and run on iOS 10 the following message is shown (Plugins 
> seem not loaded!)
> 2016-10-15 23:41:52.762388 MEGASTAR[490:111329] Apache Cordova native 
> platform version 4.2.1 is starting.
> 2016-10-15 23:41:52.763060 MEGASTAR[490:111329] Multi-tasking -> Device: YES, 
> App: YES
> 2016-10-15 23:41:52.800311 MEGASTAR[490:111329] Using UIWebView
> 2016-10-15 23:41:52.801432 MEGASTAR[490:111329] [CDVTimer][handleopenurl] 
> 0.054955ms
> 2016-10-15 23:41:52.802806 MEGASTAR[490:111329] 
> [CDVTimer][intentandnavigationfilter] 1.329005ms
> 2016-10-15 23:41:52.802926 MEGASTAR[490:111329] [CDVTimer][gesturehandler] 
> 0.051022ms
> 2016-10-15 23:41:52.812646 MEGASTAR[490:111329] [CDVTimer][localstorage] 
> 9.667993ms
> 2016-10-15 23:41:52.812681 MEGASTAR[490:111329] 
> [CDVTimer][TotalPluginStartup] 11.344969ms
> 2016-10-15 23:41:53.019430 MEGASTAR[490:111329] Resetting plugins due to page 
> load.
> 2016-10-15 23:41:53.184173 MEGASTAR[490:111329] Finished load of: 
> file:///var/containers/Bundle/Application/FDAA2F56-1D4A-4074-A9F7-F02304C352A3/MEGASTAR.app/www/frame.html
> Plugins Version:
> cordoba-plugin-file 4.3.0
> cordoba-plugin-network-information 1.3.0
> cordoba-plugin-statusbar 2.2.0



--
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-12030) Invalid link on "Customize Icons" page

2016-10-18 Thread Peter Bakondy (JIRA)

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

Peter Bakondy commented on CB-12030:


URL: 
https://cordova.apache.org/docs/en/latest/config_ref/images.html

> Invalid link on "Customize Icons" page
> --
>
> Key: CB-12030
> URL: https://issues.apache.org/jira/browse/CB-12030
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Reporter: Peter Bakondy
>Priority: Minor
>
> iOS platform link does not exist:
> https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html



--
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-12030) Invalid link on "Customize Icons" page

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

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

ASF GitHub Bot commented on CB-12030:
-

GitHub user pbakondy opened a pull request:

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

CB-12030: (ios) Replace invalid iOS docs link



### Platforms affected
iOS

### What does this PR do?
fixes an invalid link

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

### 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/pbakondy/cordova-docs master

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

https://github.com/apache/cordova-docs/pull/651.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 #651


commit bd5a2f385c8499696f003f56616e2bcae23e410a
Author: Peter Bakondy 
Date:   2016-10-18T11:03:37Z

Replace invalid iOS docs link




> Invalid link on "Customize Icons" page
> --
>
> Key: CB-12030
> URL: https://issues.apache.org/jira/browse/CB-12030
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Reporter: Peter Bakondy
>Priority: Minor
>
> iOS platform link does not exist:
> https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html



--
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-12030) Invalid link on "Customize Icons" page

2016-10-18 Thread Peter Bakondy (JIRA)
Peter Bakondy created CB-12030:
--

 Summary: Invalid link on "Customize Icons" page
 Key: CB-12030
 URL: https://issues.apache.org/jira/browse/CB-12030
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs
Reporter: Peter Bakondy
Priority: Minor


iOS platform link does not exist:

https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html



--
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-18 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-12028:
---

http url is working just fine for me, I think it's a connection problem on your 
side.
Switching to the https url might fix the problem for you, but might cause it 
for other people.

> 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] [Commented] (CB-12023) ERROR: Plugins not found on iOS9 and not loaded on iOS10

2016-10-18 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-12023:
---

Which cordova CLI and cordova-ios versions are you using?

type on the terminal

cordova -v
cordova platforms

> ERROR: Plugins not found on iOS9 and not loaded on iOS10
> 
>
> Key: CB-12023
> URL: https://issues.apache.org/jira/browse/CB-12023
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.3.1
> Environment: xcode Version 8.0 (8A218a) with iOS SDK 10
> Cordova-iOS 4.2.1
>Reporter: Will Wang
>Priority: Critical
>
> build app with Xcode and run. then the following message is shown on iOS 9:
> 2016-10-15 23:32:56.975 MEGASTAR[567:285393] Apache Cordova native platform 
> version 4.2.1 is starting.
> 2016-10-15 23:32:56.977 MEGASTAR[567:285393] Multi-tasking -> Device: YES, 
> App: YES
> 2016-10-15 23:32:57.029 MEGASTAR[567:285393] Using UIWebView
> 2016-10-15 23:32:57.033 MEGASTAR[567:285393] [CDVTimer][handleopenurl] 
> 0.133991ms
> 2016-10-15 23:32:57.036 MEGASTAR[567:285393] 
> [CDVTimer][intentandnavigationfilter] 2.914965ms
> 2016-10-15 23:32:57.036 MEGASTAR[567:285393] [CDVTimer][gesturehandler] 
> 0.102997ms
> 2016-10-15 23:32:57.051 MEGASTAR[567:285393] [CDVTimer][localstorage] 
> 14.648020ms
> 2016-10-15 23:32:57.051 MEGASTAR[567:285393] [CDVTimer][TotalPluginStartup] 
> 19.125998ms
> 2016-10-15 23:32:57.278 MEGASTAR[567:285393] Resetting plugins due to page 
> load.
> 2016-10-15 23:32:57.570 MEGASTAR[567:285393] Finished load of: 
> file:///var/containers/Bundle/Application/72B88263-6AE4-4BC0-A075-91A4249CA0DE/MEGASTAR.app/www/frame.html
> 2016-10-15 23:32:57.664 MEGASTAR[567:285393] ERROR: Plugin 'File' not found, 
> or is not a CDVPlugin. Check your plugin mapping in config.xml.
> 2016-10-15 23:32:57.664 MEGASTAR[567:285393] -[CDVCommandQueue 
> executePending] [Line 142] FAILED pluginJSON = 
> ["File1449337512","File","requestAllPaths",[]]
> 2016-10-15 23:32:57.668 MEGASTAR[567:285393] ERROR: Plugin 'NetworkStatus' 
> not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
> 2016-10-15 23:32:57.668 MEGASTAR[567:285393] -[CDVCommandQueue 
> executePending] [Line 142] FAILED pluginJSON = 
> ["NetworkStatus1449337513","NetworkStatus","getConnectionInfo",[]]
> 2016-10-15 23:32:57.668 MEGASTAR[567:285393] ERROR: Plugin 'StatusBar' not 
> found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
> 2016-10-15 23:32:57.668 MEGASTAR[567:285393] -[CDVCommandQueue 
> executePending] [Line 142] FAILED pluginJSON = 
> ["StatusBar1449337514","StatusBar","_ready",[]]
> same project build and run on iOS 10 the following message is shown (Plugins 
> seem not loaded!)
> 2016-10-15 23:41:52.762388 MEGASTAR[490:111329] Apache Cordova native 
> platform version 4.2.1 is starting.
> 2016-10-15 23:41:52.763060 MEGASTAR[490:111329] Multi-tasking -> Device: YES, 
> App: YES
> 2016-10-15 23:41:52.800311 MEGASTAR[490:111329] Using UIWebView
> 2016-10-15 23:41:52.801432 MEGASTAR[490:111329] [CDVTimer][handleopenurl] 
> 0.054955ms
> 2016-10-15 23:41:52.802806 MEGASTAR[490:111329] 
> [CDVTimer][intentandnavigationfilter] 1.329005ms
> 2016-10-15 23:41:52.802926 MEGASTAR[490:111329] [CDVTimer][gesturehandler] 
> 0.051022ms
> 2016-10-15 23:41:52.812646 MEGASTAR[490:111329] [CDVTimer][localstorage] 
> 9.667993ms
> 2016-10-15 23:41:52.812681 MEGASTAR[490:111329] 
> [CDVTimer][TotalPluginStartup] 11.344969ms
> 2016-10-15 23:41:53.019430 MEGASTAR[490:111329] Resetting plugins due to page 
> load.
> 2016-10-15 23:41:53.184173 MEGASTAR[490:111329] Finished load of: 
> file:///var/containers/Bundle/Application/FDAA2F56-1D4A-4074-A9F7-F02304C352A3/MEGASTAR.app/www/frame.html
> Plugins Version:
> cordoba-plugin-file 4.3.0
> cordoba-plugin-network-information 1.3.0
> cordoba-plugin-statusbar 2.2.0



--
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] [Comment Edited] (CB-12028) update distributionUrl from http to https , http URL now return `403`

2016-10-18 Thread Yu HAN (JIRA)

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

Yu HAN edited comment on CB-12028 at 10/18/16 8:11 AM:
---

I can show you with new create sample,
check it on https://asciinema.org/a/ad804l67o6pjfle6hwd5o97uf

edit: short version:https://asciinema.org/a/89604


was (Author: ryh):
I can show you with new create sample,
check it on https://asciinema.org/a/ad804l67o6pjfle6hwd5o97uf

> 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] [Commented] (CB-12027) Android: error at default value for js function parameter

2016-10-18 Thread Amir Karimi (JIRA)

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

Amir Karimi commented on CB-12027:
--

Ok thanks, i sent this by mistake.

> Android: error at default value for js function parameter
> -
>
> Key: CB-12027
> URL: https://issues.apache.org/jira/browse/CB-12027
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 6.3.1
> Environment: Ubuntu 14.04 LTS
> Cordova 6.3.1
> --
> SAMSUNG J5
> Lollipop(5.1.1)
> Android System WebView 46.0.2490.76
>Reporter: Amir Karimi
>Assignee: jcesarmobile
>
> Hi, I use cordova now after 1 month but now got a new error:
> Whene i run my app into my device and check logs by logcat, app got errors 
> where i assigned default value for javascript parameters in code. Same:
> Function anfnct(id,name='test',num=12)
> This got error...



--
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-12027) Android: error at default value for js function parameter

2016-10-18 Thread jcesarmobile (JIRA)

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

jcesarmobile closed CB-12027.
-
Resolution: Duplicate
  Assignee: jcesarmobile

I'm closing this because it's a duplicate of CB-12026


> Android: error at default value for js function parameter
> -
>
> Key: CB-12027
> URL: https://issues.apache.org/jira/browse/CB-12027
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 6.3.1
> Environment: Ubuntu 14.04 LTS
> Cordova 6.3.1
> --
> SAMSUNG J5
> Lollipop(5.1.1)
> Android System WebView 46.0.2490.76
>Reporter: Amir Karimi
>Assignee: jcesarmobile
>
> Hi, I use cordova now after 1 month but now got a new error:
> Whene i run my app into my device and check logs by logcat, app got errors 
> where i assigned default value for javascript parameters in code. Same:
> Function anfnct(id,name='test',num=12)
> This got error...



--
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-8467) inappbrowser -- provide ability to hide browser window without closing session

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

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

ASF GitHub Bot commented on CB-8467:


Github user sfrank87 commented on the issue:

https://github.com/apache/cordova-plugin-inappbrowser/pull/101
  
Hi,
I am interested in this functionality, too. It’s a pity, it never found its 
way to the upstream repository. :/ 
Could you please solve the merge conflicts? That would be great. :D
Thanks a lot!

Frank



> inappbrowser -- provide ability to hide browser window without closing session
> --
>
> Key: CB-8467
> URL: https://issues.apache.org/jira/browse/CB-8467
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin InAppBrowser
>Affects Versions: Master
> Environment: iOS, Android
>Reporter: Eric Kidder
>  Labels: Triaged
>
> I have a need to hide the InAppBrowser UI without closing the session.  This 
> is to handle a situation I have, where a RESTful interface uses 
> authentication and will redirect users to a separate login page.
> The InAppBrowser is created with hidden=yes, so that it is created without a 
> UI.
> When the user is authenticated, the JSON will be downloaded normally and the 
> browser window will not be shown.
> When the user is not authorized, they will be redirected to an HTML page in 
> order to authenticate.
> After authentication, the user is redirected back to the API URL, where the 
> JSON will be displayed in the InAppBrowser.
> Having the ability to hide the browser window will keep the user from seeing 
> the JSON and improve the user experience.



--
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-18 Thread Yu HAN (JIRA)

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

Yu HAN commented on CB-12028:
-

asciinema even recorded the typing delay , sorry about that, in words, when 
cordova build android platform, gradle tools download will be failed since 
server reponse 403 on http url, use https instead.


> 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] [Commented] (CB-12028) update distributionUrl from http to https , http URL now return `403`

2016-10-18 Thread Yu HAN (JIRA)

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

Yu HAN commented on CB-12028:
-

I can show you with new create sample,
check it on https://asciinema.org/a/ad804l67o6pjfle6hwd5o97uf

> 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