immich/mobile/lib
Azsde 8a421eb778
fix (mobile): Fix slow album thumbnail generation for album picker (#3905)
* [BUGFIX] Fix slow album thumbnail generation

When generating the thumbnail of an album, all of the pictures of the
album are retrieved but only the first picture of the album is used.

Retrieving all of the pictures of the album at once can cause huge performance
issues on large albums.

Since only the first picture is used to generate the thumbnail, this commit
uses the getAssetListPaged method instead of getAssetListRange, effectively
retrieving only the first picture of the album.

* [DEVMINOR] Remove unecessary check

As we already check for the number of assets in the album, when
fetching assets using `album.getAssetListPaged` the returned result
won't be empty.

---------

Co-authored-by: Azsde <aelkaim@pixium-vision.com>
2023-09-13 22:32:06 +07:00
..
constants feat(mobile): adding additional languages (#3161) 2023-07-08 15:26:26 -05:00
module_template Transfer repository from Gitlab 2022-02-03 10:06:44 -06:00
modules fix (mobile): Fix slow album thumbnail generation for album picker (#3905) 2023-09-13 22:32:06 +07:00
routing feat(mobile): allow self-signed certificate on the mobile app (#4051) 2023-09-12 21:51:43 +07:00
shared feat(mobile): allow self-signed certificate on the mobile app (#4051) 2023-09-12 21:51:43 +07:00
utils feat(mobile): allow self-signed certificate on the mobile app (#4051) 2023-09-12 21:51:43 +07:00
main.dart feat(mobile): allow self-signed certificate on the mobile app (#4051) 2023-09-12 21:51:43 +07:00