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
Michael Schneider
e2f8f67c1d
Change progress block name to progressImage
2016-02-10 13:54:00 -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
Michael Schneider
c1d08020d4
Fix nullability warning in test
2016-01-30 20:06:02 -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
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
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
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
c9f1796b3f
Prefix category methods.
2015-07-27 17:57:37 -04:00
Garrett Moon
9d2bd31f95
1.0
2015-07-22 17:29:31 -07:00