- Add missing symlinks for SPM #1112
- Update SVProgressHUD for recent Xcode versions #1105, #1066, #1019, #1060, #1070
- Add suport for Swift Package Manager #981, #1042, #1063, #1079, #1085
- Added adjustFontForContentSizeCategory to statusLabel #1072
- Update imageUsed judgment conditions when set imageViewSize to zero #1098
- Fix memory leak while loading image from bundle #1080
- Fix positioning of HUD on iOS 13 and above #1100
- Add dark mode support #965
- Added option for custom Blur effect style for background, rewritten indefinite animation view for smooth animation, added option to set custom ring color without affecting background color #946
- Remove new line character before setting accessibility text to avoid repetition of voice over for same text #872
- Added ability to set motion effects disabled #952
- Add option to customize only ring color and allow for custom blur effect design #946
- Rewrite indefinite animation view #946
- After setting graceTimeInterval, dismiss(withDelay:) will not work correctly #828
- Use GitHub official license style
- Can't see checkmark when using SVProgressHUDStyleDark #873
- Updated README’s instructions for Carthage deployment #876
- Added a stale configuration
- Off-screen keyboard returns a positive value in iOS 11.2 as its height #835, #846, #852
- Fix bug where status label hiddenness is not updated when setStatus is called #854
- Use @available to suppress warnings in Xcode 9 #821, #864, #870
- Rollback of popActivity #824
- Update project to AutoLayout (finally)
- Added grace time #556
- New Fade in / Fade out animation #703, #757, #776, #779, #791, #793, #798, #800
- Remove vibrancy for better readability on iOS 11 (and below)
- Fixed: Background resize #709
- Update year to 2017
- Fixed: Status message goes offscreen #699
- Fixed: HUD customization behaving unexpectedly #700
- Fixed: dismissWithDelay #647, #649, #594, #591, #662
- New: Implicitly set default style to custom when setting colors #692
- New: Add HUD to UIView instead of UIWindow #685
- Fixed: UIVisualEffectViews transition error #680
- Fixed: Minimum size #697, #674, #359
- New: Allow to set max allowed window level #607
- New: Add completion block to dismiss methods
- Fixed: Live blurring due to wrong background color #517 / #624
- Fixed: Remove any old instances of UIVisualEffectViews, when the HUDStyle… #667
- Fixed: Ring not centered in HUD #635
- Fixed: SVProgressHUD failing to build on tvos #672 / #673
- Update to Xcode 8 recommended settings
- Fixed: Carthage support #592, #590
- Fixed: Fixes tvOS demos, Changed return type #586, #587
- Fixed: Build issues for tvOS, as UIKeyboard notifications are gone #576
- Fixed: HUD does not hide if ismiss is called directly after show #555
- Fixed: Reset ring layer stroke end upon dismiss #580
- Fixed: Ringlayer not resized when values properties change during runtime #584
- Fixed:
:head
not available anymore in Cocoapods #552 - Fixed: Redraw resource images as the look blurry on 2x/3x. #562
- Fixed: Problem where displayDurationForString can return duration shoter than minimumDismissTimeInterval #574
- Fixed: iOS7+ alert black dimming view has an alpha of 0.4, not 0.5 #570
- Fixed: Bugfix for hidden HUD if defaultMaskStyle is changed during runtime
- Fixed: Progress HUD intersects with default spinner #551
- Fixed: Update Carthage installation guides #550
- Fixed: Outdated licenses
- Fixed: Added success image back, was removed to test a bugfix
- Fixed: HUD not showing on root view controller in
viewDidLoad
andviewWillAppear
#536 - Fixed: When showing with
nil
image, layout wrong size #548
- Fixed: Notification typo #545
- Fixed: Remove duplicate declarations
- Fixed: Cocoapods bundle problem #542
- Fixed: Dismiss duration 0.15 maybe lead to a bug #529
- Fixed: Don't apply blur for custom style #508
- Fixed: No supported interface orientation in real time #490
- New: Support for tvOS
- New: UIAppearance support
- New: Moved Repo to an own organisation
- Fixed: Many things ...