[PR #781] [MERGED] feat(mobile): background backup progress notifications #8756

Closed
opened 2026-02-05 13:52:43 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/781
Author: @fyfrey
Created: 10/4/2022
Status: Merged
Merged: 10/5/2022
Merged by: @alextran1502

Base: mainHead: dev/background-backup-progress-notifications


📝 Commits (1)

  • 899dd61 feat(mobile): background backup progress notifications

📊 Changes

5 files changed (+216 additions, -62 deletions)

View changed files

📝 mobile/android/app/src/main/kotlin/com/example/mobile/BackupWorker.kt (+57 -37)
📝 mobile/assets/i18n/en-US.json (+4 -0)
📝 mobile/lib/modules/backup/background_service/background.service.dart (+101 -23)
📝 mobile/lib/modules/settings/services/app_settings.service.dart (+5 -1)
📝 mobile/lib/modules/settings/ui/notification_setting/notification_setting.dart (+49 -1)

📄 Description

  • settings to configure upload progress notifications (none/standard/detailed)
  • use native Android notifications to show progress information
  • e.g. 50% (30/60) assets
  • e.g. Uploading asset XYZ - 25% (2/8MB)
  • no longer show errors if canceled by system (losing network)

notification settings

background backup progress notifications


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/781 **Author:** [@fyfrey](https://github.com/fyfrey) **Created:** 10/4/2022 **Status:** ✅ Merged **Merged:** 10/5/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/background-backup-progress-notifications` --- ### 📝 Commits (1) - [`899dd61`](https://github.com/immich-app/immich/commit/899dd61d0cb550959de9c35d92be94c60515fab2) feat(mobile): background backup progress notifications ### 📊 Changes **5 files changed** (+216 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `mobile/android/app/src/main/kotlin/com/example/mobile/BackupWorker.kt` (+57 -37) 📝 `mobile/assets/i18n/en-US.json` (+4 -0) 📝 `mobile/lib/modules/backup/background_service/background.service.dart` (+101 -23) 📝 `mobile/lib/modules/settings/services/app_settings.service.dart` (+5 -1) 📝 `mobile/lib/modules/settings/ui/notification_setting/notification_setting.dart` (+49 -1) </details> ### 📄 Description * settings to configure upload progress notifications (none/standard/detailed) * use native Android notifications to show progress information * e.g. 50% (30/60) assets * e.g. Uploading asset XYZ - 25% (2/8MB) * no longer show errors if canceled by system (losing network) ![notification settings](https://user-images.githubusercontent.com/10599762/193837163-ce47f1d7-b19b-415e-bd89-37f51a2e2404.png) ![background backup progress notifications](https://user-images.githubusercontent.com/10599762/193837197-fa391174-25ee-412e-a909-6f05bd139bb3.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:52:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8756