immich/mobile/lib/models
Brandon Wees 5574b2dd39
feat(mobile): add cast support ()
* 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 refactor: user entity () 2025-03-12 08:56:56 -05:00
albums feat(mobile): add album description functionality () 2025-06-04 17:41:28 +00:00
auth feat: locked view mobile () 2025-05-20 13:35:22 +00:00
backup refactor(mobile): backup info box () 2024-11-15 17:16:52 -05:00
cast feat(mobile): add cast support () 2025-06-08 21:55:23 -05:00
download feat(mobile): enhance download operations () 2024-09-29 08:22:02 +00:00
folder feat(mobile): Folder View for mobile () 2025-03-06 17:27:43 +00:00
map refactor(mobile): entities and models () 2024-04-30 21:36:40 -05:00
memories refactor(mobile): entities and models () 2024-04-30 21:36:40 -05:00
search feat(ml): better multilingual search with nllb models () 2025-03-31 11:06:57 -04:00
server_info feat: serve map tile styles from tiles.immich.cloud () 2024-09-23 20:30:23 +00:00
sessions feat(mobile): add cast support () 2025-06-08 21:55:23 -05:00
shared_link refactor(mobile): entities and models () 2024-04-30 21:36:40 -05:00
upload feat(mobile): share to mechanism () 2025-01-16 21:20:44 -06:00
asset_selection_state.dart feat(mobile): add bulk download functionality () 2025-06-04 09:49:43 -05:00