Open
Conversation
Collaborator
|
Already implemented |
Collaborator
|
Whoops wrong one |
- Fix Android Emulator crash on Apple Silicon by adding local packages - Update build.gradle to Java 17 compatibility - Clean up gitignore and ephemeral files - Sync Rust bindings and native handlers
03878de to
b17626f
Compare
There was a problem hiding this comment.
Pull request overview
This PR is titled "unarchive on message send" but the actual changes show dependency updates and the vendoring of two Flutter plugins (store_checker and secure_application) by moving them from Git dependencies to local path dependencies. The PR also includes Rust dependency updates in the Cargo.lock file.
Changes:
- Updated multiple Dart/Flutter package versions (flex_color_scheme, open_filex, external_path, skeletonizer)
- Moved
store_checkerandsecure_applicationfrom Git sources to local packages - Added the complete
store_checkerpackage implementation with iOS, macOS, and test support - Updated Rust dependencies, removing several unused packages and adding WebSocket-related dependencies
Reviewed changes
Copilot reviewed 193 out of 273 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| rust/Cargo.lock | Rust dependency updates: removed clearadi, various crypto packages; added tokio-tungstenite and related WebSocket libraries |
| pubspec.yaml | Updated package versions and changed store_checker/secure_application from git to path dependencies |
| pubspec.lock | Lock file reflecting pubspec.yaml changes with SDK requirements updated |
| packages/store_checker/* | Complete Flutter plugin implementation for checking app installation source (Play Store, App Store, etc.) |
| packages/secure_application/* | Empty placeholder with only .gitkeep file |
Files not reviewed (5)
- packages/secure_application/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata: Language not supported
- packages/secure_application/example/ios/Runner.xcworkspace/contents.xcworkspacedata: Language not supported
- packages/store_checker/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata: Language not supported
- packages/store_checker/example/ios/Runner.xcworkspace/contents.xcworkspacedata: Language not supported
- packages/store_checker/example/macos/Runner.xcworkspace/contents.xcworkspacedata: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
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.
No description provided.