rmalik
15f8dc572a
- Fix assignment of alternativeRepresentationProvider to be the singleton
...
instance of ASPINRemoteImageDownloader.
- Revert "Revert "Expose internal singleton method as a class method vs instance method.""
- Fix API bug in ASCollectionNode+Beta
2016-11-23 15:51:40 -08:00
Scott Goodson
0c65d21f8d
Revert "Expose internal singleton method as a class method vs instance method."
...
Causing crash: +[ASPINRemoteImageDownloader alternateRepresentationWithData:options:]: unrecognized selector sent to class 0x198e3d8
This reverts commit 91c06272b1c83413e681573f109e852ba3532802.
2016-11-22 21:59:58 -08:00
rmalik
91c06272b1
Expose internal singleton method as a class method vs instance method.
...
Currently setting an NSURLSessionConfiguration through ASPINRemoteImageManager
will crash.
2016-11-22 18:04:19 -08:00
rmalik
7769883dc8
Add method to specify the default NSURLSessionConfiguration for
...
ASPINRemoteImageDownloader. This will allow callers to supply their own custom
logic whether that is background downloads, custom http headers, cookie
storage, etc.
2016-11-14 16:19:48 -08:00
Garrett Moon
093653b507
Upgrades to the latest PINRemoteImage ( #2414 )
2016-10-18 08:35:25 -07:00
Hannah Trosi
971d43ad4d
[Build settings] add missing newlines at end of file
2016-08-18 15:01:41 -07:00
Alice Chang
2bf1b56f55
fixed potential ASPINRemoteImageDownloader crash ( #1972 )
2016-07-24 16:01:15 -07:00
Tim Johnsen
a6e03e8d93
Fix issue causing ASPINRemoteImageDownloader to return incorrect progress values. ( #1966 )
2016-07-23 20:09:58 -07:00
Garrett Moon
aaea4a4d85
Class was in wrong #ifdef, thank you @schneider!
2016-07-14 14:57:40 -07:00
Garrett Moon
92e16fb7a6
Share ASDK's PINRemoteImage cache with default instance of PINRemoteImage
2016-07-14 14:57:35 -07:00
Hannah Troisi
d547372a63
[Carthage] define PIN_REMOTE_IMAGE in .pch for non-CocoaPod users ( #1797 )
...
* [Carthage] define PIN_REMOTE_IMAGE in PCH
* fixed ClassString
2016-06-22 15:37:00 -07:00
Hannah Troisi
c857e809f4
Clean up header comments (for consistent Facebook licensing info) ( #1741 )
...
[Licensing] Clean up header comments (for consistent Facebook licensing info)
2016-06-11 23:31:39 -07:00
Eric Jensen
91e6df0af9
Add a way to check if data is in a format supported by a class implementing ASAnimatedImageProtocol
2016-06-09 10:36:18 -07:00
Garrett Moon
7358fa9182
Missed #def ing out the header I guess?
2016-06-06 12:33:50 -07:00
Adlai Holler
33d0919b1f
[ASImageProtocols] Be smarter about nullability with image downloader protocol
2016-05-07 15:50:03 -07:00
Adlai Holler
68e324d2d0
Improve commentary
2016-05-07 15:18:11 -07:00
Adlai Holler
fab117b824
[ASPINRemoteImageDownloader] Call download progress handler
2016-05-07 15:14:30 -07:00
Wendy
0b55df9649
Add the ability for ASNetworkImageNodes to keep track of their progressive image quality
2016-04-26 18:33:59 -07:00
Garrett Moon
24c26014a7
Fix example builds
2016-04-13 14:23:02 -07:00
Garrett Moon
e9b57d9da4
Address comments and cleanup
2016-04-13 14:23:02 -07:00
Garrett Moon
1b316217ef
Downstream ASAnimatedImage
2016-04-13 14:23:02 -07:00
Garrett Moon
3bcbfb149d
Add support for animated GIFs
...
Summary:
Use NSData as key
Add chunking of files
Add support for Animated Images
This adds support for GIF playback in ASDK. It's not currently ready
for merging to public ASDK – for one the GIF decompression may make
more sense in PINRemoteImage.
Removed duration as it wasn't used
Make cover image lazily loaded
Differential Revision: https://phabricator.pinadmin.com/D82033
2016-04-13 14:23:02 -07:00
Garrett Moon
af61645faf
Add support for attempting to get image synchronously
2016-03-11 21:58:49 -08:00
Adlai Holler
da953ac421
Provide a Synchronous Path for Loading Memory-Cached Images
2016-02-16 19:43:47 -08:00
Garrett Moon
063cf86579
PINRemoteImage 2.0 moved its tag, who the hell are these idiots. -signed, author of PINRemoteImage
2016-02-10 18:35:29 -08:00
Garrett Moon
e3315f4b44
Skip decoding as ASDK will handle that.
2016-02-10 13:28:30 -08:00
Garrett Moon
5c2690e7e9
set reformed progress block to nil if progress block is nil
2016-02-09 14:24:05 -08:00
Garrett Moon
48fc4810cd
Addressing comments
2016-02-09 14:06:41 -08:00
Garrett Moon
820390e496
Fix build and podfile
2016-02-09 10:31:10 -08:00
Garrett Moon
5a4e4dcac4
Add default PINRemoteImageDownloader
2016-02-08 16:00:19 -08:00