Travis Nuttall
							
						 
						
							
								4740be4d67
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #256  from alpha0010/patch-1 
							
							 
							
Add flow type definitions 
							
							
						 
						6 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								b94e9ff6ec
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #265  from joltup/gradle-upgrade 
							
							 
							
update android build config for newer react-native versions 
							
							
						 
						6 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								f4acab9e5f
								
							 
						 
						
							update android build config for newer react-native versions 
							
							
						 
						6 年前  
					 
				
					
						
							
								   Alpha
							
						 
						
							
								39c0c0fbca
								
									
										
											 
										
									
								
							 
						 
						
							Add flow type definitions 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								70fcb3a2c4
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #209  from jdanbrown/patch-1 
							
							 
							
index.d.ts: Fix extends -> implements 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Dan Brown
							
						 
						
							
								8bc5cebdda
								
									
										
											 
										
									
								
							 
						 
						
							index.d.ts: Fix extends -> implements 
							
							 
							
Before:
```
node_modules/rn-fetch-blob/index.d.ts:147:43 - error TS2689: Cannot extend an interface 'EventTarget'. Did you mean 'implements'?
147 export declare class PolyfillBlob extends EventTarget {
                                              ~~~~~~~~~~~
error Command failed with exit code 1.
```
After:
```
✨  Done in 3.06s.
``` 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								ba11d32e7e
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #184  from reilem/add-types 
							
							 
							
Add typescript type defenitions 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								d69c72bb3f
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #198  from capriza/master 
							
							 
							
Adding iOS background upload support 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Guy Blank
							
						 
						
							
								c01e1588fd
								
									
										
											 
										
									
								
							 
						 
						
							Update README.md 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Guy Blank
							
						 
						
							
								2cbc85be4a
								
							 
						 
						
							Merge remote-tracking branch 'upstream/master' 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Guy Blank
							
						 
						
							
								8d06e9c497
								
							 
						 
						
							fix file exists check 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Guy Blank
							
						 
						
							
								9c76911e98
								
							 
						 
						
							upload task - check if upload file exists 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Guy Blank
							
						 
						
							
								3aec4191f9
								
							 
						 
						
							support upload task + recieve finish event from background 
							
							
						 
						7 年前  
					 
				
					
						
							
								   reilem
							
						 
						
							
								b4e15f3ab1
								
									
										
											 
										
									
								
							 
						 
						
							Create index.d.ts 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								c95ef1c199
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #158  from ihavenoface5/issue-157 
							
							 
							
path sent to unlink is now checked for file prefix. 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								fd81e468b1
								
							 
						 
						
							0.10.13 
							
							
						 
						7 年前  
					 
				
					
						
							
								   adamburnett
							
						 
						
							
								61a343e1f2
								
							 
						 
						
							path sent to unlink is now checked for file prefix. 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								d07567396b
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #149  from studiozeffa/fix/cp-illegal-callback-invocation 
							
							 
							
Fix 'Illegal Callback Invocation' Android exception 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								ebbf54ec1f
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #155  from yurnery/master 
							
							 
							
fix progress and uploadProgress not callback in iOS 
							
							
						 
						7 年前  
					 
				
					
						
							
								   wenshe
							
						 
						
							
								5551d01bf8
								
							 
						 
						
							fix progress and uploadprogress not callback in iOS 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Tom Spencer
							
						 
						
							
								e6e27ac0b9
								
									
										
											 
										
									
								
							 
						 
						
							Fix RuntimeException 
							
							 
							
Fixes a case where `callback` was called twice when something went wrong in the `cp` operation, leading to a `java.lang.RuntimeException: Illegal callback invocation from native module. This callback type only permits a single invocation from native code.`
This is the same fix [as seen in the original repo](https://github.com/wkh237/react-native-fetch-blob/pull/408 ). 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								981627e874
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #126  from LorienHW/master 
							
							 
							
change android request builder so it wont set Content-Type header to … 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								eb0bfa44ad
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #132  from azizhk/patch-1 
							
							 
							
(small fix) Fix link to issue which was giving 404 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								314f5f7253
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #133  from jschoolcraft/master 
							
							 
							
Doc update to include note on upgrading across branches 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								c5632629f7
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #129  from yeomann/patch-1 
							
							 
							
improvement way to get root SDK versions 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Danish
							
						 
						
							
								840ddcefe7
								
									
										
											 
										
									
								
							 
						 
						
							fix double quotes 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Jeff Schoolcraft
							
						 
						
							
								8f8c4a4011
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #1  from jschoolcraft/docs-upgrade-notice 
							
							 
							
Update README.md with tip on project references 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Jeff Schoolcraft
							
						 
						
							
								d09c5d8095
								
									
										
											 
										
									
								
							 
						 
						
							Update README.md with tip on project references 
							
							 
							
Wanted to include a note for folks upgrading from the old branch to the new branch about renaming all product references as this was a problem I came across in #122  (https://github.com/joltup/rn-fetch-blob/issues/122 ) 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Aziz Khambati
							
						 
						
							
								27dc243146
								
									
										
											 
										
									
								
							 
						 
						
							(small fix) Fix link to issue which was giving 404 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								1663c7b579
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #127  from thalelinh/master 
							
							 
							
Fixed trusty example calling `then` instead of `fetch` 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Danish
							
						 
						
							
								a4abef9c36
								
									
										
											 
										
									
								
							 
						 
						
							improvement way to get root SDK versions 
							
							 
							
just added a function which acts like a ternary with fallback option. Hence, less cluttered "def" variables  
additionally, changed the SDK values from 23 to 26 as per new changes from react-native and Android
Android Target API Level 26 will be required in August 2018.
https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html 
And the React Native team is already working on this:
facebook/react-native#18095 
facebook/react-native#17741 
PS: I am aware of this PR https://github.com/joltup/rn-fetch-blob/pull/128  but first its still targeting old SDK values i.e 23 as fallback and secondly I am not sure of the use of `project` to get the value instead of proper way i.e `rootProject.ext` to get the property value. 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Tales Lelo da Aparecida
							
						 
						
							
								1a315a302e
								
									
										
											 
										
									
								
							 
						 
						
							Fixed trusty example calling `then` instead of `fetch` 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Lorien
							
						 
						
							
								c31cb90f3d
								
							 
						 
						
							change android request builder so it wont set Content-Type header to application/octet-stream if it was explicitly set to the empty string. This fixes amazon s3 uploads with a presigned url 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								073cc3cfe4
								
							 
						 
						
							0.10.12 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								948a2b9fdd
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #123  from ihavenoface5/FileMoving 
							
							 
							
Removed output directory check / create. Fixes all file types moving. 
							
							
						 
						7 年前  
					 
				
					
						
							
								   adamburnett
							
						 
						
							
								1ebb03b831
								
							 
						 
						
							Removed output directory check / create. Fixes file moving. 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								f1b86940b8
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #117  from ihavenoface5/FileMoving 
							
							 
							
Added check for failing to create the output directory 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								9ac9c6f251
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #118  from ihavenoface5/TaskProgress 
							
							 
							
Fixed truncating of progress report values. 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								ebc320f167
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #121  from ihavenoface5/ReadableMapNullCheck 
							
							 
							
Added null and path key check on addCompleteDownload method 
							
							
						 
						7 年前  
					 
				
					
						
							
								   adamburnett
							
						 
						
							
								4f66c84d85
								
							 
						 
						
							Added null and path key check on addCompleteDownload method 
							
							
						 
						7 年前  
					 
				
					
						
							
								   adamburnett
							
						 
						
							
								5094579a44
								
							 
						 
						
							Fixed truncating of progress report values. 
							
							
						 
						7 年前  
					 
				
					
						
							
								   adamburnett
							
						 
						
							
								480093530c
								
							 
						 
						
							Added check for failing to create the output directory 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								41e1572315
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #114  from ihavenoface5/FileMoving 
							
							 
							
Fixed file moving 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								b3ab50a926
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #112  from milesmatthias/patch-2 
							
							 
							
Fix installation via github instructions 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								56c44e46bf
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #110  from turtlegood/dev 
							
							 
							
update README.md to inform the handle of cookies 
							
							
						 
						7 年前  
					 
				
					
						
							
								   adamburnett
							
						 
						
							
								5837361a5d
								
							 
						 
						
							Fixed file moving 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Miles Matthias
							
						 
						
							
								e253ad28e6
								
									
										
											 
										
									
								
							 
						 
						
							Fix installation via github instructions 
							
							
						 
						7 年前  
					 
				
					
						
							
								   turtlegood
							
						 
						
							
								6984edccf0
								
							 
						 
						
							update README.md to inform the handle of cookies 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								fb0c5f1765
								
									
										
											 
										
									
								
							 
						 
						
							Merge pull request #87  from vikas5914/master 
							
							 
							
Fix notification value for android download Manager 
							
							
						 
						7 年前  
					 
				
					
						
							
								   Travis Nuttall
							
						 
						
							
								2a81f32def
								
							 
						 
						
							0.10.11 
							
							
						 
						7 年前