passepartout-apple/Passepartout/Mac
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
..
Assets.xcassets Implement Mac bundle with system menu 2022-07-16 17:39:42 +02:00
Constants Improve a few things about provider profile menus 2022-08-13 16:47:01 +02:00
Flags.xcassets Implement Mac bundle with system menu 2022-07-16 17:39:42 +02:00
Mac Fix var syntax 2022-09-05 07:58:20 +02:00
Menu Address UI race conditions (#229) 2022-10-13 08:53:50 +02:00
Reusable Address UI race conditions (#229) 2022-10-13 08:53:50 +02:00
Bridging-Header.h Implement Mac bundle with system menu 2022-07-16 17:39:42 +02:00
Info.plist Attempt beta release 2022-10-04 22:37:53 +02:00
PassepartoutMac.swift Address UI race conditions (#229) 2022-10-13 08:53:50 +02:00