immich/mobile/lib/services
JobiJoba 5d0ad853f4
feat(mobile): add album description functionality (#18886)
* feat(mobile): add album description functionality

- Introduced a new optional `description` field in the `Album` entity.
- Updated `AlbumViewerPageState` to manage `editDescriptionText`.
- Created `AlbumDescription` and `AlbumViewerEditableDescription` widgets for displaying and editing album descriptions.
- Enhanced `CreateAlbumPage` to include a description input field.
- Implemented backend support for updating album descriptions in `AlbumApiRepository` and `AlbumService`.
- Updated sync logic to handle album descriptions during data synchronization.
- Adjusted UI components to accommodate the new description feature.

* fix dart analysis error

* remove comment that shouldn't be there

* Album header styling

* fix: disable edit after album creation

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-06-04 17:41:28 +07:00
..
activity.service.dart refactor(mobile): more repositories (#12879) 2024-09-24 08:24:48 +07:00
album.service.dart feat(mobile): add album description functionality (#18886) 2025-06-04 17:41:28 +07:00
api.service.dart fix: mobile user agent set to immich_platform_version (#18478) 2025-05-22 10:35:24 +07:00
app_settings.service.dart fix(mobile): group settings not respected without restart (#18823) 2025-06-01 20:53:45 +07:00
asset.service.dart feat: locked view mobile (#18316) 2025-05-20 13:35:22 +07:00
auth.service.dart feat: locked view mobile (#18316) 2025-05-20 13:35:22 +07:00
background.service.dart fix(mobile): Remote video playback and asset download on Android with mTLS (#16403) 2025-05-08 13:45:11 +07:00
backup.service.dart chore: remove transfer encoding header (#17671) 2025-04-17 09:46:52 +07:00
backup_album.service.dart refactor(mobile): backup provider (#16360) 2025-02-27 09:56:23 +07:00
backup_verification.service.dart refactor(mobile): use user service methods (#16783) 2025-03-18 08:32:33 +07:00
device.service.dart refactor(mobile): move store settings and store into domain folder (#16201) 2025-02-19 19:27:32 +07:00
download.service.dart feat(mobile): add bulk download functionality (#18878) 2025-06-04 09:49:43 +07:00
entity.service.dart refactor: user entity (#16655) 2025-03-12 08:56:56 +07:00
etag.service.dart refactor(mobile): asset provider (#16159) 2025-02-18 13:10:55 +07:00
exif.service.dart refactor: exif entity (#16621) 2025-03-06 11:58:24 +07:00
folder.service.dart feat(mobile): Folder View for mobile (#15047) 2025-03-06 17:27:43 +07:00
hash.service.dart refactor(mobile): device asset entity to use modified time (#17064) 2025-04-03 14:42:35 +07:00
immich_logger.service.dart refactor(mobile): log service (#16383) 2025-02-27 15:18:49 +07:00
local_auth.service.dart feat: locked view mobile (#18316) 2025-05-20 13:35:22 +07:00
local_notification.service.dart fix(mobile): show correct notification icon for android (#11863) 2024-08-17 07:03:10 +07:00
localization.service.dart fix: translations from background service (#18473) 2025-05-22 15:13:16 +07:00
map.service.dart fix: mobile user agent set to immich_platform_version (#18478) 2025-05-22 10:35:24 +07:00
memory.service.dart feat: locked view mobile (#18316) 2025-05-20 13:35:22 +07:00
network.service.dart feat(mobile): Auto switching server URLs (#14437) 2024-12-05 09:11:48 +07:00
oauth.service.dart feat: add oauth2 code verifier 2025-04-23 15:08:11 +07:00
partner.service.dart refactor(mobile): remove int user id (#16814) 2025-03-18 11:05:37 +07:00
person.service.dart chore(mobile): upgrade riverpod (#16742) 2025-03-09 20:30:58 +07:00
person.service.g.dart chore(mobile): generated files and ci check (#16798) 2025-03-11 12:22:31 +07:00
search.service.dart feat(server): visibility column (#17939) 2025-05-06 12:12:48 +07:00
secure_storage.service.dart feat: locked view mobile (#18316) 2025-05-20 13:35:22 +07:00
server_info.service.dart
share.service.dart fix(mobile): native dialog location (#14730) 2024-12-16 15:26:52 +07:00
share_intent_service.dart feat(mobile): share to mechanism (#15229) 2025-01-16 21:20:44 +07:00
shared_link.service.dart refactor(server): rename api tags to follow plural nomenclature of endpoints (#9872) 2024-05-29 18:26:57 +07:00
stack.service.dart refactor(mobile): DB repository for asset, backup, sync service (#12953) 2024-09-30 21:37:30 +07:00
sync.service.dart feat(mobile): add album description functionality (#18886) 2025-06-04 17:41:28 +07:00
timeline.service.dart fix(mobile): Showing videos of partner in search page quick links (#18855) 2025-06-02 09:35:18 +07:00
trash.service.dart refactor(mobile): use user service methods (#16783) 2025-03-18 08:32:33 +07:00
upload.service.dart refactor(mobile): move store settings and store into domain folder (#16201) 2025-02-19 19:27:32 +07:00