Skip to content

fix: resolve #15#20

Merged
manjees merged 2 commits into
mainfrom
solve/issue-15
Feb 23, 2026
Merged

fix: resolve #15#20
manjees merged 2 commits into
mainfrom
solve/issue-15

Conversation

@manjees
Copy link
Copy Markdown
Owner

@manjees manjees commented Feb 12, 2026

Automatically solved by ai-orchestrator

Closes #15

manjee added 2 commits February 24, 2026 02:06
Detect and analyze URI scheme collisions across installed apps on a
connected device. Scans third-party packages, parses intent filters,
and groups conflicting scheme+host registrations with severity levels.

- Add SchemeRegistration, CollisionGroup, CollisionReport domain models
- Add CollisionRepository interface and CollisionRepositoryImpl
- Add IntentFilterParser for extracting VIEW+BROWSABLE intent filters
- Add DetectCollisionsUseCase for collision detection orchestration
- Extend DiagnosticsScreen with tabbed layout (AssetLinks + Collision)
- Add device selection and collision results UI with severity badges
- Register all dependencies in AppContainer
- Add comprehensive parser tests (24 cases) and use case tests (9 cases)
@manjees manjees merged commit 68830d6 into main Feb 23, 2026
2 checks passed
@manjees manjees deleted the solve/issue-15 branch February 23, 2026 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Scheme Collision Detector

1 participant