Commit Graph

31 Commits

Author SHA1 Message Date
Garrett Moon
ff59acafa4 Allow setting of progress block to add or cancel updates 2016-02-03 12:59:44 -08:00
Garrett Moon
997c747bf1 Merge branch 'add-generics-for-image-url-arrays' of https://github.com/rounak/PINRemoteImage into rounak-add-generics-for-image-url-arrays 2016-02-02 14:28:00 -08:00
rounak
6a90410322 Add generics to collections 2016-02-01 22:19:51 -08:00
Michael Schneider
f18c250f3e Merge branch 'master' into feature/osx-support 2016-01-30 16:33:15 -08:00
Garrett Moon
bcb0bd9fc2 Allow maximum progressive render size to be set 2016-01-25 10:53:29 -08:00
Garrett Moon
873e26a183 Allow blurring of progressive to be disabled 2016-01-22 14:14:17 -08:00
Michael Schneider
8df9dc00c6 Add support for OS X to library
Mapping generic classes like PINImage, PINImageView and PINButton to the equivalent UIKit or AppKit classes. Throughout the framework use these mappings instead of the concrete UIKit / AppKit names. Furthermore we provide a category on NSImage that is adding methods that are not available on NSImage but on UIImage.
2016-01-04 17:39:50 +01:00
Marius Landwehr
0cd4a176a3 Did some rework from the feedback on the pull request 2015-12-21 21:35:29 +01:00
Marius Landwehr
69d4a27c7b PINCache is indeed nullable see https://github.com/pinterest/PINRemoteImage/pull/101/files#diff-3c9a124fee465b8e3daf9ca2426d4da4R115 2015-12-21 21:35:00 +01:00
Marius Landwehr
cb29048a63 added more swift nullable, nonnull operators 2015-12-21 21:34:19 +01:00
Marius Landwehr
e71b9ceecf PINCache is indeed nullable see https://github.com/pinterest/PINRemoteImage/pull/101/files#diff-3c9a124fee465b8e3daf9ca2426d4da4R115 2015-12-21 21:32:38 +01:00
Marius Landwehr
ead70e87b4 added more swift nullable, nonnull operators 2015-12-21 21:32:38 +01:00
Marius Landwehr
1c73c140ff added more swift nullable, nonnull operators 2015-12-21 21:31:41 +01:00
Marius Landwehr
93e8edbbe8 cleared a warning for the nonnull extern const of PINRemoteImageManagerErrorDomain 2015-12-21 21:31:41 +01:00
Marius Landwehr
bee20b5887 added better swift support for PINRemoteImageManager.h 2015-12-21 21:31:41 +01:00
Bradley Smith
cc9f900a95 - added sharedImageManager configuration 2015-12-07 16:05:31 -05:00
Adlai Holler
e1bfaa0fa1 Revert "Remove explicit options values"
This reverts commit bace9ce8d6.
2015-11-23 13:50:04 -08:00
Adlai Holler
af7bfe3f59 Revert "Fix raw value for .None option"
This reverts commit 897fd4c55f.
2015-11-23 13:49:59 -08:00
Adlai Holler
897fd4c55f Fix raw value for .None option 2015-11-22 10:49:15 -08:00
Adlai Holler
bace9ce8d6 Remove explicit options values 2015-11-20 15:53:04 -08:00
Adlai Holler
5fadcb46d0 Use NS_OPTIONS for PINRemoteImageManagerDownloadOptions 2015-11-20 15:24:57 -08:00
Brian Dorfman
0add2f2846 Remove unnecessary forward declaration 2015-10-28 11:27:22 -07:00
Sam Dean
c0e74f10eb Replace @import with #import 2015-09-30 14:39:13 +01:00
Kurry
d83f9a36b4 updated documentation to say 'Create and Return' 2015-09-13 12:43:38 -04:00
Kurry
b795c4e384 added support for custom http request headers 2015-09-11 23:08:33 -04:00
Bilge Taylan Ulusoy
a3b58bb706 Deleted forgotton nullabel 2015-09-11 22:21:40 +02:00
Bilge Taylan Ulusoy
03d930064e Include authentication handling in PINURLSessionManagerDelegate 2015-09-11 11:24:09 +02:00
Bilge Taylan Ulusoy
6ebe4cc42d Preparing to support authentication challenge handling 2015-09-11 11:20:35 +02:00
Garrett Moon
faa6264b65 Fix QOS Test (and add cleanup)
- Remove lower quality images from cache if a higher quality one is to be downloaded
- Document weirdness around QOS and caching
- Fix QOS test
2015-07-30 15:27:44 -07:00
Jared Sinclair
8dc2c2a4f5 fix(imports): change to module imports where relevant 2015-07-26 18:25:56 -04:00
Garrett Moon
9d2bd31f95 1.0 2015-07-22 17:29:31 -07:00