* Added missing query intent for CustomTabs that might be responsible for the crashes in WebAuthenticator
* minor formatting issue on AndroidManifest.xml
* Fix formatting in AndroidManifest
* Fix for Android 14 devices crashing when using the TileService.
Also added fix for an "hidden" crash in accessibility autofill
* Shared StartActivityAndCollapseFromTileService in AndroidHelpers
* Update src/App/Platforms/Android/Utilities/AndroidHelpers.cs
Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
* Updated name of StartActivityAndCollapseWithIntent method name used by TileService
---------
Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
* PM-6539 Fix Autofill Extension TDE without MP updating PromptSSO to work in MAUI and also Generator view. WebAuthenticator copied with UIWindow gotten as it was in Xamarin forms to work. Also fix one NRE on state migration.
* PM-6539 Remove unnecessary using
* PM-6552 Removed several of the Window Workarounds for Android. Now always relying on the AndroidNavigationRedirectPage.
AndroidNavigationRedirectPage now more resilient to failure and navigates to HomePage as fallback.
* Update src/Core/Pages/AndroidNavigationRedirectPage.xaml.cs
Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
---------
Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
* PM-5917 fix for send arrow not being tappable
* Added min width to send icon button so that it has correct spacing like in Android and old Xamarin Forms app.
* Updated min width from previous commit to 25 instead of 20 for more equivalent look to xamarin forms app on iOS
* PM-6291 Changed Passwordless Request Login Page Layout structure so that it can display properly
* PM-6291 Additional changes to allow iOS to show the correct with on the collectionview items
* PM-5909 Set the default FontSize for Entry, Editor, SearchBar and Picker on Android so that the fonts have a similar size to the one in the Xamarin Forms app.
* PM-5909 Set the default FontSize for Entry, Editor, SearchBar and Picker on iOS so that the fonts have a similar size to the one in the Xamarin Forms app.
* PM-5909 Added spacing in specific scenario for Send Groups (between icon and text)
* Autosync the updated translations
* Add whitespace to build.yml to trigger workflow linter
* Remove whitespace from build.yml
---------
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
* PM-5900 Fix for Device Login push notifications cause the app to show the HomePage
* PM-5900 Added edge case scenario if intent / packageName / packageManager is null