[GitHub] cordova-plugin-media pull request: Handles the "playAudioWhenScree...

2015-05-08 Thread romedius
GitHub user romedius opened a pull request: https://github.com/apache/cordova-plugin-media/pull/54 Handles the "playAudioWhenScreenIsLocked" similar to the iOS behaviour. If the Flag is not set the media will be played (standard behaviour up to now. If the Flag

[GitHub] cordova-plugin-media issue #121: CB-12146: (android) Adds support for "playA...

2017-02-27 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-media/pull/121 @stevengill Hi! I will merge the functionality this week. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] cordova-plugin-media pull request #137: CB-12146 (android) Adding playAudioW...

2017-03-24 Thread romedius
GitHub user romedius opened a pull request: https://github.com/apache/cordova-plugin-media/pull/137 CB-12146 (android) Adding playAudioWhenScreenIsLocked for Android When loosing focus of the app in android (onPause()) the audio playback is paused when playAudioWhenScreenIsLocked

[GitHub] cordova-plugin-media issue #121: CB-12146: (android) Adds support for "playA...

2017-03-24 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-media/pull/121 New PR: https://github.com/apache/cordova-plugin-media/pull/137 --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-plugin-media issue #137: CB-12146 (android) Adding playAudioWhenScre...

2017-03-24 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-media/pull/137 Old PR: #121 One question: I couldn't test the `onMessage(String id, Object data) {` method and its affects. when is this triggered? --- If your project i

[GitHub] cordova-plugin-media pull request #121: CB-12146: (android) Adds support for...

2017-03-24 Thread romedius
Github user romedius closed the pull request at: https://github.com/apache/cordova-plugin-media/pull/121 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] cordova-plugin-media issue #137: CB-12146 (android) Adding playAudioWhenScre...

2017-06-06 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-media/pull/137 Let there be tests --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] cordova-plugin-media issue #137: CB-12146 (android) Adding playAudioWhenScre...

2017-06-06 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-media/pull/137 (hopefully this triggers the CI) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] cordova-plugin-media pull request #120: CB-11513: (ios) Fixed: iOS memory wa...

2016-11-04 Thread romedius
GitHub user romedius opened a pull request: https://github.com/apache/cordova-plugin-media/pull/120 CB-11513: (ios) Fixed: iOS memory warning stops sound, but does not send status to JS-client ### Platforms affected iOs ### What does this PR do? If iOS issues a

[GitHub] cordova-plugin-media issue #120: CB-11513: (ios) Fixed: iOS memory warning s...

2016-11-04 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-media/pull/120 original author of this bugfix: @katzlbt --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] cordova-plugin-media issue #54: Handles the "playAudioWhenScreenIsLocked" si...

2016-11-10 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-media/pull/54 Hi! the option is listed as an iOs Quirk, but it seems to be supported. I would be willing to integrate it into the new plugin version, if i get a heads up that more people

[GitHub] cordova-plugin-media issue #54: Handles the "playAudioWhenScreenIsLocked" si...

2016-11-14 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-media/pull/54 @stevengill This is exactly the behavior. The media should pause as soon as `onPause()` is triggered and resumed on `onResume()` Currently this feature is documented as "Quir

[GitHub] cordova-plugin-media issue #54: Handles the "playAudioWhenScreenIsLocked" si...

2016-11-14 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-media/pull/54 @stevengill in the newer plugin version, 2.4.0 there is a `pauseAllLostFocus()` and `resumeAllGainedFocus()` functionality. Unfortunately that does not works with the

[GitHub] cordova-plugin-media pull request #121: CB-12146: (android) Adds support for...

2016-11-14 Thread romedius
GitHub user romedius opened a pull request: https://github.com/apache/cordova-plugin-media/pull/121 CB-12146: (android) Adds support for "playAudioWhenScreenIsLocked" already used in iOS ### Platforms affected Android ### What does this PR do?

[GitHub] cordova-plugin-media issue #54: Handles the "playAudioWhenScreenIsLocked" si...

2016-11-14 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-media/pull/54 @stevengill I've created a new pull request. See: https://github.com/apache/cordova-plugin-media/pull/121 --- If your project is set up for it, you can reply to this email and

[GitHub] cordova-plugin-media issue #121: CB-12146: (android) Adds support for "playA...

2016-11-14 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-media/pull/121 Yes, I just wanted to wait with closing the other one until there is some activity on this one :) --- If your project is set up for it, you can reply to this email and have your

[GitHub] cordova-plugin-media issue #54: Handles the "playAudioWhenScreenIsLocked" si...

2016-11-14 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-media/pull/54 Replaced by #121 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[GitHub] cordova-plugin-media pull request #54: Handles the "playAudioWhenScreenIsLoc...

2016-11-14 Thread romedius
Github user romedius closed the pull request at: https://github.com/apache/cordova-plugin-media/pull/54 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] cordova-plugin-media issue #121: CB-12146: (android) Adds support for "playA...

2016-11-15 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-media/pull/121 I would like to change the documentation. Now that Android and iOS are supporting this flag, should it still be listed as a quirk? --- If your project is set up for it, you can

[GitHub] cordova-plugin-media issue #120: CB-11513: (ios) Fixed: iOS memory warning s...

2016-11-16 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-media/pull/120 @stevengill if you have some spare time, could you take a look at this patch too, or point me to the right maintainer? Thank you! --- If your project is set up for it, you can

[GitHub] cordova-plugin-camera issue #220: Fix Android bug in permission requests

2016-11-23 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/220 Why are we only checking for one permission, we would need both, right? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] cordova-plugin-camera issue #220: Fix Android bug in permission requests

2016-11-23 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/220 Permission management has been changed and cleaned up. Issue seems to be deprecated. @Gorcyn can you confirm this? --- If your project is set up for it, you can reply to this