immich/mobile/lib
Andreas Tollkötter f54cfa7a5a
feat: improve mobile screen reader accessibility (#17876)
* WIP: adding screen reader support to mobile

* implemented getAltText

* implemented alt text solution that stores the alt text in the DB, which isn't really great

* moved alt text computation to immich_thumbnail.dart

* added unit tests

* revert unintended changes

* Added text to remaining buttons in Photo page

* fixed import

* Fixed issue of easy_localization not parsing select blocks

* Transferred the new screen reader help to web frontend

* remove unused property

* npm run format:fix

* code review

* revert unwanted change

* dart fmt

* revert web changes

---------

Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2025-06-13 10:39:59 -04:00
..
constants feat(mobile): enabled DCM (#17957) 2025-06-09 11:09:02 -05:00
domain feat(mobile): remote album sync (#18876) 2025-06-09 10:09:14 -05:00
entities feat(mobile): add album description functionality (#18886) 2025-06-04 17:41:28 +00:00
extensions feat(mobile): remote asset & exif sync (#18756) 2025-06-03 11:01:50 -05:00
infrastructure feat(mobile): remote album sync (#18876) 2025-06-09 10:09:14 -05:00
interfaces feat(mobile): add cast support (#18341) 2025-06-08 21:55:23 -05:00
mixins chore: flutter 3.29.1 (#16730) 2025-03-10 21:46:36 -05:00
models feat(mobile): enabled DCM (#17957) 2025-06-09 11:09:02 -05:00
pages feat(mobile): enabled DCM (#17957) 2025-06-09 11:09:02 -05:00
platform feat(mobile): sync local asset width & height from platform (#18994) 2025-06-08 21:50:54 -05:00
presentation/pages/dev feat(mobile): enabled DCM (#17957) 2025-06-09 11:09:02 -05:00
providers feat(mobile): enabled DCM (#17957) 2025-06-09 11:09:02 -05:00
repositories feat(mobile): remote album sync (#18876) 2025-06-09 10:09:14 -05:00
routing feat(mobile): remote asset & exif sync (#18756) 2025-06-03 11:01:50 -05:00
services feat(mobile): enabled DCM (#17957) 2025-06-09 11:09:02 -05:00
theme feat: locked view mobile (#18316) 2025-05-20 13:35:22 +00:00
utils feat: improve mobile screen reader accessibility (#17876) 2025-06-13 10:39:59 -04:00
widgets feat: improve mobile screen reader accessibility (#17876) 2025-06-13 10:39:59 -04:00
main.dart feat(mobile): enabled DCM (#17957) 2025-06-09 11:09:02 -05:00