[GitHub] cordova-plugin-media pull request: Progress report for Media plugi...

2016-05-17 Thread cordova-qa
Github user cordova-qa commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/22#issuecomment-219899970 Cordova CI Build has one or more failures. **Commit** - [Link](https://github.com/apache/cordova-plugin-media/pull/22/commits/ce07ef34dd99b

[GitHub] cordova-plugin-media pull request: Progress report for Media plugi...

2015-10-19 Thread houbig
Github user houbig commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/22#issuecomment-149181122 http://stackoverflow.com/questions/27835491/is-onbufferingupdate-event-called-every-second-while-playing --- If your project is set up for it, you can repl

[GitHub] cordova-plugin-media pull request: Progress report for Media plugi...

2015-10-19 Thread houbig
Github user houbig commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/22#issuecomment-149180907 It loops like 'forever' 100% aproximately every second. I've found on net that it's Samsung bug and trying to add some aditional condition to keep the reach

[GitHub] cordova-plugin-media pull request: Progress report for Media plugi...

2015-10-19 Thread emilsedgh
Github user emilsedgh commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/22#issuecomment-149175990 What do you mean 'after it reaches 100%'. When it reaches 100% its complete of course... --- If your project is set up for it, you can reply to this

[GitHub] cordova-plugin-media pull request: Progress report for Media plugi...

2015-10-19 Thread houbig
Github user houbig commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/22#issuecomment-149174208 Ok I find the solution for the fails. For the new vrsion of plugin I change the plugin calling path to "cordova.require('cordova-plugin-media.Media')"

[GitHub] cordova-plugin-media pull request: Progress report for Media plugi...

2015-10-19 Thread houbig
Github user houbig commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/22#issuecomment-149140909 Hi emilsedgh! Great job! I've added the scope of your lines in my cordova media plugin version 1.0.1, but every time I'm getting this fails:

[GitHub] cordova-plugin-media pull request: Progress report for Media plugi...

2014-11-28 Thread emilsedgh
Github user emilsedgh commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/22#issuecomment-64916688 @clelland I just submitted mine. Thank you for finally looking into this :) --- If your project is set up for it, you can reply to this email and have your

[GitHub] cordova-plugin-media pull request: Progress report for Media plugi...

2014-11-28 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/22#issuecomment-64912841 That's great, @emilsedgh -- do you have an ICLA on file with Apache? I can't find your name on the list there, and we usually ask for one from contributors

[GitHub] cordova-plugin-media pull request: Progress report for Media plugi...

2014-08-13 Thread emilsedgh
Github user emilsedgh commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/22#issuecomment-52057885 All issues you mentioned are now fixed, @jsoref. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cordova-plugin-media pull request: Progress report for Media plugi...

2014-08-13 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-media/pull/22#discussion_r16177733 --- Diff: www/Media.js --- @@ -192,4 +195,16 @@ Media.onStatus = function(id, msgType, value) { }; -module.exports = Media;

[GitHub] cordova-plugin-media pull request: Progress report for Media plugi...

2014-08-13 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-media/pull/22#discussion_r16177685 --- Diff: www/Media.js --- @@ -192,4 +195,16 @@ Media.onStatus = function(id, msgType, value) { }; -module.exports = Media;

[GitHub] cordova-plugin-media pull request: Progress report for Media plugi...

2014-08-13 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-media/pull/22#discussion_r16177556 --- Diff: src/android/AudioPlayer.java --- @@ -277,6 +280,16 @@ public void onCompletion(MediaPlayer player) { } /** +

[GitHub] cordova-plugin-media pull request: Progress report for Media plugi...

2014-07-21 Thread emilsedgh
GitHub user emilsedgh opened a pull request: https://github.com/apache/cordova-plugin-media/pull/22 Progress report for Media plugin Fixes CB-7175 You can merge this pull request into a Git repository by running: $ git pull https://github.com/emilsedgh/cordova-plugin-media mast