passepartout-apple/Passepartout/AppShared
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
..
Constants Refactor some alert translations 2022-09-25 08:35:52 +02:00
Context Address UI race conditions (#229) 2022-10-13 08:53:50 +02:00
L10n Drop unused libraries 2022-09-30 22:26:56 +02:00
Mac Address UI race conditions (#229) 2022-10-13 08:53:50 +02:00
Menu Implement Mac bundle with system menu 2022-07-16 17:39:42 +02:00
de.lproj Refactor some alert translations 2022-09-25 08:35:52 +02:00
el.lproj Refactor some alert translations 2022-09-25 08:35:52 +02:00
en.lproj Refactor some alert translations 2022-09-25 08:35:52 +02:00
es.lproj Refactor some alert translations 2022-09-25 08:35:52 +02:00
fr.lproj Refactor some alert translations 2022-09-25 08:35:52 +02:00
it.lproj Refactor some alert translations 2022-09-25 08:35:52 +02:00
nl.lproj Refactor some alert translations 2022-09-25 08:35:52 +02:00
pl.lproj Refactor some alert translations 2022-09-25 08:35:52 +02:00
pt.lproj Refactor some alert translations 2022-09-25 08:35:52 +02:00
ru.lproj Refactor some alert translations 2022-09-25 08:35:52 +02:00
sv.lproj Refactor some alert translations 2022-09-25 08:35:52 +02:00
zh-Hans.lproj Refactor some alert translations 2022-09-25 08:35:52 +02:00