[jira] [Closed] (CB-13142) Mark "static" content on Crowdin docs

2017-08-16 Thread jcesarmobile (JIRA)

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

jcesarmobile closed CB-13142.
-
Resolution: Duplicate

> Mark "static" content on Crowdin docs
> -
>
> Key: CB-13142
> URL: https://issues.apache.org/jira/browse/CB-13142
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Reporter: Stuart García Ruiz
>Priority: Minor
>
> Review the Crowdin docs to mark the fragments of the docs that shouldn't be 
> changed/translated like examples or pieces of code.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12838) Order of plugins in config.xml modified during build

2017-08-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12838:
-

Github user asfgit closed the pull request at:

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


> Order of plugins in config.xml modified during build
> 
>
> Key: CB-12838
> URL: https://issues.apache.org/jira/browse/CB-12838
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Affects Versions: cordova@7.0.0
> Environment: Mac OS 10.12.4, Cordova 7.0.1
>Reporter: Anton Weber
>Assignee: Audrey So
>Priority: Minor
>  Labels: android, cordova-8.0.0, ios, reproduced, triaged
>
> Running cordova build android or cordova build ios changes the order in which 
> plugins are listed in the config.xml (arranging them alphabetically). 
> This causes problems when manually resolving dependencies, e.g. when 
> installing a specific version of a dependency first by having it higher up in 
> the list.
> Example:
> Original config.xml content:
> ...
> 
> 
> 
> 
> 
> ...
> After cordova build:
> ...
> 
> 
> 
> 
> 
> ...



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12838) Order of plugins in config.xml modified during build

2017-08-16 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12838 : prevented sorting and aphabetizing platforms and plugins in pkgjson 
and config


> Order of plugins in config.xml modified during build
> 
>
> Key: CB-12838
> URL: https://issues.apache.org/jira/browse/CB-12838
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Affects Versions: cordova@7.0.0
> Environment: Mac OS 10.12.4, Cordova 7.0.1
>Reporter: Anton Weber
>Assignee: Audrey So
>Priority: Minor
>  Labels: android, cordova-8.0.0, ios, reproduced, triaged
>
> Running cordova build android or cordova build ios changes the order in which 
> plugins are listed in the config.xml (arranging them alphabetically). 
> This causes problems when manually resolving dependencies, e.g. when 
> installing a specific version of a dependency first by having it higher up in 
> the list.
> Example:
> Original config.xml content:
> ...
> 
> 
> 
> 
> 
> ...
> After cordova build:
> ...
> 
> 
> 
> 
> 
> ...



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12730) Compat - INTEGRATE

2017-08-16 Thread Simon MacDonald (JIRA)

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

Simon MacDonald commented on CB-12730:
--

I updated the repo with a deprecation notice.

I sent a PR to remove the plugin from cordova-coho: 
https://github.com/apache/cordova-coho/pull/156

> Compat - INTEGRATE
> --
>
> Key: CB-12730
> URL: https://issues.apache.org/jira/browse/CB-12730
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-compat
>Reporter: Shazron Abdullah
>Assignee: Simon MacDonald
>
> See parent issue.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

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

ASF GitHub Bot commented on CB-3232:


GitHub user macdonst opened a pull request:

https://github.com/apache/cordova-coho/pull/156

Remove cordova-plugin-compat

### Platforms affected

Android

### What does this PR do?

Removes cordova-plugin-compat from cordova-coho

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

Absolutely none. Sue me, I'm honest.

### 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/macdonst/cordova-coho compat

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

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


commit 847232fa70d238d3cba135fd340c12c0faa850ac
Author: Simon MacDonald 
Date:   2017-08-16T20:44:43Z

Remove cordova-plugin-compat




> "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.4.14#64029)

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



[jira] [Commented] (CB-12838) Order of plugins in config.xml modified during build

2017-08-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12838:
-

Github user audreyso commented on the issue:

https://github.com/apache/cordova-lib/pull/574
  
Thanks @stevengill ! I will merge it in today!


> Order of plugins in config.xml modified during build
> 
>
> Key: CB-12838
> URL: https://issues.apache.org/jira/browse/CB-12838
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Affects Versions: cordova@7.0.0
> Environment: Mac OS 10.12.4, Cordova 7.0.1
>Reporter: Anton Weber
>Assignee: Audrey So
>Priority: Minor
>  Labels: android, cordova-8.0.0, ios, reproduced, triaged
>
> Running cordova build android or cordova build ios changes the order in which 
> plugins are listed in the config.xml (arranging them alphabetically). 
> This causes problems when manually resolving dependencies, e.g. when 
> installing a specific version of a dependency first by having it higher up in 
> the list.
> Example:
> Original config.xml content:
> ...
> 
> 
> 
> 
> 
> ...
> After cordova build:
> ...
> 
> 
> 
> 
> 
> ...



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12838) Order of plugins in config.xml modified during build

2017-08-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12838:
-

Github user stevengill commented on the issue:

https://github.com/apache/cordova-lib/pull/574
  
LGTM


> Order of plugins in config.xml modified during build
> 
>
> Key: CB-12838
> URL: https://issues.apache.org/jira/browse/CB-12838
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Affects Versions: cordova@7.0.0
> Environment: Mac OS 10.12.4, Cordova 7.0.1
>Reporter: Anton Weber
>Assignee: Audrey So
>Priority: Minor
>  Labels: android, cordova-8.0.0, ios, reproduced, triaged
>
> Running cordova build android or cordova build ios changes the order in which 
> plugins are listed in the config.xml (arranging them alphabetically). 
> This causes problems when manually resolving dependencies, e.g. when 
> installing a specific version of a dependency first by having it higher up in 
> the list.
> Example:
> Original config.xml content:
> ...
> 
> 
> 
> 
> 
> ...
> After cordova build:
> ...
> 
> 
> 
> 
> 
> ...



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13010) Improve logic for searching packages which being installed from git url

2017-08-16 Thread ASF subversion and git services (JIRA)

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

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

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

 CB-13010: Improve logic for searching packages which being installed from git 
url

close #1


> Improve logic for searching packages which being installed from git url
> ---
>
> Key: CB-13010
> URL: https://issues.apache.org/jira/browse/CB-13010
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-fetch
>Affects Versions: Master
>Reporter: Nikita Matrosov
>Assignee: Nikita Matrosov
>  Labels: fetch
>
> test version: master
> steps to reproduce (add twice plugin using git URL):
> {code:java}
> cordova plugin add 
> https://github.com/AzureAD/azure-activedirectory-library-for-cordova.git
> cordova plugin add 
> https://github.com/AzureAD/azure-activedirectory-library-for-cordova.git
> {code}
> Need to perform an additional search in destination folder by going through 
> all modules and compare repository.url property from package.json with target.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13183) Use .sha512 extension instead of .sha for releases

2017-08-16 Thread ASF subversion and git services (JIRA)

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

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

Commit 6acf45724616bce476894e93d36c971b1f08f506 in cordova-coho's branch 
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-coho.git;h=6acf457 ]

CB-13183 - updated log text


> Use .sha512 extension instead of .sha for releases
> --
>
> Key: CB-13183
> URL: https://issues.apache.org/jira/browse/CB-13183
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-coho
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> Lines:
> 1. 
> https://github.com/apache/cordova-coho/blob/ef455c7eebd924e98f6934f910263e18cd609a3f/src/create-verify-archive.js#L130
> 2. 
> https://github.com/apache/cordova-coho/blob/ef455c7eebd924e98f6934f910263e18cd609a3f/src/create-verify-archive.js#L180



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Resolved] (CB-13183) Use .sha512 extension instead of .sha for releases

2017-08-16 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-13183.
---
Resolution: Fixed

> Use .sha512 extension instead of .sha for releases
> --
>
> Key: CB-13183
> URL: https://issues.apache.org/jira/browse/CB-13183
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-coho
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> Lines:
> 1. 
> https://github.com/apache/cordova-coho/blob/ef455c7eebd924e98f6934f910263e18cd609a3f/src/create-verify-archive.js#L130
> 2. 
> https://github.com/apache/cordova-coho/blob/ef455c7eebd924e98f6934f910263e18cd609a3f/src/create-verify-archive.js#L180



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13183) Use .sha512 extension instead of .sha for releases

2017-08-16 Thread ASF subversion and git services (JIRA)

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

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

Commit cdec4018b5aeb76afaac840672be79715c93f2a4 in cordova-coho's branch 
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-coho.git;h=cdec401 ]

CB-13183 - Use .sha512 extension instead of .sha for releases


> Use .sha512 extension instead of .sha for releases
> --
>
> Key: CB-13183
> URL: https://issues.apache.org/jira/browse/CB-13183
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-coho
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> Lines:
> 1. 
> https://github.com/apache/cordova-coho/blob/ef455c7eebd924e98f6934f910263e18cd609a3f/src/create-verify-archive.js#L130
> 2. 
> https://github.com/apache/cordova-coho/blob/ef455c7eebd924e98f6934f910263e18cd609a3f/src/create-verify-archive.js#L180



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13183) Use .sha512 extension instead of .sha for releases

2017-08-16 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-13183:
---

sha512 hashes are 128 characters in length


> Use .sha512 extension instead of .sha for releases
> --
>
> Key: CB-13183
> URL: https://issues.apache.org/jira/browse/CB-13183
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-coho
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> Lines:
> 1. 
> https://github.com/apache/cordova-coho/blob/ef455c7eebd924e98f6934f910263e18cd609a3f/src/create-verify-archive.js#L130
> 2. 
> https://github.com/apache/cordova-coho/blob/ef455c7eebd924e98f6934f910263e18cd609a3f/src/create-verify-archive.js#L180



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13183) Use .sha512 extension instead of .sha for releases

2017-08-16 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-13183:
--
Description: 
Lines:
1. 
https://github.com/apache/cordova-coho/blob/ef455c7eebd924e98f6934f910263e18cd609a3f/src/create-verify-archive.js#L130
2. 
https://github.com/apache/cordova-coho/blob/ef455c7eebd924e98f6934f910263e18cd609a3f/src/create-verify-archive.js#L180


  was:
Line:
https://github.com/apache/cordova-coho/blob/ef455c7eebd924e98f6934f910263e18cd609a3f/src/create-verify-archive.js#L130


> Use .sha512 extension instead of .sha for releases
> --
>
> Key: CB-13183
> URL: https://issues.apache.org/jira/browse/CB-13183
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-coho
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> Lines:
> 1. 
> https://github.com/apache/cordova-coho/blob/ef455c7eebd924e98f6934f910263e18cd609a3f/src/create-verify-archive.js#L130
> 2. 
> https://github.com/apache/cordova-coho/blob/ef455c7eebd924e98f6934f910263e18cd609a3f/src/create-verify-archive.js#L180



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Assigned] (CB-13183) Use .sha512 extension instead of .sha for releases

2017-08-16 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah reassigned CB-13183:
-

Assignee: Shazron Abdullah

> Use .sha512 extension instead of .sha for releases
> --
>
> Key: CB-13183
> URL: https://issues.apache.org/jira/browse/CB-13183
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-coho
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> Line:
> https://github.com/apache/cordova-coho/blob/ef455c7eebd924e98f6934f910263e18cd609a3f/src/create-verify-archive.js#L130



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13183) Use .sha512 extension instead of .sha for releases

2017-08-16 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-13183:
-

 Summary: Use .sha512 extension instead of .sha for releases
 Key: CB-13183
 URL: https://issues.apache.org/jira/browse/CB-13183
 Project: Apache Cordova
  Issue Type: Task
  Components: cordova-coho
Reporter: Shazron Abdullah


Line:
https://github.com/apache/cordova-coho/blob/ef455c7eebd924e98f6934f910263e18cd609a3f/src/create-verify-archive.js#L130



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13130) Can't change statusbar color on ios 11 beta

2017-08-16 Thread Shayne Trosdahl (JIRA)

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

Shayne Trosdahl commented on CB-13130:
--

Have you tried either of these methods? I have successfully used both running 
iOS 11. Setting the colors doesn't work unless you have overlaysWebView set to 
false. 

{code:javascript}
StatusBar.overlaysWebView(false);
StatusBar.backgroundColorByHexString("#EA454D") 
{code}

or set in config.xml

{code:xml}




{code}

> Can't change statusbar color on ios 11 beta
> ---
>
> Key: CB-13130
> URL: https://issues.apache.org/jira/browse/CB-13130
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-statusbar
> Environment: ios 11 beta
>Reporter: hagai sela
>  Labels: ios11
>
> When calling StatusBar.backgroundColorByHexString("#EA454D") the statusbar 
> color remains white and doesn't change to red. This works for older ios 
> versions.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13182) App Crash/Restarts When Changing Camera or Photo Permissions

2017-08-16 Thread Julien Ranzijn (JIRA)

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

Julien Ranzijn updated CB-13182:

Environment: iOS 10.3.3, Android 6.0.1 and Android 8  (was: iOS 10.3.3 
(iPhone 7) and Android 6.0.1 (Galaxy A3).)

> App Crash/Restarts When Changing Camera or Photo Permissions
> 
>
> Key: CB-13182
> URL: https://issues.apache.org/jira/browse/CB-13182
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: cordova@7
> Environment: iOS 10.3.3, Android 6.0.1 and Android 8
>Reporter: Julien Ranzijn
>  Labels: camera, crash, permissions, photos, restart, settings
>
> App crashes when changing camera or photo permissions from settings.
> 1. Start app.
> 2. Ask for camera permissions.
> 3. Allow or disallow.
> 4. Go to app settings in device settings.
> 5. Change camera permission.
> 6. Go back to app.
> 7. App crashes and restarts.
> Issue feels similar to https://issues.apache.org/jira/browse/CB-12368
> Tested devices:
> - iPhone 7 (10.3.3)
> - Galaxy A3 (Android 6.0.1)
> - Huawei Nexus 6P (Android 8.0.0)
> - One Plus X (Android 6.0.1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13182) App Crash/Restarts When Changing Camera or Photo Permissions

2017-08-16 Thread Julien Ranzijn (JIRA)

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

Julien Ranzijn updated CB-13182:

Description: 
App crashes when changing camera or photo permissions from settings.

1. Start app.
2. Ask for camera permissions.
3. Allow or disallow.
4. Go to app settings in device settings.
5. Change camera permission.
6. Go back to app.
7. App crashes and restarts.

Issue feels similar to https://issues.apache.org/jira/browse/CB-12368

Tested devices:
- iPhone 7 (10.3.3)
- Galaxy A3 (Android 6.0.1)
- Huawei Nexus 6P (Android 8.0.0)
- One Plus X (Android 6.0.1)

  was:
App crashes when changing camera or photo permissions from settings.

1. Start app.
2. Ask for camera permissions.
3. Allow or disallow.
4. Go to app settings in device settings.
5. Change camera permission.
6. Go back to app.
7. App crashes and restarts.

Issue feels similar to https://issues.apache.org/jira/browse/CB-12368

Tested devices:
- iPhone 7 (10.3.3)
- Galaxy A3 (Android 6.0.1)
- Huawei Nexus 6P (8.0.0)


> App Crash/Restarts When Changing Camera or Photo Permissions
> 
>
> Key: CB-13182
> URL: https://issues.apache.org/jira/browse/CB-13182
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: cordova@7
> Environment: iOS 10.3.3 (iPhone 7) and Android 6.0.1 (Galaxy A3).
>Reporter: Julien Ranzijn
>  Labels: camera, crash, permissions, photos, restart, settings
>
> App crashes when changing camera or photo permissions from settings.
> 1. Start app.
> 2. Ask for camera permissions.
> 3. Allow or disallow.
> 4. Go to app settings in device settings.
> 5. Change camera permission.
> 6. Go back to app.
> 7. App crashes and restarts.
> Issue feels similar to https://issues.apache.org/jira/browse/CB-12368
> Tested devices:
> - iPhone 7 (10.3.3)
> - Galaxy A3 (Android 6.0.1)
> - Huawei Nexus 6P (Android 8.0.0)
> - One Plus X (Android 6.0.1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13182) App Crash/Restarts When Changing Camera or Photo Permissions

2017-08-16 Thread Julien Ranzijn (JIRA)

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

Julien Ranzijn updated CB-13182:

Description: 
App crashes when changing camera or photo permissions from settings.

1. Start app.
2. Ask for camera permissions.
3. Allow or disallow.
4. Go to app settings in device settings.
5. Change camera permission.
6. Go back to app.
7. App crashes and restarts.

Issue feels similar to https://issues.apache.org/jira/browse/CB-12368

Tested devices:
- iPhone 7 (10.3.3)
- Galaxy A3 (Android 6.0.1)
- Huawei Nexus 6P (8.0.0)

  was:
App crashes when changing camera or photo permissions from settings.

1. Start app.
2. Ask for camera permissions.
3. Allow or disallow.
4. Go to app settings in device settings.
5. Change camera permission.
6. Go back to app.
7. App crashes and restarts.

Issue feels similar to https://issues.apache.org/jira/browse/CB-12368


> App Crash/Restarts When Changing Camera or Photo Permissions
> 
>
> Key: CB-13182
> URL: https://issues.apache.org/jira/browse/CB-13182
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: cordova@7
> Environment: iOS 10.3.3 (iPhone 7) and Android 6.0.1 (Galaxy A3).
>Reporter: Julien Ranzijn
>  Labels: camera, crash, permissions, photos, restart, settings
>
> App crashes when changing camera or photo permissions from settings.
> 1. Start app.
> 2. Ask for camera permissions.
> 3. Allow or disallow.
> 4. Go to app settings in device settings.
> 5. Change camera permission.
> 6. Go back to app.
> 7. App crashes and restarts.
> Issue feels similar to https://issues.apache.org/jira/browse/CB-12368
> Tested devices:
> - iPhone 7 (10.3.3)
> - Galaxy A3 (Android 6.0.1)
> - Huawei Nexus 6P (8.0.0)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13182) App Crash/Restarts When Changing Camera or Photo Permissions

2017-08-16 Thread Julien Ranzijn (JIRA)

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

Julien Ranzijn updated CB-13182:

Environment: iOS 10.3.3 (iPhone 7) and possible Android 6.0.1 (Galaxy A3).  
(was: iOS (10.3.3) and possible Android too.)

> App Crash/Restarts When Changing Camera or Photo Permissions
> 
>
> Key: CB-13182
> URL: https://issues.apache.org/jira/browse/CB-13182
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: cordova@7
> Environment: iOS 10.3.3 (iPhone 7) and possible Android 6.0.1 (Galaxy 
> A3).
>Reporter: Julien Ranzijn
>  Labels: camera, crash, permissions, photos, restart, settings
>
> App crashes when changing camera or photo permissions from settings.
> 1. Start app.
> 2. Ask for camera permissions.
> 3. Allow or disallow.
> 4. Go to app settings in device settings.
> 5. Change camera permission.
> 6. Go back to app.
> 7. App crashes and restarts.
> Issue feels similar to https://issues.apache.org/jira/browse/CB-12368



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13182) App Crash/Restarts When Changing Camera or Photo Permissions

2017-08-16 Thread Julien Ranzijn (JIRA)

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

Julien Ranzijn updated CB-13182:

Environment: iOS 10.3.3 (iPhone 7) and Android 6.0.1 (Galaxy A3).  (was: 
iOS 10.3.3 (iPhone 7) and possible Android 6.0.1 (Galaxy A3).)

> App Crash/Restarts When Changing Camera or Photo Permissions
> 
>
> Key: CB-13182
> URL: https://issues.apache.org/jira/browse/CB-13182
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: cordova@7
> Environment: iOS 10.3.3 (iPhone 7) and Android 6.0.1 (Galaxy A3).
>Reporter: Julien Ranzijn
>  Labels: camera, crash, permissions, photos, restart, settings
>
> App crashes when changing camera or photo permissions from settings.
> 1. Start app.
> 2. Ask for camera permissions.
> 3. Allow or disallow.
> 4. Go to app settings in device settings.
> 5. Change camera permission.
> 6. Go back to app.
> 7. App crashes and restarts.
> Issue feels similar to https://issues.apache.org/jira/browse/CB-12368



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13182) App Crash/Restarts When Changing Camera or Photo Permissions

2017-08-16 Thread Julien Ranzijn (JIRA)

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

Julien Ranzijn updated CB-13182:

Description: 
App crashes when changing camera or photo permissions from settings.

1. Start app.
2. Ask for camera permissions.
3. Allow or disallow.
4. Go to app settings in device settings.
5. Change camera permission.
6. Go back to app.
7. App crashes and restarts.

Issue feels similar to https://issues.apache.org/jira/browse/CB-12368

  was:
App crashes when changing camera or photo permissions from settings.

1. Start app.
2. Ask for camera permissions.
3. Allow or disallow.
4. Go to app settings in device settings.
5. Change camera permission.
6. Go back to app.
7. App crashes and restarts.


> App Crash/Restarts When Changing Camera or Photo Permissions
> 
>
> Key: CB-13182
> URL: https://issues.apache.org/jira/browse/CB-13182
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: cordova@7
> Environment: iOS (10.3.3) and possible Android too.
>Reporter: Julien Ranzijn
>  Labels: camera, crash, permissions, photos, restart, settings
>
> App crashes when changing camera or photo permissions from settings.
> 1. Start app.
> 2. Ask for camera permissions.
> 3. Allow or disallow.
> 4. Go to app settings in device settings.
> 5. Change camera permission.
> 6. Go back to app.
> 7. App crashes and restarts.
> Issue feels similar to https://issues.apache.org/jira/browse/CB-12368



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13182) App Crash/Restarts When Changing Camera or Photo Permissions

2017-08-16 Thread Julien Ranzijn (JIRA)

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

Julien Ranzijn updated CB-13182:

Summary: App Crash/Restarts When Changing Camera or Photo Permissions  
(was: App Crash/Restart When Changing Camera or Photo Permissions)

> App Crash/Restarts When Changing Camera or Photo Permissions
> 
>
> Key: CB-13182
> URL: https://issues.apache.org/jira/browse/CB-13182
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: cordova@7
> Environment: iOS (10.3.3) and possible Android too.
>Reporter: Julien Ranzijn
>  Labels: camera, crash, permissions, photos, restart, settings
>
> App crashes when changing camera or photo permissions from settings.
> 1. Start app.
> 2. Ask for camera permissions.
> 3. Allow or disallow.
> 4. Go to app settings in device settings.
> 5. Change camera permission.
> 6. Go back to app.
> 7. App crashes and restarts.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13182) App Crash/Restart When Changing Camera or Photo Permissions

2017-08-16 Thread Julien Ranzijn (JIRA)
Julien Ranzijn created CB-13182:
---

 Summary: App Crash/Restart When Changing Camera or Photo 
Permissions
 Key: CB-13182
 URL: https://issues.apache.org/jira/browse/CB-13182
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-camera
Affects Versions: cordova@7
 Environment: iOS (10.3.3) and possible Android too.
Reporter: Julien Ranzijn


App crashes when changing camera or photo permissions from settings.

1. Start app.
2. Ask for camera permissions.
3. Allow or disallow.
4. Go to app settings in device settings.
5. Change camera permission.
6. Go back to app.
7. App crashes and restarts.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Resolved] (CB-13181) source distribution link needs to be updated on cordova.apache.org

2017-08-16 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-13181.
---
Resolution: Fixed

> source distribution link needs to be updated on cordova.apache.org
> --
>
> Key: CB-13181
> URL: https://issues.apache.org/jira/browse/CB-13181
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-website
>Reporter: Steve Gill
>Assignee: Shazron Abdullah
>  Labels: backlog
>
> Need to change location of source distribution off of svn and onto apache 
> mirrors.
> source distribution link is in the footer of the website. 
> See: http://www.apache.org/dev/#releases



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13181) source distribution link needs to be updated on cordova.apache.org

2017-08-16 Thread ASF subversion and git services (JIRA)

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

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

Commit 1805142 from [~shazron]
[ https://svn.apache.org/r1805142 ]

CB-13181 - source distribution link needs to be updated on cordova.apache.org

> source distribution link needs to be updated on cordova.apache.org
> --
>
> Key: CB-13181
> URL: https://issues.apache.org/jira/browse/CB-13181
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-website
>Reporter: Steve Gill
>Assignee: Shazron Abdullah
>  Labels: backlog
>
> Need to change location of source distribution off of svn and onto apache 
> mirrors.
> source distribution link is in the footer of the website. 
> See: http://www.apache.org/dev/#releases



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13176) The captureVideo do not ask for user permissions

2017-08-16 Thread David Esperalta (JIRA)

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

David Esperalta updated CB-13176:
-
Environment: 
Microsoft Windows 10

Apache Cordova 6.2.3

Media Capture Plugin 1.4.3

Samsung Galaxy A3 2016 with Android 6.0.1


  was:
Microsoft Windows 10

Apache Cordova 6.2.3
Media Capture Plugin 1.4.3
Samsung Galaxy A3 2016 with Android 6.0.1


> The captureVideo do not ask for user permissions
> 
>
> Key: CB-13176
> URL: https://issues.apache.org/jira/browse/CB-13176
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media-capture
> Environment: Microsoft Windows 10
> Apache Cordova 6.2.3
> Media Capture Plugin 1.4.3
> Samsung Galaxy A3 2016 with Android 6.0.1
>Reporter: David Esperalta
>  Labels: permissions, video
>
> Hello to all,
> First of all thanks for reading this and thanks for the Apache Cordova 
> project and all their related plugins.
> I am not quite sure if this is an issue, but, after searching for information 
> (without lucky) and try by myself several times, I think is really an issue.
> The problem is the issue:
> 1º Trying to capture a video for the very first time that the application has 
> been installed, the appropiate permissions dialog do not appear, and, even 
> when we can record a video, then we can't then obtain their full path, in my 
> case in order to play the video and also convert it into a blob object ready 
> to be upload to the app's server.
> 2º However, if first of all (and also on a clean app installation) we try to 
> capture an audio, then yes, the plugin ask for the appropiate permissions, 
> and, if we press "Ok", then the audio capture works as expected, but also the 
> video capture works as expected, since the permissions has been granted by 
> the user.
> In my opinion the video capture, in the same way than the audio capture, must 
> ask for the appropiate permissions from the user, because in other way the 
> video capture, even when can be made... fail in the sense that we can't get 
> the recorded video file path.
> Please, if some more information are required, just post here and I will try 
> to provide it as quickly as possible.
> Thanks very much in advance!
> David Esperalta



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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