Hizoul
							
						 
						
							
								d1d07d0922
								
							 
						 
						
							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.
``` 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								b70a12455d
								
							 
						 
						
							Update README.md 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								40efd14a59
								
							 
						 
						
							Update PULL_REQUEST_TEMPLATE 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								45b86cfde2
								
							 
						 
						
							bump to 0.10.6 and update contributors 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								0ea4a4a0c3
								
							 
						 
						
							Merge branch '0.10.6' 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								2c16a9488d
								
							 
						 
						
							Fix IOS request timeout  issue #368  by change default request setting to defaultSessionConfiguration, and make backgroundSessionConfigurationWithIdentifier optional 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								5e41837d72
								
							 
						 
						
							Create CONTRIBUTING.md 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								1d4e69cf20
								
							 
						 
						
							Fix incorrect UTF-8 data conversion issue when the data contains special characters. 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Jeremi Stadler
							
						 
						
							
								ae083dd7f5
								
							 
						 
						
							Downgrade android gradle build tools (#400 ) 
							
							 
							
To support the default react-native gradle version
https://github.com/wkh237/react-native-fetch-blob/pull/396  
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Jeremi Stadler
							
						 
						
							
								d61461bf2b
								
							 
						 
						
							[Android] Update android gradle build version (#396 ) 
							
							 
							
Change to jCenter because mavenCentral does not have the latest version of the package 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								4073093f48
								
							 
						 
						
							Fix missing Android import 
							
							 
							
fix 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								d00bd9138a
								
							 
						 
						
							Fix missing Android import 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								5b43136beb
								
							 
						 
						
							Fix Fetch Replacement progress and cancel task issue #370  
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								d807f0f4af
								
							 
						 
						
							Add missing Android implementation 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								5e554ac807
								
							 
						 
						
							Add missing argument to RNFetchBlobReq.java #388  
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								be00a24908
								
							 
						 
						
							Merge branch '0.10.6' of github.com:wkh237/react-native-fetch-blob into 0.10.6 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								a6a851666d
								
							 
						 
						
							Merge branch 'master' into 0.10.6 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Jacob Lauritzen
							
						 
						
							
								4ea868fe79
								
							 
						 
						
							Android share cookies w/ RN, remove cookie utils (#388 ) 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   atlanteh
							
						 
						
							
								93509a7a88
								
							 
						 
						
							remove redundant console.log every AppState change (#385 ) 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								869bb47d16
								
							 
						 
						
							Update contributor list 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Jon San Miguel
							
						 
						
							
								f345afa27e
								
							 
						 
						
							Android Feature: Handle Arbitrary Providers (#374 ) 
							
							 
							
* Update ISSUE_TEMPLATE
* Handle Android content providers 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Guy Blank
							
						 
						
							
								acf4aa5578
								
							 
						 
						
							Add support for SDCards applications's directory (Android only) (#372 ) 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Yonsh Lin
							
						 
						
							
								f17783b8e7
								
							 
						 
						
							Fix some Promise.reject not being returned in FileSystem (#366 ) 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								fd9f20d4f2
								
							 
						 
						
							Update ISSUE_TEMPLATE 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								680331d68b
								
							 
						 
						
							Optimize JS performance by using different UID generator and remove bind statements 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								1ebbb89a21
								
							 
						 
						
							Fix typos in FileReader polyfill #347  
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								7752ff70f8
								
							 
						 
						
							Remove log state from Android file response handler function #353  
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								9c875a81bf
								
							 
						 
						
							Update PULL_REQUEST_TEMPLATE 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Amerrnath
							
						 
						
							
								b1931022d5
								
							 
						 
						
							Readme file link updated (#356 ) 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Simón Gómez
							
						 
						
							
								1e85bc3b34
								
							 
						 
						
							Fixed some typo/grammar errors in README (#349 ) 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben
							
						 
						
							
								94db6670a4
								
							 
						 
						
							Merge branch 'master' of github.com:wkh237/react-native-fetch-blob 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								3c14c8cfdd
								
							 
						 
						
							bump to 0.10.5 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								92455e1ec8
								
							 
						 
						
							Merge branch '0.10.5' 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Andrew Jack
							
						 
						
							
								ecbf535150
								
							 
						 
						
							Catch null contentUri (#343 ) 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Steve Liles
							
						 
						
							
								335d83d36c
								
							 
						 
						
							simplest possible fix for #311  (#313 ) 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben
							
						 
						
							
								32450224b1
								
							 
						 
						
							Bump to 0.10.5 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben
							
						 
						
							
								2ed5889c46
								
							 
						 
						
							Merge branch '0.10.5' 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Bronco
							
						 
						
							
								0a4af51e07
								
							 
						 
						
							Using custom content type for text field in iOS (#340 ) 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								e8256ead6f
								
							 
						 
						
							Add Android Download Manager status code handling and improve error message #297  
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								1e84d86292
								
							 
						 
						
							Add Android API `getContentIntent` 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								61d7ab098a
								
							 
						 
						
							Fix out-of-bound error when using fs.readStream with UTF8 encoding on Android #321  
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								623afc3ec7
								
							 
						 
						
							Apply fix to #302  IOS fs.df issue 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								1f151761fa
								
							 
						 
						
							Fix IOS df overflow issue #302  
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Max Gurela
							
						 
						
							
								cf31334b43
								
							 
						 
						
							Re-apply iOS removeCookies API (#325 ) 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   atlanteh
							
						 
						
							
								6768d37ce6
								
							 
						 
						
							Support PATCH action in iOS (#309 ) 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								54ba23abc3
								
							 
						 
						
							Create LICENSE 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Bronco
							
						 
						
							
								016a480b3a
								
							 
						 
						
							Using custom content type for text field in iOS (#340 ) 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								cdf8124cc6
								
							 
						 
						
							Update README.md 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								2ba5035d0b
								
							 
						 
						
							Delete RNFB-flow (1).png 
							
							
						 
						8 anos atrás  
					 
				
					
						
							
								   Ben Hsieh
							
						 
						
							
								1ee0da2b99
								
							 
						 
						
							Add files via upload 
							
							
						 
						8 anos atrás