This repository has been archived by the owner on Mar 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[iOS] Synchronized tables, separated requests and network logic and other... #636
Open
chrusart
wants to merge
32
commits into
wkh237:0.11.0
Choose a base branch
from
flatfox-ag:synchronized
base: 0.11.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Mar 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8121dbf - Browse repository at this point
Copy the full SHA 8121dbfView commit details
Commits on Apr 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4d15c0f - Browse repository at this point
Copy the full SHA 4d15c0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40fefd4 - Browse repository at this point
Copy the full SHA 40fefd4View commit details
Commits on Jul 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 50a4d06 - Browse repository at this point
Copy the full SHA 50a4d06View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8cfeb1 - Browse repository at this point
Copy the full SHA a8cfeb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb7fec4 - Browse repository at this point
Copy the full SHA bb7fec4View commit details
Commits on Jul 3, 2017
-
Fixed a bug which causes XMLHttpRequest getting incorrect header when…
… sending multiple requests in the same time
Configuration menu - View commit details
-
Copy full SHA for 08f8403 - Browse repository at this point
Copy the full SHA 08f8403View commit details -
Configuration menu - View commit details
-
Copy full SHA for c217fab - Browse repository at this point
Copy the full SHA c217fabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a75a9b - Browse repository at this point
Copy the full SHA 8a75a9bView commit details
Commits on Jul 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ed2732a - Browse repository at this point
Copy the full SHA ed2732aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd4dbb2 - Browse repository at this point
Copy the full SHA dd4dbb2View commit details
Commits on Jul 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6bb7c65 - Browse repository at this point
Copy the full SHA 6bb7c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for b70a124 - Browse repository at this point
Copy the full SHA b70a124View commit details
Commits on Jul 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 712c8a3 - Browse repository at this point
Copy the full SHA 712c8a3View commit details
Commits on Jul 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d83d800 - Browse repository at this point
Copy the full SHA d83d800View commit details
Commits on Aug 2, 2017
-
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. ```
Configuration menu - View commit details
-
Copy full SHA for d1d07d0 - Browse repository at this point
Copy the full SHA d1d07d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 206588f - Browse repository at this point
Copy the full SHA 206588fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bde516 - Browse repository at this point
Copy the full SHA 6bde516View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f3c018 - Browse repository at this point
Copy the full SHA 5f3c018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50c1573 - Browse repository at this point
Copy the full SHA 50c1573View commit details
Commits on Aug 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 55009f1 - Browse repository at this point
Copy the full SHA 55009f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ab4ebb - Browse repository at this point
Copy the full SHA 9ab4ebbView commit details
Commits on Jan 12, 2018
-
Synchronized dictionaries and tables operations
Artur Chrusciel committedJan 12, 2018 Configuration menu - View commit details
-
Copy full SHA for 38f4d75 - Browse repository at this point
Copy the full SHA 38f4d75View commit details
Commits on Jan 15, 2018
-
Mostly RNFetchBlobNetwork cleanup
Artur Chrusciel committedJan 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 905ab1c - Browse repository at this point
Copy the full SHA 905ab1cView commit details -
Artur Chrusciel committed
Jan 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 11f674c - Browse repository at this point
Copy the full SHA 11f674cView commit details -
Unused completion handlers leftovers removed
Artur Chrusciel committedJan 15, 2018 Configuration menu - View commit details
-
Copy full SHA for f0301db - Browse repository at this point
Copy the full SHA f0301dbView commit details -
Separate requests from network logic
Artur Chrusciel committedJan 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 8dd310d - Browse repository at this point
Copy the full SHA 8dd310dView commit details
Commits on Jan 16, 2018
-
Artur Chrusciel committed
Jan 16, 2018 Configuration menu - View commit details
-
Copy full SHA for db68875 - Browse repository at this point
Copy the full SHA db68875View commit details -
Proper usage of shared instance
Artur Chrusciel committedJan 16, 2018 Configuration menu - View commit details
-
Copy full SHA for ad65763 - Browse repository at this point
Copy the full SHA ad65763View commit details -
Artur Chrusciel committed
Jan 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 1d19f98 - Browse repository at this point
Copy the full SHA 1d19f98View commit details -
Artur Chrusciel committed
Jan 16, 2018 Configuration menu - View commit details
-
Copy full SHA for d4b465a - Browse repository at this point
Copy the full SHA d4b465aView commit details -
Some code guidelines for network classes
Artur Chrusciel committedJan 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 57102f4 - Browse repository at this point
Copy the full SHA 57102f4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.