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

[iOS] Synchronized tables, separated requests and network logic and other... #636

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

[iOS] Synchronized tables, separated requests and network logic and other... #636

wants to merge 32 commits into 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 (#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

Commits on Jan 12, 2018

  1. Synchronized dictionaries and tables operations

    Artur Chrusciel committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    38f4d75 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Mostly RNFetchBlobNetwork cleanup

    Artur Chrusciel committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    905ab1c View commit details
    Browse the repository at this point in the history
  2. QOS level for task queue

    Artur Chrusciel committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    11f674c View commit details
    Browse the repository at this point in the history
  3. Unused completion handlers leftovers removed

    Artur Chrusciel committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    f0301db View commit details
    Browse the repository at this point in the history
  4. Separate requests from network logic

    Artur Chrusciel committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    8dd310d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Shared instance used

    Artur Chrusciel committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    db68875 View commit details
    Browse the repository at this point in the history
  2. Proper usage of shared instance

    Artur Chrusciel committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    ad65763 View commit details
    Browse the repository at this point in the history
  3. Commented code removed

    Artur Chrusciel committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    1d19f98 View commit details
    Browse the repository at this point in the history
  4. Fixed header import defines

    Artur Chrusciel committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    d4b465a View commit details
    Browse the repository at this point in the history
  5. Some code guidelines for network classes

    Artur Chrusciel committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    57102f4 View commit details
    Browse the repository at this point in the history