Skip to content

CR3 Transfer v1.7

Choose a tag to compare

@Akopmm Akopmm released this 23 Aug 19:38
· 4 commits to main since this release

What's new in v1.7

Send imported RAWs straight to Immich

After a transfer, a new Send to Immich button hands the selected date folders to the Immich app, which uploads them to your own server. Same folder picker as the Lightroom import, so you can pick which session(s) to send — and it works from the idle screen too, without a camera connected.

This keeps the app itself fully offline: it holds no INTERNET permission and makes no network requests. It passes file URIs to Immich through the Android share sheet, and Immich does the upload to whatever server you've configured in it.

Fixed: share hand-off could silently fall back to the chooser

The manifest now declares <queries> for both target apps. On Android 11+, package visibility rules make setPackage() throw ActivityNotFoundException for a package the app can't see — so the direct launch was failing and quietly landing on the generic chooser instead. Affects the Lightroom path as well.

Requires the Immich mobile app installed (it registers the share target). Video and JPEG/HEIF hand-off aren't included — this sends CR3 only, matching the Lightroom button.


🤖 Generated with Claude Code