mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-24 14:37:44 +00:00
* feat(mobile): add bulk download functionality and update UI messages - Added `downloadAll` method to `IDownloadRepository` and its implementation in `DownloadRepository` to handle multiple asset downloads. - Implemented `downloadAllAsset` in `DownloadStateNotifier` to trigger bulk downloads. - Updated `DownloadService` to create download tasks for all selected assets. - Enhanced UI with new download success and failure messages in `en.json`. - Added download button to `ControlBottomAppBar` and integrated download functionality in `MultiselectGrid`. * translations use i18n method t() * Update mobile/lib/services/download.service.dart Co-authored-by: shenlong <139912620+shenlong-tanwen@users.noreply.github.com> * fix(mobile): update download logic in DownloadService - Changed the download method to utilize downloadAll for handling multiple tasks. - Simplified remoteId check by removing unnecessary condition. * sort i18n keys * remove the download signature from interface and logic as we use the downloadAll now --------- Co-authored-by: shenlong <139912620+shenlong-tanwen@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| asset_people.provider.dart | ||
| asset_people.provider.g.dart | ||
| asset_stack.provider.dart | ||
| asset_stack.provider.g.dart | ||
| current_asset.provider.dart | ||
| current_asset.provider.g.dart | ||
| download.provider.dart | ||
| is_motion_video_playing.provider.dart | ||
| render_list_status_provider.dart | ||
| scroll_notifier.provider.dart | ||
| scroll_to_date_notifier.provider.dart | ||
| share_intent_upload.provider.dart | ||
| show_controls.provider.dart | ||
| video_player_controls_provider.dart | ||
| video_player_value_provider.dart | ||