Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Switch to cordova-plugin-advanced-http for update downloads #513

Merged
merged 22 commits into from
Jul 27, 2020

Commits on Feb 27, 2018

  1. Update plugin.xml

    bytenik authored Feb 27, 2018
    Configuration menu
    Copy the full SHA
    544e513 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. patch XCode 10 usage with build.json flags

    - add build.json to pass additional flags to cordova
    - use build.json to pass `UseModernBuildSystem=0` avoiding build failure
    ermik committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    9ff8d4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14a6ba4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from BallStreet/feat-xhr-remote

    Use XHR to pull remote file into sandbox
    ermik authored Mar 22, 2019
    Configuration menu
    Copy the full SHA
    8fe773d View commit details
    Browse the repository at this point in the history
  4. rollback config.xml tweak

    ermik committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    62d48e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b1788f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef3510e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Configuration menu
    Copy the full SHA
    575d812 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15f260a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d8a148 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Configuration menu
    Copy the full SHA
    10d7b9b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. Configuration menu
    Copy the full SHA
    1571a5f View commit details
    Browse the repository at this point in the history
  2. fix: dependency minor version

    ermik committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    8c7f774 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47bd60b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. add dependency on plugin-zip

    ermik committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    cae4e99 View commit details
    Browse the repository at this point in the history
  2. fix typo

    ermik committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    5f0fbec View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    f06b113 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10dc7a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    d3e9099 View commit details
    Browse the repository at this point in the history
  2. fix body serialization

    ermik committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    affeda8 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    12a316b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. added getDataDirectory call to ensure path

     - as discussed in microsoft#513, with move to advanced-http, the update payload
       began to fail
     - The call to getDataDirectory triggers path creation, if it doesn't
       exist yet
    
    Co-authored-by: Alexander Goncharov <v-algonc@microsoft.com>
    ermik and alexandergoncharov-zz committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    754195e View commit details
    Browse the repository at this point in the history