Merge pull request #20 from SDWebImage/fix_webimage_editing_empty
DreamPiggy
2019-10-10 18:18:54 +0800
88b0d86a66Update the demo with dynamic data, Swipe to delete
DreamPiggy
2019-10-10 18:07:32 +0800
152a321507Fix the case when SwiftUI create new View struct without call onAppears. Now we always do a query check when hitting empty Image
DreamPiggy
2019-10-10 17:58:36 +0800
0c17688125Update the file header comment in Example
DreamPiggy
2019-10-06 01:21:20 +0800
d63870dc93Bump version to 0.3.1
DreamPiggy
2019-10-05 20:27:32 +0800
adf0348a4eUpdate the Example Xcode schemes
DreamPiggy
2019-10-05 20:25:43 +0800
Merge pull request #18 from SDWebImage/demo_all_platforms
DreamPiggy
2019-10-05 20:20:55 +0800
a27f18c56eUpdate the readme about the demo and screenshots
DreamPiggy
2019-10-05 20:17:51 +0800
a3b7bab17aAdd demos for all of Apple Platforms and environment, including: iOS, macOS, macOS Catalyst, tvOS, watchOS
DreamPiggy
2019-10-05 18:58:16 +0800
Merge pull request #17 from SDWebImage/bugfix_view_wrapper_mac
DreamPiggy
2019-10-05 19:06:05 +0800
4bdec6c958Using the frame layout for view wrapper instead of Autolayout. Solve the issue when running on AppKit (not Catalyst)
DreamPiggy
2019-10-05 19:03:47 +0800
Merge pull request #13 from SDWebImage/feature_animatedimage_modifier
DreamPiggy
2019-10-05 15:06:28 +0800
7d6e2f3b5bUpdate the readme with the advanced control for AnimatedImage
DreamPiggy
2019-10-05 15:02:44 +0800
d86904f2d5Add support to custom loop count / max buffer size / incremental load, which is already supported by SDAnimatedImageView
DreamPiggy
2019-10-05 14:14:08 +0800
8dc9dfc1dcChange the internal compatible symbol naming with Platform prefix
DreamPiggy
2019-10-05 13:53:00 +0800
Merge pull request #10 from SDWebImage/feature_on_success
DreamPiggy
2019-10-03 18:07:05 +0800
f5b6d1e549Update the demo with onProgress with the progressBar
DreamPiggy
2019-10-03 18:01:31 +0800
370400230fAdd the onSuccess, onFailure, onProgress methods to AnimatedImage/WebImage, make it possible to notify result
DreamPiggy
2019-10-03 16:33:39 +0800
Merge pull request #9 from SDWebImage/example_upgrade
DreamPiggy
2019-10-03 14:46:06 +0800
1b9a0916e1Update the gitignore to avoid swiftpm folder
DreamPiggy
2019-10-03 14:45:36 +0800
c4b199f8b7Update the new screenshot of demo
DreamPiggy
2019-10-03 14:42:29 +0800
4c72508f46Add the example with macOS && iOS, using the List to preview WebImage and AnimatedImage view
DreamPiggy
2019-10-03 14:23:07 +0800
269a150dffBump version to 0.1.2
DreamPiggy
2019-10-01 16:32:35 +0800
e9c28e59ceOnly apply resizable and rendering mode for non-animated image, since SDAnimatedImageView does not support this type of modification
DreamPiggy
2019-10-01 16:24:19 +0800
Merge pull request #8 from SDWebImage/fix_animated_image_type
DreamPiggy
2019-10-01 15:03:28 +0800
970938922aFix the support on watchOS. Using the Platform Image class instead of hard-coded `SDAnimatedImage` class
DreamPiggy
2019-10-01 15:01:22 +0800
Merge pull request #7 from SDWebImage/feature_image_method
DreamPiggy
2019-10-01 14:54:30 +0800
5d949dc28cAdd needs layout after the layout model changed
DreamPiggy
2019-10-01 14:43:07 +0800
611ab6125eSupport AnimatedImage with `aspectRatio`, `antialiased`, `interpolation`, `renderingMode` and `resizable` methods, some of them is not fully implemented
DreamPiggy
2019-10-01 14:34:11 +0800
e8939701e6Add all the Image struct method into WebImage
DreamPiggy
2019-10-01 12:22:51 +0800
a37f20957fBump version to 0.1.1, support Xcode 11.0
DreamPiggy
2019-09-25 03:11:33 +0800
058915b56dAdd the scaleToFit/Fill method to AnimatedImageView, refactory the implementation to use binding
DreamPiggy
2019-09-25 03:07:00 +0800