Skip to content

Conversation

@cbeyls
Copy link
Collaborator

@cbeyls cbeyls commented Mar 30, 2025

  • turn UrlOpener into an interface
  • replace PlatformContext argument with UrlOpener for all use cases that only require opening Urls
  • use UriHandler as Compose implementation of UrlOpener
  • remove OpenLinkUseCase which provides the exact same functionality as UrlOpener
  • make PlatformContext a typealias for Context on Android.

cbeyls added 2 commits March 30, 2025 18:33
- turn UrlOpener into an interface.
- replace PlatformContext argument with UrlOpener for all use cases that only require opening Urls.
- use UriHandler as Compose implementation of UrlOpener.
- remove OpenLinkUseCase which provides the exact same functionality as UrlOpener.
@cbeyls cbeyls self-assigned this Mar 30, 2025
@cbeyls cbeyls merged commit 6b2cf30 into main Mar 30, 2025
1 check passed
@cbeyls cbeyls deleted the refactor/uri_handler branch March 30, 2025 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants