Skip to content
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

Refactor PC website deep linking #2458

Merged
merged 2 commits into from
Jul 9, 2024
Merged

Conversation

MiSikora
Copy link
Contributor

@MiSikora MiSikora commented Jul 5, 2024

Description

Note

This will be a series of PRs that move deep linking to a separate module that can be tested. The goal is to address #2405 but I don't want to do it blindly without having tests in order to not introduce regressions to deep linking.

This PR migrates opening app with PC website in data deep linking to the new module.

Testing Instructions

  1. Execute adb shell am start -n au.com.shiftyjelly.pocketcasts.debug/au.com.shiftyjelly.pocketcasts.ui.MainActivity -a android.intent.action.VIEW -d "https://pocketcasts.com".
  2. App should simply open.

Checklist

  • If this is a user-facing change, I have added an entry in CHANGELOG.md
  • Ensure the linter passes (./gradlew spotlessApply to automatically apply formatting/linting)
  • I have considered whether it makes sense to add tests for my changes
  • All strings that need to be localized are in modules/services/localization/src/main/res/values/strings.xml
  • Any jetpack compose components I added or changed are covered by compose previews
  • I have updated (or requested that someone edit) the spreadsheet to reflect any new or changed analytics.

@MiSikora MiSikora requested a review from a team as a code owner July 5, 2024 11:28
@MiSikora MiSikora requested review from geekygecko and removed request for a team July 5, 2024 11:28
@dangermattic
Copy link
Collaborator

dangermattic commented Jul 5, 2024

2 Warnings
⚠️ Class PocketCastsWebsiteAdapter is missing tests, but unit-tests-exemption label was set to ignore this.
⚠️ PR is not assigned to a milestone.

Generated by 🚫 Danger

@MiSikora MiSikora changed the title Task/pc website deep linking Refactor PC website deep linking Jul 5, 2024
@MiSikora MiSikora force-pushed the task/pc-website-deep-linking branch from de09090 to 8dd939a Compare July 5, 2024 11:34
@MiSikora MiSikora force-pushed the task/shortcut-deep-linking branch 2 times, most recently from 46d49bd to b7659f1 Compare July 9, 2024 05:39
Base automatically changed from task/shortcut-deep-linking to main July 9, 2024 05:51
@MiSikora MiSikora force-pushed the task/pc-website-deep-linking branch from 8dd939a to bc0a515 Compare July 9, 2024 05:52
@MiSikora MiSikora enabled auto-merge (squash) July 9, 2024 05:53
@MiSikora MiSikora merged commit 1d4cde0 into main Jul 9, 2024
12 of 14 checks passed
@MiSikora MiSikora deleted the task/pc-website-deep-linking branch July 9, 2024 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants