[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Some file-trans...

2015-12-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file-transfer/pull/118 --- 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

[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Some file-trans...

2015-12-03 Thread daserge
Github user daserge commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/118#discussion_r46653820 --- Diff: tests/tests.js --- @@ -31,9 +31,11 @@ exports.defineAutoTests = function () { var ONE_SECOND = 1000; // in

[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Some file-trans...

2015-12-03 Thread daserge
Github user daserge commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/118#discussion_r46581788 --- Diff: src/windows/FileTransferProxy.js --- @@ -49,6 +49,17 @@ function nativePathToCordova(path) { return

[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Some file-trans...

2015-12-03 Thread daserge
Github user daserge commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/118#discussion_r46582720 --- Diff: README.md --- @@ -230,6 +230,10 @@ __Parameters__: - Download requests is being cached by native implementation.

[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Some file-trans...

2015-12-03 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/118#issuecomment-161746483 The mention of BackgroundUploader/Downloaded in the Windows quirks section confused me a bit. At first, I thought they were some options we

[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Some file-trans...

2015-12-03 Thread jasongin
Github user jasongin commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/118#issuecomment-161817573 LGTM --- 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

[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Some file-trans...

2015-12-03 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/118#discussion_r46627985 --- Diff: tests/tests.js --- @@ -31,9 +31,11 @@ exports.defineAutoTests = function () { var ONE_SECOND = 1000; // in

[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Some file-trans...

2015-12-03 Thread daserge
Github user daserge commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/118#issuecomment-161733972 @dblotsky, @jasongin, I've addressed the CR notes and also added a few fixes for the last commit changed the timeouts - please take a look. ---

[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Some file-trans...

2015-12-02 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/118#discussion_r46454382 --- Diff: src/windows/FileTransferProxy.js --- @@ -49,6 +49,17 @@ function nativePathToCordova(path) { return

[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Some file-trans...

2015-12-02 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/118#discussion_r46446244 --- Diff: tests/tests.js --- @@ -29,6 +29,7 @@ exports.defineAutoTests = function () { // constants var

[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Some file-trans...

2015-12-02 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/118#discussion_r46445757 --- Diff: README.md --- @@ -230,6 +230,10 @@ __Parameters__: - Download requests is being cached by native implementation.

[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Some file-trans...

2015-12-02 Thread daserge
Github user daserge commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/118#issuecomment-161286724 @dblotsky, could you please review once more? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Some file-trans...

2015-11-25 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/118#discussion_r45928589 --- Diff: tests/tests.js --- @@ -468,6 +468,8 @@ exports.defineAutoTests = function () { it("filetransfer.spec.10

[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Some file-trans...

2015-11-25 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/118#discussion_r45928488 --- Diff: src/windows/FileTransferProxy.js --- @@ -152,6 +158,18 @@ exec(win, fail, 'FileTransfer', 'upload', try {

[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Some file-trans...

2015-11-25 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/118#discussion_r45928789 --- Diff: tests/tests.js --- @@ -450,7 +450,7 @@ exports.defineAutoTests = function () {

[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Some file-trans...

2015-11-25 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/118#discussion_r45928408 --- Diff: src/windows/FileTransferProxy.js --- @@ -116,9 +118,13 @@ exec(win, fail, 'FileTransfer', 'upload',

[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Some file-trans...

2015-11-24 Thread daserge
GitHub user daserge opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/118 CB-8641 Some file-transfer plugin tests occasionally fail in mobilesp… …ec on Windows Phone 8.1 Increases timeouts for Windows platform in abort tests Adds