immich/mobile/lib/repositories
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_api.repository.dart refactor: user entity (#16655) 2025-03-12 08:56:56 +07:00
album.repository.dart refactor(mobile): remove int user id (#16814) 2025-03-18 11:05:37 +07:00
album_api.repository.dart feat(mobile): add album description functionality (#18886) 2025-06-04 17:41:28 +07:00
album_media.repository.dart fix(mobile): photo_manager ignore filters (#18742) 2025-06-02 09:43:59 +07:00
api.repository.dart refactor(mobile): DB repository for asset, backup, sync service (#12953) 2024-09-30 21:37:30 +07:00
asset.repository.dart fix(mobile): don't show locked asset in local album view (#18536) 2025-05-23 10:20:49 +07:00
asset_api.repository.dart feat: locked view mobile (#18316) 2025-05-20 13:35:22 +07:00
asset_media.repository.dart refactor(mobile): remove int user id (#16814) 2025-03-18 11:05:37 +07:00
auth.repository.dart feat(mobile): remote asset & exif sync (#18756) 2025-06-03 11:01:50 +07:00
auth_api.repository.dart feat: locked view mobile (#18316) 2025-05-20 13:35:22 +07:00
backup.repository.dart refactor(mobile): backup provider (#16360) 2025-02-27 09:56:23 +07:00
biometric.repository.dart feat: locked view mobile (#18316) 2025-05-20 13:35:22 +07:00
database.repository.dart chore(mobile): refactor authentication (#14322) 2024-11-26 12:43:44 +07:00
download.repository.dart feat(mobile): add bulk download functionality (#18878) 2025-06-04 09:49:43 +07:00
etag.repository.dart refactor(mobile): remove int user id (#16814) 2025-03-18 11:05:37 +07:00
file_media.repository.dart fix(mobile): Fix minor issues with downloading assets (#13609) 2024-10-20 12:56:02 +07:00
folder_api.repository.dart feat(mobile): Folder View for mobile (#15047) 2025-03-06 17:27:43 +07:00
local_files_manager.repository.dart fix(mobile): auto trash using MANAGE_MEDIA (#17828) 2025-04-24 19:09:50 +07:00
network.repository.dart feat(mobile): Auto switching server URLs (#14437) 2024-12-05 09:11:48 +07:00
partner.repository.dart refactor: user entity (#16655) 2025-03-12 08:56:56 +07:00
partner_api.repository.dart refactor: user entity (#16655) 2025-03-12 08:56:56 +07:00
permission.repository.dart feat(mobile): Auto switching server URLs (#14437) 2024-12-05 09:11:48 +07:00
person_api.repository.dart refactor(mobile): DB repository for asset, backup, sync service (#12953) 2024-09-30 21:37:30 +07:00
secure_storage.repository.dart feat: locked view mobile (#18316) 2025-05-20 13:35:22 +07:00
share_handler.repository.dart feat(mobile): share to mechanism (#15229) 2025-01-16 21:20:44 +07:00
timeline.repository.dart fix(mobile): Showing videos of partner in search page quick links (#18855) 2025-06-02 09:35:18 +07:00
upload.repository.dart feat(mobile): share to mechanism (#15229) 2025-01-16 21:20:44 +07:00