Revīziju vēsture

Autors SHA1 Ziņojums Datums
  DreamPiggy 2f9ef53b99 Bumped version to 5.8.4 5 gadi atpakaļ
  kinarobin 0e0cc576da early return when image load canceled 5 gadi atpakaļ
  kinarobin 4ed1ce29dc fix race condition when use transition 5 gadi atpakaļ
  DreamPiggy 5a34f2d468 Merge pull request #3052 from dreampiggy/fix_imageio_copy_mutable_dictionary_crash 5 gadi atpakaļ
  DreamPiggy aba80b66c2 Try to copy the local NSMutableDictionary before calling CGImageSourceCreateImageAtIndex, try to solve the rare crash inside ImageIO call stack. 5 gadi atpakaļ
  DreamPiggy f876da5031 Bumped version to 5.8.3 5 gadi atpakaļ
  DreamPiggy 8a57e935b8 Merge pull request #3047 from dreampiggy/behavior_sdanimatedimage_encoding_animation 5 gadi atpakaļ
  DreamPiggy 04cc6f682c Add the support for that UIImage+MultiFormat methods on SDAnimartedImage, which supports encoding the animation like GIF/APNG/WebP with lower compression quality. 5 gadi atpakaļ
  DreamPiggy 4e2a52556c Merge pull request #3046 from dreampiggy/fix_ios14_vector_image_rendering 5 gadi atpakaļ
  DreamPiggy 221aa2c905 Fix the wrong code use super.respondsToSelector, should use the superClass.instancesRespondToSelector to check super class itself contains the implementation 5 gadi atpakaļ
  DreamPiggy 033bb5321f Fix the issue of iOS 14 vector image rendering on SDAnimatedImageView. Should call super method if need for best compatibility 5 gadi atpakaļ
  DreamPiggy df8bd89a86 Bumped version to 5.8.2 5 gadi atpakaļ
  DreamPiggy 15fb09afa1 Merge pull request #3043 from dreampiggy/fix_ios14_animated_image_static_render 5 gadi atpakaļ
  DreamPiggy bb7b1914e6 Fix the issue that SDAnimatedImageView can not render static image on iOS 14. 5 gadi atpakaļ
  DreamPiggy 28898e23fa Merge pull request #3039 from henry2423/master 5 gadi atpakaļ
  Henry Huang 4332c29740 Fix the `maxPixelSize` logic issue will cause a upscale in SDImageIOAnimatedCoder 5 gadi atpakaļ
  DreamPiggy fe92b7aa3d Bumped version to 5.8.1 5 gadi atpakaļ
  DreamPiggy 6f5f8354fa Merge pull request #3038 from dreampiggy/bugfix_embed_thumbnail_max_pixel_size 5 gadi atpakaļ
  DreamPiggy 6a227343a6 Change to use kCGImageSourceCreateThumbnailFromImageAlways to solve the issue when HEIC/JPEG contains an embed thumbnail but its size is much smaller than provided `maxPixelSize` 5 gadi atpakaļ
  DreamPiggy f8fa41218d Merge pull request #3037 from dreampiggy/bugfix_request_modifier_nil 5 gadi atpakaļ
  DreamPiggy 2d33fc8e6e Fix the issue that the NSURLRequest method should not be nil. 5 gadi atpakaļ
  DreamPiggy 121a18568d Merge pull request #3030 from PhilipDukhov/master 5 gadi atpakaļ
  Philip Dukhov 30053c2ac3 animated image seek frame test added 5 gadi atpakaļ
  Philip Dukhov 7435113072 seek returning nil image fix 5 gadi atpakaļ
  DreamPiggy b0ceb25747 Merge pull request #3027 from dreampiggy/feature_convenient_transition_with_duration 5 gadi atpakaļ
  DreamPiggy c9ef6ce541 Added the convenient transition with duration APIs 5 gadi atpakaļ
  DreamPiggy 964864f243 Merge pull request #3010 from dreampiggy/travis_catalina 5 gadi atpakaļ
  DreamPiggy 16cd77203e Do not clean DerivedData before test, share the common cache 5 gadi atpakaļ
  DreamPiggy df4153bdf3 Use New Build System for testing to re-use the compiled cache 5 gadi atpakaļ
  DreamPiggy d946725274 Try to reduce the travis CI build time, avoid unused build 5 gadi atpakaļ