Commit Graph

  • 6a90410322 Add generics to collections rounak 2016-02-01 22:19:51 -08:00
  • c1d08020d4 Fix nullability warning in test Michael Schneider 2016-01-30 20:06:02 -08:00
  • dcc71fecf5 Add updated Cocoapod files Michael Schneider 2016-01-30 19:33:19 -08:00
  • f18c250f3e Merge branch 'master' into feature/osx-support Michael Schneider 2016-01-30 16:33:15 -08:00
  • 0b5aaff87d Cocoapods updates Michael Schneider 2016-01-30 11:42:06 -08:00
  • f06e05271f Move from dispatch_semaphore_t to XCTestExpectation Michael Schneider 2016-01-30 11:35:37 -08:00
  • 1c17ece5e6 missed nullability specifier 1.2.3 Garrett Moon 2016-01-25 14:29:43 -08:00
  • d4f882e432 Merge pull request #120 from pinterest/moveBlurToAccelerate Garrett Moon 2016-01-25 13:04:42 -08:00
  • bcb0bd9fc2 Allow maximum progressive render size to be set moveBlurToAccelerate Garrett Moon 2016-01-25 10:53:29 -08:00
  • f8671046d0 Return if radius will be less than FLT_EPSILON Garrett Moon 2016-01-25 10:04:44 -08:00
  • 1ee0d2563a cleanup Garrett Moon 2016-01-22 15:50:34 -08:00
  • 38436d021a Remove unneeded notification removal Garrett Moon 2016-01-22 15:48:49 -08:00
  • c98d5626f2 Switch to Accelerate for blurring Garrett Moon 2016-01-22 15:43:43 -08:00
  • e9efabbab8 Merge pull request #119 from pinterest/allowDisableOfProgressiveBlur Garrett Moon 2016-01-25 10:30:43 -08:00
  • 873e26a183 Allow blurring of progressive to be disabled allowDisableOfProgressiveBlur Garrett Moon 2016-01-22 14:14:17 -08:00
  • 98c181fec1 Merge pull request #114 from pra85/patch-1 Garrett Moon 2016-01-20 16:28:48 -08:00
  • f8f6169cb4 Update license year range to 2016 Prayag Verma 2016-01-20 12:21:23 +05:30
  • d98b4e388b Merge pull request #116 from pinterest/moveBluringToSerialQueue Garrett Moon 2016-01-19 12:43:24 -08:00
  • 561251adb9 After continually seeing crashes on createCGImage:fromRect: I'm ready to try some speculative fixes. This moves the rendering to a serial queue A bit disappointing, this will be reverted if it doesn't address the crashes. Garrett Moon 2016-01-19 12:38:37 -08:00
  • 971049b47a Merge pull request #101 from mRs-/better-swift-support Garrett Moon 2016-01-15 11:40:02 -08:00
  • 3e385dc0c9 switched nonnull to nullable on pin_setDownloadImageOperation for NSUUID and for the deprecated method Marius Landwehr 2016-01-15 07:32:37 +01:00
  • bd9006d86e rework on PINURLSessionManager Marius Landwehr 2016-01-12 21:46:54 +01:00
  • d283377b0d added better swift support for deprecated methods Marius Landwehr 2016-01-12 21:46:44 +01:00
  • 803bac1bb9 Use a layer backed view instead of overwriting drawRect to draw the background for performance improvements Michael Schneider 2016-01-08 18:56:33 +01:00
  • 2608291386 Add OS X example similar to the iOS example Michael Schneider 2016-01-06 15:03:44 +01:00
  • cd20716750 Fix using NSGraphicsContext in creating a CGImage in NSImage category Michael Schneider 2016-01-06 14:58:34 +01:00
  • 21bf559066 Add small OS X example and update iOS example Michael Schneider 2016-01-04 18:34:38 +01:00
  • 2fe6c766d6 Add support for OS X to podspec and update .gitattributes Michael Schneider 2016-01-04 17:40:06 +01:00
  • 8df9dc00c6 Add support for OS X to library Michael Schneider 2016-01-04 17:39:50 +01:00
  • af312667f0 Merge pull request #111 from maicki/feature/fix-update-progress-call Jon Parise 2016-01-04 08:25:58 -08:00
  • 9b8b0afc6d Pass through setUpdateWithProgress: value to prefixed property Michael Schneider 2016-01-04 14:56:29 +01:00
  • a5e36046bc Removed the warnings and create an issue for this. Marius Landwehr 2015-12-21 20:59:26 +01:00
  • 0cd4a176a3 Did some rework from the feedback on the pull request Marius Landwehr 2015-12-21 20:59:02 +01:00
  • b016ecdc25 added swift support for the CategoryManager Marius Landwehr 2015-12-10 21:39:04 +01:00
  • 337027351e added better swift support for UIImage+DecodedImage Marius Landwehr 2015-12-10 21:22:03 +01:00
  • ac3f85deae added better swift support to PINDataTaskOperation Marius Landwehr 2015-12-10 21:17:48 +01:00
  • 377944a1be swift support for PINRemoteImageCallbacks Marius Landwehr 2015-12-10 21:15:22 +01:00
  • 0502a63081 better swift support for PINRemoteImageDownloadTask Marius Landwehr 2015-12-10 07:51:24 +01:00
  • db1e2be8fd PINRemoteImageDownloadTask got the same manager problem Marius Landwehr 2015-12-10 07:45:57 +01:00
  • 22fe19780c found the weierd bug in PINRemoteImageProcessorTask as well, maybe we should go in deeper… Marius Landwehr 2015-12-10 07:42:39 +01:00
  • 35abe961d8 PINRemoteImageProcessor is now better with swift Marius Landwehr 2015-12-10 07:42:15 +01:00
  • 350d3ed0ba setPriority is not implemented in the PINRemoteImageTask, it should be kicked, but that's maybe another pull request then Marius Landwehr 2015-12-10 07:36:09 +01:00
  • a638b89e2f cancelWithUUID:manager: is a bit weierd because manager is not needed, maybe it's obsolete? Marius Landwehr 2015-12-10 07:35:39 +01:00
  • c99735d5e4 added better swift support for PINRemoteImageTask Marius Landwehr 2015-12-10 07:35:03 +01:00
  • 69d4a27c7b PINCache is indeed nullable see https://github.com/pinterest/PINRemoteImage/pull/101/files#diff-3c9a124fee465b8e3daf9ca2426d4da4R115 Marius Landwehr 2015-12-09 07:19:38 +01:00
  • cb29048a63 added more swift nullable, nonnull operators Marius Landwehr 2015-12-01 08:10:40 +01:00
  • 8921f5e15b Added swift support for PINURLSessionManager Marius Landwehr 2015-12-09 07:31:38 +01:00
  • 6da303e715 added swift support for PINRemoteImageManagerResult Marius Landwehr 2015-12-09 07:24:50 +01:00
  • e8377d2e21 Added swift support for PINProgressiveImage Marius Landwehr 2015-12-09 07:20:59 +01:00
  • e71b9ceecf PINCache is indeed nullable see https://github.com/pinterest/PINRemoteImage/pull/101/files#diff-3c9a124fee465b8e3daf9ca2426d4da4R115 Marius Landwehr 2015-12-09 07:19:38 +01:00
  • ead70e87b4 added more swift nullable, nonnull operators Marius Landwehr 2015-12-01 08:10:40 +01:00
  • 1c73c140ff added more swift nullable, nonnull operators Marius Landwehr 2015-12-01 08:10:40 +01:00
  • 93e8edbbe8 cleared a warning for the nonnull extern const of PINRemoteImageManagerErrorDomain Marius Landwehr 2015-12-01 07:56:53 +01:00
  • bee20b5887 added better swift support for PINRemoteImageManager.h Marius Landwehr 2015-12-01 07:53:31 +01:00
  • a19ac9f05b Merge pull request #105 from bsmith11/addSharedImageManagerConfiguration Garrett Moon 2015-12-15 13:50:34 -08:00
  • b7cace0802 Revert "use NS_EXTENSION_UNAVAILABLE_IOS instead of PIN_APP_EXTENSIONS" Garrett Moon 2015-12-14 14:34:27 -08:00
  • 08b5b94573 processor property is unused Garrett Moon 2015-12-14 14:33:38 -08:00
  • 4922e90adf Merge pull request #107 from foursquare/session-auth-challenge Garrett Moon 2015-12-09 10:28:13 -08:00
  • 2271a04091 Merge pull request #108 from mRs-/NS_EXTENSION_UNAVAILABLE_IOS Garrett Moon 2015-12-09 10:24:54 -08:00
  • 464bb1921c use NS_EXTENSION_UNAVAILABLE_IOS instead of PIN_APP_EXTENSIONS Marius Landwehr 2015-12-09 07:47:15 +01:00
  • 21e69bcf80 Fix crash in urlSession authentication challenge. Brian Dorfman 2015-12-08 17:32:27 -08:00
  • cc9f900a95 - added sharedImageManager configuration Bradley Smith 2015-12-07 16:05:31 -05:00
  • d810d8e2d9 More asserts on timeouts, increase timout for CI Garrett Moon 2015-12-05 15:48:56 -08:00
  • f89895d6c6 Merge pull request #104 from pinterest/removeDecodeForProgressive Garrett Moon 2015-12-05 14:28:02 -08:00
  • fd6ddbf508 Add assert for error to log webp error which seems to error often on CI removeDecodeForProgressive Garrett Moon 2015-12-05 13:35:10 -08:00
  • 75283da491 Add asserts for timeouts so we understand why tests fail Garrett Moon 2015-12-02 17:50:37 -08:00
  • 77e3fe563a Need to release image if returning Garrett Moon 2015-12-02 10:25:47 -08:00
  • 18f09cbff9 Merge pull request #103 from pinterest/addAssertsForTimeouts Garrett Moon 2015-12-05 14:17:52 -08:00
  • 3dd13b726a Add assert for error to log webp error which seems to error often on CI addAssertsForTimeouts Garrett Moon 2015-12-05 13:35:10 -08:00
  • 1bac095042 Remove decode for CI progressive images Garrett Moon 2015-12-05 13:09:14 -08:00
  • b676b54aa2 Add asserts for timeouts so we understand why tests fail Garrett Moon 2015-12-02 17:50:37 -08:00
  • 5f47bd8041 Merge pull request #102 from pinterest/fixLeak Garrett Moon 2015-12-02 11:16:11 -08:00
  • c41b7824dc Need to release image if returning fixLeak Garrett Moon 2015-12-02 10:25:47 -08:00
  • 8f190d90d7 need double quotes Garrett Moon 2015-12-01 16:42:15 -08:00
  • c604a16525 try and re-enable iOS 8 testing Garrett Moon 2015-12-01 16:32:49 -08:00
  • 1cbb1dd3f7 not sure why ordering matters… Garrett Moon 2015-12-01 16:14:37 -08:00
  • ad2da81234 specify simulator Garrett Moon 2015-12-01 16:10:52 -08:00
  • 763a8f4a31 Just try 9.1 for now Garrett Moon 2015-12-01 15:57:57 -08:00
  • e1ae08ccc9 Maybe it's this? Garrett Moon 2015-12-01 13:32:16 -08:00
  • 3795deac14 Don't codesign Tests either Garrett Moon 2015-12-01 13:26:40 -08:00
  • fde84c3bf1 Travis didn't like my whitespace Garrett Moon 2015-12-01 13:19:04 -08:00
  • baf72008cb Turn off required code signing Garrett Moon 2015-12-01 13:14:55 -08:00
  • 52e4cfbd8c Disable code signing Garrett Moon 2015-12-01 13:09:22 -08:00
  • 7b5c6b54e9 Remove development team Garrett Moon 2015-12-01 13:05:43 -08:00
  • 6ea5292c41 Try Xcode 7.1 instead Garrett Moon 2015-12-01 12:37:17 -08:00
  • fd3f16c92d Add iOS 9 testing, drop iOS 7 Garrett Moon 2015-12-01 12:31:46 -08:00
  • b31ebeb8ee Switch to Xcode 7 Garrett Moon 2015-12-01 12:29:17 -08:00
  • 623f6fefa5 Merge pull request #99 from pinterest/fixProgressiveCrash Garrett Moon 2015-11-24 11:50:34 -08:00
  • d09f83379b CIImage doesn't retain its CGImage :( Garrett Moon 2015-11-24 11:42:17 -08:00
  • b427105731 Merge pull request #97 from Adlai-Holler/UseNSOptions Garrett Moon 2015-11-23 14:06:56 -08:00
  • e1bfaa0fa1 Revert "Remove explicit options values" Adlai Holler 2015-11-23 13:50:04 -08:00
  • af7bfe3f59 Revert "Fix raw value for .None option" Adlai Holler 2015-11-23 13:49:59 -08:00
  • 897fd4c55f Fix raw value for .None option Adlai Holler 2015-11-22 10:49:15 -08:00
  • 61bc84c940 Merge pull request #98 from pinterest/protectAgainstMaxContextSize Garrett Moon 2015-11-20 18:16:21 -08:00
  • b52d4a867a Improve readability protectAgainstMaxContextSize Garrett Moon 2015-11-20 18:11:23 -08:00
  • db588e49cc Respect the maximum size of CIContexts Garrett Moon 2015-11-20 18:04:01 -08:00
  • bace9ce8d6 Remove explicit options values Adlai Holler 2015-11-20 15:53:04 -08:00
  • 5fadcb46d0 Use NS_OPTIONS for PINRemoteImageManagerDownloadOptions Adlai Holler 2015-11-20 15:24:57 -08:00
  • 022b554b7b Merge pull request #95 from connor/http Connor Montgomery 2015-11-09 13:04:37 -05:00
  • 213ce3cb14 fix test Connor Montgomery 2015-11-09 13:00:05 -05:00