immich icon indicating copy to clipboard operation
immich copied to clipboard

[BUG] Selecting albums to backup is unresponsive

Open bt90 opened this issue 2 years ago • 4 comments

Describe the bug Searching a folder to backup in the Android app takes very long. After typing in the name, the suggestion pops up around 20 seconds later.

To Reproduce Steps to reproduce the behavior:

  1. Have an Android phone with lots of files/folders (~80GB in my case)
  2. Open the backup dialog
  3. Type in the name of the folder to backup e.g Camera
  4. Wait for the suggested folder

Expected behavior Let me use a folder picker instead of scanning the whole filesystem.

System

  • Google Pixel 4a 5G with Android 13
  • Mobile App Version: 1.40.0 build.63

bt90 avatar Dec 30 '22 07:12 bt90

Maybe something like this could be used?

https://pub.dev/packages/file_picker

bt90 avatar Dec 30 '22 07:12 bt90

Can you help provide a video capture? Using the suggested file_picker extension wouldn't work with the rest of the system because the library we use have their own type when it comes to scanning/uploading/using the asset.

We are improving some of the intensive tasks to run on an isolated or a background thread. I believe it would help solve the issue

alextran1502 avatar Dec 31 '22 12:12 alextran1502

https://drive.google.com/file/d/1eTD-E5p_xfL1Vbr_Dl1Q3M4WUCDJoYd6/view?usp=drivesdk

bt90 avatar Jan 02 '23 19:01 bt90

Thank you, we are hoping this PR https://github.com/immich-app/immich/pull/1176 will help tackle this issue

alextran1502 avatar Jan 02 '23 19:01 alextran1502