-
Notifications
You must be signed in to change notification settings - Fork 24
chore(cryptobox): remove cryptobox migration manager - WPB-22227 #3982
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
Merged
David-Henner
merged 33 commits into
develop
from
chore/remove-cryptobox-migration-manager-WPB-22227
Dec 15, 2025
Merged
chore(cryptobox): remove cryptobox migration manager - WPB-22227 #3982
David-Henner
merged 33 commits into
develop
from
chore/remove-cryptobox-migration-manager-WPB-22227
Dec 15, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…wireapp/wire-ios into chore/retire-proteus-provider-WPB-21821
# Conflicts: # wire-ios-request-strategy/Tests/Sources/Notifications/PushNotifications/ZMLocalNotificationTests_Message.swift
# Conflicts: # wire-ios-data-model/Tests/Source/Model/UserClient/UserClientKeyStoreTests.swift
Contributor
Test Results 5 files 647 suites 20m 15s ⏱️ For more details on these failures, see this check. Results for commit 7f9f2bf. ♻️ This comment has been updated with latest results. |
netbe
approved these changes
Dec 9, 2025
Collaborator
netbe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM:)
wire-ios/Wire-iOS/Sources/Helpers/UITraitEnvironment+LayoutMargins.swift
Outdated
Show resolved
Hide resolved
caldrian
approved these changes
Dec 12, 2025
Base automatically changed from
chore/remove-cryptobox-framework-WPB-7394
to
develop
December 14, 2025 19:27
…WPB-22227 # Conflicts: # WireDomain/Sources/WireDomain/Notifications/Components/Legacy/PullEventsStep.swift # WireDomain/Sources/WireDomain/Notifications/Components/Legacy/SyncEventsStep.swift # WireDomain/Sources/WireDomain/Notifications/Components/NSEUserScope.swift # WireMessaging/Sources/WireMessagingDomain/WireCells/Protocols/WireCellsEditingURLRepositoryProtocol.swift # WireMessaging/Sources/WireMessagingDomain/WireCells/Protocols/WireCellsRestoreNodesUseCaseProtocol.swift # WireMessaging/Sources/WireMessagingDomain/WireCells/UseCases/WireCellsNodesCollection.swift # WireMessaging/Sources/WireMessagingUI/WireCells/Components/Common/WireCellsNode+Convenience.swift # WireMessaging/Sources/WireMessagingUI/WireCells/Components/Files/CreateFolderCTA.swift # wire-ios-data-model/Source/Proteus/CryptoboxMigrationManager.swift # wire-ios-data-model/Tests/Core Crypto/CoreCryptoConfigProviderTests.swift # wire-ios-data-model/WireDataModel.xcodeproj/project.pbxproj # wire-ios-notification-engine/Sources/LegacyNotificationSessionLoader.swift # wire-ios-notification-engine/Sources/NotificationSession.swift # wire-ios-notification-engine/WireNotificationEngine.xcodeproj/project.pbxproj # wire-ios-notification-engine/WireNotificationEngineTests/BaseNotificationSessionTests.swift # wire-ios-request-strategy/Sources/Synchronization/Decoding/EventDecoder.swift # wire-ios-request-strategy/Sources/Synchronization/Decoding/EventDecoderTest.swift # wire-ios-request-strategy/Tests/Helpers/MessagingTestBase.swift # wire-ios-request-strategy/Tests/Helpers/ProteusClientSimulator.swift # wire-ios-request-strategy/Tests/Sources/Notifications/PushNotifications/ZMLocalNotificationTests_Event.swift # wire-ios-utilities/Source/DeveloperFlag.swift # wire-ios/Wire-iOS.xcodeproj/project.pbxproj # wire-ios/Wire-iOS/Sources/UserInterface/Conversation/Content/Cells/ConfigurationMessageCell/Content/Text/ConversationTextMessageCell.swift
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
This PR is part of a larger effort to remove cryptobox and rely only on core crypto.
ProteusProvider- WPB-21821 #3903In this PR we remove the
CryptoboxMigrationManagerChecklist
[WPB-XXX].