passepartout-apple/Passepartout/Library/Sources/CommonLibrary/Business
Davide f3d13d0cdf
Refactor AppContext creation and profile processing (#810)
Streamline initialization of AppContext objects without singletons,
especially because some are interconnected.

Rethink ProfileProcessor to be the only gateway of profile processing
for:

- Include
- Save
- Connect

Provide closures with access to the IAPManager for eligibility checks.

Finally, take a ProfileProcessor parameter in:

- ProfileManager (for isIncluded and willSave)
- ExtendedTunnel (for willConnect)

so that it's used implicitly without having to put it into the SwiftUI
environment.

Other than that:

- Move AppError to CommonLibrary
- Skip decoding of attributes from Core Data because they are already
part of the profile
2024-11-04 23:34:22 +01:00
..
Bundle+Extensions.swift Reorganize library into AppUI (#621) 2024-09-26 23:13:55 +02:00
ExtendedTunnel.swift Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +01:00
InMemoryProfileRepository.swift Fine-tune profile management with additional attributes (#807) 2024-11-03 23:35:45 +01:00
NEProfileRepository.swift Review ProfileManager observation logic (#809) 2024-11-04 10:10:17 +01:00
PassepartoutConfiguration+Extensions.swift Reorganize shared objects (#716) 2024-10-10 16:20:36 +02:00
ProfileManager.swift Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +01:00
ProfileProcessor.swift Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +01:00
ProfileRepository.swift Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
ProviderFavoritesManager.swift Fine-tune profile management with additional attributes (#807) 2024-11-03 23:35:45 +01:00