immich/mobile/lib/interfaces
Brandon Wees a0f44f147b
feat(mobile): ios widgets (#19148)
* feat: working widgets

* chore/feat: cleaned up API, added album picker to random widget

* album filtering for requests

* check album and throw if not found

* fix app IDs and project configuration

* switch to repository/service model for updating widgets

* fix: remove home widget import

* revert info.plist formatting changes

* ran swift-format on widget code

* more formatting changes (this time run from xcode)

* show memory on widget picker snapshot

* fix: dart changes from code review

* fix: swift code review changes (not including task groups)

* fix: use task groups to run image retrievals concurrently, get rid of do catch in favor of if let

* chore: cleanup widget service in dart app

* chore: format swift

* fix: remove comma

why does xcode not freak out over this >:(

* switch to preview size for thumbnail

* chore: cropped large image

* fix: properly resize widgets so we dont OOM

* fix: set app group on logout

happens on first install

* fix: stupid app ids

* fix: revert back to thumbnail

we are hitting OOM exceptions due to resizing, once we have on-the-fly resizing on server this can be upgraded

* fix: more memory efficient resizing method, remove extraneous resize commands from API call

* fix: random widget use 12 entries instead of 24 to save memory

* fix: modify duration of entries to 20 minutes and only generate 10 at a time to avoid OOM

* feat: toggle to show album name on random widget

* Podfile lock

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-06-17 14:43:09 +00:00
..
activity_api.interface.dart refactor(mobile): more repositories (#12879) 2024-09-24 08:24:48 +02:00
album.interface.dart refactor: user entity (#16655) 2025-03-12 08:56:56 -05:00
album_api.interface.dart feat(album): album view sort order (#14648) 2024-12-16 16:11:48 +00:00
album_media.interface.dart refactor(mobile): encapsulate most access to photomanager in repository (#12754) 2024-09-18 17:15:52 +02:00
asset.interface.dart fix(mobile): recently added -> taken (#17780) 2025-04-23 12:38:25 +01:00
asset_api.interface.dart feat(mobile): add cast support (#18341) 2025-06-08 21:55:23 -05:00
asset_media.interface.dart fix(mobile): incorrect filename is retrieved during upload (#12990) 2024-09-27 22:28:31 +07:00
auth.interface.dart feat(mobile): Auto switching server URLs (#14437) 2024-12-05 09:11:48 -06:00
auth_api.interface.dart feat: locked view mobile (#18316) 2025-05-20 13:35:22 +00:00
backup_album.interface.dart refactor(mobile): backup provider (#16360) 2025-02-27 09:56:23 -06:00
biometric.interface.dart feat: locked view mobile (#18316) 2025-05-20 13:35:22 +00:00
cast_destination_service.interface.dart feat(mobile): add cast support (#18341) 2025-06-08 21:55:23 -05:00
database.interface.dart refactor(mobile): DB repository for asset, backup, sync service (#12953) 2024-09-30 21:37:30 +07:00
download.interface.dart feat(mobile): add bulk download functionality (#18878) 2025-06-04 09:49:43 -05:00
etag.interface.dart refactor(mobile): remove int user id (#16814) 2025-03-18 11:05:37 -05:00
file_media.interface.dart fix(mobile): Fix minor issues with downloading assets (#13609) 2024-10-20 12:56:02 -05:00
folder_api.interface.dart feat(mobile): Folder View for mobile (#15047) 2025-03-06 17:27:43 +00:00
local_files_manager.interface.dart fix(mobile): auto trash using MANAGE_MEDIA (#17828) 2025-04-24 19:09:50 -05:00
network.interface.dart feat(mobile): Auto switching server URLs (#14437) 2024-12-05 09:11:48 -06:00
partner.interface.dart refactor: user entity (#16655) 2025-03-12 08:56:56 -05:00
partner_api.interface.dart refactor: user entity (#16655) 2025-03-12 08:56:56 -05:00
person_api.interface.dart fix(mobile): search page issues (#15804) 2025-01-31 03:12:57 +00:00
secure_storage.interface.dart feat: locked view mobile (#18316) 2025-05-20 13:35:22 +00:00
sessions_api.interface.dart feat(mobile): add cast support (#18341) 2025-06-08 21:55:23 -05:00
share_handler.interface.dart feat(mobile): share to mechanism (#15229) 2025-01-16 21:20:44 -06:00
timeline.interface.dart fix(mobile): Showing videos of partner in search page quick links (#18855) 2025-06-02 09:35:18 -05:00
upload.interface.dart feat(mobile): share to mechanism (#15229) 2025-01-16 21:20:44 -06:00
widget.interface.dart feat(mobile): ios widgets (#19148) 2025-06-17 14:43:09 +00:00