feat(immich): add Immich self-hosted import support
Adds an ImmichClient for Android to connect to a self-hosted Immich server, fetch albums and assets, and import selected images locally. API keys are encrypted with Android Keystore and stored securely. The plugin now exposes connect, disconnect and import actions and is documented for Immich import usage. - Encrypted Immich API keys with Android Keystore - Exposed connect, disconnect and import actions in the plugin - Updated docs and metadata to reflect Immich import flow
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-get-immich-albums"
|
||||
description = "Enables the get_immich_albums command without any pre-configured scope."
|
||||
commands.allow = ["get_immich_albums"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-get-immich-albums"
|
||||
description = "Denies the get_immich_albums command without any pre-configured scope."
|
||||
commands.deny = ["get_immich_albums"]
|
||||
Reference in New Issue
Block a user