mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
* download only backup selected assets * android impl * fix tests * limit concurrent hashing to 16 * extension cleanup * optimized hashing * hash only selected albums * remove concurrency limit * address review comments * log more info on failure * add native cancellation * small batch size on ios, large on android * fix: get correct resources * cleanup getResource * ios better hash cancellation * handle graceful cancellation android * do not trigger multiple hashing ops * ios: fix circular reference, improve cancellation * kotlin: more cancellation checks * no need to create result * cancel previous task * avoid race condition * ensure cancellation gets called * fix cancellation not happening --------- Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com> Co-authored-by: Alex <alex.tran1502@gmail.com> |
||
|---|---|---|
| .. | ||
| asset_viewer | ||
| action.provider.dart | ||
| album.provider.dart | ||
| asset.provider.dart | ||
| cancel.provider.dart | ||
| current_album.provider.dart | ||
| db.provider.dart | ||
| db.provider.g.dart | ||
| device_asset.provider.dart | ||
| exif.provider.dart | ||
| exif.provider.g.dart | ||
| map.provider.dart | ||
| memory.provider.dart | ||
| partner.provider.dart | ||
| people.provider.dart | ||
| platform.provider.dart | ||
| readonly_mode.provider.dart | ||
| remote_album.provider.dart | ||
| search.provider.dart | ||
| setting.provider.dart | ||
| stack.provider.dart | ||
| storage.provider.dart | ||
| store.provider.dart | ||
| store.provider.g.dart | ||
| sync.provider.dart | ||
| timeline.provider.dart | ||
| user.provider.dart | ||
| user.provider.g.dart | ||
| user_metadata.provider.dart | ||