A framework for building native applications using React
COMMITS
/ Libraries/Image/RCTImageLoader.h October 13, 2022
N
Remove clang-format opt-out for Libraries
Nick Gerleman committed
December 30, 2021
A
Update copyright headers from Facebook to Meta
Andres Suarez committed
April 27, 2021
R
RCTImageLoader: Use RCTModuleRegistry to load loaders/decoders
Ramanpreet Nara committed
October 30, 2020
P
Allow image loaders to enable/disable image telemetry
Paige Sun committed
September 11, 2020
P
3/6 Add IGviewpoint for image visibility callbacks
Paige Sun committed
December 17, 2019
K
iOS Fabric: added support for image instrumentation [1]
Kevin Gozali committed
December 9, 2019
K
iOS: added helper functions to gate image instrumentations
Kevin Gozali committed
October 21, 2019
R
Move RCTImage NativeModules back to RCTImage
Ramanpreet Nara committed
October 10, 2019
A
Back out D17720575 -- D17724498
Ashok Menon committed
October 9, 2019
R
Move RCTImage NativeModules back to RCTImage
Ramanpreet Nara committed
August 14, 2019
R
Migrate RCTImage NativeModules to CoreModules
Ramanpreet Nara committed
July 24, 2019
P
Deprecate RCTImageLoader category of RCTBridge [2/N]
Peter Argany committed
July 23, 2019
Z
Remove old GIF code (#25636)
zhongwuzw committed
March 13, 2019
R
Make FBReactModule, RCTNetworking, and RCTImageLoader use new Plugin API
Ramanpreet Nara committed
February 6, 2019
Z
Enhance image freshness check before stored into cache (#23226)
zhongwuzw committed
January 31, 2019
R
Z
Enhance image freshness check before stored into cache (#23226)
zhongwuzw committed
January 26, 2019
Z
Fix small typo in comments of reactDecodedImageBytes (#23165)
zhongwuzw committed
January 25, 2019
Z
Add image bytes property of UIImage (#22731)
zhongwuzw committed
December 7, 2018
K
Rename RCTImageCacheDelegate -> RCTImageCache in code comment (#22406)
Karan Thakkar committed
November 5, 2018
E
Performance improvement for loading cached images on iOS (#20356)
Eric Samelson committed
September 11, 2018
H
Update copyright headers to yearless format
Héctor Ramos committed
August 20, 2018
E
Implement Image.queryCache on iOS (#18782)
EUROPE\laprosek committed
July 30, 2018
M
Revert D8978844: [react-native][PR] Performance improvement for loading cached images on iOS
Mehdi Mulani committed
E
Performance improvement for loading cached images on iOS (#20356)
Eric Samelson committed
February 17, 2018
S
Update license headers for MIT license
Sophie Alpert committed
December 8, 2017
Y
Providing an API to load assets from a different directory
Yujie Liu committed
November 23, 2016
P
Move all header imports to "<React/..>"
Pieter De Baets committed
September 21, 2016
M
Add partial image loading to RCTImageView
Mehdi Mulani 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
M
Create protocol for delegate for image cacheing
Maria Mateescu 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 11, 2016
P
Cleanup RCTImageLoader weakSelf/strongSelf
Pieter De Baets committed
June 7, 2016
N
Simplified Image.js
Nick Lockwood committed
June 1, 2016
A
iOS: Support HTTP headers for source prop on <Image> components
Adam Comella 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
January 20, 2016
N
Generalized image decoding and resizing logic
Nick Lockwood committed
January 1, 2016
N
Added getImageSize method
Nick Lockwood committed
October 20, 2015
N
Improved threading for image loader
Nick Lockwood committed
October 19, 2015
N
Added RCTDataRequestHandler
Nick Lockwood committed
September 4, 2015
N
Changed RCTImageLoader to always return a UIImage
Nick Lockwood committed
September 2, 2015
A
Add pluggable image processing system
Alex Akers committed
July 27, 2015
N
Refactored RCTImageDownloader to use RCTNetworking instead of a separate download system
Nick Lockwood committed
N
Converted RCTImageLoader to be a bridge module
Nick Lockwood committed
July 21, 2015
P
[React Native] open source ImageStoreManager native module and plug into RCTImageLoader
Philipp von Weitershausen committed
July 15, 2015
N
Merged RCTNetworkImageView functionality into RCTStaticImage
Nick Lockwood committed