Skip to content

Releases: ArtSabintsev/Siren

Manifest and Podspec Changes

12 Jun 16:30
Compare
Choose a tag to compare

See 5.4.3 as this version may not work.

Manifest and Podspec Changes.

12 Jun 16:30
Compare
Choose a tag to compare

See 5.4.3 as this version may not work.

Fix to PresentationManager for certain scenarios

20 Feb 04:34
Compare
Choose a tag to compare

#327: Fixed issue around creating specific windows thanks to @giofid

Fixes Scene Issue

11 Feb 02:07
Compare
Choose a tag to compare
  • #325: The Siren alert no properly pops up on the first instance of multiscene app (thanks to @kisaha00)

Fixed layering AlertView issue

12 Oct 14:01
Compare
Choose a tag to compare

This release should finally fix the iOS 13 issue around layered AlertViews.

Note, that I have not been able to faithfully reproduce this issue, but a couple others have reported that the problem seems to be solved.

This should address: #314, #313, #312, #310, #309, #308

Another attempt to address layering AlertView issue

07 Oct 01:23
Compare
Choose a tag to compare

This release attempts to fix the iOS 13 issue around layered AlertViews. I've changed the ordering of the calls for all UIAlertAction, pushing UIWindow cleanup to happen earlier in the sequence.

Note, that I have not been able to faithfully reproduce this issue, so this is a shot in the dark that it will solve this issue.

Closes #312
Closes #310
Closes #309
Closes #308

Reverted hide(window:) method

15 Sep 12:34
Compare
Choose a tag to compare

In the conversion to Swift 5.1, I accidentally committed a generic-ized version of this method. The change has been reverted to its previous state.

Adds Swift 5.1 / Xcode 11 / iOS 13 Support

15 Sep 03:51
de01c00
Compare
Choose a tag to compare

This release adds support for Swift 5.1, iOS 13, and Xcode 11. Full updates here: #306

Added Romanian Localization

03 Sep 01:21
Compare
Choose a tag to compare
  • #302: Added Romanian localization thanks to @msalirotech

Fixed Support for Swift Package Manager

08 Aug 01:54
Compare
Choose a tag to compare

I fixed the Package.swift so that it is now compatible with Xcode 11 and the latest Swift Package Manifest file (// swift-tools-version:4.0).