passepartout-apple/PassepartoutLibrary/Sources/PassepartoutProfiles/Managers
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
..
CoreDataProfileManagerStrategy.swift Add ProfileManager methods to return full profiles 2022-07-14 17:07:30 +02:00
DefaultProfileManager+Keychain.swift Refactor library into domain + impl 2022-06-23 23:31:01 +02:00
DefaultProfileManager+Processing.swift Refactor library into domain + impl 2022-06-23 23:31:01 +02:00
DefaultProfileManager.swift Fix logic to activate first created profile 2022-08-04 23:33:17 +02:00
PersistenceManager.swift Refactor library into domain + impl 2022-06-23 23:31:01 +02:00
ProfileManagerStrategy.swift Add ProfileManager methods to return full profiles 2022-07-14 17:07:30 +02:00