-
Notifications
You must be signed in to change notification settings - Fork 26
Feature/appstore review #1661
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
Feature/appstore review #1661
Conversation
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.
Pull request overview
This PR refactors the deeplink routing system from URL-based parsing to ProtoBuf serialization, replaces StatusAction with a more flexible ActionMenu system, and adds user action capabilities (block, mute, report) with comprehensive test coverage.
Key Changes:
- Migrates from URL-based deeplink parsing to ProtoBuf serialization for improved type safety and performance
- Introduces
ActionMenusystem replacing the previousStatusActionpattern with better composability - Adds user interaction features: blocking, muting, and reporting users
Reviewed changes
Copilot reviewed 120 out of 125 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
DeeplinkRouteTest.kt |
Comprehensive test suite for deeplink routing with 20+ test cases |
DeeplinkRoute.kt |
Major refactor to use ProtoBuf serialization instead of URL parsing |
ActionMenu.kt |
New action menu system replacing StatusAction with improved flexibility |
ProfilePresenter.kt |
Refactored to generate action menus dynamically |
BlockUserPresenter.kt, MuteUserPresenter.kt |
New presenters for user blocking/muting |
StatusAction.kt |
Deleted - replaced by ActionMenu system |
AppDeepLink.kt |
Deleted - functionality moved to DeeplinkRoute |
| iOS/Desktop UI files | Updated routing and menu handling to support new action system |
| Build files | Added stability analyzer plugin for Compose |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.