passepartout-apple/Passepartout/App/Intents
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
..
Base.lproj Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
de.lproj Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
el.lproj Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
en.lproj Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
es.lproj Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
fr.lproj Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
it.lproj Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
nl.lproj Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
pl.lproj Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
pt.lproj Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
ru.lproj Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
sv.lproj Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
zh-Hans.lproj Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
IntentDispatcher.swift Drop return in one-line functions 2022-09-04 20:30:55 +02:00
IntentDispatcher+Activities.swift Attach @MainActor where needed 2022-07-16 17:39:42 +02:00
IntentsManager.swift Address UI race conditions (#229) 2022-10-13 08:53:50 +02:00