Commit Graph

  • ecd33b3329 Bump version to 0.3.2 DreamPiggy 2019-10-10 18:22:01 +0800
  • 8ba520f12b
    Merge pull request #20 from SDWebImage/fix_webimage_editing_empty DreamPiggy 2019-10-10 18:18:54 +0800
  • 88b0d86a66 Update the demo with dynamic data, Swipe to delete DreamPiggy 2019-10-10 18:07:32 +0800
  • 152a321507 Fix 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
  • 0c17688125 Update the file header comment in Example DreamPiggy 2019-10-06 01:21:20 +0800
  • d63870dc93 Bump version to 0.3.1 DreamPiggy 2019-10-05 20:27:32 +0800
  • adf0348a4e Update the Example Xcode schemes DreamPiggy 2019-10-05 20:25:43 +0800
  • b49a2a5d09
    Update README.md DreamPiggy 2019-10-05 20:22:59 +0800
  • 50b3ceffc0
    Merge pull request #18 from SDWebImage/demo_all_platforms DreamPiggy 2019-10-05 20:20:55 +0800
  • a27f18c56e Update the readme about the demo and screenshots DreamPiggy 2019-10-05 20:17:51 +0800
  • a3b7bab17a Add demos for all of Apple Platforms and environment, including: iOS, macOS, macOS Catalyst, tvOS, watchOS DreamPiggy 2019-10-05 18:58:16 +0800
  • 9ab29c1b0f
    Merge pull request #17 from SDWebImage/bugfix_view_wrapper_mac DreamPiggy 2019-10-05 19:06:05 +0800
  • 4bdec6c958 Using 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
  • c052f22865
    Merge pull request #16 from SDWebImage/remove_unused_api DreamPiggy 2019-10-05 16:56:48 +0800
  • cd2021d77f Change those unused value from public to internal. Since they does not do meaningful things in SwiftUI DreamPiggy 2019-10-05 16:55:39 +0800
  • 930231e172 Bump version to 0.3.0 DreamPiggy 2019-10-05 16:50:27 +0800
  • 739d80f740
    Merge pull request #15 from SDWebImage/fix_api_documentation DreamPiggy 2019-10-05 16:39:15 +0800
  • 4eb8613090 Add all documentation for WebImage DreamPiggy 2019-10-05 16:38:13 +0800
  • d4e277fe9b Add all documentation for AnimatedImage DreamPiggy 2019-10-05 16:34:53 +0800
  • df7728d894
    Merge pull request #14 from SDWebImage/feature_animatedimage_animating_control DreamPiggy 2019-10-05 15:54:55 +0800
  • bcb871a085 Update the readme about the animation control binding DreamPiggy 2019-10-05 15:52:56 +0800
  • b62cbdf072 Fix the compile issue of macOS DreamPiggy 2019-10-05 15:49:16 +0800
  • 2587161069 Update the example to show how to use animation control with Binding DreamPiggy 2019-10-05 15:43:52 +0800
  • 35190d2c0a Using binding to support the animation control. This API design is the same as SwiftUI's Toggle/Sheet DreamPiggy 2019-10-05 15:39:30 +0800
  • d23f9b4bb0 Update the readme with more example code DreamPiggy 2019-10-05 15:12:25 +0800
  • 840b6725b5
    Merge pull request #13 from SDWebImage/feature_animatedimage_modifier DreamPiggy 2019-10-05 15:06:28 +0800
  • 7d6e2f3b5b Update the readme with the advanced control for AnimatedImage DreamPiggy 2019-10-05 15:02:44 +0800
  • d86904f2d5 Add support to custom loop count / max buffer size / incremental load, which is already supported by SDAnimatedImageView DreamPiggy 2019-10-05 14:14:08 +0800
  • 8dc9dfc1dc Change the internal compatible symbol naming with Platform prefix DreamPiggy 2019-10-05 13:53:00 +0800
  • 2997c45f2f
    Merge pull request #12 from SDWebImage/little_binding_api_change DreamPiggy 2019-10-04 16:30:51 +0800
  • f1d83c1ffc Use the @Published instead of hard-written protocol implementation DreamPiggy 2019-10-04 16:28:50 +0800
  • b7f504c3e6 Bump version to 0.2.0 DreamPiggy 2019-10-03 18:17:44 +0800
  • d790071c81
    Merge pull request #11 from SDWebImage/fix_animatedImage_placeholder DreamPiggy 2019-10-03 18:16:08 +0800
  • 123009f7c2 Fix the placeholder support for AnimatedImage DreamPiggy 2019-10-03 18:15:00 +0800
  • 7128a13c50 Update the readme about the success/failure/progress handle DreamPiggy 2019-10-03 18:13:19 +0800
  • b1940dff46
    Merge pull request #10 from SDWebImage/feature_on_success DreamPiggy 2019-10-03 18:07:05 +0800
  • f5b6d1e549 Update the demo with onProgress with the progressBar DreamPiggy 2019-10-03 18:01:31 +0800
  • 370400230f Add the onSuccess, onFailure, onProgress methods to AnimatedImage/WebImage, make it possible to notify result DreamPiggy 2019-10-03 16:33:39 +0800
  • 5606897a6f
    Merge pull request #9 from SDWebImage/example_upgrade DreamPiggy 2019-10-03 14:46:06 +0800
  • 1b9a0916e1 Update the gitignore to avoid swiftpm folder DreamPiggy 2019-10-03 14:45:36 +0800
  • c4b199f8b7 Update the new screenshot of demo DreamPiggy 2019-10-03 14:42:29 +0800
  • 4c72508f46 Add the example with macOS && iOS, using the List to preview WebImage and AnimatedImage view DreamPiggy 2019-10-03 14:23:07 +0800
  • 269a150dff Bump version to 0.1.2 DreamPiggy 2019-10-01 16:32:35 +0800
  • e9c28e59ce Only 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
  • 95edc90787
    Merge pull request #8 from SDWebImage/fix_animated_image_type DreamPiggy 2019-10-01 15:03:28 +0800
  • 970938922a Fix the support on watchOS. Using the Platform Image class instead of hard-coded `SDAnimatedImage` class DreamPiggy 2019-10-01 15:01:22 +0800
  • 08979446b2
    Merge pull request #7 from SDWebImage/feature_image_method DreamPiggy 2019-10-01 14:54:30 +0800
  • 5d949dc28c Add needs layout after the layout model changed DreamPiggy 2019-10-01 14:43:07 +0800
  • 611ab6125e Support AnimatedImage with `aspectRatio`, `antialiased`, `interpolation`, `renderingMode` and `resizable` methods, some of them is not fully implemented DreamPiggy 2019-10-01 14:34:11 +0800
  • e8939701e6 Add all the Image struct method into WebImage DreamPiggy 2019-10-01 12:22:51 +0800
  • a37f20957f Bump version to 0.1.1, support Xcode 11.0 DreamPiggy 2019-09-25 03:11:33 +0800
  • 058915b56d Add the scaleToFit/Fill method to AnimatedImageView, refactory the implementation to use binding DreamPiggy 2019-09-25 03:07:00 +0800
  • 875c813b39
    Merge pull request #5 from SDWebImage/fix_carthage DreamPiggy 2019-09-25 01:27:43 +0800
  • 9f3a03ff1a Fix the Carthage compatible issue DreamPiggy 2019-09-25 01:26:52 +0800
  • 820c716242
    Merge pull request #2 from cozzin/optionalURL DreamPiggy 2019-09-17 13:06:35 +0800
  • 6f073d4fea
    Merge pull request #1 from cozzin/objectWillChange DreamPiggy 2019-09-12 22:51:52 +0800
  • 5548e9ddec Support init with optional url seongho.hong 2019-09-12 19:19:23 +0900
  • ed9b95f8f1 Fix object will change seongho.hong 2019-09-12 19:14:57 +0900
  • a7195459d9 Update readme to fix some typos DreamPiggy 2019-08-09 18:29:29 +0800
  • 2ba09192c2 Update to the latest Xcode 11-beta5 syntax of SwiftUI DreamPiggy 2019-08-09 18:06:47 +0800
  • 30cf499e5d Update the badges url DreamPiggy 2019-08-09 17:27:11 +0800
  • 15d4805a96 Update the licences description in source files DreamPiggy 2019-08-09 17:17:08 +0800
  • b5aae6ab81 Update the information from personal repo to SDWebImage organization DreamPiggy 2019-08-09 17:11:33 +0800
  • 98dcd2d619 Remove the dummy demo code DreamPiggy 2019-08-09 16:56:13 +0800
  • 15d495772b Update the badges url DreamPiggy 2019-08-09 16:45:40 +0800
  • 198fe44cf0 Fix the Travis-CI script DreamPiggy 2019-08-09 16:32:05 +0800
  • a3af77a266 Update the readme for badges DreamPiggy 2019-08-09 16:28:54 +0800
  • 683d0bced1 Update the Travis-CI script DreamPiggy 2019-08-09 16:25:52 +0800
  • c25a227510 Update the readme about the installation DreamPiggy 2019-08-09 16:15:44 +0800
  • 7c6a74c7f4 Add Swift Package Manager support DreamPiggy 2019-08-09 16:06:53 +0800
  • b1c2a99d08 Add the Swift version for podspec DreamPiggy 2019-08-09 15:59:39 +0800
  • 248515a2d6 Add the Xcode project to support Carthage. Fix the build issue on macOS/tvOS/watchOS DreamPiggy 2019-08-09 15:58:21 +0800
  • e7914c0808 update the public API for AnimatedImage DreamPiggy 2019-08-09 15:10:30 +0800
  • baeaa557c0 Update the AnimatedImage with different initializer DreamPiggy 2019-08-07 19:45:04 +0800
  • 1f13239f27 Add source files and CocoaPods integration for SwiftUI DreamPiggy 2019-08-07 18:51:28 +0800
  • 1741266e9d Initial commit DreamPiggy 2019-08-07 18:10:05 +0800