immich/mobile/lib/services
shenlong 9fa8de7baa
feat: add cloud id during native sync (#20418)
* use adjustment time in iOS for hash reset

# Conflicts:
#	mobile/lib/infrastructure/repositories/local_album.repository.dart
#	mobile/lib/presentation/pages/drift_asset_troubleshoot.page.dart

* migration

* feat: sync cloudId and eTag on sync

* fixes fixes

* more fixes

* re-sync updated eTags

* add server version check & auto sync cloud ids on compatible servers

* fix test

* remove button from sync status page

* chore: modify for testing

* more changes

* chore: add commas in toString

* use cached provider in splash screen

* read upload service provider to prevent reset

* log errors from fetching cloud id mapping

* WIP: migrate cloud id - debug log

* ignore locked asset update

* bulk update metadata

* change log text

---------

Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2026-01-14 12:34:11 -06:00
..
action.service.dart feat(mobile): do not restore locally deleted assets during trash sync (Android) (#24218) 2026-01-12 21:46:36 +05:30
activity.service.dart fix(mobile): regression - not displayed activity button in top bar (#23366) 2025-10-30 14:39:36 -05:00
album.service.dart fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 -05:00
api.service.dart feat: endpoint descriptions (#23813) 2025-11-11 17:01:14 -05:00
app_settings.service.dart chore(mobile): changed default album sort to match with web (#24526) 2025-12-15 21:18:45 -06:00
asset.service.dart chore(mobile): add debugPrint lint rule (#21872) 2025-09-12 18:56:00 -04:00
auth.service.dart fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 -05:00
background.service.dart fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 -05:00
backup.service.dart chore(mobile): add debugPrint lint rule (#21872) 2025-09-12 18:56:00 -04:00
backup_album.service.dart refactor: DCM - const border radius, constructor & switch expressions (#19515) 2025-06-25 13:06:24 +05:30
backup_verification.service.dart fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 -05:00
cleanup.service.dart feat: free up space (#24999) 2026-01-07 20:55:28 -06:00
deep_link.service.dart feat(mobile): album activity deep link (#23737) 2025-11-11 10:04:54 -06:00
device.service.dart refactor: DCM - const border radius, constructor & switch expressions (#19515) 2025-06-25 13:06:24 +05:30
download.service.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
entity.service.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
etag.service.dart chore: bump line length to 120 (#20191) 2025-07-25 02:37:22 +00:00
exif.service.dart chore: bump line length to 120 (#20191) 2025-07-25 02:37:22 +00:00
folder.service.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
gcast.service.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
hash.service.dart refactor: hashing service (#21997) 2025-09-17 23:42:37 -05:00
immich_logger.service.dart refactor(mobile): log service (#16383) 2025-02-27 15:18:49 -05:00
local_auth.service.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
local_files_manager.service.dart feat: opt-in sync of deletes and restores from web to Android (beta timeline) (#20473) 2025-11-10 16:20:51 +00:00
local_notification.service.dart chore(mobile): add debugPrint lint rule (#21872) 2025-09-12 18:56:00 -04:00
localization.service.dart chore(mobile): add debugPrint lint rule (#21872) 2025-09-12 18:56:00 -04:00
map.service.dart fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 -05:00
memory.service.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
network.service.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
oauth.service.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
partner.service.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
person.service.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
person.service.g.dart chore(mobile): generated files and ci check (#16798) 2025-03-11 12:22:31 +00:00
search.service.dart chore(mobile): add debugPrint lint rule (#21872) 2025-09-12 18:56:00 -04:00
secure_storage.service.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
server_info.service.dart fix: process upload only after successful remote sync (#22360) 2025-09-29 10:10:00 -05:00
share.service.dart fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 -05:00
share_intent_service.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
shared_link.service.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
stack.service.dart chore(mobile): add debugPrint lint rule (#21872) 2025-09-12 18:56:00 -04:00
sync.service.dart fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 -05:00
timeline.service.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
trash.service.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
upload.service.dart feat: add cloud id during native sync (#20418) 2026-01-14 12:34:11 -06:00
widget.service.dart fix: empty custom header prevent logging in (#20693) 2025-08-05 16:14:21 +00:00