DreamPiggy
44624767ad
Remove the extra pch config in xcconfig
2019-05-13 18:12:11 +08:00
DreamPiggy
5c13490eeb
Replace the private prefix header files with the manually import for each implementation files
2019-05-13 15:38:24 +08:00
Bogdan Poplauschi
28e3ca312b
Merge pull request #2722 from dreampiggy/documentation_page_update
...
Update the documentation coverage for jazzy. Use the correct format to provide class/protocol/type API Documentation
2019-05-11 18:15:02 +03:00
kinarob
8a8e527dea
Fix typo in documentation page
2019-05-10 21:47:32 +08:00
DreamPiggy
0783287f95
Update the documentation coverage for jazzy. Use the correct format to provide class/protocol/type API Documentation
2019-05-10 17:20:49 +08:00
Bogdan Poplauschi
6c16889628
Merge pull request #2711 from dreampiggy/test_update_coverage
...
Added many test case to ensure the code behavior and coverage
2019-05-06 11:30:54 +03:00
kinarob
9f4bc99fe8
add macros checking in SDImageFilterTransformer
2019-05-06 14:38:31 +08:00
kinarob
430bebe274
Add cacheType checking in animatedImageView category
2019-05-06 11:33:26 +08:00
DreamPiggy
bf047b6e1b
Update more test cases for code coverage
2019-04-27 15:05:02 +08:00
DreamPiggy
c1d58106dc
Fix one bug of the macOS API `SDScaledImageForKey`, which does not modify the bitmapImageRep's size when scale is not equal to 1
2019-04-27 15:05:02 +08:00
DreamPiggy
873d9eddce
Added many test case to ensure the code behavior. Upgrade the test coverage
2019-04-27 15:05:02 +08:00
DreamPiggy
abdcc11461
Merge pull request #2709 from dreampiggy/test_update_script
...
Update the Codecov script, try to fix the report issue
2019-04-27 15:04:14 +08:00
DreamPiggy
ccec69715d
Fix the test project using the wrong min deployment target version
2019-04-27 14:40:08 +08:00
DreamPiggy
521a5f2b4b
Don't run test during pod lib lint, run the test with next pipeline
2019-04-27 14:40:08 +08:00
DreamPiggy
17fd5da086
Using cocoapods cache to speed up the build time
2019-04-27 13:49:08 +08:00
DreamPiggy
06cac84af3
Try to use the latest curl from homebrew, instead of macOS' built-in one for uploading
2019-04-27 13:37:54 +08:00
DreamPiggy
a95caa0a7e
Try to reduce the build time during framework target
2019-04-27 00:21:12 +08:00
DreamPiggy
b4f91a6e6b
Merge pull request #2710 from kinarob/Replace_MAX_function_with_if_judge_in_scale_less_than_1
...
Replace if judge with MAX() function in scale less than 1
2019-04-26 23:53:17 +08:00
DreamPiggy
140f19de9b
Update the codecov script, try to fix the report issue
2019-04-26 21:52:14 +08:00
kinarob
e837e0a3be
Revert MAX() function in `SDImageScaleFactorForKey`
2019-04-26 17:34:13 +08:00
kinarob
2dd9fe4d9b
Add MAX function with scale in `SDImageScaleFactorForKey`
2019-04-26 16:46:37 +08:00
kinarob
806e228867
Replace if judge with MAX() function in scale less 1
2019-04-26 16:35:54 +08:00
DreamPiggy
83997ca9e4
Bumped version to 5.0.2
...
update CHANGELOG
2019-04-25 22:15:42 +08:00
DreamPiggy
8dbc9ae8f4
Merge pull request #2708 from dreampiggy/bugfix_CGImage_create_orientation_wrong_ratio
...
Fix that `CGImageCreateDecoded:orientation:` use the wrong aspect ratio when orientation is left/leftMirrored/right/rightMirrored
2019-04-25 22:05:04 +08:00
DreamPiggy
774ecaf40f
Fix the test case compile issue of macOS
2019-04-25 20:49:23 +08:00
DreamPiggy
46bf112de5
Fix one bug of `sd_colorAtPoint:`, which set the alpha value default to 255, which should be 1
2019-04-25 20:48:53 +08:00
DreamPiggy
feed2e5abd
Update the test cases, using a 150x200 image (which width is not equal to height) to ensure the rotation works
2019-04-25 18:58:40 +08:00
DreamPiggy
628e172047
Fix the wrong roration when the CGImage's width is not equal to its height
2019-04-25 18:14:23 +08:00
DreamPiggy
9c6c4927fb
Add test case for CGImage create decoded with EXIF orientation
2019-04-25 16:10:39 +08:00
DreamPiggy
4dce559d44
Merge pull request #2706 from dreampiggy/bugfix_mac_SDAnimatedImage_NSImage
...
Fix the bug of SDAnimatedImageView, which can not render the normal NSImage (including animated image) at all. Only `SDAnimatedImage` can be rendered
2019-04-25 14:43:24 +08:00
DreamPiggy
9cce513a09
Add a simple test case to ensure SDAnimatedImageView should display the static NSImage
2019-04-25 14:13:56 +08:00
DreamPiggy
8c93519191
Fix the bug of SDAnimatedImageView, which can not render the normal NSImage (including animated image) at all. Only `SDAnimatedImage` can be rendered
2019-04-25 13:23:34 +08:00
Bogdan Poplauschi
8712f8d0d9
Merge pull request #2699 from matrejek/feature/config_typo
...
Fixes typo in SDImageCacheConfig maxDiskAge info
2019-04-23 17:10:30 -05:00
Mateusz Matrejek
df2af72f79
Fixes typo in SDImageCacheConfig maxDiskAge info
2019-04-23 21:49:50 +02:00
Bogdan Poplauschi
6ccf10412b
Updated the organization (small) logo - needed a squared one
2019-04-13 07:00:11 +03:00
DreamPiggy
072e62b1cb
Bumped version to 5.0.1
...
update CHANGELOG
2019-04-11 22:03:02 +08:00
DreamPiggy
3540961abc
Merge pull request #2691 from zhongwuzw/fix_apng_property_crash
...
Fixes crash for apng coder when properties are nil
2019-04-10 17:45:18 +08:00
zhongwuzw
0990af52a0
Prevent pointer static cast
2019-04-10 16:53:41 +08:00
Kinarobin
959a1618cb
Delete prepare shell when archive static library and update manual installation doc. ( #2685 )
...
* Delete prepare shell when archive static library and update manual installation Doc
* Update the Manual Install Guide, with both the Build SDWebImage as Framework or Static Library, as well as using SDWebImage as Sub Xcode Project
* Re-format the Manual Installation Guide to make it easy to read
* Updated to the latest Manual Install Guide
* Update the latest manual install guide
2019-04-10 16:45:48 +08:00
zhongwuzw
d1eea26cd6
Fixes crash for apng coder when properties are nil
2019-04-10 16:00:24 +08:00
DreamPiggy
767a6643f8
Update ISSUE_TEMPLATE.md
...
Update the issue template `SDWebImage Version` and `Platform Version` to the latest version.
2019-04-05 20:49:18 +08:00
DreamPiggy
db2f7bf3ff
Update README.md to specify the 5.0 version of Podfile
2019-04-04 23:19:50 +08:00
DreamPiggy
4a54e6dde5
Update the readme about the latest documentation, and more modules in SDWebImage org
2019-04-04 21:12:33 +08:00
DreamPiggy
78c311bd3b
Merge pull request #2676 from dreampiggy/project_travis_ci
...
Fix the Travis-CI script about code coverage submit
2019-04-04 16:12:20 +08:00
DreamPiggy
3dad2ea7ff
Config both iOS && macOS flag for codecov report
2019-04-04 13:35:20 +08:00
DreamPiggy
ca73bf0662
Merge pull request #2675 from zhongwuzw/iocoder_code_clean
...
Clean and consolidate some logic code in SDImageIOCoder
2019-04-04 11:45:38 +08:00
DreamPiggy
1b927195dd
Fix the Travis-CI script about code coverage submit
2019-04-03 19:07:43 +08:00
zhongwuzw
6e82c1d6d2
Remove BOOL local variable
2019-04-03 17:42:56 +08:00
zhongwuzw
8e5897338c
Clean and consolidate some logic code in SDImageIOCoder
2019-04-03 17:37:51 +08:00
DreamPiggy
c6e9daf0d6
Merge pull request #2674 from zhongwuzw/fix_tint_image_bug
...
Fix tint image bug which leads to image upside down
2019-04-03 17:11:18 +08:00