immich/mobile/lib/pages
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
..
album chore: album's header styling (#18930) 2025-06-04 21:09:53 -05:00
albums fix: Update locked folder text and improve translations (#18622) 2025-05-29 15:06:08 -05:00
backup fix(mobile): empty translation placeholders (#18063) 2025-05-06 09:21:05 -04:00
common feat(mobile): add cast support (#18341) 2025-06-08 21:55:23 -05:00
editing fix(mobile): empty translation placeholders (#18063) 2025-05-06 09:21:05 -04:00
library fix(mobile): After editing people name, back button close the app (#18992) 2025-06-08 21:53:03 -05:00
login fix(mobile): use a valid OAuth callback URL (#10832) 2024-08-28 11:30:06 -05:00
onboarding chore(mobile): translation (#17920) 2025-04-27 23:00:40 -05:00
photos chore(mobile): small visual fix and update (#17547) 2025-04-13 08:01:32 -05:00
search fix(mobile): After editing people name, back button close the app (#18992) 2025-06-08 21:53:03 -05:00
share_intent 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