Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store complex preferences to Core Data #981

Merged
merged 3 commits into from
Dec 6, 2024
Merged

Conversation

keeshux
Copy link
Member

@keeshux keeshux commented Dec 6, 2024

Replace favorites entities with a PreferencesManager, that returns observables for:

  • Module preferences (by module UUID)
  • Provider preferences (by ProviderID)

Automate preferences availability in:

  • Module views (empty for now)
  • VPN server view (favorites)

Synchronize preferences by making this a CloudKit container. Preferences are also available in the Tunnel by storing the container in the App Group.

Replace favorites entities with a PreferencesManager, that
returns observables for:

- Module preferences (by module UUID)
- Provider preferences (by ProviderID)

Automate preferences availability in:

- Module views (empty for now)
- VPN server view (favorites)
@keeshux keeshux self-assigned this Dec 6, 2024
@keeshux keeshux added enhancement New feature or request refactoring Improves software architecture labels Dec 6, 2024
@keeshux keeshux added this to the 3.0.0 / 6. Freeze milestone Dec 6, 2024
@keeshux keeshux merged commit dfae6af into master Dec 6, 2024
1 check passed
@keeshux keeshux deleted the feature/preferences-manager branch December 6, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactoring Improves software architecture
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant