passepartout-apple/Passepartout/App
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 Revisit app metadata and screenshots 2022-09-15 17:41:22 +02:00
Constants Increase debug log view size 2022-09-23 09:04:27 +02:00
Context Address UI race conditions (#229) 2022-10-13 08:53:50 +02:00
de.lproj Reorganize app-specific shared code into AppShared 2022-06-19 14:41:26 +02:00
el.lproj Reorganize app-specific shared code into AppShared 2022-06-19 14:41:26 +02:00
en.lproj Reorganize app-specific shared code into AppShared 2022-06-19 14:41:26 +02:00
es.lproj Reorganize app-specific shared code into AppShared 2022-06-19 14:41:26 +02:00
Extensions Fix again server ordering 2022-09-21 22:32:33 +02:00
fastlane Add IVPN metadata 2022-10-08 11:33:03 +02:00
Flags.xcassets Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
fr.lproj Reorganize app-specific shared code into AppShared 2022-06-19 14:41:26 +02:00
InApp Fix Oeck eligibility regression 2022-10-04 22:37:53 +02:00
Intents Address UI race conditions (#229) 2022-10-13 08:53:50 +02:00
it.lproj Reorganize app-specific shared code into AppShared 2022-06-19 14:41:26 +02:00
Mac Address UI race conditions (#229) 2022-10-13 08:53:50 +02:00
nl.lproj Reorganize app-specific shared code into AppShared 2022-06-19 14:41:26 +02:00
pl.lproj Reorganize app-specific shared code into AppShared 2022-06-19 14:41:26 +02:00
Providers.xcassets Add IVPN metadata 2022-10-08 11:33:03 +02:00
pt.lproj Reorganize app-specific shared code into AppShared 2022-06-19 14:41:26 +02:00
Reusable Address UI race conditions (#229) 2022-10-13 08:53:50 +02:00
ru.lproj Reorganize app-specific shared code into AppShared 2022-06-19 14:41:26 +02:00
Scripts Rewrite app in SwiftUI 2022-04-12 15:12:45 +02:00
Settings.bundle Merge project into iOS + macOS 2022-04-19 16:14:23 +02:00
sv.lproj Reorganize app-specific shared code into AppShared 2022-06-19 14:41:26 +02:00
Views Address UI race conditions (#229) 2022-10-13 08:53:50 +02:00
zh-Hans.lproj Reorganize app-specific shared code into AppShared 2022-06-19 14:41:26 +02:00
App.entitlements Revert "Enable "DNS Settings" capability" 2022-05-04 09:01:27 +02:00
AppDelegate.swift Send app to background if started hidden 2022-07-18 07:55:56 +02:00
Credits.rtf Add credits in Mac about 2022-05-17 19:57:19 +02:00
Info.plist Attempt beta release 2022-10-04 22:37:53 +02:00
Launch Screen.storyboard Revisit app metadata and screenshots 2022-09-15 17:41:22 +02:00
PassepartoutApp.swift Send app to background in OrganizerView handler 2022-07-17 14:47:15 +02:00