[jira] [Commented] (CB-3232) "cordova platform add blackberry" fails on 2.7.1-rc.1

2016-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-3232:


GitHub user Vishnuraj910 opened a pull request:

https://github.com/apache/cordova-plugin-vibration/pull/47

Update plugin.xml



### Platforms affected


### What does this PR do?


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


### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [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/Vishnuraj910/cordova-plugin-citizen-cmp20 
master

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

https://github.com/apache/cordova-plugin-vibration/pull/47.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 #47


commit 897097b68fabee77d4d33a2aaed35a36ce3113e9
Author: Vishnuraj 
Date:   2016-05-25T05:18:56Z

Update plugin.xml




> "cordova platform add blackberry" fails on 2.7.1-rc.1
> -
>
> Key: CB-3232
> URL: https://issues.apache.org/jira/browse/CB-3232
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry, CLI
>Affects Versions: 2.7.0
>Reporter: Michael Brooks
>Assignee: Michael Brooks
> Fix For: 2.7.0
>
>
> The following error is thrown when running {{$ cordova platform add 
> blackberry}}:
> {code}
> [Error: An error occured during creation of blackberry sub-project. Creating 
> BlackBerry project...
> Updating config.xml ...
> sed: 
> /Users/mwbrooks/Dropbox/Development/sandbox/myapp/platforms/blackberry/www/config.xml:
>  No such file or directory
> Cleaning up ...
> Remember to update the project.properties file inside your application 
> directory!
> ]
> {code}



--
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-11318) mailto: is not working in Android after adding ''

2016-05-24 Thread Vinoth Kumar (JIRA)
Vinoth Kumar created CB-11318:
-

 Summary: mailto: is not working in Android after adding 
'mailto:*; />'
 Key: CB-11318
 URL: https://issues.apache.org/jira/browse/CB-11318
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 5.1.1
Reporter: Vinoth Kumar
Priority: Critical


In Android, mailto is not working after adding mailto:*; />

If I only use mailto:*; />, mailto is 
working in Android but to make it work in iOS i added mailto:*; />. Then it stopped working on Android.

Currently my config has the following 
mailto:*; />
mailto:*; />

I am using a combined config for both Android and iOS.
Cordova CLI version is 6.1.0 and Android version is 5.1.1



--
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-10834) the "prompt" font colot too light

2016-05-24 Thread zhuisui (JIRA)

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

zhuisui edited comment on CB-10834 at 5/25/16 3:40 AM:
---

[~jrbowers] I saw source code and found "promptInput.setHint" without 
"promptInput.setHintTextColor", so I think it's the breaking point? 


was (Author: zyf0330):
[~adamjrichards] I saw source code and found "promptInput.setHint" without 
"promptInput.setHintTextColor", so I think it's the breaking point? 

> the "prompt" font colot too light
> -
>
> Key: CB-10834
> URL: https://issues.apache.org/jira/browse/CB-10834
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Android, Plugin Dialogs
>Affects Versions: 5.1.1
> Environment: Cordova cli 6.0 + Crodova-Android 5.1.1 + Android 4.4.2 
> + cordova-plugin-dialogs 1.2.0
>Reporter: Colin Bau
> Attachments: Screenshot_2016-03-10-17-18-59.jpg
>
>
> when I use the "prompt" method
> you can see when I type "TEST"
> but the font color too light
> iOS have no this situation
> my config.xml
> 
> 
> 



--
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-10834) the "prompt" font colot too light

2016-05-24 Thread zhuisui (JIRA)

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

zhuisui edited comment on CB-10834 at 5/25/16 3:40 AM:
---

[~bowserj] I saw source code and found "promptInput.setHint" without 
"promptInput.setHintTextColor", so I think it's the breaking point? 


was (Author: zyf0330):
[~jrbowers] I saw source code and found "promptInput.setHint" without 
"promptInput.setHintTextColor", so I think it's the breaking point? 

> the "prompt" font colot too light
> -
>
> Key: CB-10834
> URL: https://issues.apache.org/jira/browse/CB-10834
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Android, Plugin Dialogs
>Affects Versions: 5.1.1
> Environment: Cordova cli 6.0 + Crodova-Android 5.1.1 + Android 4.4.2 
> + cordova-plugin-dialogs 1.2.0
>Reporter: Colin Bau
> Attachments: Screenshot_2016-03-10-17-18-59.jpg
>
>
> when I use the "prompt" method
> you can see when I type "TEST"
> but the font color too light
> iOS have no this situation
> my config.xml
> 
> 
> 



--
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-10834) the "prompt" font colot too light

2016-05-24 Thread zhuisui (JIRA)

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

zhuisui commented on CB-10834:
--

[~adamjrichards] I saw source code and found "promptInput.setHint" without 
"promptInput.setHintTextColor", so I think it's the breaking point? 

> the "prompt" font colot too light
> -
>
> Key: CB-10834
> URL: https://issues.apache.org/jira/browse/CB-10834
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Android, Plugin Dialogs
>Affects Versions: 5.1.1
> Environment: Cordova cli 6.0 + Crodova-Android 5.1.1 + Android 4.4.2 
> + cordova-plugin-dialogs 1.2.0
>Reporter: Colin Bau
> Attachments: Screenshot_2016-03-10-17-18-59.jpg
>
>
> when I use the "prompt" method
> you can see when I type "TEST"
> but the font color too light
> iOS have no this situation
> my config.xml
> 
> 
> 



--
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-10601) AppStore rejects cordova-osx application

2016-05-24 Thread Tobias Bocanegra (JIRA)

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

Tobias Bocanegra updated CB-10601:
--
Summary: AppStore rejects cordova-osx application  (was: App cordova-osx 
refused)

> AppStore rejects cordova-osx application
> 
>
> Key: CB-10601
> URL: https://issues.apache.org/jira/browse/CB-10601
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: OSX
>Reporter: cyril souti
>Assignee: Tobias Bocanegra
>Priority: Minor
>  Labels: triaged
>
> I've published a cordova application based on cordova-osx but it refused due 
> to :
> The user interface is not consistent with the OS X Human Interface Guidelines.
> We have found that when the user closes the main application window there is 
> no menu item to re-open it. The app should implement a Window menu that lists 
> the main window so it can be reopened, or provide similar functionality in 
> another menu item. OS X Human Interface Guidelines, state that "The menu bar 
> [a]lways contains [a] Window menu".
> Alternatively, if the application is a single-window app, it might be 
> appropriate to save data and quit the app when the main window is closed. 
> For information on managing windows in Mac OS X, please review the following 
> sections in Apple Human Interface Guidelines:
> * The Menu Bar and Its Menus
> * The Window Menu
> * The File Menu
> * Clicking in the Dock
> * Window Behavior
> It accepted with ios.



--
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-10383) Cannot add platform osx (even though it is available)

2016-05-24 Thread Tobias Bocanegra (JIRA)

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

Tobias Bocanegra resolved CB-10383.
---
Resolution: Cannot Reproduce

closing for now. please reopen if you still have issues.

> Cannot add platform osx (even though it is available)
> -
>
> Key: CB-10383
> URL: https://issues.apache.org/jira/browse/CB-10383
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: OSX
>Affects Versions: 5.4.1
> Environment: OS X El Capitan@10.11.2, homebrew@0.9.5, npm@3.3.9
>Reporter: Michael P.
>  Labels: triaged
>
> {color:green}
> MacBook-Pro-2:workspacemobile mp4$ cordova create test
> Creating a new cordova project.
> MacBook-Pro-2:workspacemobile mp4$ cd test
> MacBook-Pro-2:test mp4$ cordova platform add osx
> {color}
> {color:red}
> Error: Failed to fetch platform osx
> Probably this is either a connection problem, or platform spec is incorrect.
> Check your connection and platform name/version/URL.
> Error: No compatible version found: cordova-osx@'>=4.0.0 <4.1.0'
> Valid install targets:
> ["3.4.1"]
> {color}



--
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-10597) Cordova-OSX Platforms Release Feb 11, 2016

2016-05-24 Thread Tobias Bocanegra (JIRA)

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

Tobias Bocanegra resolved CB-10597.
---
   Resolution: Fixed
Fix Version/s: 4.0.0

> Cordova-OSX Platforms Release Feb 11, 2016
> --
>
> Key: CB-10597
> URL: https://issues.apache.org/jira/browse/CB-10597
> Project: Apache Cordova
>  Issue Type: Task
>  Components: OSX
>Reporter: Steve Gill
>Assignee: Tobias Bocanegra
> Fix For: 4.0.0
>
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md;



--
This message was sent by Atlassian JIRA
(v6.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-10597) Cordova-OSX Platforms Release Feb 11, 2016

2016-05-24 Thread Tobias Bocanegra (JIRA)

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

Tobias Bocanegra closed CB-10597.
-

> Cordova-OSX Platforms Release Feb 11, 2016
> --
>
> Key: CB-10597
> URL: https://issues.apache.org/jira/browse/CB-10597
> Project: Apache Cordova
>  Issue Type: Task
>  Components: OSX
>Reporter: Steve Gill
>Assignee: Tobias Bocanegra
> Fix For: 4.0.0
>
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md;



--
This message was sent by Atlassian JIRA
(v6.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-11260) Tools Release May 12, 2016

2016-05-24 Thread ASF subversion and git services (JIRA)

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

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

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

CB-11260 tools release blog post


> Tools Release May 12, 2016
> --
>
> Key: CB-11260
> URL: https://issues.apache.org/jira/browse/CB-11260
> Project: Apache Cordova
>  Issue Type: Task
>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-11260) Tools Release May 12, 2016

2016-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11260:
-

Github user asfgit closed the pull request at:

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


> Tools Release May 12, 2016
> --
>
> Key: CB-11260
> URL: https://issues.apache.org/jira/browse/CB-11260
> Project: Apache Cordova
>  Issue Type: Task
>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-11260) Tools Release May 12, 2016

2016-05-24 Thread ASF subversion and git services (JIRA)

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

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

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

CB-11260 updated release blog post


> Tools Release May 12, 2016
> --
>
> Key: CB-11260
> URL: https://issues.apache.org/jira/browse/CB-11260
> Project: Apache Cordova
>  Issue Type: Task
>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-11260) Tools Release May 12, 2016

2016-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11260:
-

Github user nikhilkh commented on the pull request:

https://github.com/apache/cordova-docs/pull/605#issuecomment-221354386
  
LGTM.


> Tools Release May 12, 2016
> --
>
> Key: CB-11260
> URL: https://issues.apache.org/jira/browse/CB-11260
> Project: Apache Cordova
>  Issue Type: Task
>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-11260) Tools Release May 12, 2016

2016-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11260:
-

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

https://github.com/apache/cordova-docs/pull/605#discussion_r64443761
  
--- Diff: www/_posts/2016-05-24-tools-release.md ---
@@ -0,0 +1,130 @@
+---
+layout: post
+author:
+name: Steve Gill
+url: https://twitter.com/stevesgill
+title:  "Tools Release"
+categories: news
+tags: release tools
+---
+
+New updates of `cordova-cli`, `cordova`, `plugman` and `cordova-common` 
are now live! We have also released the first version of `cordova-fetch`, a 
module used by `cordova-lib` to fetch plugins and platforms via `npm install`. 
+
+* [cordova-lib@6.2.0](https://www.npmjs.org/package/cordova-lib)
+* [cordova@6.2.0](https://www.npmjs.org/package/cordova)
+* [plugman@1.3.0](https://www.npmjs.org/package/plugman)
+* [cordova-common@1.3.0](https://www.npmjs.org/package/cordova-lib)
+* [cordova-fetch@1.0.0](https://www.npmjs.org/package/cordova-lib)
+
+Release Highlights:
+
+* [CB-9858](https://issues.apache.org/jira/browse/CB-9858) added `--fetch` 
option
+* [Telemetry](https://github.com/apache/cordova-cli/pull/247) Added 
telemetry to cordova-cli to collect data for data driven development. Goal is 
use data to help guide the development of cordova. It is auto opt-out. Type 
`cordova telemetry -h` for more info. 
--- End diff --

More specifically, it will issue a prompt on first use providing an option 
for the user to disable it.


> Tools Release May 12, 2016
> --
>
> Key: CB-11260
> URL: https://issues.apache.org/jira/browse/CB-11260
> Project: Apache Cordova
>  Issue Type: Task
>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-11317) show if platform is in debug mode

2016-05-24 Thread Mathieu Gagnon (JIRA)
Mathieu Gagnon created CB-11317:
---

 Summary: show if platform is in debug mode
 Key: CB-11317
 URL: https://issues.apache.org/jira/browse/CB-11317
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Plugin Device
Reporter: Mathieu Gagnon


If cordova is built in debug, device.isDebug is set to true
else if cordova is built in release, set to false.

It can be very useful.



--
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-11260) Tools Release May 12, 2016

2016-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11260:
-

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

https://github.com/apache/cordova-docs/pull/605#discussion_r64437044
  
--- Diff: www/_posts/2016-05-24-tools-release.md ---
@@ -0,0 +1,130 @@
+---
+layout: post
+author:
+name: Steve Gill
+url: https://twitter.com/stevesgill
+title:  "Tools Release"
+categories: news
+tags: release tools
+---
+
+New updates of `cordova-cli`, `cordova`, `plugman` and `cordova-common` 
are now live! We have also released the first version of `cordova-fetch`, a 
module used by `cordova-lib` to fetch plugins and platforms via `npm install`. 
+
+* [cordova-lib@6.2.0](https://www.npmjs.org/package/cordova-lib)
+* [cordova@6.2.0](https://www.npmjs.org/package/cordova)
+* [plugman@1.3.0](https://www.npmjs.org/package/plugman)
+* [cordova-common@1.3.0](https://www.npmjs.org/package/cordova-lib)
+* [cordova-fetch@1.0.0](https://www.npmjs.org/package/cordova-lib)
+
+Release Highlights:
+
+* [CB-9858](https://issues.apache.org/jira/browse/CB-9858) added `--fetch` 
option
+* [Telemetry](https://github.com/apache/cordova-cli/pull/247) Added 
telemetry to cordova-cli to collect data for data driven development. Goal is 
use data to help guide the development of cordova. It is auto opt-out. Type 
`cordova telemetry -h` for more info. 
--- End diff --

"auto opt-out" is unclear. Maybe "It is an opt-in feature that is off by 
default"?


> Tools Release May 12, 2016
> --
>
> Key: CB-11260
> URL: https://issues.apache.org/jira/browse/CB-11260
> Project: Apache Cordova
>  Issue Type: Task
>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-11260) Tools Release May 12, 2016

2016-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11260:
-

GitHub user stevengill opened a pull request:

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

CB-11260 tools release blog post

Any thoughts?

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

$ git pull https://github.com/stevengill/cordova-docs master

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

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


commit 6672d9841c97b6b3ab23ed2f38884765c75ffd6f
Author: Steve Gill 
Date:   2016-05-24T17:20:06Z

CB-11260 tools release blog post




> Tools Release May 12, 2016
> --
>
> Key: CB-11260
> URL: https://issues.apache.org/jira/browse/CB-11260
> Project: Apache Cordova
>  Issue Type: Task
>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-11314) Live Streams are not playing on Android 6

2016-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11314:
-

Github user cordova-qa commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/97#issuecomment-221336149
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-media/pull/97/commits/131386125ab7913f53cd555063cde8c2d983cf25)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=windows-slave,platformName=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=windows-slave,platformName=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=windows-slave,platformName=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=windows-slave,platformName=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=windows-slave,platformName=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=windows-slave,platformName=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=windows-slave,platformName=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=windows-slave,platformName=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=windows-slave,platformName=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=windows-slave,platformName=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=windows-slave,platformName=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=windows-slave,platformName=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=mac-slave,platformName=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=mac-slave,platformName=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=mac-slave,platformName=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=mac-slave,platformName=ios/artifact/)
 |
| [Android Mac]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=mac-slave,platformName=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=mac-slave,platformName=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=mac-slave,platformName=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/23//label=mac-slave,platformName=android/artifact/)
 |
 



> Live Streams are not playing on Android 6
> -
>
> Key: CB-11314
> URL: https://issues.apache.org/jira/browse/CB-11314
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
> Environment: Android >= 6.0
>Reporter: Stefan Schöttelndreyer
>
> On Android >= 6.0, live streams do not start playing. This is because the 
> {{onPrepared}} method of {{AudioPlayer}} invokes {{seekTo}}, what leads to an 
> error because live streams have no duration and hence can not be seeked.



--
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-11026) iOS 9.3: media.release() kills all running audio files

2016-05-24 Thread Aja Walker (JIRA)

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

Aja Walker edited comment on CB-11026 at 5/24/16 4:16 PM:
--

I'm seeing this error in a slightly different scenario, but I think it is 
related.

I am using cordova-plugin-media in tandem with cordova-plugin-background-mode. 
I am only playing one sound at a time with the media plugin, but when in 
background mode (during which time the background-mode plugin is playing a 
silent audio clip to keep the app running in the background) if I play an audio 
clip via the media plugin I see this error after the clip has finished.

Also, after this happens, the app subsequently stops running in background mode 
and pauses. I assume this is because finishing and releasing after playing the 
audio clip is somehow also killing the background-mode plugin's silent audio 
playback and thus it is no longer to maintain running in the background.

This is happening in iOS 9.3.

I can confirm that commenting out the setActive:NO line mentioned above causes 
the error to disappear and also causes background-mode to continue operating 
normally.


was (Author: aja_ciscor):
I'm seeing this error in a slightly different scenario, but I think it is 
related.

I am using the Cordova media plugin in tandem with the background-mode plugin. 
I am only playing one sound at a time with the media plugin, but when in 
background mode (during which time the background-mode plugin is playing a 
silent sound to keep the app running in the background) if I play an audio clip 
I see this error after the clip has finished.

Also, after this happens, the app subsequently stops running in background mode 
and pauses. I assume this is because finishing and releasing after playing the 
audio clip is somehow also killing the background-mode plugin's silent audio 
playback and thus it is no longer to maintain running in the background.

This is happening in iOS 9.3.

I can confirm that commenting out the setActive:NO line mentioned above causes 
the error to disappear and also causes background-mode to continue operating 
normally.

> iOS 9.3: media.release() kills all running audio files
> --
>
> Key: CB-11026
> URL: https://issues.apache.org/jira/browse/CB-11026
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
> Environment: I could only test it on iOS 9.3
>Reporter: Kramer
>  Labels: ios, ios9, media, release, triaged
>
> I got two media objects
> var media1 = new Media("file1.mp3");
> var media2 = new Media("file2.mp3");
> When I call the media2.release() method while media1 is playing, then an 
> error will popup in XCode and media1 is stopping imediatelly.
> The error message is:
> {quote}
> AVAudioSession.mm:692: -[AVAudioSession setActive:withOptions:error:]: 
> Deactivating an audio session that has running I/O. All I/O should be stopped 
> or paused prior to deactivating the audio session.
> {quote}
> When I comment the line
> {quote}
> [self.avSession setActive:NO error:nil];
> {quote}
> in the release method of the CDVSound.m file then the error disappears and 
> media1 is continuing playing after I invoked media2.release().
> Tested on v2.2.0 and v1.0.1 of the cordova-plugin-media plugin.



--
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-11026) iOS 9.3: media.release() kills all running audio files

2016-05-24 Thread Aja Walker (JIRA)

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

Aja Walker edited comment on CB-11026 at 5/24/16 4:10 PM:
--

I'm seeing this error in a slightly different scenario, but I think it is 
related.

I am using the Cordova media plugin in tandem with the background-mode plugin. 
I am only playing one sound at a time with the media plugin, but when in 
background mode (during which time the background-mode plugin is playing a 
silent sound to keep the app running in the background) if I play an audio clip 
I see this error after the clip has finished.

Also, after this happens, the app subsequently stops running in background mode 
and pauses. I assume this is because finishing and releasing after playing the 
audio clip is somehow also killing the background-mode plugin's silent audio 
playback and thus it is no longer to maintain running in the background.

This is happening in iOS 9.3.

I can confirm that commenting out the setActive:NO line mentioned above causes 
the error to disappear and also causes background-mode to continue operating 
normally.


was (Author: aja_ciscor):
I'm seeing this error in a slightly different scenario, but I think it is 
related.

I am using the Cordova media plugin in tandem with the background-mode plugin. 
I am only playing one sound at a time with the media plugin, but when in 
background mode (during which time the background-mode plugin is playing a 
silent sound to keep the app running in the background) if I play an audio clip 
I see this error after the clip has finished.

Also, after this happens, the app subsequently stops running in background mode 
and pauses. I assume this is because finishing and releasing after playing the 
audio clip is somehow also killing the background-mode plugin's silent audio 
playback and thus it is no longer to maintain running in the background.

This is happening in iOS 9.3.

> iOS 9.3: media.release() kills all running audio files
> --
>
> Key: CB-11026
> URL: https://issues.apache.org/jira/browse/CB-11026
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
> Environment: I could only test it on iOS 9.3
>Reporter: Kramer
>  Labels: ios, ios9, media, release, triaged
>
> I got two media objects
> var media1 = new Media("file1.mp3");
> var media2 = new Media("file2.mp3");
> When I call the media2.release() method while media1 is playing, then an 
> error will popup in XCode and media1 is stopping imediatelly.
> The error message is:
> {quote}
> AVAudioSession.mm:692: -[AVAudioSession setActive:withOptions:error:]: 
> Deactivating an audio session that has running I/O. All I/O should be stopped 
> or paused prior to deactivating the audio session.
> {quote}
> When I comment the line
> {quote}
> [self.avSession setActive:NO error:nil];
> {quote}
> in the release method of the CDVSound.m file then the error disappears and 
> media1 is continuing playing after I invoked media2.release().
> Tested on v2.2.0 and v1.0.1 of the cordova-plugin-media plugin.



--
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-11026) iOS 9.3: media.release() kills all running audio files

2016-05-24 Thread Aja Walker (JIRA)

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

Aja Walker commented on CB-11026:
-

I'm seeing this error in a slightly different scenario, but I think it is 
related.

I am using the Cordova media plugin in tandem with the background-mode plugin. 
I am only playing one sound at a time with the media plugin, but when in 
background mode (during which time the background-mode plugin is playing a 
silent sound to keep the app running in the background) if I play an audio clip 
I see this error after the clip has finished.

Also, after this happens, the app subsequently stops running in background mode 
and pauses. I assume this is because finishing and releasing after playing the 
audio clip is somehow also killing the background-mode plugin's silent audio 
playback and thus it is no longer to maintain running in the background.

This is happening in iOS 9.3.

> iOS 9.3: media.release() kills all running audio files
> --
>
> Key: CB-11026
> URL: https://issues.apache.org/jira/browse/CB-11026
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
> Environment: I could only test it on iOS 9.3
>Reporter: Kramer
>  Labels: ios, ios9, media, release, triaged
>
> I got two media objects
> var media1 = new Media("file1.mp3");
> var media2 = new Media("file2.mp3");
> When I call the media2.release() method while media1 is playing, then an 
> error will popup in XCode and media1 is stopping imediatelly.
> The error message is:
> {quote}
> AVAudioSession.mm:692: -[AVAudioSession setActive:withOptions:error:]: 
> Deactivating an audio session that has running I/O. All I/O should be stopped 
> or paused prior to deactivating the audio session.
> {quote}
> When I comment the line
> {quote}
> [self.avSession setActive:NO error:nil];
> {quote}
> in the release method of the CDVSound.m file then the error disappears and 
> media1 is continuing playing after I invoked media2.release().
> Tested on v2.2.0 and v1.0.1 of the cordova-plugin-media plugin.



--
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-11316) Content-Type not set for multi-part file

2016-05-24 Thread Ben Marshall (JIRA)
Ben Marshall created CB-11316:
-

 Summary: Content-Type not set for multi-part file
 Key: CB-11316
 URL: https://issues.apache.org/jira/browse/CB-11316
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File Transfer
Affects Versions: 3.5.0
 Environment: OS: Windows 10 
Cordova CLI: 6.1.1
cordova-plugin-file-transfer: 1.5.1



Reporter: Ben Marshall


When uploading a file as a muti-part file on windows 10 the "Content-Type" 
header for the file is not set.

This results in a request that has no content-type that reflects the type of 
the file.

This can be resolved by setting a multi-part header after creating the 
*BackgroundTransferContentPart*  

[Link to GitHub file | 
https://github.com/apache/cordova-plugin-file-transfer/blob/master/src/windows/FileTransferProxy.js#L369-#L371]

by changing the following code:
{code:JavaScript}
var fileToUploadPart = new 
Windows.Networking.BackgroundTransfer.BackgroundTransferContentPart(fileKey, 
fileName);
fileToUploadPart.setFile(storageFile);
transferParts.push(fileToUploadPart);
{code}

*To:*
{code:JavaScript}
var fileToUploadPart = new 
Windows.Networking.BackgroundTransfer.BackgroundTransferContentPart(fileKey, 
fileName);

// added the file mime type
fileToUploadPart.setHeader("Content-Type", mimeType);

fileToUploadPart.setFile(storageFile);
transferParts.push(fileToUploadPart);
{code}




--
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-11315) WkWebview + DisallowOverscroll breaks fixed positioned elements

2016-05-24 Thread Bjorn Rombaut (JIRA)

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

Bjorn Rombaut updated CB-11315:
---
Description: 
Hi!

When using both the DisallowOverscroll property and WkWebview, there seems to 
be an issue when scrolling and repainting fixed elements.

When you scroll to the end of the page (where it would bounce if you don't set 
the DisallowOverscroll), fixed positioned elements seem to bounce but never 
return to their original position. Visually there is no issue but when you try 
to click something inside the fixed element (for example a button inside a 
fixed footer) the click action will not be triggered. Also when you hover the 
node in the Safari Debug Tools it thinks the element is displayed somewhere 
else.

I've attached a screenshot and some code to make it a bit more clear.

  was:
Hi!

When using both the DisallowOverscroll property and WkWebview, there seems to 
be an issue when scrolling and repainting fixed elements.

When you scroll to the end of the page (where it would bounce if you don't set 
the DisallowOverscroll), fixed positioned elements seem to bounce but never 
return to their original position. Visually there is no issue but when you try 
to click something inside the fixed element (for example a button inside a 
fixed footer) the click action will not be triggered.

I've attached a screenshot and some code to make it a bit more clear.


> WkWebview + DisallowOverscroll breaks fixed positioned elements
> ---
>
> Key: CB-11315
> URL: https://issues.apache.org/jira/browse/CB-11315
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin WKWebViewEngine
>Reporter: Bjorn Rombaut
>  Labels: DisallowOverscroll, ios, wkwebview-1.0.2
> Attachments: IMG_0656.PNG, wkwebview-disallowoverscroll-issue.zip
>
>
> Hi!
> When using both the DisallowOverscroll property and WkWebview, there seems to 
> be an issue when scrolling and repainting fixed elements.
> When you scroll to the end of the page (where it would bounce if you don't 
> set the DisallowOverscroll), fixed positioned elements seem to bounce but 
> never return to their original position. Visually there is no issue but when 
> you try to click something inside the fixed element (for example a button 
> inside a fixed footer) the click action will not be triggered. Also when you 
> hover the node in the Safari Debug Tools it thinks the element is displayed 
> somewhere else.
> I've attached a screenshot and some code to make it a bit more clear.



--
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-11315) WkWebview + DisallowOverscroll breaks fixed positioned elements

2016-05-24 Thread Bjorn Rombaut (JIRA)

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

Bjorn Rombaut updated CB-11315:
---
Attachment: wkwebview-disallowoverscroll-issue.zip

> WkWebview + DisallowOverscroll breaks fixed positioned elements
> ---
>
> Key: CB-11315
> URL: https://issues.apache.org/jira/browse/CB-11315
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin WKWebViewEngine
>Reporter: Bjorn Rombaut
>  Labels: DisallowOverscroll, ios, wkwebview-1.0.2
> Attachments: IMG_0656.PNG, wkwebview-disallowoverscroll-issue.zip
>
>
> Hi!
> When using both the DisallowOverscroll property and WkWebview, there seems to 
> be an issue when scrolling and repainting fixed elements.
> When you scroll to the end of the page (where it would bounce if you don't 
> set the DisallowOverscroll), fixed positioned elements seem to bounce but 
> never return to their original position. Visually there is no issue but when 
> you try to click something inside the fixed element (for example a button 
> inside a fixed footer) the click action will not be triggered.
> I've attached a screenshot and some code to make it a bit more clear.



--
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-11314) Live Streams are not playing on Android 6

2016-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11314:
-

GitHub user schoetty opened a pull request:

https://github.com/apache/cordova-plugin-media/pull/97

CB-11314 android: avoid seeking on media without duration

On Android >= 6.0, live streams do not start playing. This is because the 
`onPrepared` method of `AudioPlayer` invokes `seekTo`, what leads to an error 
because live streams have no duration and hence can not be seeked.

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

$ git pull https://github.com/schoetty/cordova-plugin-media master

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

https://github.com/apache/cordova-plugin-media/pull/97.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 #97


commit 131386125ab7913f53cd555063cde8c2d983cf25
Author: Stefan Schoettelndreyer 
Date:   2016-05-24T14:19:44Z

CB-11314: avoid seeking on media without duration




> Live Streams are not playing on Android 6
> -
>
> Key: CB-11314
> URL: https://issues.apache.org/jira/browse/CB-11314
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
> Environment: Android >= 6.0
>Reporter: Stefan Schöttelndreyer
>
> On Android >= 6.0, live streams do not start playing. This is because the 
> {{onPrepared}} method of {{AudioPlayer}} invokes {{seekTo}}, what leads to an 
> error because live streams have no duration and hence can not be seeked.



--
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-11315) WkWebview + DisallowOverscroll breaks fixed positioned elements

2016-05-24 Thread Bjorn Rombaut (JIRA)

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

Bjorn Rombaut updated CB-11315:
---
Attachment: IMG_0656.PNG

> WkWebview + DisallowOverscroll breaks fixed positioned elements
> ---
>
> Key: CB-11315
> URL: https://issues.apache.org/jira/browse/CB-11315
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin WKWebViewEngine
>Reporter: Bjorn Rombaut
>  Labels: DisallowOverscroll, ios, wkwebview-1.0.2
> Attachments: IMG_0656.PNG
>
>
> Hi!
> When using both the DisallowOverscroll property and WkWebview, there seems to 
> be an issue when scrolling and repainting fixed elements.
> When you scroll to the end of the page (where it would bounce if you don't 
> set the DisallowOverscroll), fixed positioned elements seem to bounce but 
> never return to their original position. Visually there is no issue but when 
> you try to click something inside the fixed element (for example a button 
> inside a fixed footer) the click action will not be triggered.
> I've attached a screenshot and some code to make it a bit more clear.



--
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-11315) WkWebview + DisallowOverscroll breaks fixed positioned elements

2016-05-24 Thread Bjorn Rombaut (JIRA)
Bjorn Rombaut created CB-11315:
--

 Summary: WkWebview + DisallowOverscroll breaks fixed positioned 
elements
 Key: CB-11315
 URL: https://issues.apache.org/jira/browse/CB-11315
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin WKWebViewEngine
Reporter: Bjorn Rombaut


Hi!

When using both the DisallowOverscroll property and WkWebview, there seems to 
be an issue when scrolling and repainting fixed elements.

When you scroll to the end of the page (where it would bounce if you don't set 
the DisallowOverscroll), fixed positioned elements seem to bounce but never 
return to their original position. Visually there is no issue but when you try 
to click something inside the fixed element (for example a button inside a 
fixed footer) the click action will not be triggered.

I've attached a screenshot and some code to make it a bit more clear.



--
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-11274) Platform browser: wrong path for config.xml

2016-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11274:
-

Github user daserge closed the pull request at:

https://github.com/apache/cordova-browser/pull/24


> Platform browser: wrong path for config.xml
> ---
>
> Key: CB-11274
> URL: https://issues.apache.org/jira/browse/CB-11274
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Browser
>Affects Versions: 4.1.0
>Reporter: Vito Macchia
>Assignee: Sergey Shakhnazarov
>  Labels: triaged
>
> config.xml loading path is wrong: at the moment is '/config.xml' but it 
> always fail with cordova serve command causing some plugins not to work.
> Shouldn't it be './config.xml' or '../config.xml' instead?
> The problem is at this line here: 
> https://github.com/apache/cordova-browser/blob/master/cordova-js-src/confighelper.js#L74
> or here 
> https://github.com/apache/cordova-browser/blob/da6c350e91cb959937f8f45592f05387a2c98321/cordova-lib/cordova.js#L875



--
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-11274) Platform browser: wrong path for config.xml

2016-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11274:
-

Github user daserge commented on the pull request:

https://github.com/apache/cordova-browser/pull/24#issuecomment-221287171
  
Reworked https://github.com/apache/cordova-lib/pull/443 to handle this 
situation on the `cordova-serve` side.


> Platform browser: wrong path for config.xml
> ---
>
> Key: CB-11274
> URL: https://issues.apache.org/jira/browse/CB-11274
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Browser
>Affects Versions: 4.1.0
>Reporter: Vito Macchia
>Assignee: Sergey Shakhnazarov
>  Labels: triaged
>
> config.xml loading path is wrong: at the moment is '/config.xml' but it 
> always fail with cordova serve command causing some plugins not to work.
> Shouldn't it be './config.xml' or '../config.xml' instead?
> The problem is at this line here: 
> https://github.com/apache/cordova-browser/blob/master/cordova-js-src/confighelper.js#L74
> or here 
> https://github.com/apache/cordova-browser/blob/da6c350e91cb959937f8f45592f05387a2c98321/cordova-lib/cordova.js#L875



--
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-11274) Platform browser: wrong path for config.xml

2016-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11274:
-

Github user daserge closed the pull request at:

https://github.com/apache/cordova-plugin-splashscreen/pull/103


> Platform browser: wrong path for config.xml
> ---
>
> Key: CB-11274
> URL: https://issues.apache.org/jira/browse/CB-11274
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Browser
>Affects Versions: 4.1.0
>Reporter: Vito Macchia
>Assignee: Sergey Shakhnazarov
>  Labels: triaged
>
> config.xml loading path is wrong: at the moment is '/config.xml' but it 
> always fail with cordova serve command causing some plugins not to work.
> Shouldn't it be './config.xml' or '../config.xml' instead?
> The problem is at this line here: 
> https://github.com/apache/cordova-browser/blob/master/cordova-js-src/confighelper.js#L74
> or here 
> https://github.com/apache/cordova-browser/blob/da6c350e91cb959937f8f45592f05387a2c98321/cordova-lib/cordova.js#L875



--
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-11274) Platform browser: wrong path for config.xml

2016-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11274:
-

Github user daserge commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/103#issuecomment-221287010
  
Reworked https://github.com/apache/cordova-lib/pull/443 to handle this 
situation on the `cordova-serve` side.


> Platform browser: wrong path for config.xml
> ---
>
> Key: CB-11274
> URL: https://issues.apache.org/jira/browse/CB-11274
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Browser
>Affects Versions: 4.1.0
>Reporter: Vito Macchia
>Assignee: Sergey Shakhnazarov
>  Labels: triaged
>
> config.xml loading path is wrong: at the moment is '/config.xml' but it 
> always fail with cordova serve command causing some plugins not to work.
> Shouldn't it be './config.xml' or '../config.xml' instead?
> The problem is at this line here: 
> https://github.com/apache/cordova-browser/blob/master/cordova-js-src/confighelper.js#L74
> or here 
> https://github.com/apache/cordova-browser/blob/da6c350e91cb959937f8f45592f05387a2c98321/cordova-lib/cordova.js#L875



--
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-11232) Appium tests fail because 'Selenium error: session is terminated'

2016-05-24 Thread Alexander Sorokin (JIRA)

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

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

> Appium tests fail because 'Selenium error: session is terminated'
> -
>
> Key: CB-11232
> URL: https://issues.apache.org/jira/browse/CB-11232
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
> Environment: Mac OSX
>Reporter: Omar Mefire
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, ios, triaged
>
> Logs: 
> https://ci.apache.org/builders/cordova-ios/builds/2529/steps/running-appium-tests/logs/stdio
> ==
> {noformat}
> [MEDIC LOG Mon, 09 May 2016 18:15:04 GMT] Uncaught exception! Killing server 
> and exiting in 2 seconds...
> [MEDIC LOG Mon, 09 May 2016 18:15:04 GMT] Uncaught exception! Killing server 
> and exiting in 2 seconds...
> [MEDIC LOG Mon, 09 May 2016 18:15:05 GMT] Appium process exited.
> [MEDIC LOG Mon, 09 May 2016 18:15:06 GMT] FATAL: Error: [currentContext()] 
> Error response status: 6,  Selenium error: A session is either terminated or 
> not started
> at exports.newError 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/utils.js:139:13)
> at 
> /Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/callbacks.js:75:19
> at 
> /Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/webdriver.js:174:5
> at Request._callback 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/http-utils.js:87:7)
> at Request.self.callback 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:368:22)
> at Request.emit (events.js:110:17)
> at Request. 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1219:14)
> at Request.emit (events.js:129:20)
> at IncomingMessage. 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1167:12)
> at IncomingMessage.emit (events.js:129:20)
> program finished with exit code 1
> elapsedTime=3700.311833
> {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-11296) Appium tests: Cannot click on some elements

2016-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11296:
-

Github user alsorokin closed the pull request at:

https://github.com/apache/cordova-plugin-contacts/pull/127


> Appium tests: Cannot click on some elements
> ---
>
> Key: CB-11296
> URL: https://issues.apache.org/jira/browse/CB-11296
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Appium
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: triaged
>
> Appium fails to click on some elements of native UI.
> For example, it incorrectly clicks "Gallery" menu element in camera plugin 
> tests on Android 5.0 or it cannot click at all on the first contact in 
> contacts list on iOS 8.1
> The workaround is simple and quite weird: we should select the element 3 
> times in a row, then it works.
> The timeout before element selection doesn't work.



--
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-11296) Appium tests: Cannot click on some elements

2016-05-24 Thread Alexander Sorokin (JIRA)

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

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

> Appium tests: Cannot click on some elements
> ---
>
> Key: CB-11296
> URL: https://issues.apache.org/jira/browse/CB-11296
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Appium
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: triaged
>
> Appium fails to click on some elements of native UI.
> For example, it incorrectly clicks "Gallery" menu element in camera plugin 
> tests on Android 5.0 or it cannot click at all on the first contact in 
> contacts list on iOS 8.1
> The workaround is simple and quite weird: we should select the element 3 
> times in a row, then it works.
> The timeout before element selection doesn't work.



--
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-11296) Appium tests: Cannot click on some elements

2016-05-24 Thread ASF subversion and git services (JIRA)

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

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

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

CB-11296: Appium: Better element clicking and session error handling


> Appium tests: Cannot click on some elements
> ---
>
> Key: CB-11296
> URL: https://issues.apache.org/jira/browse/CB-11296
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Appium
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: triaged
>
> Appium fails to click on some elements of native UI.
> For example, it incorrectly clicks "Gallery" menu element in camera plugin 
> tests on Android 5.0 or it cannot click at all on the first contact in 
> contacts list on iOS 8.1
> The workaround is simple and quite weird: we should select the element 3 
> times in a row, then it works.
> The timeout before element selection doesn't work.



--
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-11296) Appium tests: Cannot click on some elements

2016-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11296:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-camera/pull/218


> Appium tests: Cannot click on some elements
> ---
>
> Key: CB-11296
> URL: https://issues.apache.org/jira/browse/CB-11296
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Appium
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: triaged
>
> Appium fails to click on some elements of native UI.
> For example, it incorrectly clicks "Gallery" menu element in camera plugin 
> tests on Android 5.0 or it cannot click at all on the first contact in 
> contacts list on iOS 8.1
> The workaround is simple and quite weird: we should select the element 3 
> times in a row, then it works.
> The timeout before element selection doesn't work.



--
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-11296) Appium tests: Cannot click on some elements

2016-05-24 Thread ASF subversion and git services (JIRA)

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

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

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

CB-11296: Appium: Better element clicking and session error handling


> Appium tests: Cannot click on some elements
> ---
>
> Key: CB-11296
> URL: https://issues.apache.org/jira/browse/CB-11296
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Appium
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: triaged
>
> Appium fails to click on some elements of native UI.
> For example, it incorrectly clicks "Gallery" menu element in camera plugin 
> tests on Android 5.0 or it cannot click at all on the first contact in 
> contacts list on iOS 8.1
> The workaround is simple and quite weird: we should select the element 3 
> times in a row, then it works.
> The timeout before element selection doesn't work.



--
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-11314) Live Streams are not playing on Android 6

2016-05-24 Thread JIRA
Stefan Schöttelndreyer created CB-11314:
---

 Summary: Live Streams are not playing on Android 6
 Key: CB-11314
 URL: https://issues.apache.org/jira/browse/CB-11314
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Media
 Environment: Android >= 6.0
Reporter: Stefan Schöttelndreyer


On Android >= 6.0, live streams do not start playing. This is because the 
{{onPrepared}} method of {{AudioPlayer}} invokes {{seekTo}}, what leads to an 
error because live streams have no duration and hence can not be seeked.



--
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-11313) Can't start media streaming on Android 6.0

2016-05-24 Thread Mark Veenstra (JIRA)

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

Mark Veenstra updated CB-11313:
---
Description: 
We are trying to play online radio stations with Cordova, for example these 
stations:
http://www.hendrikjansen.nl/henk/streaming.html

But when we try the current released version {{2.3.0}} or the current dev 
{{2.3.1-dev}}, both give the same {{adb logcat}} output:

{code}
05-24 15:22:08.936 27095 27176 E MediaPlayer-JNI: JNIMediaPlayerFactory: 
bIsQCMediaPlayerPresent 0
05-24 15:22:08.936 27095 27176 E MediaPlayer-JNI: JNIMediaPlayerFactory: 
bIsQCMediaPlayerPresent 0
05-24 15:22:08.940   798  3345 I MediaFocusControl:  AudioFocus  
requestAudioFocus() from 
android.media.AudioManager@fd128bforg.apache.cordova.media.AudioHandler$1@932bb8c
 req=1flags=0x0
05-24 15:22:08.953 27095 27415 D MediaHTTPConnection: filterOutInternalHeaders: 
key=User-Agent, val= stagefright/1.2 (Linux;Android 6.0.1)
05-24 15:22:08.954 27095 27810 D MediaHTTPConnection: proxy null port 0
05-24 15:22:13.341   258 30530 I FFmpegExtractor: android-source:0xb5f4f8c0
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 I FFMPEG  : [mp3 @ 0xae696e00] Skipping 0 bytes 
of junk at 0.
05-24 15:22:13.343   258 30530 D FFmpegExtractor: suppoted codec(mp3) by 
official Stagefright
05-24 15:22:13.343   258 30530 D FFmpegExtractor: ffmpeg detected media content 
as 'audio/mpeg' with confidence 0.08
05-24 15:22:13.344   258 30529 D NuPlayerDriver: notifyListener_l(0xae76c0e0), 
(1, 0, 0)
05-24 15:22:13.345 27095 27176 D MediaPlayer: setSubtitleAnchor in MediaPlayer
05-24 15:22:13.347   258  2659 E MediaPlayerService: getDuration returned 
-2147483648
05-24 15:22:13.347 27095 27176 W MediaPlayer: Stream has no duration and is 
therefore not seekable.
05-24 15:22:13.347 27095 27176 E MediaPlayer: error (-2147483648, 0)
05-24 15:22:13.347 27095 27176 D AudioPlayer: Send a onStatus update for the 
new seek
05-24 15:22:13.348 27095 27176 E MediaPlayer: start called in state 0
05-24 15:22:13.348 27095 27176 E MediaPlayer: error (-38, 0)
05-24 15:22:13.348 27095 27176 E MediaPlayer: Attempt to call getDuration 
without a valid mediaplayer
05-24 15:22:13.348 27095 27176 E MediaPlayer: error (-38, 0)
05-24 15:22:13.348 27095 27176 E MediaPlayer: Error (-2147483648,0)
05-24 15:22:13.348 27095 27176 D AudioPlayer: on completion is calling stopped
05-24 15:22:13.349 27095 27176 E MediaPlayer: Error (-38,0)
05-24 15:22:13.349 27095 27176 D AudioPlayer: on completion is calling stopped
05-24 15:22:13.349 27095 27176 E MediaPlayer: Error (-38,0)
05-24 15:22:13.349 27095 27176 D AudioPlayer: on completion is calling stopped
{code}

If I comment out the lines 
https://github.com/apache/cordova-plugin-media/blob/master/src/android/AudioPlayer.java#L435
 ({{this.seekToPlaying(this.seekOnPrepared);}}) and 
https://github.com/apache/cordova-plugin-media/blob/master/src/android/AudioPlayer.java#L445
 ({{this.duration = getDurationInSeconds();}}). It does start the stream, but 
as soon as I receive a notification from a different app (for example a new 
WhatApp message) the MediaPlayer crashes.

  was:
We are trying to play online radio stations with Cordova, for example these 
stations:
http://www.hendrikjansen.nl/henk/streaming.html

But when we try the current released version {{2.3.0}} or the current dev 
`2.3.1-dev`, both give the same `adb logcat` output:

{code}
05-24 15:22:08.936 27095 27176 E MediaPlayer-JNI: JNIMediaPlayerFactory: 
bIsQCMediaPlayerPresent 0
05-24 15:22:08.936 27095 27176 E MediaPlayer-JNI: JNIMediaPlayerFactory: 
bIsQCMediaPlayerPresent 0
05-24 15:22:08.940   798  3345 I MediaFocusControl:  AudioFocus  
requestAudioFocus() from 
android.media.AudioManager@fd128bforg.apache.cordova.media.AudioHandler$1@932bb8c
 req=1flags=0x0
05-24 15:22:08.953 27095 27415 D MediaHTTPConnection: filterOutInternalHeaders: 
key=User-Agent, val= stagefright/1.2 (Linux;Android 6.0.1)
05-24 15:22:08.954 27095 27810 D MediaHTTPConnection: proxy null port 0
05-24 15:22:13.341   258 30530 I FFmpegExtractor: android-source:0xb5f4f8c0
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 I FFMPEG  : [mp3 @ 0xae696e00] Skipping 0 bytes 
of junk at 0.
05-24 15:22:13.343   258 30530 D FFmpegExtractor: suppoted codec(mp3) by 
official Stagefright
05-24 15:22:13.343   258 30530 D FFmpegExtractor: ffmpeg detected media content 
as 'audio/mpeg' with confidence 0.08
05-24 15:22:13.344   258 30529 D NuPlayerDriver: notifyListener_l(0xae76c0e0), 
(1, 0, 0)
05-24 15:22:13.345 27095 27176 D MediaPlayer: setSubtitleAnchor in 

[jira] [Updated] (CB-11313) Can't start media streaming on Android 6.0

2016-05-24 Thread Mark Veenstra (JIRA)

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

Mark Veenstra updated CB-11313:
---
Description: 
We are trying to play online radio stations with Cordova, for example these 
stations:
http://www.hendrikjansen.nl/henk/streaming.html

But when we try the current released version {{2.3.0}} or the current dev 
`2.3.1-dev`, both give the same `adb logcat` output:

{code}
05-24 15:22:08.936 27095 27176 E MediaPlayer-JNI: JNIMediaPlayerFactory: 
bIsQCMediaPlayerPresent 0
05-24 15:22:08.936 27095 27176 E MediaPlayer-JNI: JNIMediaPlayerFactory: 
bIsQCMediaPlayerPresent 0
05-24 15:22:08.940   798  3345 I MediaFocusControl:  AudioFocus  
requestAudioFocus() from 
android.media.AudioManager@fd128bforg.apache.cordova.media.AudioHandler$1@932bb8c
 req=1flags=0x0
05-24 15:22:08.953 27095 27415 D MediaHTTPConnection: filterOutInternalHeaders: 
key=User-Agent, val= stagefright/1.2 (Linux;Android 6.0.1)
05-24 15:22:08.954 27095 27810 D MediaHTTPConnection: proxy null port 0
05-24 15:22:13.341   258 30530 I FFmpegExtractor: android-source:0xb5f4f8c0
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 I FFMPEG  : [mp3 @ 0xae696e00] Skipping 0 bytes 
of junk at 0.
05-24 15:22:13.343   258 30530 D FFmpegExtractor: suppoted codec(mp3) by 
official Stagefright
05-24 15:22:13.343   258 30530 D FFmpegExtractor: ffmpeg detected media content 
as 'audio/mpeg' with confidence 0.08
05-24 15:22:13.344   258 30529 D NuPlayerDriver: notifyListener_l(0xae76c0e0), 
(1, 0, 0)
05-24 15:22:13.345 27095 27176 D MediaPlayer: setSubtitleAnchor in MediaPlayer
05-24 15:22:13.347   258  2659 E MediaPlayerService: getDuration returned 
-2147483648
05-24 15:22:13.347 27095 27176 W MediaPlayer: Stream has no duration and is 
therefore not seekable.
05-24 15:22:13.347 27095 27176 E MediaPlayer: error (-2147483648, 0)
05-24 15:22:13.347 27095 27176 D AudioPlayer: Send a onStatus update for the 
new seek
05-24 15:22:13.348 27095 27176 E MediaPlayer: start called in state 0
05-24 15:22:13.348 27095 27176 E MediaPlayer: error (-38, 0)
05-24 15:22:13.348 27095 27176 E MediaPlayer: Attempt to call getDuration 
without a valid mediaplayer
05-24 15:22:13.348 27095 27176 E MediaPlayer: error (-38, 0)
05-24 15:22:13.348 27095 27176 E MediaPlayer: Error (-2147483648,0)
05-24 15:22:13.348 27095 27176 D AudioPlayer: on completion is calling stopped
05-24 15:22:13.349 27095 27176 E MediaPlayer: Error (-38,0)
05-24 15:22:13.349 27095 27176 D AudioPlayer: on completion is calling stopped
05-24 15:22:13.349 27095 27176 E MediaPlayer: Error (-38,0)
05-24 15:22:13.349 27095 27176 D AudioPlayer: on completion is calling stopped
{code}

If I comment out the lines 
https://github.com/apache/cordova-plugin-media/blob/master/src/android/AudioPlayer.java#L435
 (`this.seekToPlaying(this.seekOnPrepared);`) and 
https://github.com/apache/cordova-plugin-media/blob/master/src/android/AudioPlayer.java#L445
 (`this.duration = getDurationInSeconds();`). It does start the stream, but as 
soon as I receive a notification from a different app (for example a new 
WhatApp message) the MediaPlayer crashes.

  was:
We are trying to play online radio stations with Cordova, for example these 
stations:
http://www.hendrikjansen.nl/henk/streaming.html

But when we try the current released version `2.3.0` or the current dev 
`2.3.1-dev`, both give the same `adb logcat` output:

{code}
05-24 15:22:08.936 27095 27176 E MediaPlayer-JNI: JNIMediaPlayerFactory: 
bIsQCMediaPlayerPresent 0
05-24 15:22:08.936 27095 27176 E MediaPlayer-JNI: JNIMediaPlayerFactory: 
bIsQCMediaPlayerPresent 0
05-24 15:22:08.940   798  3345 I MediaFocusControl:  AudioFocus  
requestAudioFocus() from 
android.media.AudioManager@fd128bforg.apache.cordova.media.AudioHandler$1@932bb8c
 req=1flags=0x0
05-24 15:22:08.953 27095 27415 D MediaHTTPConnection: filterOutInternalHeaders: 
key=User-Agent, val= stagefright/1.2 (Linux;Android 6.0.1)
05-24 15:22:08.954 27095 27810 D MediaHTTPConnection: proxy null port 0
05-24 15:22:13.341   258 30530 I FFmpegExtractor: android-source:0xb5f4f8c0
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 I FFMPEG  : [mp3 @ 0xae696e00] Skipping 0 bytes 
of junk at 0.
05-24 15:22:13.343   258 30530 D FFmpegExtractor: suppoted codec(mp3) by 
official Stagefright
05-24 15:22:13.343   258 30530 D FFmpegExtractor: ffmpeg detected media content 
as 'audio/mpeg' with confidence 0.08
05-24 15:22:13.344   258 30529 D NuPlayerDriver: notifyListener_l(0xae76c0e0), 
(1, 0, 0)
05-24 15:22:13.345 27095 27176 D MediaPlayer: setSubtitleAnchor in 

[jira] [Updated] (CB-11313) Can't start media streaming on Android 6.0

2016-05-24 Thread Mark Veenstra (JIRA)

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

Mark Veenstra updated CB-11313:
---
Description: 
We are trying to play online radio stations with Cordova, for example these 
stations:
http://www.hendrikjansen.nl/henk/streaming.html

But when we try the current released version `2.3.0` or the current dev 
`2.3.1-dev`, both give the same `adb logcat` output:

{code}
05-24 15:22:08.936 27095 27176 E MediaPlayer-JNI: JNIMediaPlayerFactory: 
bIsQCMediaPlayerPresent 0
05-24 15:22:08.936 27095 27176 E MediaPlayer-JNI: JNIMediaPlayerFactory: 
bIsQCMediaPlayerPresent 0
05-24 15:22:08.940   798  3345 I MediaFocusControl:  AudioFocus  
requestAudioFocus() from 
android.media.AudioManager@fd128bforg.apache.cordova.media.AudioHandler$1@932bb8c
 req=1flags=0x0
05-24 15:22:08.953 27095 27415 D MediaHTTPConnection: filterOutInternalHeaders: 
key=User-Agent, val= stagefright/1.2 (Linux;Android 6.0.1)
05-24 15:22:08.954 27095 27810 D MediaHTTPConnection: proxy null port 0
05-24 15:22:13.341   258 30530 I FFmpegExtractor: android-source:0xb5f4f8c0
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 I FFMPEG  : [mp3 @ 0xae696e00] Skipping 0 bytes 
of junk at 0.
05-24 15:22:13.343   258 30530 D FFmpegExtractor: suppoted codec(mp3) by 
official Stagefright
05-24 15:22:13.343   258 30530 D FFmpegExtractor: ffmpeg detected media content 
as 'audio/mpeg' with confidence 0.08
05-24 15:22:13.344   258 30529 D NuPlayerDriver: notifyListener_l(0xae76c0e0), 
(1, 0, 0)
05-24 15:22:13.345 27095 27176 D MediaPlayer: setSubtitleAnchor in MediaPlayer
05-24 15:22:13.347   258  2659 E MediaPlayerService: getDuration returned 
-2147483648
05-24 15:22:13.347 27095 27176 W MediaPlayer: Stream has no duration and is 
therefore not seekable.
05-24 15:22:13.347 27095 27176 E MediaPlayer: error (-2147483648, 0)
05-24 15:22:13.347 27095 27176 D AudioPlayer: Send a onStatus update for the 
new seek
05-24 15:22:13.348 27095 27176 E MediaPlayer: start called in state 0
05-24 15:22:13.348 27095 27176 E MediaPlayer: error (-38, 0)
05-24 15:22:13.348 27095 27176 E MediaPlayer: Attempt to call getDuration 
without a valid mediaplayer
05-24 15:22:13.348 27095 27176 E MediaPlayer: error (-38, 0)
05-24 15:22:13.348 27095 27176 E MediaPlayer: Error (-2147483648,0)
05-24 15:22:13.348 27095 27176 D AudioPlayer: on completion is calling stopped
05-24 15:22:13.349 27095 27176 E MediaPlayer: Error (-38,0)
05-24 15:22:13.349 27095 27176 D AudioPlayer: on completion is calling stopped
05-24 15:22:13.349 27095 27176 E MediaPlayer: Error (-38,0)
05-24 15:22:13.349 27095 27176 D AudioPlayer: on completion is calling stopped
{code}

If I comment out the lines 
https://github.com/apache/cordova-plugin-media/blob/master/src/android/AudioPlayer.java#L435
 (`this.seekToPlaying(this.seekOnPrepared);`) and 
https://github.com/apache/cordova-plugin-media/blob/master/src/android/AudioPlayer.java#L445
 (`this.duration = getDurationInSeconds();`). It does start the stream, but as 
soon as I receive a notification from a different app (for example a new 
WhatApp message) the MediaPlayer crashes.

  was:
We are trying to play online radio stations with Cordova, for example these 
stations:
http://www.hendrikjansen.nl/henk/streaming.html

But when we try the current released version `2.3.0` or the current dev 
`2.3.1-dev`, both give the same `adb logcat` output:

```
05-24 15:22:08.936 27095 27176 E MediaPlayer-JNI: JNIMediaPlayerFactory: 
bIsQCMediaPlayerPresent 0
05-24 15:22:08.936 27095 27176 E MediaPlayer-JNI: JNIMediaPlayerFactory: 
bIsQCMediaPlayerPresent 0
05-24 15:22:08.940   798  3345 I MediaFocusControl:  AudioFocus  
requestAudioFocus() from 
android.media.AudioManager@fd128bforg.apache.cordova.media.AudioHandler$1@932bb8c
 req=1flags=0x0
05-24 15:22:08.953 27095 27415 D MediaHTTPConnection: filterOutInternalHeaders: 
key=User-Agent, val= stagefright/1.2 (Linux;Android 6.0.1)
05-24 15:22:08.954 27095 27810 D MediaHTTPConnection: proxy null port 0
05-24 15:22:13.341   258 30530 I FFmpegExtractor: android-source:0xb5f4f8c0
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 I FFMPEG  : [mp3 @ 0xae696e00] Skipping 0 bytes 
of junk at 0.
05-24 15:22:13.343   258 30530 D FFmpegExtractor: suppoted codec(mp3) by 
official Stagefright
05-24 15:22:13.343   258 30530 D FFmpegExtractor: ffmpeg detected media content 
as 'audio/mpeg' with confidence 0.08
05-24 15:22:13.344   258 30529 D NuPlayerDriver: notifyListener_l(0xae76c0e0), 
(1, 0, 0)
05-24 15:22:13.345 27095 27176 D MediaPlayer: setSubtitleAnchor in MediaPlayer

[jira] [Created] (CB-11313) Can't start media streaming on Android 6.0

2016-05-24 Thread Mark Veenstra (JIRA)
Mark Veenstra created CB-11313:
--

 Summary: Can't start media streaming on Android 6.0
 Key: CB-11313
 URL: https://issues.apache.org/jira/browse/CB-11313
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Media
Reporter: Mark Veenstra


We are trying to play online radio stations with Cordova, for example these 
stations:
http://www.hendrikjansen.nl/henk/streaming.html

But when we try the current released version `2.3.0` or the current dev 
`2.3.1-dev`, both give the same `adb logcat` output:

```
05-24 15:22:08.936 27095 27176 E MediaPlayer-JNI: JNIMediaPlayerFactory: 
bIsQCMediaPlayerPresent 0
05-24 15:22:08.936 27095 27176 E MediaPlayer-JNI: JNIMediaPlayerFactory: 
bIsQCMediaPlayerPresent 0
05-24 15:22:08.940   798  3345 I MediaFocusControl:  AudioFocus  
requestAudioFocus() from 
android.media.AudioManager@fd128bforg.apache.cordova.media.AudioHandler$1@932bb8c
 req=1flags=0x0
05-24 15:22:08.953 27095 27415 D MediaHTTPConnection: filterOutInternalHeaders: 
key=User-Agent, val= stagefright/1.2 (Linux;Android 6.0.1)
05-24 15:22:08.954 27095 27810 D MediaHTTPConnection: proxy null port 0
05-24 15:22:13.341   258 30530 I FFmpegExtractor: android-source:0xb5f4f8c0
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 E FFMPEG  : FFSource getSize failed
05-24 15:22:13.343   258 30530 I FFMPEG  : [mp3 @ 0xae696e00] Skipping 0 bytes 
of junk at 0.
05-24 15:22:13.343   258 30530 D FFmpegExtractor: suppoted codec(mp3) by 
official Stagefright
05-24 15:22:13.343   258 30530 D FFmpegExtractor: ffmpeg detected media content 
as 'audio/mpeg' with confidence 0.08
05-24 15:22:13.344   258 30529 D NuPlayerDriver: notifyListener_l(0xae76c0e0), 
(1, 0, 0)
05-24 15:22:13.345 27095 27176 D MediaPlayer: setSubtitleAnchor in MediaPlayer
05-24 15:22:13.347   258  2659 E MediaPlayerService: getDuration returned 
-2147483648
05-24 15:22:13.347 27095 27176 W MediaPlayer: Stream has no duration and is 
therefore not seekable.
05-24 15:22:13.347 27095 27176 E MediaPlayer: error (-2147483648, 0)
05-24 15:22:13.347 27095 27176 D AudioPlayer: Send a onStatus update for the 
new seek
05-24 15:22:13.348 27095 27176 E MediaPlayer: start called in state 0
05-24 15:22:13.348 27095 27176 E MediaPlayer: error (-38, 0)
05-24 15:22:13.348 27095 27176 E MediaPlayer: Attempt to call getDuration 
without a valid mediaplayer
05-24 15:22:13.348 27095 27176 E MediaPlayer: error (-38, 0)
05-24 15:22:13.348 27095 27176 E MediaPlayer: Error (-2147483648,0)
05-24 15:22:13.348 27095 27176 D AudioPlayer: on completion is calling stopped
05-24 15:22:13.349 27095 27176 E MediaPlayer: Error (-38,0)
05-24 15:22:13.349 27095 27176 D AudioPlayer: on completion is calling stopped
05-24 15:22:13.349 27095 27176 E MediaPlayer: Error (-38,0)
05-24 15:22:13.349 27095 27176 D AudioPlayer: on completion is calling stopped
```

If I comment out the lines 
https://github.com/apache/cordova-plugin-media/blob/master/src/android/AudioPlayer.java#L435
 (`this.seekToPlaying(this.seekOnPrepared);`) and 
https://github.com/apache/cordova-plugin-media/blob/master/src/android/AudioPlayer.java#L445
 (`this.duration = getDurationInSeconds();`). It does start the stream, but as 
soon as I receive a notification from a different app (for example a new 
WhatApp message) the MediaPlayer crashes.



--
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-11312) Wrong value for device.cordova

2016-05-24 Thread Ali Elderov (JIRA)

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

Ali Elderov updated CB-11312:
-
Description: 
device.cordova return version 5.1.1, but in concole "cordova -v" return 6.1.1

(screen)[http://s33.postimg.org/af4sawhob/Bildschirmfoto_2016_05_24_um_12_41_02.jpg]

  was:device.cordova return version 5.1.1, but in concole "cordova -v" return 
6.1.1


> Wrong value for device.cordova 
> ---
>
> Key: CB-11312
> URL: https://issues.apache.org/jira/browse/CB-11312
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Device
>Affects Versions: 6.1.1
> Environment: android
>Reporter: Ali Elderov
>
> device.cordova return version 5.1.1, but in concole "cordova -v" return 6.1.1
> (screen)[http://s33.postimg.org/af4sawhob/Bildschirmfoto_2016_05_24_um_12_41_02.jpg]



--
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-11312) Wrong value for device.cordova

2016-05-24 Thread Ali Elderov (JIRA)

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

Ali Elderov updated CB-11312:
-
Description: 
device.cordova return version 5.1.1, but in concole "cordova -v" return 6.1.1

[http://s33.postimg.org/n6iyhergf/Bildschirmfoto_2016_05_24_um_12_41_02.png]

  was:
device.cordova return version 5.1.1, but in concole "cordova -v" return 6.1.1

[http://s33.postimg.org/af4sawhob/Bildschirmfoto_2016_05_24_um_12_41_02.jpg]


> Wrong value for device.cordova 
> ---
>
> Key: CB-11312
> URL: https://issues.apache.org/jira/browse/CB-11312
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Device
>Affects Versions: 6.1.1
> Environment: android
>Reporter: Ali Elderov
>
> device.cordova return version 5.1.1, but in concole "cordova -v" return 6.1.1
> [http://s33.postimg.org/n6iyhergf/Bildschirmfoto_2016_05_24_um_12_41_02.png]



--
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-11312) Wrong value for device.cordova

2016-05-24 Thread Ali Elderov (JIRA)

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

Ali Elderov updated CB-11312:
-
Description: 
device.cordova return version 5.1.1, but in concole "cordova -v" return 6.1.1

[http://s33.postimg.org/af4sawhob/Bildschirmfoto_2016_05_24_um_12_41_02.jpg]

  was:
device.cordova return version 5.1.1, but in concole "cordova -v" return 6.1.1

(screen)[http://s33.postimg.org/af4sawhob/Bildschirmfoto_2016_05_24_um_12_41_02.jpg]


> Wrong value for device.cordova 
> ---
>
> Key: CB-11312
> URL: https://issues.apache.org/jira/browse/CB-11312
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Device
>Affects Versions: 6.1.1
> Environment: android
>Reporter: Ali Elderov
>
> device.cordova return version 5.1.1, but in concole "cordova -v" return 6.1.1
> [http://s33.postimg.org/af4sawhob/Bildschirmfoto_2016_05_24_um_12_41_02.jpg]



--
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-11312) Wrong value for device.cordova

2016-05-24 Thread Ali Elderov (JIRA)

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

Ali Elderov edited comment on CB-11312 at 5/24/16 10:45 AM:


[link](http://s33.postimg.org/af4sawhob/Bildschirmfoto_2016_05_24_um_12_41_02.jpg)


was (Author: cyberkatze):


> Wrong value for device.cordova 
> ---
>
> Key: CB-11312
> URL: https://issues.apache.org/jira/browse/CB-11312
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Device
>Affects Versions: 6.1.1
> Environment: android
>Reporter: Ali Elderov
>
> device.cordova return version 5.1.1, but in concole "cordova -v" return 6.1.1



--
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-11312) Wrong value for device.cordova

2016-05-24 Thread Ali Elderov (JIRA)

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

Ali Elderov commented on CB-11312:
--



> Wrong value for device.cordova 
> ---
>
> Key: CB-11312
> URL: https://issues.apache.org/jira/browse/CB-11312
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Device
>Affects Versions: 6.1.1
> Environment: android
>Reporter: Ali Elderov
>
> device.cordova return version 5.1.1, but in concole "cordova -v" return 6.1.1



--
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-11312) Wrong value for device.cordova

2016-05-24 Thread Ali Elderov (JIRA)
Ali Elderov created CB-11312:


 Summary: Wrong value for device.cordova 
 Key: CB-11312
 URL: https://issues.apache.org/jira/browse/CB-11312
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Device
Affects Versions: 6.1.1
 Environment: android
Reporter: Ali Elderov


device.cordova return version 5.1.1, but in concole "cordova -v" return 6.1.1



--
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-11274) Platform browser: wrong path for config.xml

2016-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11274:
-

Github user cordova-qa commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/103#issuecomment-221222853
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-splashscreen/pull/103/commits/e3191913365b547be21b6895b50e09edf5c664a8)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=windows-slave,platformName=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=windows-slave,platformName=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=windows-slave,platformName=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=windows-slave,platformName=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=windows-slave,platformName=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=windows-slave,platformName=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=windows-slave,platformName=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=windows-slave,platformName=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=windows-slave,platformName=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=windows-slave,platformName=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=windows-slave,platformName=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=windows-slave,platformName=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=mac-slave,platformName=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=mac-slave,platformName=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=mac-slave,platformName=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=mac-slave,platformName=ios/artifact/)
 |
| [Android Mac]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=mac-slave,platformName=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=mac-slave,platformName=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=mac-slave,platformName=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/3//label=mac-slave,platformName=android/artifact/)
 |
 



> Platform browser: wrong path for config.xml
> ---
>
> Key: CB-11274
> URL: https://issues.apache.org/jira/browse/CB-11274
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Browser
>Affects Versions: 4.1.0
>Reporter: Vito Macchia
>Assignee: Sergey Shakhnazarov
>  Labels: triaged
>
> config.xml loading path is wrong: at the moment is '/config.xml' but it 
> always fail with cordova serve command causing some plugins not to work.
> Shouldn't it be './config.xml' or '../config.xml' instead?
> The problem is at this line here: 
> https://github.com/apache/cordova-browser/blob/master/cordova-js-src/confighelper.js#L74
> or here 
> https://github.com/apache/cordova-browser/blob/da6c350e91cb959937f8f45592f05387a2c98321/cordova-lib/cordova.js#L875



--
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-11274) Platform browser: wrong path for config.xml

2016-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11274:
-

Github user codecov-io commented on the pull request:

https://github.com/apache/cordova-lib/pull/443#issuecomment-221221860
  
## [Current coverage][cc-pull] is **80.68%**
> Merging [#443][cc-pull] into [master][cc-base-branch] will not change 
coverage

```diff
@@ master   #443   diff @@
==
  Files68 68  
  Lines  5379   5379  
  Methods 851851  
  Messages  0  0  
  Branches   1039   1039  
==
  Hits   4340   4340  
  Misses 1039   1039  
  Partials  0  0  
```

> Powered by [Codecov](https://codecov.io?src=pr). Last updated by 
[0e15ab4...52b0ac4][cc-compare]
[cc-base-branch]: 
https://codecov.io/gh/apache/cordova-lib/branch/master?src=pr
[cc-compare]: 
https://codecov.io/gh/apache/cordova-lib/compare/0e15ab45a824e690861d2f7fb501a52cc513c699...52b0ac429a6f2f9f0956919841b5670879dee3ae
[cc-pull]: https://codecov.io/gh/apache/cordova-lib/pull/443?src=pr


> Platform browser: wrong path for config.xml
> ---
>
> Key: CB-11274
> URL: https://issues.apache.org/jira/browse/CB-11274
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Browser
>Affects Versions: 4.1.0
>Reporter: Vito Macchia
>Assignee: Sergey Shakhnazarov
>  Labels: triaged
>
> config.xml loading path is wrong: at the moment is '/config.xml' but it 
> always fail with cordova serve command causing some plugins not to work.
> Shouldn't it be './config.xml' or '../config.xml' instead?
> The problem is at this line here: 
> https://github.com/apache/cordova-browser/blob/master/cordova-js-src/confighelper.js#L74
> or here 
> https://github.com/apache/cordova-browser/blob/da6c350e91cb959937f8f45592f05387a2c98321/cordova-lib/cordova.js#L875



--
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-11296) Appium tests: Cannot click on some elements

2016-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11296:
-

Github user vladimir-kotikov commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/218#issuecomment-221210800
  
LGTM


> Appium tests: Cannot click on some elements
> ---
>
> Key: CB-11296
> URL: https://issues.apache.org/jira/browse/CB-11296
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Appium
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: triaged
>
> Appium fails to click on some elements of native UI.
> For example, it incorrectly clicks "Gallery" menu element in camera plugin 
> tests on Android 5.0 or it cannot click at all on the first contact in 
> contacts list on iOS 8.1
> The workaround is simple and quite weird: we should select the element 3 
> times in a row, then it works.
> The timeout before element selection doesn't work.



--
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-11296) Appium tests: Cannot click on some elements

2016-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11296:
-

Github user vladimir-kotikov commented on the pull request:


https://github.com/apache/cordova-plugin-contacts/pull/127#issuecomment-221210360
  
LGTM


> Appium tests: Cannot click on some elements
> ---
>
> Key: CB-11296
> URL: https://issues.apache.org/jira/browse/CB-11296
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Appium
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: triaged
>
> Appium fails to click on some elements of native UI.
> For example, it incorrectly clicks "Gallery" menu element in camera plugin 
> tests on Android 5.0 or it cannot click at all on the first contact in 
> contacts list on iOS 8.1
> The workaround is simple and quite weird: we should select the element 3 
> times in a row, then it works.
> The timeout before element selection doesn't work.



--
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-11305) use cdvfile: cannot import image or js

2016-05-24 Thread zhuisui (JIRA)

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

zhuisui edited comment on CB-11305 at 5/24/16 8:57 AM:
---

I just debug in src code and find this:

I change code in 
org.apache.cordova.file.AssetFilesystem.filesystemPathForURL(LocalFilesystemURL 
url) method, which was "return null" and is "return new File(rootUri.getPath(), 
url.path).toString()". Now "resourceApi.remapUri(origUri)" in 
SystemWebViewClient.shouldInterceptRequest() can return correct value of 
"cdvfile://localhost/assets/path" as "file:///android_asset/path", and script 
tag reads right content.

It is just like that most tasks are finished and just one hole is left. I 
cannot understand. Maybe it needs to test?


was (Author: zyf0330):
I just debug in src code.Find these two things:

1. I change code in 
org.apache.cordova.file.AssetFilesystem.filesystemPathForURL(LocalFilesystemURL 
url) method, which was "return null" and is "return new File(rootUri.getPath(), 
url.path).toString()". Now "resourceApi.remapUri(origUri)" in 
SystemWebViewClient.shouldInterceptRequest() can return correct value of 
"cdvfile://localhost/assets/path" as "file:///android_asset/path", and script 
tag reads right content.

2.I use "cdvfile://localhost/temporary/path" which is related to correct path, 
but a IOException is thrown and message is "permission deny". I have set 
permission of storage to open. If I use 
"cdvfile://localhost/cache-external/path", it could be accessed. That means app 
has no permission to access applicationStorageDirectory as 
"root/data/user/0/app-id/cache".

> use cdvfile: cannot import image or js
> --
>
> Key: CB-11305
> URL: https://issues.apache.org/jira/browse/CB-11305
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
>Affects Versions: 6.2.0
> Environment: cordova 6.6.1
> android 5.1.1
>Reporter: zhuisui
>
> I use cdvfile://localhost/assets/path to show img and import js, and it 
> doesn't work. I haven't seen anything about using with assets, but 
> window.resolveLocalFileSystemURL can handle it to native URL 
> file:///android_asset/path, so I think it should be normal as expected.
> And I didn't test about cdvfile://localhost/temporary|persistent.
> And, I use cordova-cli 6.6.1, but it is not in "Affects Version/s".



--
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-11241) File encoding test fails with UTF-8 file encoding error on windows store submission

2016-05-24 Thread Vladimir Kotikov (JIRA)

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

Vladimir Kotikov commented on CB-11241:
---

[~nikhilkh], the change was made in order to keep the order of operations 
(prepare -> 'pre_package hook' -> 'bomify' -> build) after adding simulation 
for pre_package hook [here|https://github.com/apache/cordova-lib/pull/356]. 
Since 'prepare' functionality is now offered by platform and platform is not 
aware of hooks functionality, the only chance to insert 'pre_package' hook 
before adding BOM signatures was to move this functionality to 'build' module 
and call it right before build stage.

Although there were a recommendations to make this change, I personally don't 
think that it was really necessary - [a quick search on 
Github|https://github.com/search?l=xml=1=pre_package=Code=%E2%9C%93]
 shows that 'pre_package' hook mostly used for things, different than changing 
files inside 'www' and hence there is no big difference in firing it before or 
after BOM has added to 'www' files.

So IMO [this change|https://github.com/apache/cordova-windows/pull/134] to 
Windows platform can be reverted to restore the original behavior of 'prepare' 
command.
Thoughts?


> File encoding test fails with UTF-8 file encoding error on windows store 
> submission
> ---
>
> Key: CB-11241
> URL: https://issues.apache.org/jira/browse/CB-11241
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib, Windows
>Affects Versions: 6.1.1
>Reporter: Michael Schmidt
>  Labels: cannot-reproduce, triaged, wfc
>
> File encoding test
> ```
> FAILED
> UTF-8 file encoding
> Error Found: The UTF-8 file encoding test detected the following errors:
> File www\cordova_plugins.js is not properly UTF-8 encoded. Re-save the file 
> as UTF-8 (including Byte Order Mark).
> File www\cordova-js-src\exec.js is not properly UTF-8 encoded. Re-save the 
> file as UTF-8 (including Byte Order Mark).
> File www\cordova-js-src\platform.js is not properly UTF-8 encoded. Re-save 
> the file as UTF-8 (including Byte Order Mark).
> File www\js\app.js is not properly UTF-8 encoded. Re-save the file as UTF-8 
> (including Byte Order Mark).
> File www\js\libs.js is not properly UTF-8 encoded. Re-save the file as UTF-8 
> (including Byte Order Mark).
> File www\plugins\cordova-plugin-console\www\console-via-logger.js is not 
> properly UTF-8 encoded. Re-save the file as UTF-8 (including Byte Order Mark).
> ...
> Impact if not fixed: HTML, CSS, and JavaScript files must be encoded in UTF-8 
> form with a corresponding byte-order mark (BOM) in order to benefit from 
> bytecode caching and to avoid other runtime error conditions.
> How to fix: Open the affected file, and select "Save As..." option from the 
> File menu in Visual Studio. Select the drop-down control next to the Save 
> button and select "Save with Encoding..." option. From the Advanced save 
> options dialog, choose the "Unicode (UTF-8 with signature)" option and click 
> the OK 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] [Comment Edited] (CB-11305) use cdvfile: cannot import image or js

2016-05-24 Thread zhuisui (JIRA)

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

zhuisui edited comment on CB-11305 at 5/24/16 8:21 AM:
---

I just debug in src code.Find these two things:

1. I change code in 
org.apache.cordova.file.AssetFilesystem.filesystemPathForURL(LocalFilesystemURL 
url) method, which was "return null" and is "return new File(rootUri.getPath(), 
url.path).toString()". Now "resourceApi.remapUri(origUri)" in 
SystemWebViewClient.shouldInterceptRequest() can return correct value of 
"cdvfile://localhost/assets/path" as "file:///android_asset/path", and script 
tag reads right content.

2.I use "cdvfile://localhost/temporary/path" which is related to correct path, 
but a IOException is thrown and message is "permission deny". I have set 
permission of storage to open. If I use 
"cdvfile://localhost/cache-external/path", it could be accessed. That means app 
has no permission to access applicationStorageDirectory as 
"root/data/user/0/app-id/cache".


was (Author: zyf0330):
I just debug in src code.Find these two things:

1. I change code in 
org.apache.cordova.file.AssetFilesystem.filesystemPathForURL(LocalFilesystemURL 
url) method, which was "return null" and is "return new File(rootUri.getPath(), 
url.path).toString()". Now "resourceApi.remapUri(origUri)" in 
SystemWebViewClient.shouldInterceptRequest() can return correct value of 
"cdvfile://localhost/assets/path" as "file:///android_asset/path", and script 
tag reads right content.

2.I use "cdvfile://localhost/temporary/path" which is related to correct path, 
but a IOException is thrown and message is "permission deny". I have set 
permission of storage to open. If I use 
"cdvfile://localhost/cache-external/path", it could be access. That means app 
has no permission to access applicationStorageDirectory as 
"root/data/user/0/app-id/cache".

> use cdvfile: cannot import image or js
> --
>
> Key: CB-11305
> URL: https://issues.apache.org/jira/browse/CB-11305
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
>Affects Versions: 6.2.0
> Environment: cordova 6.6.1
> android 5.1.1
>Reporter: zhuisui
>
> I use cdvfile://localhost/assets/path to show img and import js, and it 
> doesn't work. I haven't seen anything about using with assets, but 
> window.resolveLocalFileSystemURL can handle it to native URL 
> file:///android_asset/path, so I think it should be normal as expected.
> And I didn't test about cdvfile://localhost/temporary|persistent.
> And, I use cordova-cli 6.6.1, but it is not in "Affects Version/s".



--
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-11197) Android status bar appears when keyboard pops up.

2016-05-24 Thread Vladimir Kotikov (JIRA)

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

Vladimir Kotikov closed CB-11197.
-
Resolution: Fixed

> Android status bar appears when keyboard pops up.
> -
>
> Key: CB-11197
> URL: https://issues.apache.org/jira/browse/CB-11197
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Statusbar
>Affects Versions: 2.1.0
> Environment: cordova 6.1.1
> cordova-plugin-console 1.0.2 "Console"
> cordova-plugin-device 1.1.0 "Device"
> cordova-plugin-file 3.0.0 "File"
> cordova-plugin-file-transfer 1.4.0 "File Transfer"
> cordova-plugin-statusbar 2.1.3 "StatusBar"
> cordova-plugin-whitelist 1.2.0 "Whitelist"
>Reporter: David Hooey
>Assignee: Vladimir Kotikov
>  Labels: regression, triaged
> Attachments: NoStatusBar.png, 
> StatusBarShowsAfterKeyboardShowAndHide.png
>
>
> When configuring for full screen app, the statusbar will appear when the 
> keyboard pops up for input. The iOS build is fine. The previous version 
> {{cordova-plugin-statusbar 2.0.0}} does not exhibit this problem.
> {code}
> 
> 
> 
> {code}
> Also mentioned in this 
> [post|http://stackoverflow.com/questions/36156357/cordova-status-bar-plugin-doesnt-work-in-android-when-keyboard-pops-up].



--
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-11197) Android status bar appears when keyboard pops up.

2016-05-24 Thread Vladimir Kotikov (JIRA)

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

Vladimir Kotikov updated CB-11197:
--
Labels: regression triaged  (was: regression triaged wfc)

> Android status bar appears when keyboard pops up.
> -
>
> Key: CB-11197
> URL: https://issues.apache.org/jira/browse/CB-11197
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Statusbar
>Affects Versions: 2.1.0
> Environment: cordova 6.1.1
> cordova-plugin-console 1.0.2 "Console"
> cordova-plugin-device 1.1.0 "Device"
> cordova-plugin-file 3.0.0 "File"
> cordova-plugin-file-transfer 1.4.0 "File Transfer"
> cordova-plugin-statusbar 2.1.3 "StatusBar"
> cordova-plugin-whitelist 1.2.0 "Whitelist"
>Reporter: David Hooey
>Assignee: Vladimir Kotikov
>  Labels: regression, triaged
> Attachments: NoStatusBar.png, 
> StatusBarShowsAfterKeyboardShowAndHide.png
>
>
> When configuring for full screen app, the statusbar will appear when the 
> keyboard pops up for input. The iOS build is fine. The previous version 
> {{cordova-plugin-statusbar 2.0.0}} does not exhibit this problem.
> {code}
> 
> 
> 
> {code}
> Also mentioned in this 
> [post|http://stackoverflow.com/questions/36156357/cordova-status-bar-plugin-doesnt-work-in-android-when-keyboard-pops-up].



--
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-11197) Android status bar appears when keyboard pops up.

2016-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11197:
-

Github user asfgit closed the pull request at:

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


> Android status bar appears when keyboard pops up.
> -
>
> Key: CB-11197
> URL: https://issues.apache.org/jira/browse/CB-11197
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Statusbar
>Affects Versions: 2.1.0
> Environment: cordova 6.1.1
> cordova-plugin-console 1.0.2 "Console"
> cordova-plugin-device 1.1.0 "Device"
> cordova-plugin-file 3.0.0 "File"
> cordova-plugin-file-transfer 1.4.0 "File Transfer"
> cordova-plugin-statusbar 2.1.3 "StatusBar"
> cordova-plugin-whitelist 1.2.0 "Whitelist"
>Reporter: David Hooey
>Assignee: Vladimir Kotikov
>  Labels: regression, triaged, wfc
> Attachments: NoStatusBar.png, 
> StatusBarShowsAfterKeyboardShowAndHide.png
>
>
> When configuring for full screen app, the statusbar will appear when the 
> keyboard pops up for input. The iOS build is fine. The previous version 
> {{cordova-plugin-statusbar 2.0.0}} does not exhibit this problem.
> {code}
> 
> 
> 
> {code}
> Also mentioned in this 
> [post|http://stackoverflow.com/questions/36156357/cordova-status-bar-plugin-doesnt-work-in-android-when-keyboard-pops-up].



--
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-11197) Android status bar appears when keyboard pops up.

2016-05-24 Thread ASF subversion and git services (JIRA)

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

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

Commit cfce72991210086ef27c74e31570231639cf75e2 in cordova-plugin-statusbar's 
branch refs/heads/master from [~vladimir.kotikov]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-statusbar.git;h=cfce729
 ]

CB-11197 Keep status bar hidden when keyboard pops up

 This closes #59


> Android status bar appears when keyboard pops up.
> -
>
> Key: CB-11197
> URL: https://issues.apache.org/jira/browse/CB-11197
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Statusbar
>Affects Versions: 2.1.0
> Environment: cordova 6.1.1
> cordova-plugin-console 1.0.2 "Console"
> cordova-plugin-device 1.1.0 "Device"
> cordova-plugin-file 3.0.0 "File"
> cordova-plugin-file-transfer 1.4.0 "File Transfer"
> cordova-plugin-statusbar 2.1.3 "StatusBar"
> cordova-plugin-whitelist 1.2.0 "Whitelist"
>Reporter: David Hooey
>Assignee: Vladimir Kotikov
>  Labels: regression, triaged, wfc
> Attachments: NoStatusBar.png, 
> StatusBarShowsAfterKeyboardShowAndHide.png
>
>
> When configuring for full screen app, the statusbar will appear when the 
> keyboard pops up for input. The iOS build is fine. The previous version 
> {{cordova-plugin-statusbar 2.0.0}} does not exhibit this problem.
> {code}
> 
> 
> 
> {code}
> Also mentioned in this 
> [post|http://stackoverflow.com/questions/36156357/cordova-status-bar-plugin-doesnt-work-in-android-when-keyboard-pops-up].



--
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-11189) Deprecation and other Warnings with XCode 7.3 and InAppBrowser 1.4.0

2016-05-24 Thread Danilo Cicognani (JIRA)

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

Danilo Cicognani edited comment on CB-11189 at 5/24/16 6:53 AM:


I tried to submit my App to App Store (it was an update of a previously 
distributed App) and it was accepted. I don't know if a new App with these 
warnings will be accepted.


was (Author: piciuriello):
I tried to submit the App to App Store (it was an update of a previously 
distributed App) and it was accepted. I don't know if a new App with these 
warnings will be accepted.

> Deprecation and other Warnings with XCode 7.3 and InAppBrowser 1.4.0
> 
>
> Key: CB-11189
> URL: https://issues.apache.org/jira/browse/CB-11189
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 1.4.0
> Environment: XCode 7.3
>Reporter: Danilo Cicognani
>Priority: Minor
>  Labels: easyfix, ios, triaged
>
> After adding plugin InAppBrowser XCode 7.3 repors some warning.
> To test I created a test app:
> cordova create testPlugin com.example.testplugin testPlugin
> cd testPlugin
> cordova platform add ios
> cordova plugin add cordova-plugin-inappbrowser
> Then I opened XCode and run the App. I got these warnings:
> 'UIBarButtonItemStyleBordered' is deprecated: first deprecated in iOS 8.0 - 
> Use UIBarButtonItemStylePlain when minimum deployment target is iOS7 or later.
> Null passed to a callee that requires a non-null argument
> Conflicting return type in implementation of 'supported interface 
> orientations': 'UIInterfaceOrientationMask' (aka 'enum 
> UIInterfaceOrientationMask') vs 'NSUInteger' (aka 'unsigned int')



--
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-11189) Deprecation and other Warnings with XCode 7.3 and InAppBrowser 1.4.0

2016-05-24 Thread Danilo Cicognani (JIRA)

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

Danilo Cicognani commented on CB-11189:
---

I tried to submit the App to App Store (it was an update of a previously 
distributed App) and it was accepted. I don't know if a new App with these 
warnings will be accepted.

> Deprecation and other Warnings with XCode 7.3 and InAppBrowser 1.4.0
> 
>
> Key: CB-11189
> URL: https://issues.apache.org/jira/browse/CB-11189
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 1.4.0
> Environment: XCode 7.3
>Reporter: Danilo Cicognani
>Priority: Minor
>  Labels: easyfix, ios, triaged
>
> After adding plugin InAppBrowser XCode 7.3 repors some warning.
> To test I created a test app:
> cordova create testPlugin com.example.testplugin testPlugin
> cd testPlugin
> cordova platform add ios
> cordova plugin add cordova-plugin-inappbrowser
> Then I opened XCode and run the App. I got these warnings:
> 'UIBarButtonItemStyleBordered' is deprecated: first deprecated in iOS 8.0 - 
> Use UIBarButtonItemStylePlain when minimum deployment target is iOS7 or later.
> Null passed to a callee that requires a non-null argument
> Conflicting return type in implementation of 'supported interface 
> orientations': 'UIInterfaceOrientationMask' (aka 'enum 
> UIInterfaceOrientationMask') vs 'NSUInteger' (aka 'unsigned int')



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