[jira] [Commented] (CB-12873) Options needed to customize caputure button

2017-05-31 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12873:
-

GitHub user charlesverge opened a pull request:

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

CB-12873: Add customization options for caputre button, resizing of v…

…ideo browser resize

Reported issue https://issues.apache.org/jira/browse/CB-12873



### Platforms affected

browser platform

### What does this PR do?



The browser version of the camera plugin is missing

Adds options to configure
class name for div which holds video preview
Option to disable audio
Adds Cancel button
Resizing of video upon browser resize or orientation change
Graceful activation of file selector dialog and visibility of file input

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

Tested on chrome and firefox

### Checklist
- [x ] [Reported an 
issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
- [X ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.


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

$ git pull https://github.com/charlesverge/cordova-plugin-camera 
CB-12873cordova-plugin-camera

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

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


commit 4c09f37c680fa6bb076ed526766145a53fc0d10a
Author: Charles Verge 
Date:   2017-05-31T23:32:09Z

CB-12873: (browser) Add customization options for caputre button, resizing 
of video browser resize




> Options needed to customize caputure button
> ---
>
> Key: CB-12873
> URL: https://issues.apache.org/jira/browse/CB-12873
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: 6.2.2
> Environment: browser
>Reporter: Charles Verge
>  Labels: browser, camera
>
> The browser version of the camera plugin is missing
> # Options to configure
> ## text for capture button
> ## Class
> ## Cancel button
> ## zIndex
> ## position
> # Cancel button
> # Resizing of video upon browser resize or orientation change
> # Graceful activation of file selector dialog and visibility of file input



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12122) Incompatible plugin should make the build fail, not be skipped silently

2017-05-31 Thread 165537 (JIRA)

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

165537 commented on CB-12122:
-

Any update on this? I've just been bitten again by it. This should really 
follow the "fail fast" paradigm. I can't really imagine anyone being happy 
getting a correct build without the plugin!

> Incompatible plugin should make the build fail, not be skipped silently
> ---
>
> Key: CB-12122
> URL: https://issues.apache.org/jira/browse/CB-12122
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli, cordova-plugman
>Affects Versions: 6.3.0
>Reporter: 165537
>
> When compiling (on Phonegap Build) a project containing a plugin which 
> Cordova's version is incompatible, the plugin is silently skipped and the 
> build is successful. Of course the functionalities of the plugin won't work 
> in the app. Eg, here's what I got when compiling phonegap-plugin-push with 
> Cordova 6.3.0:
> Fetching plugin "phonegap-plugin-push@1.9.0" via npm
> Installing "phonegap-plugin-push" at "1.9.0" for android
> Plugin doesn't support this project's cordova version. cordova: 6.3.2, failed 
> version requirement: >=6.4.0
> Skipping 'phonegap-plugin-push' for android



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Updated] (CB-12873) Options needed to customize caputure button

2017-05-31 Thread Charles Verge (JIRA)

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

Charles Verge updated CB-12873:
---
Description: 
The browser version of the camera plugin is missing
# Options to configure
## text for capture button
## Class
## Cancel button
## zIndex
## position
# Cancel button
# Resizing of video upon browser resize or orientation change
# Graceful activation of file selector dialog and visibility of file input


  was:
The browser version of the camera plugin is missing
# Options to configure
## text for capture button
## Class
## Cancel button
## zIndex
## position
# Cancel button
# Resizing of video upon browser resize or orientation change



> Options needed to customize caputure button
> ---
>
> Key: CB-12873
> URL: https://issues.apache.org/jira/browse/CB-12873
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: 6.2.2
> Environment: browser
>Reporter: Charles Verge
>  Labels: browser, camera
>
> The browser version of the camera plugin is missing
> # Options to configure
> ## text for capture button
> ## Class
> ## Cancel button
> ## zIndex
> ## position
> # Cancel button
> # Resizing of video upon browser resize or orientation change
> # Graceful activation of file selector dialog and visibility of file input



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Created] (CB-12873) Options needed to customize caputure button

2017-05-31 Thread Charles Verge (JIRA)
Charles Verge created CB-12873:
--

 Summary: Options needed to customize caputure button
 Key: CB-12873
 URL: https://issues.apache.org/jira/browse/CB-12873
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-camera
Affects Versions: 6.2.2
 Environment: browser
Reporter: Charles Verge


The browser version of the camera plugin is missing
# Options to configure
## text for capture button
## Class
## Cancel button
## zIndex
## position
# Cancel button
# Resizing of video upon browser resize or orientation change




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Updated] (CB-12870) it is possible for module_not_found to happen, AND platforms[%NAME%] to not be valid & not all cases are caught properly in Api.js

2017-05-31 Thread Audrey So (JIRA)

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

Audrey So updated CB-12870:
---
Description: 
cordova platform add ~/cordova/cordova-ios/ -->

"Using this version of Cordova with older version of cordova-ios is deprecated. 
Upgrade to cordova-ios@4.0.0 or newer."

  was:
cordova platform add ~/cordova/cordova-ios/ -->

"Using this version of Cordova with older version of cordova-ios is deprecated. 
Upgrade to cordova-ios@4.0.0 or newer."

Also, remove browser from the "no Api.js" list.


>  it is possible for module_not_found to happen, AND platforms[%NAME%] to not 
> be valid & not all cases are caught properly in Api.js 
> 
>
> Key: CB-12870
> URL: https://issues.apache.org/jira/browse/CB-12870
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-lib
>Affects Versions: cordova@7.0.0
>Reporter: Audrey So
> Fix For: cordova@7
>
>
> cordova platform add ~/cordova/cordova-ios/ -->
> "Using this version of Cordova with older version of cordova-ios is 
> deprecated. Upgrade to cordova-ios@4.0.0 or newer."



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12851) iOS - Media Plugin wont play after release

2017-05-31 Thread Shawn Makinson (JIRA)

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

Shawn Makinson commented on CB-12851:
-

See attached files. release() is wrapped in MediaPlayerCordova.js

npm run build before running on iOS simulator. From the cordova dir: cordova 
emulate ios

Play a station. It should play. Play another, it won't play. You will see 
message in console.

Open src/store.js and comment out line 19
Open src/components/Index.vue and uncomment line 44

npm run build before running on iOS simulator. From the cordova dir: cordova 
emulate ios

Play a station. It should play. Play another. It should play. Play another. It 
should play.

Android works with the line in store.js



> iOS - Media Plugin wont play after release
> --
>
> Key: CB-12851
> URL: https://issues.apache.org/jira/browse/CB-12851
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media
>Affects Versions: cordova@7.0.0
> Environment: iOS Simulator ( I don't own an iphone to test )
>Reporter: Shawn Makinson
>Priority: Blocker
> Attachments: media-repro.zip
>
>
> I have an app that plays an infinite audio stream and if a different stream 
> is chosen the current Media instance is released and a new one created with 
> the new src. It works as expected on android, but on iOS it only plays the 
> first instance. Once release is called it will no longer play. I get error 
> code 4 with no message.
> Media plugin version 3.0.1



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12868) Improve telemetry.cordova.io

2017-05-31 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-12868:
---

Also [~purplecabbage] brought up a more enhanced search of repos on Github 
using the GA code: 
https://github.com/search?q=UA-64283057-7=Code=%E2%9C%93 I've sent 
issues to the repos that I thought are relevant 

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Updated] (CB-12851) iOS - Media Plugin wont play after release

2017-05-31 Thread Shawn Makinson (JIRA)

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

Shawn Makinson updated CB-12851:

Attachment: media-repro.zip

I left all the cordova files in the zip, but will need to npm install the root 
folder.

> iOS - Media Plugin wont play after release
> --
>
> Key: CB-12851
> URL: https://issues.apache.org/jira/browse/CB-12851
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media
>Affects Versions: cordova@7.0.0
> Environment: iOS Simulator ( I don't own an iphone to test )
>Reporter: Shawn Makinson
>Priority: Blocker
> Attachments: media-repro.zip
>
>
> I have an app that plays an infinite audio stream and if a different stream 
> is chosen the current Media instance is released and a new one created with 
> the new src. It works as expected on android, but on iOS it only plays the 
> first instance. Once release is called it will no longer play. I get error 
> code 4 with no message.
> Media plugin version 3.0.1



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Comment Edited] (CB-12868) Improve telemetry.cordova.io

2017-05-31 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah edited comment on CB-12868 at 5/31/17 7:38 PM:


[~Sujan12] 
- The current report was created by a contributor that has moved on from the 
project
- Apparently weexpack copied our code but didn't change the GA code: 
https://github.com/weexteam/weex-pack/blob/b1d4b779f0c83798be2982f389af86465c1d0387/src/telemetry.js#L33
- We control the GA account. I'll try to add the calculated fields...




was (Author: shazron):
[~Sujan12] 
- The current report was created by a contributor that has moved on from the 
project
- Apparently Apache Weex (incubator) copied our code but didn't change the GA 
code: 
https://github.com/weexteam/weex-pack/blob/b1d4b779f0c83798be2982f389af86465c1d0387/src/telemetry.js#L33
- We control the GA account. I'll try to add the calculated fields...



> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12868) Improve telemetry.cordova.io

2017-05-31 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-12868:
---

[~Sujan12] 
- The current report was created by a contributor that has moved on from the 
project
- Apparently Apache Weex (incubator) copied our code but didn't change the GA 
code: 
https://github.com/weexteam/weex-pack/blob/b1d4b779f0c83798be2982f389af86465c1d0387/src/telemetry.js#L33
- We control the GA account. I'll try to add the calculated fields...



> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Assigned] (CB-12315) Contacts Plugin returns same URL for all photos in array

2017-05-31 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen reassigned CB-12315:


Assignee: (was: Jesse MacFadyen)

> Contacts Plugin returns same URL for all photos in array
> 
>
> Key: CB-12315
> URL: https://issues.apache.org/jira/browse/CB-12315
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-contacts
>Affects Versions: 6.4.0
>Reporter: Joshua Rowe
>  Labels: android6.0, triaged
> Fix For: 6.4.0
>
>
> Example:  Contact ID 1000 has three photos which are returned in an array in 
> the contacts object.  However, all three photo URL's are the same for each of 
> the photos returned.
> 
> var options = new ContactFindOptions();
> options.filter = "";
> options.multiple = true;
> options.hasPhoneNumber = true;
> var fields = ["id", "photos"];
> navigator.contacts.find(fields, ContactListSuccess, ContactListError, 
> options);
> function ContactListSuccess(contacts) {
> for (var i = 0; i < contacts.length; i++) {
> console.log(contacts[i].id);
> 
> for (var j = 0; j < contacts[i].photos.length; j++) {
> console.log(j + " - " + contacts[i].photos[j].value);
> }
> }
> }
> function ContactListError(error) {
> console.error(error);
> }
> 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Resolved] (CB-12590) Create a generic test platform

2017-05-31 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-12590.
--
Resolution: Fixed

https://github.com/apache/cordova-test-platform

> Create a generic test platform 
> ---
>
> Key: CB-12590
> URL: https://issues.apache.org/jira/browse/CB-12590
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-lib
>Reporter: Audrey So
>Assignee: Jesse MacFadyen
> Fix For: 7.0.0
>
>
> In order to improve testing, create a generic test platform. For now, this 
> generic test platform should be able to replace android for platform add/rm 
> tests. Most likely will be called "cordova-platform-test".



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12868) Improve telemetry.cordova.io

2017-05-31 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen commented on CB-12868:
--

Looking great sofar!
I would like to +1 seeing aggregated OS, and environment data.
ie, in addition to seeing the detailed version, Windows 10, Windows 8.1, ... a 
summary version with Windows, OSX, Linux
and NodeJS, a summary that is grouped also, ala ...  Node 7.x, 6.x, ...


> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12868) Improve telemetry.cordova.io

2017-05-31 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12868:
-

>> Does anybody know what the filter "Page contains '-'" is used for? I don't 
>> really understand that one.
> I'm not sure I follow

The old dashboard sometimes filters "Pages" that contain '- ' from graphs. (It 
also filters "Pages" that contain "telemetry" sometimes, which makes sense as 
these are the "telemetry = on/off" calls). But the "-" thing I don't 
understand. Do you know who created the current report?

>> What are these "Cordova Version"s with values like "0.3.5" etc?
> probably an anomaly during testing the CLI. We didn't have telemetry until 
> newer versions

Yep, that's why this even makes less sense: In March this year there were a few 
hundred users reported as "0.3.4", "0.3.5" and "0.3.6". I can't imagine where 
these come from.

>> Who is in "control" of the data set?
> we control it in the CLI

Yes, but the data is sent to GA for collection. This data set is then sent to 
Data Studio for graphing. The person "owning" that data set (and probably 
Analytics account) can also add calculated fields: 
https://support.google.com/datastudio/answer/6299685?hl=en + 
https://support.google.com/datastudio/table/6379764 Using this you could 
probably make stuff like "Group all Node 6 versions together as "6.x" (via some 
creative REGEXP_EXTRACT usage) or "Group all Windows versions and apply an 
attribute 'Windows'" (probably also  REGEXP_EXTRACT) which is not possible in 
Data Studio directly.

> For the Management Summary dashboard, [ ...]
> 3. Top 10 countries, in descending order

This one I can create with the current data set, for the others see previous 
answer.

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12868) Improve telemetry.cordova.io

2017-05-31 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-12868:
---

Assigned to you (you have karma to assign issues to yourself now). Thank you 
for doing this!

- I'm not sure I follow
- probably an anomaly during testing the CLI. We didn't have telemetry until 
newer versions
- we control it in the CLI. See https://github.com/apache/cordova-cli example 
https://github.com/apache/cordova-cli/blob/6f7d314c3dc423c1d1437ae5d7a7e81e0f0d7d01/src/cli.js#L213

For the Management Summary dashboard, I am primarily interested in three things 
which relate to the project moving forward with upgrades/deprecations/focus. 
Not sure if any of these are possible:
1. Node version usage percentage (e.g. Node 6 and greater, Node 4, Other). 
Basically only interested in node 6 percentage so we can justify moving on from 
node 4 minimum)
2. Aggregate OS %age (Windows, OS X, Linux, Other)
3. Top 10 countries, in descending order
 

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Assigned] (CB-12868) Improve telemetry.cordova.io

2017-05-31 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah reassigned CB-12868:
-

Assignee: Jan Piotrowski

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12868) Improve telemetry.cordova.io

2017-05-31 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12868:
-

Up to 8000px now...

Structured the graphs a bit more and added labels (instead of just dumping all 
in as earlier today). 

Unfortunately, Node Versions are so fragmented that these graphs don't make 
much sense for bigger time frames.

I think that I will now identify the most important graphs and combine them 
into a "Management Summary" dashboard. Suggestions which one should be in there?

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12858) Include Exif data with Android Images

2017-05-31 Thread Kerri Shotts (JIRA)

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

Kerri Shotts commented on CB-12858:
---

Not commenting on the merits of the issue one way or the other. Just wanted to 
mention that there is a fork that appears to support this: 
https://github.com/vigyanhoon/cordova-plugin-camera-exifdata/tree/master/src, 
and an alternative method: 
https://github.com/remoorejr/cordova-plugin-camera-with-exif

> Include Exif data with Android Images
> -
>
> Key: CB-12858
> URL: https://issues.apache.org/jira/browse/CB-12858
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-camera
>Reporter: Homerlex
>
> When we do camera.getPicture (Camera.DestinationType.DATA_URL in our case) we 
> get exif data in the image on iOS but not Android.  Why not include it for 
> Android as well?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12857) Discovered plugin "Device" in config.xml. Adding it to the project Failed to restore plugin "Device" from config.xml. You might need to try adding it again. Error: Error:

2017-05-31 Thread Audrey So (JIRA)

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

Audrey So commented on CB-12857:


HmmmHave you tried removing device and adding it again?

cordova plugin remove cordova-plugin-device 

cordova plugin add cordova-plugin-device

What platforms and other plugins do you have installed?

> Discovered plugin "Device" in config.xml. Adding it to the project Failed to 
> restore plugin "Device" from config.xml. You might need to try adding it 
> again. Error: Error: Registry returned 404 for GET on 
> https://registry.npmjs.org/Device
> -
>
> Key: CB-12857
> URL: https://issues.apache.org/jira/browse/CB-12857
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Reporter: navitha
>
> Discovered plugin "Device" in config.xml. Adding it to the project
> Failed to restore plugin "Device" from config.xml. You might need to try 
> adding it again. Error: Error: Registry returned 404 for GET on 
> https://registry.npmjs.org/Device
> I got this error during run my project.. anyone help me... 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12688) XHR to local network with CSP ms-appx works on phone but not on PC (Windows 10 UWP)

2017-05-31 Thread Ali Mustafa (JIRA)

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

Ali Mustafa commented on CB-12688:
--

just saw there is an open issue about this:
https://issues.apache.org/jira/browse/CB-12628

> XHR to local network with CSP ms-appx works on phone but not on PC (Windows 
> 10 UWP)
> ---
>
> Key: CB-12688
> URL: https://issues.apache.org/jira/browse/CB-12688
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Affects Versions: 4.3.2
> Environment: Cordova version is 6.2.0, PC Windows version is 
> 10.0.14393 on x64.
>Reporter: Peter Hoyer
>  Labels: windows
>
> In a Cordova-based app I need to send XMLHttpRequest requests to a 
> destination in the local network. Following  
> https://github.com/apache/cordova-windows/blob/master/cordova-windows10.md I 
> have set the policy:
> 
>  
>  
> In the Cordova build file. Local network access now works fine on the phone, 
> but not on the PC. Although the PC correctly uses the URL base ms-appx:// (to 
> check I build a version causing a crash and WRE reports the correct URI 
> base), all local requests receive ready state 4 and status 0.
> I have made sure that there are neither access nor allow-navigation policies 
> in the xml file.
> Cordova version is 6.2.0, PC Windows version is 10.0.14393 on x64.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



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

2017-05-31 Thread Ali Mustafa (JIRA)

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

Ali Mustafa commented on CB-12628:
--

from looking at the 
docs(https://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#config-file)
 it seems there are special attributes for Windows platform.

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



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12688) XHR to local network with CSP ms-appx works on phone but not on PC (Windows 10 UWP)

2017-05-31 Thread Ali Mustafa (JIRA)

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

Ali Mustafa commented on CB-12688:
--

[~peterhoyer] does this:




adds the capability to the manifest? I am not able to get it to work.

repro:
- I added these lines to config.xml
- run: cordova prepare

> XHR to local network with CSP ms-appx works on phone but not on PC (Windows 
> 10 UWP)
> ---
>
> Key: CB-12688
> URL: https://issues.apache.org/jira/browse/CB-12688
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Affects Versions: 4.3.2
> Environment: Cordova version is 6.2.0, PC Windows version is 
> 10.0.14393 on x64.
>Reporter: Peter Hoyer
>  Labels: windows
>
> In a Cordova-based app I need to send XMLHttpRequest requests to a 
> destination in the local network. Following  
> https://github.com/apache/cordova-windows/blob/master/cordova-windows10.md I 
> have set the policy:
> 
>  
>  
> In the Cordova build file. Local network access now works fine on the phone, 
> but not on the PC. Although the PC correctly uses the URL base ms-appx:// (to 
> check I build a version causing a crash and WRE reports the correct URI 
> base), all local requests receive ready state 4 and status 0.
> I have made sure that there are neither access nor allow-navigation policies 
> in the xml file.
> Cordova version is 6.2.0, PC Windows version is 10.0.14393 on x64.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12868) Improve telemetry.cordova.io

2017-05-31 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12868:
-

Increased size to 4000 as I added a lot more graphs.

I also renamed all the filters, which applies to the original page as well, but 
shouldn't have any visual effect so the old report stays unchanged. One day 
that should be cleaned up as most of them are duplicated.

I think the new graphs are starting to uncover actually "interesting" bits as 
e.g. how node versions changed, telemetry opt-in going down after a good start, 
adaption of Cordova Versions etc.

(Data Studio is a pain to use today... timing out all the data and losing 
changes)

Some questions:

- Does anybody know what the filter "Page contains '-'" is used for? I don't 
really understand that one.
- What are these "Cordova Version"s with values like "0.3.5" etc?
- Who is in "control" of the data set? I think it would be interesting to add 
some calculated fields like "OS X" or "Windows", maybe even major Node versions 
or similar. Right now it's sometimes a bit much detail to graph.

PS: Data from yesterday is strange...

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12871) Open SSL on android version 4.x

2017-05-31 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-12871:
---

What are you doing to get that error? Navigating to an external page? an AJAX 
call? something else?

Who is the issuer of your server certificate?



> Open SSL on android version 4.x
> ---
>
> Key: CB-12871
> URL: https://issues.apache.org/jira/browse/CB-12871
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: 5.4.1
>Reporter: Thuong Tran Van
>Priority: Critical
>
> Android version 4.x could not make a connection request. The error is below:
> javax.net.ssl.SSLHandshakeException: javax.net.ssl.SSLProtocolException: SSL 
> handshake aborted: ssl=0x7eb40640: Failure in SSL
> error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake 
> failure (external/openssl/ssl/s23_clnt.c
> It is working well from version 5.x



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



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

2017-05-31 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-3232:


GitHub user alsorokin reopened a pull request:

https://github.com/apache/cordova-plugin-file/pull/206

do not merge



### Platforms affected


### What does this PR do?


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


### Checklist
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.


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

$ git pull https://github.com/alsorokin/cordova-plugin-file master

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

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


commit 9b8ee179be1156d57772c316d8441c9b84297521
Author: Alexander Sorokin 
Date:   2017-05-31T10:38:18Z

do not merge




> "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: cordova-blackberry (DEPRECATED), cordova-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.15#6346)

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



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

2017-05-31 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-3232:


Github user alsorokin closed the pull request at:

https://github.com/apache/cordova-plugin-file/pull/206


> "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: cordova-blackberry (DEPRECATED), cordova-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.15#6346)

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



[jira] [Commented] (CB-12868) Improve telemetry.cordova.io

2017-05-31 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12868:
-

Is anybody depending on the size of the report (to e.g. be printable)? I 
increased the pixel size from 1200 to 2000 for now to have a bit more space to 
work with.

I also had a first go at some kind of "styling": 
https://datastudio.google.com/u/0/org//reporting/0B-Ja5cNOX_XLTElHdWd4V2NUem8/page/9AEF
 (graph positioning is quite random for now)

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



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

2017-05-31 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-3232:


GitHub user alsorokin opened a pull request:

https://github.com/apache/cordova-plugin-file/pull/206

do not merge



### Platforms affected


### What does this PR do?


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


### Checklist
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.


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

$ git pull https://github.com/alsorokin/cordova-plugin-file master

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

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


commit 9b8ee179be1156d57772c316d8441c9b84297521
Author: Alexander Sorokin 
Date:   2017-05-31T10:38:18Z

do not merge




> "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: cordova-blackberry (DEPRECATED), cordova-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.15#6346)

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



[jira] [Commented] (CB-12839) Cordova FileTansfer fails with error code 2 when uploading on Windows 10

2017-05-31 Thread Nikita Matrosov (JIRA)

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

Nikita Matrosov commented on CB-12839:
--

[~bhwatts], I've tried to reproduce this error using your sample project w/o 
success. Sporadically, I'm getting an error after audio file is being recorded: 
'A media source cannot go from the stopped state to the paused state.', not 
sure what's causing it, but anyway, the audio file is created and I can upload 
it.  Also, it seems to me that you forgot to add device capability to access 
microphone (w/o this capability I get the error: 'Access denied').

Could you please confirm that you don't get any information in error callback 
except for code?
Does this error reproduce if you run application w/o VS2015?

> Cordova FileTansfer fails with error code 2 when uploading on Windows 10
> 
>
> Key: CB-12839
> URL: https://issues.apache.org/jira/browse/CB-12839
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file-transfer
>Affects Versions: cordova@7.0.0
> Environment: Windows 10 with Visual Studio 2015
>Reporter: Brian Watts
>Priority: Blocker
>  Labels: windows
> Attachments: test2.zip
>
>
> I've been stuck on this for days.  I am pretty sure that it is a bug as I 
> have tried every possible combination of options in the upload call.  
> Furthermore, the same code works for iOS, Android, Windows Phone 8.1, Windows 
> Phone 10 and Windows Desktop 8.1. Windows Desktop 10 always fails with error 
> code 2 (syntax error).  I have also made tests with a minimal application 
> that just tests the upload function (plus a small portion that creates the 
> file to upload).
> {code}
> function upload_file() {
> var options = new FileUploadOptions();
> options.fileKey = "upfile";
> options.mimeType = 'm4a';
> var src = "ms-appdata:///temp/myalert.m4a";
> var ft = new FileTransfer(); 
> options.fileName = "myalert.m4a";
> options.chunkedMode = false;
> var server_name = "http://hp3.xpub.io;;
> ft.upload(src,server_name + "/alerts/upfile.php", upload_success, 
> upload_fail, options);
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12868) Improve telemetry.cordova.io

2017-05-31 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12868:
-

Got it. Good thinking re the email address :)

Duplicated the existing page as "Work in Progress" so the current stuff stays 
as it is. Will report back here when I make progress.

(I can't assign issues to me here, right?)

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12812) Statusbar plugin throws error on Browser platform

2017-05-31 Thread Ibrahim M. Ghazal (JIRA)

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

Ibrahim M. Ghazal commented on CB-12812:


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

> Statusbar plugin throws error on Browser platform
> -
>
> Key: CB-12812
> URL: https://issues.apache.org/jira/browse/CB-12812
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-browser, cordova-plugin-statusbar
>Affects Versions: Master
> Environment: Browser platform
>Reporter: Ibrahim M. Ghazal
>
> On the Browser platform, calling `StatusBar.styleDefault()` Throws error: 
> ERROR TypeError: win is not a function .
> The fix is very simple, just check if the callback exists before calling it.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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