apache / cordova-plugin-file-transfer

Apache Cordova File Transfer Plugin
https://cordova.apache.org/
Apache License 2.0
596 stars 888 forks source link

CB-13017 (android) Added proxy option in download method #184

Closed dracorl closed 6 years ago

dracorl commented 7 years ago

Platforms affected

Android

What does this PR do?

Download files with proxies

What testing has been done on this change?

on Emulator and Sony Xperia phone it works

Checklist

maverickmishra commented 6 years ago

With the new features introduced in XMLHttpRequest, this plugin is not needed any more. Migrating from this plugin to using the new features of XMLHttpRequest, is explained in this Cordova blog post.