Skip to content

Conversation

@bwees
Copy link
Member

@bwees bwees commented Jun 17, 2025

Description

Adds the following deep links to the mobile app. Note that all IDs are from the server database

  • immich://asset?id={uuid}
  • immich://album?id={uuid}
  • immich://memory?id={uuid}

How Has This Been Tested?

Tested on iOS simulator using the following command

xcrun simctl openurl booted "<DEEP_LINK_HERE>"

Tested on Android simulator using the following command

adb shell am start -a android.intent.action.VIEW -d "<DEEP_LINK_HERE>"

Checklist:

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation if applicable
  • I have no unrelated changes in the PR.
  • I have confirmed that any new dependencies are strictly necessary.
  • I have written tests for new code (if applicable)
  • I have followed naming conventions/patterns in the surrounding code
  • All code in src/services/ uses repositories implementations for database calls, filesystem operations, etc.
  • All code in src/repositories/ is pretty basic/simple and does not have any immich specific logic (that belongs in src/services/)

@bwees bwees requested a review from alextran1502 June 17, 2025 20:32
@bwees bwees marked this pull request as ready for review June 17, 2025 20:32
@bwees bwees requested a review from shenlong-tanwen June 18, 2025 20:30
@bwees bwees force-pushed the feat/deep-links branch from 3828850 to 8a6a08c Compare June 18, 2025 20:31
@bwees bwees mentioned this pull request Jun 19, 2025
8 tasks
@bwees bwees force-pushed the feat/deep-links branch from 8a6a08c to 9cd8350 Compare June 20, 2025 17:28
@alextran1502 alextran1502 merged commit 7d0e8f5 into main Jun 24, 2025
47 checks passed
@alextran1502 alextran1502 deleted the feat/deep-links branch June 24, 2025 14:20
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.

3 participants