[jira] [Commented] (CB-11629) Optionally disable ViewController animations

2016-07-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11629:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-media-capture/pull/64
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-media-capture/pull/64/commits/ce90273868015238e8fcc79af55b07a517c85e56)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/19/)

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



> Optionally disable ViewController animations
> 
>
> Key: CB-11629
> URL: https://issues.apache.org/jira/browse/CB-11629
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Media Capture
> Environment: iOS
>Reporter: Ryan Williams
>Priority: Minor
>
> Implement property to allow animations to be disabled when loading and 
> unloading native screens.
> Predominately iOS UIViewController animations as iOS does not support the 
> 'limit' property so some developers may call the plugin multiple times in a 
> loop.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11629) Optionally disable ViewController animations

2016-07-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11629:
-

GitHub user ryanwilliams83 opened a pull request:

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

CB-11629: (iOS) Implement 'animated' property and updated English docs

### Platforms affected
iOS

### What does this PR do?
Add property 'animated' to optionally disable native screen animations.
As iOS does not support the limit flag; capturing multiple images by calling
this plugin in a loop can be quite slow for end users.

### What testing has been done on this change?
captureImage()
  'animated' omitted / true / false

captureVideo()
  'animated' omitted / true / false

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

$ git pull https://github.com/buzzcard/cordova-plugin-media-capture animated

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

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


commit ce90273868015238e8fcc79af55b07a517c85e56
Author: Ryan Williams 
Date:   2016-07-27T07:59:55Z

CB-11629: (iOS) Implement 'animated' property and updated English docs




> Optionally disable ViewController animations
> 
>
> Key: CB-11629
> URL: https://issues.apache.org/jira/browse/CB-11629
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Media Capture
> Environment: iOS
>Reporter: Ryan Williams
>Priority: Minor
>
> Implement property to allow animations to be disabled when loading and 
> unloading native screens.
> Predominately iOS UIViewController animations as iOS does not support the 
> 'limit' property so some developers may call the plugin multiple times in a 
> loop.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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