[Feature] Support opening images via Android’s Intent system (ACTION_VIEW) to allow Immich to appear as an image viewer #20318
Closed
PassionateBytes
started this conversation in
Feature Request
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request.
The feature
Status Quo:
Currently, Immich does not appear as an option (on my Pixel 8) when attempting to open image files from other apps on Android.
Example: I want to preview a
.png
file attachment in the Thunderbird app. I select the attachment and Android shows a pop-up to select which app I want to use to open the image, but the list only includesGoogle Photos
,Snapseed
, etc. - But noImmich
.Feature Request:
Enable Immich to handle Android’s
ACTION_VIEW
intents for supported image and video file types (e.g., image/jpeg, image/png, image/webp, video/mp4, etc.), so it can appear in the system's "Open with..." dialog when a user attempts to open image or video files from other apps.Expected behavior:
On this device
library.Implementation notes & references:
Intent.ACTION_VIEW
with the appropriate MIME types (image/, video/).<category android:name="android.intent.category.DEFAULT" />
and set up intent-filter entries that define the supported MIME types.Platform
Beta Was this translation helpful? Give feedback.
All reactions