[GitHub] cordova-plugin-file-transfer pull request: FirefoxOS initial imple...

2014-07-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file-transfer/pull/36 --- 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 i

[GitHub] cordova-plugin-file-transfer pull request: FirefoxOS initial imple...

2014-07-25 Thread zalun
Github user zalun commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/36#issuecomment-50120466 r+ --- 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-file-transfer pull request: FirefoxOS initial imple...

2014-07-24 Thread zalun
Github user zalun commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/36#issuecomment-50088918 Right - I had not changed the branch on transfer --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[GitHub] cordova-plugin-file-transfer pull request: FirefoxOS initial imple...

2014-07-24 Thread rodms10
Github user rodms10 commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/36#issuecomment-50075467 Did you see an "adding proxy for FileTransfer" as well? Make sure you have file and file-transfer from my branches. Looks like you have file but not

[GitHub] cordova-plugin-file-transfer pull request: FirefoxOS initial imple...

2014-07-24 Thread zalun
Github user zalun commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/36#issuecomment-50020126 I tried it on FFOS 1.3 and see: Inside App: "... Error Downloading ..." In console; "adding proxy for File" cordova.js:846 "

[GitHub] cordova-plugin-file-transfer pull request: FirefoxOS initial imple...

2014-07-22 Thread rodms10
GitHub user rodms10 opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/36 FirefoxOS initial implementation Using system XHR for transfers. Requires last version of file plugin. Basic test app at https://github.com/rodms10/check-file-transfer.