Diego Torres
1d04bf82b2
Use a hashed key when the URL is too long ( #189 )
...
* Use a hashed key when the URL is too long
* Added tests for new cacheKey behaviour
* Conform to project style
2016-04-19 15:48:08 -07:00
Garrett Moon
fc900b66d2
Cross platform fixes
2016-04-06 14:17:51 -07:00
Garrett Moon
54062d96d1
Fix examples and Carthage
2016-04-04 16:24:37 -07:00
Garrett Moon
4b5d3b8c7e
Cleanup
2016-03-29 17:18:37 -07:00
Garrett Moon
7c31744e31
Switch to alternative representation
2016-03-28 17:08:53 -07:00
Garrett Moon
1d84f5ebc8
Add memory container
2016-03-28 17:05:59 -07:00
Garrett Moon
6d6f4fe264
Add slightly more performant locking.
2016-03-17 10:29:36 -07:00
Garrett Moon
a10193f0cf
Get XCPretty output
2016-03-06 11:34:52 -08:00
Garrett Moon
7c6a48f91f
Update travis script to use xcodebuild
2016-03-06 09:03:42 -08:00
Garrett Moon
065d7cde02
sleep is seconds, not milliseconds :(
2016-02-17 13:31:08 -08:00
Garrett Moon
a29fa8123a
The example image is bigger than the max progressive render size.
2016-02-10 20:48:59 -08:00
Michael Schneider
e2f8f67c1d
Change progress block name to progressImage
2016-02-10 13:54:00 -08:00
Garrett Moon
2082c10959
Update for 2.0
2016-02-08 18:48:48 -08:00
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
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
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
f2f1db44fa
Updating Pods on examples
2016-02-02 11:23:30 -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
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
Michael Schneider
2608291386
Add OS X example similar to the iOS example
2016-01-06 15:03:44 +01:00
Michael Schneider
21bf559066
Add small OS X example and update iOS example
2016-01-04 18:34:38 +01:00
Garrett Moon
d810d8e2d9
More asserts on timeouts, increase timout for CI
2015-12-05 15:48:56 -08:00
Garrett Moon
3dd13b726a
Add assert for error to log webp error which seems to error often on CI
2015-12-05 13:35:10 -08:00
Garrett Moon
b676b54aa2
Add asserts for timeouts so we understand why tests fail
2015-12-02 17:50:37 -08:00
Garrett Moon
3795deac14
Don't codesign Tests either
2015-12-01 13:26:40 -08:00
Garrett Moon
52e4cfbd8c
Disable code signing
2015-12-01 13:09:22 -08:00
Garrett Moon
7b5c6b54e9
Remove development team
2015-12-01 13:05:43 -08:00
Garrett Moon
5702efdb64
Fix degraded view controller on iOS 9
2015-11-06 09:54:06 -08:00
Garrett Moon
a1faca7a3d
Update pods
2015-10-28 11:27:23 -07:00
Garrett Moon
bbc0a9c86f
URLs need to be HTTPs
2015-10-23 11:39:12 -07:00
Kurry
21e95bfd82
made changes so FLAnimatedImage is optional and updated PINCache and pod version
2015-10-04 15:07:06 -04:00
Kurry
b795c4e384
added support for custom http request headers
2015-09-11 23:08:33 -04:00
Bilge Taylan Ulusoy
0229cf1410
authenticationChallenge tests + removed nullable
2015-09-11 19:55:54 +02:00
Bilge Taylan Ulusoy
dff91d09d3
Added NSAppTransportSecurity for iOS9
...
WARNING, allows all requests!
2015-09-11 19:48:28 +02:00
Kurry
b7f1856d36
fixed issue with 404 response not returning error, and added test for empty url
2015-09-10 17:54:08 -04:00
Kurry
5ebba1967b
fixed issue with error not being set when URL is nil
2015-09-10 15:22:25 -04:00
Garrett Moon
3cbbaf758b
Move key fetch outside of for loop
2015-07-30 15:47:34 -07: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
Garrett Moon
d45faa3044
Merge pull request #11 from pinterest/fixEarlyReturnTest
...
Fixing the early return test.
2015-07-30 14:26:47 -07:00
Garrett Moon
f64da583c1
Switch to for loop so this times out.
2015-07-30 14:22:22 -07:00
Garrett Moon
9fd2ca9c28
Fixing the early return test. I forgot about the optimization to execute callbacks before images are stored in the cache.
2015-07-30 14:11:23 -07:00
Zev Eisenberg
e142bfa43f
Fix dangling deprecated calls.
2015-07-27 17:58:24 -04:00
Zev Eisenberg
c9f1796b3f
Prefix category methods.
2015-07-27 17:57:37 -04:00
Garrett Moon
ccc27640fb
Publish scheme
2015-07-27 11:11:19 -07:00
Garrett Moon
ed0bd22360
- Fix podspec
2015-07-27 11:03:36 -07:00
Jon Parise
80723bb43a
Merge pull request #2 from pixyzehn/feature/fix_storyboard_error
...
Fix storyboard error on example
2015-07-27 09:50:33 -07:00