Bogdan Poplauschi
1bf62d475a
Fixed #1583 crash in `SDWebImageManager cacheKeyForURL:` when url is nil - replaced #1585
2016-06-06 07:32:34 +03:00
Bogdan Poplauschi
d8dc6a25aa
Merge pull request #1584 from minsOne/master
...
fixed crash on ios7 user device
2016-06-06 07:25:00 +03:00
Ahn Jung Min
335a437b2e
fixed crash on ios7 user device
...
fixed that string property of NSURLComponents can`t use on iOS7
2016-06-06 04:42:02 +09:00
Bogdan Poplauschi
cb7a3db23c
Updated the changelog
2016-06-02 19:19:42 +03:00
Bogdan Poplauschi
6545a3aba1
Bumped the deployment target to iOS 7 (due to NSURLSession) and also incremented the library version to 3.8.0
2016-06-02 19:10:31 +03:00
Bogdan Poplauschi
9137b65d3b
Merge pull request #1578 from oanapopescu/nsurlsession
...
Replace deprecated NSURLConnection with NSURLSession
2016-06-02 18:59:05 +03:00
Oana Popescu
09a9e74eae
Removed dealloc method and added comment regarding sending nil for delegateQueue
2016-06-02 18:23:49 +03:00
Oana Popescu
5580c78282
Replace deprecated NSURLConnection with NSURLSession. See #1291 #1318 #823 #1566
...
- one session per operation to preserve the ordering and priority functionalities
- removed all the runloop code that was only used to keep the operation running. I am relying on non-setting the isFinished property to keep the operation running
- todo: check deallocation, test background tasks
2016-06-02 09:02:03 +03:00
Bogdan Poplauschi
af7b587936
Fixed #1573 - Update to cc510a6 - Cached file name with path extension UIWebView issue - for iOS 7 and above, remove the query from the url (prior to iOS 7 the behavior remains the same).
2016-05-31 14:51:33 +03:00
Bogdan Poplauschi
86fc47bf7b
Replaces #1398 Allow to customise cache and image downloader instances used with SDWebImageManager - added a new initializer (`initWithCache:downloader:`)
2016-05-30 07:31:01 +03:00
Bogdan Poplauschi
e6e5c5156b
Fixed #1415 documentation was not updated when `removeImageForKey:` became async
2016-05-29 22:32:15 +03:00
Bogdan Poplauschi
cc510a6a4e
Fixed #1553 Cached file name with path extension UIWebView issue - for iOS 7 and above, remove the query from the url (prior to iOS 7 the behavior remains the same).
2016-05-29 16:25:31 +03:00
Bogdan Poplauschi
0dc2c41112
Trying to get around this last build error "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “www.google.gr†which could put your confidential information at risk." by using a different image
2016-05-29 12:49:06 +03:00
Bogdan Poplauschi
f8a7b6bac7
The pod setup output is huge with CocoaPods 1.0.0 (10.000+ lines), causes Travis to "This log is too long to be displayed. Please reduce the verbosity of your build or download the raw log."
2016-05-29 12:48:26 +03:00
Bogdan Poplauschi
8e300c92a4
Need to clean the SDWebImage scheme to allow the tests to rebuild it using their required platform.
2016-05-29 00:50:24 +03:00
Bogdan Poplauschi
44eac986bb
Another attempt at the build
2016-05-29 00:44:02 +03:00
Bogdan Poplauschi
afaf306222
This should fix the build (the tests project)
2016-05-29 00:00:33 +03:00
Bogdan Poplauschi
5ac4e308c7
Fixed the Tests/Podfile, the Target ios was not to be found, so took advantage of this change to simplify it
2016-05-28 23:00:16 +03:00
Bogdan Poplauschi
f1a471e93f
Fixed #1444 and the master build thanks to 5034c334be
2016-05-28 22:50:53 +03:00
Bogdan Poplauschi
11840d1313
Attempt to fix the latest build (failed because of Invalid `Podfile` file: [!] The specification of `link_with` in the Podfile is now unsupported, please use target blocks instead.)
2016-05-28 22:07:18 +03:00
Bogdan Poplauschi
1f165b48ee
Added CONTRIBUTING, ISSUE and PULL_REQUEST TEMPLATE
2016-05-28 21:46:40 +03:00
Bogdan Poplauschi
edb4bc3554
Updated the changelog
2016-05-08 19:49:06 +03:00
Bogdan Poplauschi
990f85bce2
Bumped version to 3.7.6
2016-05-08 19:32:10 +03:00
Bogdan Poplauschi
b40124c95d
Fixed #1449 : Version 3.7.5 breaks semantic versioning (removes public API). Re-added `sd_setImageWithPreviousCachedImageWithURL:andPlaceholderImage:options:progress:completed:` and deprecated it. Will remove it in 4.0.0
2016-05-08 19:00:39 +03:00
Bogdan Poplauschi
371533549c
Merge pull request #1453 from Mutix/master
...
Added API to save image NSData to disk cache.
2016-05-08 18:53:26 +03:00
Bogdan Poplauschi
d4d11ef0b0
Merge pull request #1461 from jawwad/patch-1
...
Improve documentation for SDWebImageHighPriority
2016-05-08 18:43:52 +03:00
Bogdan Poplauschi
d6d9a5c233
Merge pull request #1504 from siburb/master
...
Added "cancelAllDownloads" method to SDWebImageDownloader.
2016-05-08 18:41:36 +03:00
Bogdan Poplauschi
1fba8d99f3
Merge pull request #1549 from iOSPandaLee/master
...
Repair memory release in the iPad environment
2016-05-08 18:35:47 +03:00
iOSPandaLee
5cc5abae03
Repair memory release in the iPad environment
...
In the iPad environment, NSCache lead to anonymous VM very high, if reaches a certain value, app will be crash. Because of SDImageCache don't clear memory when receive memory warning notification, modify define TARGET_OS_IPHONE to TARGET_OS_IOS can resolve this issue.
2016-05-05 11:51:19 +08:00
Konstantinos K
19041b44c2
Merge pull request #1547 from maxoly/master
...
Fixed completion logic in MKAnnotationView+WebCache
2016-05-04 20:04:15 +03:00
Massimo Oliviero
d2b648e8ff
Fixed completion logic in MKAnnotationView+WebCache
2016-05-04 17:23:05 +02:00
Konstantinos K
29c9c5d68a
Merge pull request #1540 from futuretap/fix-1437
...
Fixed changed image size (#1437 )
2016-04-25 20:31:18 +03:00
Ortwin Gentz
4709774dc2
Revert dcde40fc01
...
fixes #1437
2016-04-25 16:16:00 +02:00
Konstantinos K
0979d5b5f7
Merge pull request #1532 from Sethathi/patch-1
...
Update README.md
2016-04-18 21:49:53 +03:00
Sethathi Morokole
11521aa040
Update README.md
...
Minor grammar fix
2016-04-18 16:03:39 +02:00
Konstantinos K
83240bd781
Merge pull request #1527 from yebw/master
...
Fix #1524
2016-04-12 21:14:14 +03:00
yebw
32787175ac
Optimize the decoder to avoid of unwanted blended layer
2016-04-12 17:27:33 +08:00
Bogdan Poplauschi
0da78a4ce6
Merge pull request #1486 from bestswifter/master
...
typo fix
2016-03-27 18:54:37 +03:00
Konstantinos K
09556f2d21
Merge pull request #1464 from Brain89/fixDecodedImageWithImage(1423)
...
[fix] Issue #1423
2016-03-25 12:47:52 +02:00
Simon Burbidge
ed7df926ea
Added "cancelAllDownloads" method to SDWebImageDownloader.
2016-03-21 13:16:05 +08:00
Konstantinos K
16e1862afc
Merge pull request #1390 from ttgb/patch-1
...
Update .gitmodules
2016-03-17 09:50:03 +02:00
Konstantinos K
1ef791bad9
Merge pull request #1496 from yamasakitomohiro/master
...
fixes CGContextDrawImage: invalid context 0x0
https://github.com/rs/SDWebImage/issues/1401
https://github.com/rs/SDWebImage/issues/1454
https://github.com/rs/SDWebImage/issues/1457
2016-03-17 09:46:40 +02:00
山崎友弘
32ca18b523
To and modify the "Downloaded image has 0 pixels" error exits bug download a file of the png format
2016-03-15 18:41:35 +09:00
张星宇
1189f74c00
typo fix
2016-03-09 09:46:02 +08:00
Bogdan Poplauschi
469d8bbfd8
Merge pull request #1466 from toshi0383/fix-license
...
Remove XML special characters from LICENSE
2016-02-17 15:43:34 +02:00
toshi0383
2489074417
Also update copyright year
2016-02-17 20:18:49 +09:00
Toshihiro Suzuki
b39fab3180
Remove XML special characters from LICENSE
2016-02-17 20:16:32 +09:00
Aleksandr Sychev
974141f5a2
[fix] Issue #1423
2016-02-15 18:45:57 +03:00
Bogdan Poplauschi
e7fa11058b
Merge pull request #1462 from ReadmeCritic/master
...
Correct the spelling of CocoaPods in README
2016-02-11 11:44:38 +02:00
ReadmeCritic
8fe7ed5ca7
Correct the spelling of CocoaPods in README
2016-02-10 13:38:58 -08:00