Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Support content URIs properly for uploads on Android #546

Open
wants to merge 28 commits into
base: 0.11.0
Choose a base branch
from

Commits on Mar 27, 2017

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

Commits on Apr 16, 2017

  1. Configuration menu
    Copy the full SHA
    4d15c0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40fefd4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2017

  1. Configuration menu
    Copy the full SHA
    50a4d06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8cfeb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb7fec4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. Fixed a bug which causes XMLHttpRequest getting incorrect header when…

    … sending multiple requests in the same time
    wkh237 committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    08f8403 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c217fab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a75a9b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. Configuration menu
    Copy the full SHA
    ed2732a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd4dbb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. Configuration menu
    Copy the full SHA
    6bb7c65 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    wkh237 authored Jul 14, 2017
    Configuration menu
    Copy the full SHA
    b70a124 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

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

Commits on Jul 25, 2017

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

Commits on Aug 2, 2017

  1. Fix Compilation Error in React Native 0.47.0 (wkh237#452)

    createJSModules was removedin React Native 0.47.0 and results in the attached Build Error.
    removing @OverRide fixes build (didn't remove function because I don't know if it should be kept for downard compatability?)
    
    ```
    node_modules/react-native-fetch-blob/android/src/main/java/com/RNFetchBlob/RNFetchBlobPackage.java:23: error: method does not override or implement a method from a supertype
        @OverRide
        ^
    1 error
    
    Incremental compilation of 1 classes completed in 0.219 secs.
    :react-native-fetch-blob:compileReleaseJavaWithJavac FAILED
    
    FAILURE: Build failed with an exception.
    ```
    Hizoul authored and wkh237 committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    d1d07d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    206588f View commit details
    Browse the repository at this point in the history
  3. Bump to 0.10.7

    wkh237 committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    6bde516 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f3c018 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50c1573 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Configuration menu
    Copy the full SHA
    55009f1 View commit details
    Browse the repository at this point in the history
  2. bump to 0.10.8

    bcpclone committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    9ab4ebb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1336555 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

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

Commits on Aug 24, 2017

  1. Fix README (wkh237#501)

    remove extra space
    moschan authored and wkh237 committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    821eeb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. Handle content URIs correctly

    Tom Bailey committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    c7b9e2e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Remove unused warning event

    tombailey committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    703880b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

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