passepartout-apple/PassepartoutLibrary/Sources
Davide De Rosa b183dece8c Fix logic to activate first created profile
Broken in dec7fb9030

VPN was lost when app was sent to background. Current (and active)
profile was persisted with nil isActive and instead of ignoring
profile activation, isActive was falling back to
allHeaders.isEmpty (false), erroneously deactivating the profile
and disconnecting the VPN.
2022-08-04 23:33:17 +02:00
..
OpenVPNAppExtension Refactor library into domain + impl 2022-06-23 23:31:01 +02:00
PassepartoutCore Fix server description and sorting 2022-07-16 17:39:42 +02:00
PassepartoutLibrary Refactor library into domain + impl 2022-06-23 23:31:01 +02:00
PassepartoutProfiles Fix logic to activate first created profile 2022-08-04 23:33:17 +02:00
PassepartoutProviders Fix server description and sorting 2022-07-16 17:39:42 +02:00
PassepartoutServices Attempt beta release 2022-07-18 08:03:24 +02:00
PassepartoutUtils Attach @MainActor where needed 2022-07-16 17:39:42 +02:00
PassepartoutVPN Attach @MainActor where needed 2022-07-16 17:39:42 +02:00
WireGuardAppExtension Refactor library into domain + impl 2022-06-23 23:31:01 +02:00