[jira] [Created] (CB-12779) StatusBarOverlaysWebView to false does not work on iOS 10.3

2017-05-09 Thread JIRA
Thomas Fétiveau created CB-12779:


 Summary: StatusBarOverlaysWebView to false does not work on iOS 
10.3
 Key: CB-12779
 URL: https://issues.apache.org/jira/browse/CB-12779
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-statusbar
Reporter: Thomas Fétiveau


After upgrading iPhone to iOS 10.3, the status bar plugin setting 
StatusBarOverlaysWebView set to false does not work anymore.



--
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] [Closed] (CB-12771) My First

2017-05-09 Thread Kerri Shotts (JIRA)

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

Kerri Shotts closed CB-12771.
-
Resolution: Invalid

No description / generic title.

> My First
> 
>
> Key: CB-12771
> URL: https://issues.apache.org/jira/browse/CB-12771
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: AllPlatforms
>Affects Versions: 3.5.0
>Reporter: Rodrigo Machado
>Priority: Minor
>  Labels: newbie
> Fix For: Master
>
>




--
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-12397) add .gitignore for plugins & platforms to app template

2017-05-09 Thread Chris Brody (JIRA)

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

Chris Brody updated CB-12397:
-
Summary: add .gitignore for plugins & platforms to app template  (was: add 
.gitignore for plugins & platforms)

> add .gitignore for plugins & platforms to app template
> --
>
> Key: CB-12397
> URL: https://issues.apache.org/jira/browse/CB-12397
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-app-hello-world, cordova-cli, cordova-create, 
> cordova-lib
>Reporter: Chris Brody
>
> Followup to CB-12008 (autosave by default in cordova@7): if a user creates an 
> app using "cordova create" there should be a .gitignore file to exclude the 
> plugins and platforms artifacts from git.
> I raise this since I have seen way too many apps with outdated plugins / 
> platforms artifacts included in git.



--
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-12397) add .gitignore for plugins & platforms

2017-05-09 Thread Chris Brody (JIRA)

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

Chris Brody updated CB-12397:
-
Summary: add .gitignore for plugins & platforms  (was: template .gitignore 
add plugins & platforms)

> add .gitignore for plugins & platforms
> --
>
> Key: CB-12397
> URL: https://issues.apache.org/jira/browse/CB-12397
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-app-hello-world, cordova-cli, cordova-create, 
> cordova-lib
>Reporter: Chris Brody
>
> Followup to CB-12008 (autosave by default in cordova@7): if a user creates an 
> app using "cordova create" there should be a .gitignore file to exclude the 
> plugins and platforms artifacts from git.
> I raise this since I have seen way too many apps with outdated plugins / 
> platforms artifacts included in git.



--
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-12778) Photo album pictures keep saving with saveToPhotoAlbum: false

2017-05-09 Thread Rodinei Fagundes (JIRA)
Rodinei Fagundes created CB-12778:
-

 Summary: Photo album pictures keep saving with saveToPhotoAlbum: 
false
 Key: CB-12778
 URL: https://issues.apache.org/jira/browse/CB-12778
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-camera
 Environment: Android 6.0.1 / Moto G4 Play Harpia
Reporter: Rodinei Fagundes


If getPicture is called right after another getPicture, the image continues on 
photo album even with the saveToPhotoAlbum: false.

{code:javascript}

get cameraOptions(): CameraOptions {
return {
  allowEdit: false,
  destinationType: this.camera.DestinationType.NATIVE_URI,
  encodingType: this.camera.EncodingType.JPEG,
  quality: 100,
  saveToPhotoAlbum: false,
  sourceType: this.camera.PictureSourceType.CAMERA,
  targetHeight: 800,
  targetWidth: 800
};
}

public takePicture(): Promise {
  return this.camera.getPicture(this.cameraOptions);
}

// From my component
takePicture() {
  this.cameraService.takePicture().then(img => {
this.addToGallery(img);
this.takePicture();
  });
}
{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-12773) cordova 7 incorrectly handles cordovaDependency, grabs wrong versions

2017-05-09 Thread ASF subversion and git services (JIRA)

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

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

Commit 877818ec06752e938253c1c439e43276f17e6afd in cordova-lib's branch 
refs/heads/7.0.x from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=877818e ]

CB-12773: fixed incorrect plugin version fetching issue


> cordova 7 incorrectly handles cordovaDependency, grabs wrong versions
> -
>
> Key: CB-12773
> URL: https://issues.apache.org/jira/browse/CB-12773
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 7.0.0
>Reporter: Steve Gill
>Assignee: Steve Gill
> Fix For: 7.0.2
>
>
> cordova plugin add phonegap-push-plugin
> Grabs an old version instead of latest even though cordovaDependency object 
> is correct.



--
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-12769) Tools release May 8, 2017

2017-05-09 Thread ASF subversion and git services (JIRA)

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

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

Commit aa1284bd565cda72b57255ed1e84222612816dec in cordova-lib's branch 
refs/heads/7.0.x from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=aa1284b ]

CB-12769: updated release notes for 7.0.1


> Tools release May 8, 2017
> -
>
> Key: CB-12769
> URL: https://issues.apache.org/jira/browse/CB-12769
> 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";
> Release:
> corodva-lib@7
> cordova@7
> cordova-create@1.1.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-12769) Tools release May 8, 2017

2017-05-09 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12769: updated release notes for 7.0.1


> Tools release May 8, 2017
> -
>
> Key: CB-12769
> URL: https://issues.apache.org/jira/browse/CB-12769
> 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";
> Release:
> corodva-lib@7
> cordova@7
> cordova-create@1.1.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-12773) cordova 7 incorrectly handles cordovaDependency, grabs wrong versions

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

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

ASF GitHub Bot commented on CB-12773:
-

Github user asfgit closed the pull request at:

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


> cordova 7 incorrectly handles cordovaDependency, grabs wrong versions
> -
>
> Key: CB-12773
> URL: https://issues.apache.org/jira/browse/CB-12773
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 7.0.0
>Reporter: Steve Gill
>Assignee: Steve Gill
> Fix For: 7.0.2
>
>
> cordova plugin add phonegap-push-plugin
> Grabs an old version instead of latest even though cordovaDependency object 
> is correct.



--
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-12773) cordova 7 incorrectly handles cordovaDependency, grabs wrong versions

2017-05-09 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12773: fixed incorrect plugin version fetching issue


> cordova 7 incorrectly handles cordovaDependency, grabs wrong versions
> -
>
> Key: CB-12773
> URL: https://issues.apache.org/jira/browse/CB-12773
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 7.0.0
>Reporter: Steve Gill
>Assignee: Steve Gill
> Fix For: 7.0.2
>
>
> cordova plugin add phonegap-push-plugin
> Grabs an old version instead of latest even though cordovaDependency object 
> is correct.



--
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-12773) cordova 7 incorrectly handles cordovaDependency, grabs wrong versions

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

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

ASF GitHub Bot commented on CB-12773:
-

Github user codecov-io commented on the issue:

https://github.com/apache/cordova-lib/pull/553
  
# [Codecov](https://codecov.io/gh/apache/cordova-lib/pull/553?src=pr&el=h1) 
Report
> Merging 
[#553](https://codecov.io/gh/apache/cordova-lib/pull/553?src=pr&el=desc) into 
[master](https://codecov.io/gh/apache/cordova-lib/commit/be7f7ac6d6b6f2444972c5100c7b97bd023c25e7?src=pr&el=desc)
 will **increase** coverage by `<.01%`.
> The diff coverage is `100%`.

[![Impacted file tree 
graph](https://codecov.io/gh/apache/cordova-lib/pull/553/graphs/tree.svg?src=pr&width=650&token=KwBjKMXLqA&height=150)](https://codecov.io/gh/apache/cordova-lib/pull/553?src=pr&el=tree)

```diff
@@Coverage Diff @@
##   master #553  +/-   ##
==
+ Coverage   79.48%   79.48%   +<.01% 
==
  Files  57   57  
  Lines3943 3944   +1 
  Branches  828  828  
==
+ Hits 3134 3135   +1 
  Misses809  809
```


| [Impacted 
Files](https://codecov.io/gh/apache/cordova-lib/pull/553?src=pr&el=tree) | 
Coverage Δ | |
|---|---|---|
| 
[cordova-lib/src/cordova/plugin.js](https://codecov.io/gh/apache/cordova-lib/pull/553?src=pr&el=tree#diff-Y29yZG92YS1saWIvc3JjL2NvcmRvdmEvcGx1Z2luLmpz)
 | `85.3% <100%> (+0.03%)` | :arrow_up: |

--

[Continue to review full report at 
Codecov](https://codecov.io/gh/apache/cordova-lib/pull/553?src=pr&el=continue).
> **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
> Powered by 
[Codecov](https://codecov.io/gh/apache/cordova-lib/pull/553?src=pr&el=footer). 
Last update 
[be7f7ac...fc32d62](https://codecov.io/gh/apache/cordova-lib/pull/553?src=pr&el=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).



> cordova 7 incorrectly handles cordovaDependency, grabs wrong versions
> -
>
> Key: CB-12773
> URL: https://issues.apache.org/jira/browse/CB-12773
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 7.0.0
>Reporter: Steve Gill
>Assignee: Steve Gill
> Fix For: 7.0.2
>
>
> cordova plugin add phonegap-push-plugin
> Grabs an old version instead of latest even though cordovaDependency object 
> is correct.



--
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-12773) cordova 7 incorrectly handles cordovaDependency, grabs wrong versions

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

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

ASF GitHub Bot commented on CB-12773:
-

GitHub user stevengill opened a pull request:

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

CB-12773: fixed incorrect plugin version fetching issue



### 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/stevengill/cordova-lib master

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

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






> cordova 7 incorrectly handles cordovaDependency, grabs wrong versions
> -
>
> Key: CB-12773
> URL: https://issues.apache.org/jira/browse/CB-12773
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 7.0.0
>Reporter: Steve Gill
>Assignee: Steve Gill
> Fix For: 7.0.2
>
>
> cordova plugin add phonegap-push-plugin
> Grabs an old version instead of latest even though cordovaDependency object 
> is correct.



--
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-12663) Cordova with dev version (6.5.1-dev) doesn't install latest version of plugin

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

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

ASF GitHub Bot commented on CB-12663:
-

Github user stevengill commented on the issue:

https://github.com/apache/cordova-lib/pull/542
  
Thanks Nikita! I'll make the same changes and commit it now!

On Tue, May 9, 2017 at 3:22 PM, Nikita Matrosov 
wrote:

> @stevengill , I think we should use
> version from cordova-lib/package.json rather than package.json from the
> application. Quick fix: matrosov-nikita/cordova-lib@7d00ab7
> 

>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> ,
> or mute the thread
> 

> .
>



> Cordova with dev version (6.5.1-dev) doesn't install latest version of plugin
> -
>
> Key: CB-12663
> URL: https://issues.apache.org/jira/browse/CB-12663
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-lib
>Affects Versions: 6.5.0
>Reporter: Nikita Matrosov
>Assignee: Nikita Matrosov
>
> It's about plugins which have engine tag for verifying cordova version 
> (cordova-plugin-inappbrowser, cordova-plugin-ms-adal)



--
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-12777) Remove unneeded fixtures from cordova-lib

2017-05-09 Thread Audrey So (JIRA)

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

Audrey So updated CB-12777:
---
Environment: (was: cordova-lib)

> Remove unneeded fixtures from cordova-lib
> -
>
> Key: CB-12777
> URL: https://issues.apache.org/jira/browse/CB-12777
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-lib
>Affects Versions: cordova7
>Reporter: Audrey So
>Priority: Minor
>  Labels: cordova-lib, cordova7
> Fix For: cordova7
>
>
> Remove unneeded fixtures from cordova-lib



--
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-12777) Remove unneeded fixtures from cordova-lib

2017-05-09 Thread Audrey So (JIRA)
Audrey So created CB-12777:
--

 Summary: Remove unneeded fixtures from cordova-lib
 Key: CB-12777
 URL: https://issues.apache.org/jira/browse/CB-12777
 Project: Apache Cordova
  Issue Type: Improvement
  Components: cordova-lib
Affects Versions: cordova7
 Environment: cordova-lib
Reporter: Audrey So
Priority: Minor
 Fix For: cordova7


Remove unneeded fixtures from cordova-lib



--
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-12777) Remove unneeded fixtures from cordova-lib

2017-05-09 Thread Audrey So (JIRA)

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

Audrey So updated CB-12777:
---
Labels: cordova-lib cordova7  (was: )

> Remove unneeded fixtures from cordova-lib
> -
>
> Key: CB-12777
> URL: https://issues.apache.org/jira/browse/CB-12777
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-lib
>Affects Versions: cordova7
> Environment: cordova-lib
>Reporter: Audrey So
>Priority: Minor
>  Labels: cordova-lib, cordova7
> Fix For: cordova7
>
>
> Remove unneeded fixtures from cordova-lib



--
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-12776) coho nightly flag `--pretend` does not clean up after itself

2017-05-09 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-12776:
-

 Summary: coho nightly flag `--pretend` does not clean up after 
itself
 Key: CB-12776
 URL: https://issues.apache.org/jira/browse/CB-12776
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-coho
Reporter: Shazron Abdullah
Priority: Minor


It alters package.json in cli, lib etc but does not clean up after the test run.



--
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-12663) Cordova with dev version (6.5.1-dev) doesn't install latest version of plugin

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

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

ASF GitHub Bot commented on CB-12663:
-

Github user matrosov-nikita commented on the issue:

https://github.com/apache/cordova-lib/pull/542
  
@stevengill, I think we should use version from `cordova-lib/package.json` 
rather than package.json from the application. Quick fix: 
https://github.com/matrosov-nikita/cordova-lib/commit/7d00ab7226843d736650348da7b29e7e9fbb78a7


> Cordova with dev version (6.5.1-dev) doesn't install latest version of plugin
> -
>
> Key: CB-12663
> URL: https://issues.apache.org/jira/browse/CB-12663
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-lib
>Affects Versions: 6.5.0
>Reporter: Nikita Matrosov
>Assignee: Nikita Matrosov
>
> It's about plugins which have engine tag for verifying cordova version 
> (cordova-plugin-inappbrowser, cordova-plugin-ms-adal)



--
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-12397) template .gitignore add plugins & platforms

2017-05-09 Thread Chris Brody (JIRA)

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

Chris Brody updated CB-12397:
-
Component/s: cordova-cli

> template .gitignore add plugins & platforms
> ---
>
> Key: CB-12397
> URL: https://issues.apache.org/jira/browse/CB-12397
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-app-hello-world, cordova-cli, cordova-create, 
> cordova-lib
>Reporter: Chris Brody
>
> Followup to CB-12008 (autosave by default in cordova@7): if a user creates an 
> app using "cordova create" there should be a .gitignore file to exclude the 
> plugins and platforms artifacts from git.
> I raise this since I have seen way too many apps with outdated plugins / 
> platforms artifacts included in git.



--
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-12397) template .gitignore add plugins & platforms

2017-05-09 Thread Chris Brody (JIRA)

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

Chris Brody updated CB-12397:
-
Summary: template .gitignore add plugins & platforms  (was: Add .gitignore 
to standard app template)

> template .gitignore add plugins & platforms
> ---
>
> Key: CB-12397
> URL: https://issues.apache.org/jira/browse/CB-12397
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-app-hello-world, cordova-create, cordova-lib
>Reporter: Chris Brody
>
> Followup to CB-12008 (autosave by default in cordova@7): if a user creates an 
> app using "cordova create" there should be a .gitignore file to exclude the 
> plugins and platforms artifacts from git.
> I raise this since I have seen way too many apps with outdated plugins / 
> platforms artifacts included in git.



--
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-12397) Add .gitignore to standard app template

2017-05-09 Thread Chris Brody (JIRA)

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

Chris Brody updated CB-12397:
-
Component/s: cordova-lib
 cordova-app-hello-world

> Add .gitignore to standard app template
> ---
>
> Key: CB-12397
> URL: https://issues.apache.org/jira/browse/CB-12397
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-app-hello-world, cordova-create, cordova-lib
>Reporter: Chris Brody
>
> Followup to CB-12008 (autosave by default in cordova@7): if a user creates an 
> app using "cordova create" there should be a .gitignore file to exclude the 
> plugins and platforms artifacts from git.
> I raise this since I have seen way too many apps with outdated plugins / 
> platforms artifacts included in git.



--
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-12775) Length of paths are limited under windows

2017-05-09 Thread Florian Pechwitz (JIRA)
Florian Pechwitz created CB-12775:
-

 Summary: Length of paths are limited under windows
 Key: CB-12775
 URL: https://issues.apache.org/jira/browse/CB-12775
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-file
 Environment: Android 7.1.2 / iOS 10.3.1 / Windows 10.0 (Build 15063)
Reporter: Florian Pechwitz


There is no limit for the length of paths under iOS and Android, only on 
Windows. I build a project to reproduce the behavior.

The project tries to create recursivly directories until 10 subdirectories are 
created. 

Repro steps:
1. Download this cordova project (https://files.itizzimo.com/f/bd119941c9/)
2. Add windows platform
3. Execute the project and run the automated tests

What happens:
When the file path length hits the limit of 260 characters, the application 
can't create anymore directories. The test fails.

What should happen:
All tests succeed.




--
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-12774) cordova plugin add doesn't support npm scope

2017-05-09 Thread Enrico Mazzucchelli (JIRA)
Enrico Mazzucchelli created CB-12774:


 Summary: cordova plugin add doesn't support npm scope
 Key: CB-12774
 URL: https://issues.apache.org/jira/browse/CB-12774
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-fetch
Affects Versions: 1.1.0
Reporter: Enrico Mazzucchelli
 Fix For: 1.1.1


STEP TO REPRODUCE:
1) setup a private repo (for example sinopia with docker: 
https://github.com/kfatehi/docker-sinopia)
2) add scope in your npm config:  npm config set @myco:registry 
http://0.0.0.0:4873/
3) create you plugin. In package.json set name: @myco/my.co.plugin.demo; in 
plugin.xml set plugin id: @myco/my.co.plugin.demo.
3) publish plugin in your private repo:
- npm set registry http://0.0.0.0:4873
- npm publish
   -  npm set registry https://registry.npmjs.org/
4) in your cordova project dir, exec:
cordova plugin add @myco/my.co.plugin.demo

EXPECTED BEHAVIOR:
  cordova plugin are installed 
ACTUAL BEHAVIOR:
  cordova installation failed:
  Error: Failed to fetch plugin my.co.plugin.demo via registry.
  Probably this is either a connection problem, or plugin spec is incorrect.
  Check your connection and plugin name/version/URL.
  Error: npm: Command failed with exit code 1 Error output:
  npm ERR! code E404
  npm ERR! 404 Registry returned 404 for GET on 
https://registry.npmjs.org/my.co.plugin.demo
  npm ERR! 404 
  npm ERR! 404  'com.vipera.de.foundation.commons' is not in the npm registry.
  npm ERR! 404 You should bug the author to publish it (or use the name 
yourself!)
  npm ERR! 404 
  npm ERR! 404 Note that you can also install from a
  npm ERR! 404 tarball, folder, http url, or git url.

However node module are correctly installed (verified with npm ls) and 
fetch.json have a new entry with key
@my.co.plugin.demo.




--
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-12668) support arbitrary creation of resources in the Asset Catalog

2017-05-09 Thread Dave Alden (JIRA)

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

Dave Alden commented on CB-12668:
-

https://github.com/EddyVerbruggen/cordova-plugin-3dtouch is another plugin 
which requires a custom asset catalog

> support arbitrary creation of resources in the Asset Catalog
> 
>
> Key: CB-12668
> URL: https://issues.apache.org/jira/browse/CB-12668
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: cordova-ios
>Affects Versions: 3.6.4
>Reporter: Josh Sharpe
>Priority: Critical
>  Labels: cordova-ios
>
> A handful of plugins* recommend the use of an image/asset out of the Asset 
> Catalog.  It would be great if we could create those just by setting tags in 
> config.xml, similar to  and  that then generate the resource in 
> Xcode.
> My specific use case is to add a "back" image to be used by 
> 'cordova-plugin-themeablebrowser'.  I can do this manually by:
> - opening xCode
> - Click on Project -> Resources -> Image.xcassets
> - Click '+' in the bottom task bar -> New Image Set
> - Rename the new Set 'back'
> - Manually drag and drop 3 images into xcode
> To be clear - I'm not asking that cordova produce different sized images as I 
> believe that's out of scope.  I just need it to build the new resource in 
> xcode referencing certain files on disk with tags like:
> 
>   
>   
>   
>  * Example plugins:
> https://github.com/arnesson/cordova-plugin-firebase
> https://github.codifferent m/phonegap/phonegap-plugin-push
> https://github.com/initialxy/cordova-plugin-themeablebrowser
> **Bonus!**
> It'd be extra great, since I'm sure some folks want this, if cordova could 
> add sound files to be used by firebase/push plugins that can leverage those 
> if they exist, but I'm not sure how those get set up in xcode such that 
> phonegap-plugin-push can use them.



--
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-12668) support arbitrary creation of resources in the Asset Catalog

2017-05-09 Thread Dave Alden (JIRA)

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

Dave Alden edited comment on CB-12668 at 5/9/17 10:12 AM:
--

https://github.com/EddyVerbruggen/cordova-plugin-3dtouch is another plugin 
which requires a custom asset catalog to set custom icons


was (Author: dpa99c):
https://github.com/EddyVerbruggen/cordova-plugin-3dtouch is another plugin 
which requires a custom asset catalog

> support arbitrary creation of resources in the Asset Catalog
> 
>
> Key: CB-12668
> URL: https://issues.apache.org/jira/browse/CB-12668
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: cordova-ios
>Affects Versions: 3.6.4
>Reporter: Josh Sharpe
>Priority: Critical
>  Labels: cordova-ios
>
> A handful of plugins* recommend the use of an image/asset out of the Asset 
> Catalog.  It would be great if we could create those just by setting tags in 
> config.xml, similar to  and  that then generate the resource in 
> Xcode.
> My specific use case is to add a "back" image to be used by 
> 'cordova-plugin-themeablebrowser'.  I can do this manually by:
> - opening xCode
> - Click on Project -> Resources -> Image.xcassets
> - Click '+' in the bottom task bar -> New Image Set
> - Rename the new Set 'back'
> - Manually drag and drop 3 images into xcode
> To be clear - I'm not asking that cordova produce different sized images as I 
> believe that's out of scope.  I just need it to build the new resource in 
> xcode referencing certain files on disk with tags like:
> 
>   
>   
>   
>  * Example plugins:
> https://github.com/arnesson/cordova-plugin-firebase
> https://github.codifferent m/phonegap/phonegap-plugin-push
> https://github.com/initialxy/cordova-plugin-themeablebrowser
> **Bonus!**
> It'd be extra great, since I'm sure some folks want this, if cordova could 
> add sound files to be used by firebase/push plugins that can leverage those 
> if they exist, but I'm not sure how those get set up in xcode such that 
> phonegap-plugin-push can use them.



--
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-12663) Cordova with dev version (6.5.1-dev) doesn't install latest version of plugin

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

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

ASF GitHub Bot commented on CB-12663:
-

Github user stevengill commented on the issue:

https://github.com/apache/cordova-lib/pull/542
  
I created a new issue for this.
https://issues.apache.org/jira/browse/CB-12773

On Tue, May 9, 2017 at 4:39 AM, uk-taniyama 
wrote:

> I got same error.
>
> Unmet project requirements for latest version of 
cordova-plugin-inappbrowser:
> cordova (1.0.0 in project, >=3.1.0 required)
> Fetching highest version of cordova-plugin-inappbrowser that this project 
supports: 0.2.2 (latest is 1.7.1)
>
> This version '1.0.0' is written in my application's
> package.json.(@plugin.js determinePluginTarget)
> So, I try to change package.json's version to '7.0.0' then success.
>
> I think this version MUST be cordova's version.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> ,
> or mute the thread
> 

> .
>



> Cordova with dev version (6.5.1-dev) doesn't install latest version of plugin
> -
>
> Key: CB-12663
> URL: https://issues.apache.org/jira/browse/CB-12663
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-lib
>Affects Versions: 6.5.0
>Reporter: Nikita Matrosov
>Assignee: Nikita Matrosov
>
> It's about plugins which have engine tag for verifying cordova version 
> (cordova-plugin-inappbrowser, cordova-plugin-ms-adal)



--
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-12773) cordova 7 incorrectly handles cordovaDependency, grabs wrong versions

2017-05-09 Thread Steve Gill (JIRA)
Steve Gill created CB-12773:
---

 Summary: cordova 7 incorrectly handles cordovaDependency, grabs 
wrong versions
 Key: CB-12773
 URL: https://issues.apache.org/jira/browse/CB-12773
 Project: Apache Cordova
  Issue Type: Bug
Affects Versions: 7.0.0
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 7.0.2


cordova plugin add phonegap-push-plugin

Grabs an old version instead of latest even though cordovaDependency object is 
correct.



--
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-12772) iOS Dynamic Framework Embedding/Linking

2017-05-09 Thread Marco Bonati (JIRA)
Marco Bonati created CB-12772:
-

 Summary: iOS Dynamic Framework Embedding/Linking
 Key: CB-12772
 URL: https://issues.apache.org/jira/browse/CB-12772
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-cli
Affects Versions: 7.0.0
Reporter: Marco Bonati


Hi all
in my plugin project i need to add a dynamic ios framework 
(DECommons.framework). 

In plugin.xml i added this   


but in Xcode project the framework appears only in Linked Frameworks section, 
but this is not sufficient, i need to add the framework also into Embedded 
Binaries section.
Then i tried with this configuration



but in this way the framework in Xcode appears only in Embedded Frameworks and 
not in Linked (then a compilation error occurs).

I need an Xcode configuration that requires my framework in Embedded and Linked 
framework. 

I've already tried all the possible combinations of "custom", "embed" and 
"link" parameters (although it is not officially exposed) in plugin.xml without 
any results.

Obviously I need this to happen automatically when installing the plugin and it 
does not force the user to open Xcode to correct the project settings.

Note: Before CLI version 7.0.0 I used a special hook that now no longer works.

I have already seen on Jira several open tickets on the subject but I have not 
found any solution. Does anyone know how to help me?

Cheers
Marco



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