A framework for building native applications using React
COMMITS
/ Libraries/Image/RCTImageLoader.m October 10, 2017
S
Issue #16159 - RCTImageStoreManager's priority
Sai Teja Jammalamadaka committed
September 1, 2017
M
Clean up some URL path handling
Mark Smith committed
August 30, 2017
A
Fix Image.getSize() according to image orientation
Aleksei Androsov committed
August 1, 2017
A
RCTImage: Use C atomics instead of OSAtomic
Adlai Holler committed
June 13, 2017
F
Allow video uploads
Fred Liu committed
December 5, 2016
A
iOS: Fix dequeueTasks crash in image loader
Adam Comella committed
December 2, 2016
A
iOS: Fix an image loader crash
Adam Comella committed
November 23, 2016
P
Move all header imports to "<React/..>"
Pieter De Baets committed
November 21, 2016
A
Provide more info when image fails to load
Alex Kotliarskyi committed
October 11, 2016
P
Cancel network requests from the correct queue
Pieter De Baets committed
September 28, 2016
M
Use strong reference in RCTImageLoader
Mattias Pfeiffer committed
September 21, 2016
T
FIX #9751 - Cancelling offscreen image loads causing crashes
Toby Cox committed
M
Add partial image loading to RCTImageView
Mehdi Mulani committed
August 19, 2016
P
Add some defensive cleanup of cancelBlock in RCTImageLoader
Pieter De Baets committed
August 2, 2016
M
Add custom cache setter
Maria Mateescu committed
July 28, 2016
M
Plug in the Cache to the ImageLoader
Maria Mateescu committed
July 27, 2016
N
Fix RCTImageLoader's priority
Nathan Azaria committed
July 22, 2016
S
Set trackingName for RCTImageLoader requests
Scott Wolchok committed
July 21, 2016
S
Change RCTImageLoader's Cache System to default NSURLRequest's cache system
skatpgusskat committed
J
Load local assets synchronously to prevent image flicker
Janic Duplessis committed
P
Remove deprecated RCTImageLoader methods
Pieter De Baets committed
July 18, 2016
P
Add MessageQueue method for executing function and returning its result
Pieter De Baets committed
Y
Defend against nil pointer in RCTImageLoader.m
yeshuang committed
July 11, 2016
P
Cleanup RCTImageLoader weakSelf/strongSelf
Pieter De Baets committed
July 7, 2016
S
June 9, 2016
N
Fix missing images
Nick Lockwood committed
June 7, 2016
M
Handle the case where redirect URL is relative
Maarten Schumacher committed
N
Simplified Image.js
Nick Lockwood committed
June 6, 2016
N
Replaced isMainThread checks with a proper test for main queue
Nick Lockwood committed
June 1, 2016
A
iOS: Support HTTP headers for source prop on <Image> components
Adam Comella committed
May 25, 2016
N
Fixed image test flakiness by tying decoded image cache to module lifecycle
Nick Lockwood committed
May 23, 2016
N
Added small decoded image cache to prevent images flashing when component is reloaded
Nick Lockwood committed
May 9, 2016
N
Fixed crash due to inserting a nil object into an array
Nick Lockwood committed
April 27, 2016
H
Fix 302 ImageLoader caching problem on iOS
Howard Yeh committed
April 13, 2016
J
Add a way to prefetch remote images to cache with Image.prefetch
James Ide committed
March 21, 2016
M
Replace :React with :FBReactOpenSourceKit
Marc Horowitz committed
March 3, 2016
N
Dispatch module setup asynchronously to avoid blocking main thread when bridge starts
Nick Lockwood committed
February 16, 2016
N
Added throttling on requests made by RCTImageLoader
Nick Lockwood committed
February 10, 2016
N
Restricted image decoding to 2 simultaneous threads
Nick Lockwood committed
January 20, 2016
N
Generalized image decoding and resizing logic
Nick Lockwood committed
January 1, 2016
N
Added getImageSize method
Nick Lockwood committed
November 25, 2015
N
Refactored module access to allow for lazy loading
Nick Lockwood committed
November 23, 2015
N
Fixed double-callback for cached images
Nick Lockwood committed
November 20, 2015
N
Removed all calls to [UIImage imageWithData:] on a background thread
Nick Lockwood committed
November 17, 2015
N
Reduced work done on main thread by RCTImageLoader
Nick Lockwood committed
November 5, 2015
N
Attempt to fix RCTImageLoader crash
Nick Lockwood committed
November 3, 2015
N
Added lightweight generic annotations
Nick Lockwood committed
October 21, 2015
N
Fixed RCTImageStoreManager bug
Nick Lockwood committed
October 20, 2015
N
Improved threading for image loader
Nick Lockwood committed
October 19, 2015
N
Added RCTDataRequestHandler
Nick Lockwood committed