immich/mobile/test/domain/services
shenlong 532ec10d5f
refactor: hashing service (#21997)
* 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>
2025-09-17 23:42:37 +07:00
..
album.service_test.dart feat(mobile): shared album activities (#20714) 2025-08-14 22:50:56 +07:00
hash_service_test.dart refactor: hashing service (#21997) 2025-09-17 23:42:37 +07:00
log_service_test.dart feat: migrate store to sqlite (#21078) 2025-08-21 14:58:50 +07:00
store_service_test.dart feat: migrate store to sqlite (#21078) 2025-08-21 14:58:50 +07:00
sync_stream_service_test.dart feat: handle SyncResetV1 (#20732) 2025-09-08 09:48:26 +07:00
user_service_test.dart fix: user profile images not working in beta timeline (#20203) 2025-07-30 11:09:28 +07:00