passepartout-apple/Passepartout/App/Reusable
Davide De Rosa 5627e6c4a9
Address UI race conditions (#229)
* Make some managers concurrency-safe

- IntentsManager: @MainActor, non-shared, continuation

- SSIDReader: @MainActor, continuation

- Reviewer: main queue, non-shared

* Review wrong use of Concurrency framework

There were background thread calls e.g. in VPNToggle, because
ProfileManager was used inside a VPNManager async call.

Annotate @MainActor wherever a Task involves UI.

* Make main managers MainActor

* Apply MainActor to Mac menus

* [ci skip] Update CHANGELOG

* Set MainActor consistently on Mac menu view models
2022-10-13 08:53:50 +02:00
..
ActivityView.swift Drop return in one-line functions 2022-09-04 20:30:55 +02:00
AddingTextField.swift Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
Binding+Extensions.swift Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
CopySavingButton.swift Simplify a few things of CopySavingButton 2022-05-18 14:10:11 +02:00
DestructiveButton.swift Make destructive buttons standalone 2022-04-25 16:34:22 +02:00
EditableTextList.swift Drop return in one-line functions 2022-09-04 20:30:55 +02:00
GenericCreditsView.swift Address UI race conditions (#229) 2022-10-13 08:53:50 +02:00
GenericVersionView.swift Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
IntentActivity.swift Drop return in one-line functions 2022-09-04 20:30:55 +02:00
IntentAddView.swift Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
IntentEditView.swift Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
LongContentView.swift Disable padding around LongContentView 2022-04-26 21:39:21 +02:00
MailComposerView.swift Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
RevealingSecureField.swift Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
Reviewer.swift Drop return in one-line functions 2022-09-04 20:30:55 +02:00
Shortcut.swift Drop return in one-line functions 2022-09-04 20:30:55 +02:00
StyledPicker.swift Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
Validators.swift Review requirements of DNS over TLS (DoT) 2022-04-25 22:40:09 +02:00