Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CB-861] Header support for FileTransfer download #20

Closed
wants to merge 2 commits into from

Commits on Feb 24, 2013

  1. [CB-861] Header support for FileTransfer download

    Added support for an optional options object as the final arg. Currently only handles the options.headers object (as per the issue).
    
    `FileTransfer.download(source, target, successCallback, errorCallback, trustAllHosts, options)`
    
    This is needed for using FileTransfer.download with Basic Authentication, etc. Sadly since Android 2.x doesn't support XHR2, this is needed in FileTransfer.
    
    I have only added support to Android and iOS (see other PR's).
    devgeeks committed Feb 24, 2013
    Configuration menu
    Copy the full SHA
    061c658 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2013

  1. Re-ordered args to match js as discussed

    Deleted a commented out delegate reference and re-ordered the args to match the re-ordered js as discussed with @agrieve
    devgeeks committed Feb 26, 2013
    Configuration menu
    Copy the full SHA
    a6a6431 View commit details
    Browse the repository at this point in the history