immich/mobile/lib
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 -05:00
..
constants refactor: hashing service (#21997) 2025-09-17 23:42:37 -05:00
domain refactor: hashing service (#21997) 2025-09-17 23:42:37 -05:00
entities chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
extensions chore(mobile): const platform checks (#21878) 2025-09-15 11:13:39 -04:00
infrastructure refactor: hashing service (#21997) 2025-09-17 23:42:37 -05:00
interfaces refactor(mobile): interfaces refactor (#19415) 2025-06-23 11:27:44 -05:00
mixins chore: flutter 3.29.1 (#16730) 2025-03-10 21:46:36 -05:00
models chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
pages refactor: hashing service (#21997) 2025-09-17 23:42:37 -05:00
platform refactor: hashing service (#21997) 2025-09-17 23:42:37 -05:00
presentation fix: asset viewer background isn't shown (#22161) 2025-09-17 23:26:16 -05:00
providers refactor: hashing service (#21997) 2025-09-17 23:42:37 -05:00
repositories chore(mobile): add debugPrint lint rule (#21872) 2025-09-12 18:56:00 -04:00
routing chore(mobile): add debugPrint lint rule (#21872) 2025-09-12 18:56:00 -04:00
services refactor: hashing service (#21997) 2025-09-17 23:42:37 -05:00
theme chore(mobile): add debugPrint lint rule (#21872) 2025-09-12 18:56:00 -04:00
utils fix: do not migrate existing users (#22146) 2025-09-17 13:20:43 -05:00
widgets fix: display album image in selection mode (#22087) 2025-09-17 14:38:25 +00:00
main.dart fix(mobile): double hero animation (#21927) 2025-09-13 16:47:07 -05:00