Files
LockScreenWallpaper/plugins/permissions/autogenerated/reference.md
T
Christoph 789b58398a feat(import-progress): track and expose Immich import progress
This change introduces a cross-language import progress API for Immich
imports and exposes a new query command to report live progress. A
new ImportProgress model captures active state, totals, and bytes
downloaded, allowing consuming code to display import status to users.

- Adds ImportProgress data type and progress tracking during import
- Exposes get_immich_import_progress command in Android and Rust
- Updates permissions and schemas to include allow-get-immich-import-progress
2026-08-21 21:34:01 +02:00

5.3 KiB

Default Permission

Allow the LockScreenWallpaper app to manage its wallpaper collection

This default permission set includes the following:

  • allow-get-state
  • allow-get-gallery
  • allow-select-images
  • allow-delete-image
  • allow-get-image-ids
  • allow-delete-images
  • allow-set-image-crop
  • allow-set-setting
  • allow-set-interval
  • allow-next-wallpaper
  • allow-get-immich-connection
  • allow-connect-immich
  • allow-disconnect-immich
  • allow-get-immich-albums
  • allow-get-immich-assets
  • allow-import-immich-assets
  • allow-get-immich-import-progress

Permission Table

Identifier Description

wallpaper:allow-connect-immich

Enables the connect_immich command without any pre-configured scope.

wallpaper:deny-connect-immich

Denies the connect_immich command without any pre-configured scope.

wallpaper:allow-delete-image

Enables the delete_image command without any pre-configured scope.

wallpaper:deny-delete-image

Denies the delete_image command without any pre-configured scope.

wallpaper:allow-delete-images

Enables the delete_images command without any pre-configured scope.

wallpaper:deny-delete-images

Denies the delete_images command without any pre-configured scope.

wallpaper:allow-disconnect-immich

Enables the disconnect_immich command without any pre-configured scope.

wallpaper:deny-disconnect-immich

Denies the disconnect_immich command without any pre-configured scope.

wallpaper:allow-get-gallery

Enables the get_gallery command without any pre-configured scope.

wallpaper:deny-get-gallery

Denies the get_gallery command without any pre-configured scope.

wallpaper:allow-get-image-ids

Enables the get_image_ids command without any pre-configured scope.

wallpaper:deny-get-image-ids

Denies the get_image_ids command without any pre-configured scope.

wallpaper:allow-get-immich-albums

Enables the get_immich_albums command without any pre-configured scope.

wallpaper:deny-get-immich-albums

Denies the get_immich_albums command without any pre-configured scope.

wallpaper:allow-get-immich-assets

Enables the get_immich_assets command without any pre-configured scope.

wallpaper:deny-get-immich-assets

Denies the get_immich_assets command without any pre-configured scope.

wallpaper:allow-get-immich-connection

Enables the get_immich_connection command without any pre-configured scope.

wallpaper:deny-get-immich-connection

Denies the get_immich_connection command without any pre-configured scope.

wallpaper:allow-get-immich-import-progress

Enables the get_immich_import_progress command without any pre-configured scope.

wallpaper:deny-get-immich-import-progress

Denies the get_immich_import_progress command without any pre-configured scope.

wallpaper:allow-get-state

Enables the get_state command without any pre-configured scope.

wallpaper:deny-get-state

Denies the get_state command without any pre-configured scope.

wallpaper:allow-import-immich-assets

Enables the import_immich_assets command without any pre-configured scope.

wallpaper:deny-import-immich-assets

Denies the import_immich_assets command without any pre-configured scope.

wallpaper:allow-next-wallpaper

Enables the next_wallpaper command without any pre-configured scope.

wallpaper:deny-next-wallpaper

Denies the next_wallpaper command without any pre-configured scope.

wallpaper:allow-select-images

Enables the select_images command without any pre-configured scope.

wallpaper:deny-select-images

Denies the select_images command without any pre-configured scope.

wallpaper:allow-set-image-crop

Enables the set_image_crop command without any pre-configured scope.

wallpaper:deny-set-image-crop

Denies the set_image_crop command without any pre-configured scope.

wallpaper:allow-set-interval

Enables the set_interval command without any pre-configured scope.

wallpaper:deny-set-interval

Denies the set_interval command without any pre-configured scope.

wallpaper:allow-set-setting

Enables the set_setting command without any pre-configured scope.

wallpaper:deny-set-setting

Denies the set_setting command without any pre-configured scope.