passepartout-apple/Passepartout/Library/Sources
Davide d3e344670b
Resolve excessive profile reloads (#883)
Optimize ProfileManager in several ways:

- Refine control over objectWillChange
- Observe search separately
- Store subscriptions separately (local, remote, search)
- Fix multiple local updates on save/remove/foreground (updating
allProfiles manually)
- Update the library with more optimized NE reloads
- Cancel pending remote import before a new one
- Yield 100ms between imports
- Reorganize code

Extras:

- Only use background context in provider repositories
- Externalize tunnel receipt URL, do not hardcode BundleConfiguration
- Improve some logging

Self-reminder: NEVER use a Core Data background context to observe
changes in CloudKit containers. They just won't be notified (e.g. in
NSFetchedResultsController).

Fixes #857
2024-11-17 11:34:43 +01:00
..
AppData In-place NetworkExtension profiles (#715) 2024-10-10 16:03:02 +02:00
AppDataProfiles Add initial migration UI (#866) 2024-11-14 11:02:26 +01:00
AppDataProviders Resolve excessive profile reloads (#883) 2024-11-17 11:34:43 +01:00
AppUI Strip package dependencies (#862) 2024-11-13 21:05:53 +01:00
AppUIMain Perform migrate + import in one step (#882) 2024-11-16 21:16:25 +01:00
AppUITV Add more view modifiers (#838) 2024-11-10 12:00:07 +01:00
CommonAPI Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
CommonLibrary Resolve excessive profile reloads (#883) 2024-11-17 11:34:43 +01:00
CommonUtils Resolve excessive profile reloads (#883) 2024-11-17 11:34:43 +01:00
LegacyV2 Add the option to migrate old profiles (#879) 2024-11-16 12:29:03 +01:00
PassepartoutImplementations Decouple library from PassepartoutKit implementations (#834) 2024-11-08 12:37:09 +01:00
UILibrary Resolve excessive profile reloads (#883) 2024-11-17 11:34:43 +01:00