Commit Graph

261 Commits

Author SHA1 Message Date
Garrett Moon
e5b6dc6b96 Fixup examples, update pods 2016-02-05 15:35:41 -08:00
Adlai Holler
34b1c2348c Update example pod sandbox 2016-02-05 15:35:09 -08:00
Adlai Holler
0ef39a8b7f Make WebP + CocoaPods + use_frameworks! work again 2016-02-05 15:35:09 -08:00
Garrett Moon
4d2a111c9c Merge pull request #130 from pinterest/updateOSXSubspec
CoreImage is no longer used, instead we use accelerate
2016-02-05 10:27:03 -08:00
Garrett Moon
e5e8572a5e CoreImage is no longer used, instead we use accelerate 2016-02-05 10:02:28 -08:00
Garrett Moon
6a21f99f49 Merge pull request #128 from pinterest/allowSettingOfProgressBlock
Allow setting of progress block to add or cancel updates
2016-02-03 13:08:57 -08:00
Garrett Moon
ff59acafa4 Allow setting of progress block to add or cancel updates 2016-02-03 12:59:44 -08:00
Garrett Moon
189f949668 Merge branch 'maicki-feature/refactor-async-tests' 2016-02-02 14:37:48 -08:00
Garrett Moon
18208e0f54 Merge branch 'feature/refactor-async-tests' of https://github.com/maicki/PINRemoteImage into maicki-feature/refactor-async-tests 2016-02-02 14:37:31 -08:00
Garrett Moon
88be3c50e3 Merge branch 'rounak-add-generics-for-image-url-arrays' 2016-02-02 14:28:34 -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
Garrett Moon
666100a83a Merge branch 'maicki-feature/fix-nullability-warning' 2016-02-02 14:19:07 -08:00
Garrett Moon
daecf11abd Merge branch 'feature/fix-nullability-warning' of https://github.com/maicki/PINRemoteImage into maicki-feature/fix-nullability-warning 2016-02-02 14:18:49 -08:00
Garrett Moon
6560fad77a Merge branch 'maicki-feature/osx-support' 2016-02-02 11:23:49 -08:00
Garrett Moon
f2f1db44fa Updating Pods on examples 2016-02-02 11:23:30 -08:00
rounak
6a90410322 Add generics to collections 2016-02-01 22:19:51 -08:00
Michael Schneider
c1d08020d4 Fix nullability warning in test 2016-01-30 20:06:02 -08:00
Michael Schneider
dcc71fecf5 Add updated Cocoapod files 2016-01-30 19:33:19 -08:00
Michael Schneider
f18c250f3e Merge branch 'master' into feature/osx-support 2016-01-30 16:33:15 -08:00
Michael Schneider
0b5aaff87d Cocoapods updates 2016-01-30 11:42:06 -08:00
Michael Schneider
f06e05271f Move from dispatch_semaphore_t to XCTestExpectation
Starting with Xcode 6, XCTest has been enhanced to include the ability to serialize asynchronous execution in the test method, by waiting for the completion of an asynchronous callback or timeout via XCTestExpectation. For most of test cases there is no need for dispatch_semaphore_t anymore.
2016-01-30 11:35:37 -08:00
Garrett Moon
1c17ece5e6 missed nullability specifier 1.2.3 2016-01-25 14:29:43 -08:00
Garrett Moon
d4f882e432 Merge pull request #120 from pinterest/moveBlurToAccelerate
Switch to Accelerate for blurring
2016-01-25 13:04:42 -08:00
Garrett Moon
bcb0bd9fc2 Allow maximum progressive render size to be set 2016-01-25 10:53:29 -08:00
Garrett Moon
f8671046d0 Return if radius will be less than FLT_EPSILON 2016-01-25 10:31:07 -08:00
Garrett Moon
1ee0d2563a cleanup 2016-01-25 10:31:07 -08:00
Garrett Moon
38436d021a Remove unneeded notification removal 2016-01-25 10:31:07 -08:00
Garrett Moon
c98d5626f2 Switch to Accelerate for blurring
Core Image crashes were still showing up in our stack traces
even after many speculative fixes. Lets see if accelerate does
better.
2016-01-25 10:31:07 -08:00
Garrett Moon
e9efabbab8 Merge pull request #119 from pinterest/allowDisableOfProgressiveBlur
Allow blurring of progressive to be disabled
2016-01-25 10:30:43 -08:00
Garrett Moon
873e26a183 Allow blurring of progressive to be disabled 2016-01-22 14:14:17 -08:00
Garrett Moon
98c181fec1 Merge pull request #114 from pra85/patch-1
Update license year to 2016
2016-01-20 16:28:48 -08:00
Prayag Verma
f8f6169cb4 Update license year range to 2016 2016-01-20 12:21:23 +05:30
Garrett Moon
d98b4e388b Merge pull request #116 from pinterest/moveBluringToSerialQueue
After continually seeing crashes on createCGImage:fromRect: I'm ready
2016-01-19 12:43:24 -08:00
Garrett Moon
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.

If it does… well, we'll have more to work on.
2016-01-19 12:38:37 -08:00
Garrett Moon
971049b47a Merge pull request #101 from mRs-/better-swift-support
Better swift support for optionals
2016-01-15 11:40:02 -08:00
Marius Landwehr
3e385dc0c9 switched nonnull to nullable on pin_setDownloadImageOperation for NSUUID and for the deprecated method 2016-01-15 07:33:41 +01:00
Marius Landwehr
bd9006d86e rework on PINURLSessionManager 2016-01-12 21:46:54 +01:00
Marius Landwehr
d283377b0d added better swift support for deprecated methods 2016-01-12 21:46:44 +01:00
Michael Schneider
803bac1bb9 Use a layer backed view instead of overwriting drawRect to draw the background for performance improvements 2016-01-08 18:56:33 +01:00
Michael Schneider
2608291386 Add OS X example similar to the iOS example 2016-01-06 15:03:44 +01:00
Michael Schneider
cd20716750 Fix using NSGraphicsContext in creating a CGImage in NSImage category 2016-01-06 14:58:34 +01:00
Michael Schneider
21bf559066 Add small OS X example and update iOS example 2016-01-04 18:34:38 +01:00
Michael Schneider
2fe6c766d6 Add support for OS X to podspec and update .gitattributes 2016-01-04 17:40:44 +01: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
Jon Parise
af312667f0 Merge pull request #111 from maicki/feature/fix-update-progress-call
Pass through setUpdateWithProgress: value to prefixed property
2016-01-04 08:25:58 -08:00
Michael Schneider
9b8b0afc6d Pass through setUpdateWithProgress: value to prefixed property
Fixes the setUpdateWithProgress: method that currently calls itself instead of passing the value through to the prefixed pin_updateWithProgress property. This results into a infinite loop and a crash.
2016-01-04 14:56:29 +01:00
Marius Landwehr
a5e36046bc Removed the warnings and create an issue for this. 2015-12-21 21:35:30 +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
b016ecdc25 added swift support for the CategoryManager
I skipped the deprecations because, they are deprecated and we hope no one is using them any more in swift anyway
2015-12-21 21:35:29 +01:00
Marius Landwehr
337027351e added better swift support for UIImage+DecodedImage 2015-12-21 21:35:29 +01:00