immich/mobile/lib/pages/common
Brandon Wees 5574b2dd39
feat(mobile): add cast support (#18341)
* initial cast framework complete and mocked cast dialog working

* wip casting

* casting works!

just need to add session key check and remote video controls

* cleanup of classes

* add session expiration checks

* cast dialog now shows connected device at top of list with a list header. Discovered devices are also cached for app session.

* cast video player finalized

* show fullsize assets on casting

* translation already happens on the text element

* remove prints

* fix lintings

* code review changes from @shenlong-tanwen

* fix connect method override

* fix alphabetization

* remove important

* filter chromecast audio devices

* fix some disconnect command ordering issues and unawaited futures

* remove prints

* only disconnect if we are connected

* don't try to reconnect if its the current device

* add cast button to top bar

* format sessions api

* more formatting issues fixed

* add snack bar to tell user that we cannot cast an asset that is not uploaded to server

* make casting icon change to primary color when casting is active

* only show casting snackbar if we are casting

* dont show cast button if asset is remote and we are not casting

* stop playing media if we seek to an asset that is not remote

* remove https check since it works with local http IP addresses

* remove unneeded imports

* fix recasting when socket closes

* fix info plist formatting

* only show cast button if there is an active websocket connection (ie the server is accessible)

* add device capability bitmask checks

* small comment about bitmask
2025-06-08 21:55:23 -05:00
..
activities.page.dart refactor(mobile): remove int user id (#16814) 2025-03-18 11:05:37 -05:00
app_log.page.dart chore: flutter 3.29.1 (#16730) 2025-03-10 21:46:36 -05:00
app_log_detail.page.dart refactor(mobile): log service (#16383) 2025-02-27 15:18:49 -05:00
create_album.page.dart feat(mobile): add album description functionality (#18886) 2025-06-04 17:41:28 +00:00
download_panel.dart refactor(mobile): Use switch expression when possible (#15852) 2025-02-02 15:46:46 -06:00
gallery_stacked_children.dart feat(mobile): native_video_player (#12104) 2024-12-04 16:03:46 -05:00
gallery_viewer.page.dart feat(mobile): add cast support (#18341) 2025-06-08 21:55:23 -05:00
headers_settings.page.dart feat(mobile): use Weblate for i18n (2) (#17620) 2025-04-15 15:54:26 +00:00
large_leading_tile.dart feat(mobile): Add filter to people_picker.dart (#15771) 2025-01-29 21:02:54 +00:00
native_video_viewer.page.dart feat(mobile): add cast support (#18341) 2025-06-08 21:55:23 -05:00
settings.page.dart feat(mobile): Improve language setting UI (#18854) 2025-06-03 09:30:39 -05:00
splash_screen.page.dart fix(mobile): prevent upload intent replacement in splash screen and reset upload button when minimize app (#18914) 2025-06-04 08:30:23 -05:00
tab_controller.page.dart fix(mobile): reduce stutter/jank on search pages (#18363) 2025-05-19 09:24:58 -05:00