[jira] [Commented] (CB-11534) Cordova file-transfer-plugin should support Android Marshmallow runtime permission

2017-06-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11534:
-

Github user stalniy commented on the issue:

https://github.com/apache/cordova-plugin-file-transfer/pull/150
  
@homen  do you plan to fix the PR in the nearest future? :) 
It's really annoying for me... And I want to have this fix in my codebase!


> Cordova file-transfer-plugin should support Android Marshmallow runtime 
> permission
> --
>
> Key: CB-11534
> URL: https://issues.apache.org/jira/browse/CB-11534
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: cordova-plugin-file-transfer
> Environment: Android Marshmallow,Android target platform 23.
>Reporter: Homen Borgohain
>  Labels: Android, android6.0, permission
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> In Android Marshmallow file-transfer-plugin should show a pop up if storage 
> permission is not granted.



--
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-11513) iOS memory warning stops sound, but does not send status to JS-client

2017-06-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11513:
-

Github user ghenry22 commented on the issue:

https://github.com/apache/cordova-plugin-media/pull/120
  
I have merged this into my project and tested and confirm that it does what 
it says on the box.

Before: simulate memory warning on the iOS simulator and audio stops 
instantly on the native side.  App continues to function otherwise but no 
longer plays any audio

After: simulate a memory warning on the iOS simulator and audio continues 
to play as expected, all works as normal.


> iOS memory warning stops sound, but does not send status to JS-client
> -
>
> Key: CB-11513
> URL: https://issues.apache.org/jira/browse/CB-11513
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media
>Affects Versions: 3.6.3, 4.1.3, 6.4.0
> Environment: iOS 9 and iOS 10
>Reporter: Thomas K.
>  Labels: easyfix
>
> If iOS issues a memory warning while playing a sound, all sounds are 
> terminated. However the ios/CDVSound.m plugin does not update the state of 
> its JS-clients, so the last state the Client knows is Media.MEDIA_RUNNING, 
> which is untrue after a memory warning. This results in incorrect clientside 
> status.
> Problem: A user's software component may send pause() instead of play() 
> (toggle button) effectively rendering the sound unplayable without recovery. 
> This happened in our case.
> Fix: Do not discard currently playing sounds. The first memory warning 
> arrives exactly when the App enters the yellow area and consumes 500MB 
> however it may consume 750MB and more according to Xcode so terminating 
> sounds on "memory warning" is incorrect behavior.
> https://github.com/apache/cordova-plugin-media/blob/master/src/ios/CDVSound.m#L814
> How to reproduce: Add 1 or 2 large animated GIFs with 200+ frames to the 
> UIWebView, this will consume 500MB quickly while playing the GIFs, or 
> simulate the memory warning using the iOS Simulator while playing a sound.



--
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-12881) Cannot specify multiple platforms at once when cordova-ios was targeted

2017-06-04 Thread Yuuki Tada (JIRA)
Yuuki Tada created CB-12881:
---

 Summary: Cannot specify multiple platforms at once when 
cordova-ios was targeted
 Key: CB-12881
 URL: https://issues.apache.org/jira/browse/CB-12881
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-ios
Affects Versions: 4.4.0
Reporter: Yuuki Tada
Priority: Minor


*Reproduction steps:*
cordova create hello
cd hello
(prepare build.json for ios build)
cordova platform add ios android
cordova run ios android

*Expected result:*
Both Android and iOS applications started successfully.

*Actual result:*
Android application was launched without an error.
iOS application failed to start with the following error:
{code}Error: runOptions.argv.argv.slice is not a function{code}

*Tested with the following versions:*
Cordova@7.0.1
cordova-ios@4.4.0
cordova-android@6.2.3
Node.js v6.10.3
macOS Sierra 10.12.4

This issue can be avoided by running each platforms separately.
e.g. cordova run android; cordova run ios



--
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-12880) Remove Taco.tools from homepage

2017-06-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12880:
-

GitHub user cjpearson opened a pull request:

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

CB-12880: Remove Taco.tools from the homepage



### Platforms affected
All

### What does this PR do?
Removes the link to Taco.tools

### What testing has been done on this change?
Tested local build

### 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/cjpearson/cordova-docs master

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

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


commit d0a86ef6b62ecfde26b8695b4f1d1764c603a32c
Author: Connor Pearson 
Date:   2017-06-04T13:51:14Z

CB-12880: Remove Taco.tools from the homepage




> Remove Taco.tools from homepage
> ---
>
> Key: CB-12880
> URL: https://issues.apache.org/jira/browse/CB-12880
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Reporter: Connor Pearson
>Priority: Minor
>
> The taco-cli is deprecated and the domain no longer contains anything 
> relating to cordova. https://github.com/Microsoft/taco-cli



--
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-12880) Remove Taco.tools from homepage

2017-06-04 Thread Connor Pearson (JIRA)
Connor Pearson created CB-12880:
---

 Summary: Remove Taco.tools from homepage
 Key: CB-12880
 URL: https://issues.apache.org/jira/browse/CB-12880
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-docs
Reporter: Connor Pearson
Priority: Minor


The taco-cli is deprecated and the domain no longer contains anything relating 
to cordova. https://github.com/Microsoft/taco-cli



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