immich/mobile/lib/widgets/settings
Robert Vollmer f75d853e9a
fix(mobile): Remote video playback and asset download on Android with mTLS ()
* Add class to apply SSL options

* Apply client certificate for native Android code

* Refactor self-signed check

* Allow self-signed certificates

* Fix Dart analysis

* Add HostnameVerifier

Android explicitly does NOT check the Common Name of a certificate,
only the Subject Alt Names. Chances are that someone who self-signs a
certificate doesn't go through the extra steps to add a SAN, and in
that case the connection would be prevented by the HostnameVerifier
even thought the TrustManager was fine with the certificate itself.

* Rename parameter like in Dart

* Fix NPE

* Catch all native errors in HttpSSLOptionsPlugin

* Workaround for too early onChanged() callback

* Fix formatting

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-05-08 13:45:11 +00:00
..
asset_list_settings fix(mobile): empty translation placeholders () 2025-05-06 09:21:05 -04:00
asset_viewer_settings feat(mobile): use Weblate for i18n (2) () 2025-04-15 15:54:26 +00:00
backup_settings fix(mobile): empty translation placeholders () 2025-05-06 09:21:05 -04:00
custom_proxy_headers_settings feat(mobile): add support for material themes () 2024-08-06 14:20:27 +00:00
networking_settings chore: flutter 3.29.1 () 2025-03-10 21:46:36 -05:00
preference_settings feat(mobile): use Weblate for i18n (2) () 2025-04-15 15:54:26 +00:00
advanced_settings.dart fix(mobile): Remote video playback and asset download on Android with mTLS () 2025-05-08 13:45:11 +00:00
language_settings.dart feat(mobile): add support for material themes () 2024-08-06 14:20:27 +00:00
local_storage_settings.dart fix(mobile): empty translation placeholders () 2025-05-06 09:21:05 -04:00
notification_setting.dart fix(mobile): empty translation placeholders () 2025-05-06 09:21:05 -04:00
settings_button_list_tile.dart feat(mobile): preserve mobile album info on upload () 2024-08-26 13:21:19 -05:00
settings_radio_list_tile.dart refactor(mobile): widgets () 2024-05-06 23:04:21 -05:00
settings_slider_list_tile.dart refactor(mobile): widgets () 2024-05-06 23:04:21 -05:00
settings_sub_page_scaffold.dart refactor(mobile): widgets () 2024-05-06 23:04:21 -05:00
settings_sub_title.dart refactor(mobile): widgets () 2024-05-06 23:04:21 -05:00
settings_switch_list_tile.dart feat(mobile): preserve mobile album info on upload () 2024-08-26 13:21:19 -05:00
ssl_client_cert_settings.dart fix(mobile): Remote video playback and asset download on Android with mTLS () 2025-05-08 13:45:11 +00:00