[PR #902] [MERGED] [Auto Logout] Xamarin Forms in AutoFill flow (iOS) #2651

Closed
opened 2025-11-26 23:22:12 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/902
Author: @vincentsalucci
Created: 5/14/2020
Status: Merged
Merged: 5/28/2020
Merged by: @kspearrin

Base: feature-auto-logoutHead: fal-xf-ios-autofill


📝 Commits (10+)

  • 9159e14 fix typo in PINRequireMasterPasswordRestart (#900)
  • 143a4e2 initial commit for xf usage in autofill
  • 8b24642 Fixed databinding for hint button
  • 2523a21 Updated Two Factor page launch - removed unused imports
  • d149619 First pass at broadcast/messenger implentation for autofill
  • e1ff8de Merge branch 'master' into fal-xf-ios-autofill
  • 363d221 setting theme in extension using theme manager
  • 4acc5ed extension app resources
  • 859d98b App resources from main app
  • c2b14c6 fix ref to twoFactorPage

📊 Changes

60 files changed (+414 additions, -185 deletions)

View changed files

📝 src/Android/Effects/FabShadowEffect.cs (+2 -1)
📝 src/Android/Renderers/CipherViewCellRenderer.cs (+4 -7)
📝 src/Android/Services/DeviceActionService.cs (+11 -4)
📝 src/App/Abstractions/IDeviceActionService.cs (+1 -0)
📝 src/App/App.xaml.cs (+26 -20)
📝 src/App/Models/AppOptions.cs (+1 -0)
📝 src/App/Pages/Accounts/LoginPage.xaml (+2 -2)
📝 src/App/Pages/Accounts/LoginPage.xaml.cs (+7 -3)
📝 src/App/Pages/Accounts/LoginPageViewModel.cs (+14 -3)
📝 src/App/Pages/Accounts/TwoFactorPage.xaml.cs (+2 -1)
📝 src/App/Pages/Accounts/TwoFactorPageViewModel.cs (+3 -2)
📝 src/App/Pages/Settings/SettingsPage/SettingsPageListItem.cs (+3 -2)
📝 src/App/Pages/Vault/ViewPageViewModel.cs (+2 -2)
📝 src/App/Resources/AppResources.af.resx (+1 -1)
📝 src/App/Resources/AppResources.de.resx (+1 -1)
📝 src/App/Resources/AppResources.es.resx (+1 -1)
📝 src/App/Resources/AppResources.et.resx (+1 -1)
📝 src/App/Resources/AppResources.fa.resx (+1 -1)
📝 src/App/Resources/AppResources.fi.resx (+1 -1)
📝 src/App/Resources/AppResources.hu.resx (+1 -1)

...and 40 more files

📄 Description

Objective

Create flow for logging into the application and using the autofill service


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/902 **Author:** [@vincentsalucci](https://github.com/vincentsalucci) **Created:** 5/14/2020 **Status:** ✅ Merged **Merged:** 5/28/2020 **Merged by:** [@kspearrin](https://github.com/kspearrin) **Base:** `feature-auto-logout` ← **Head:** `fal-xf-ios-autofill` --- ### 📝 Commits (10+) - [`9159e14`](https://github.com/bitwarden/android/commit/9159e14dd93f359bb3c4705b0f5bcae95ae73e52) fix typo in PINRequireMasterPasswordRestart (#900) - [`143a4e2`](https://github.com/bitwarden/android/commit/143a4e22f243605cb1ef3c9ef0c2b2c53a28003e) initial commit for xf usage in autofill - [`8b24642`](https://github.com/bitwarden/android/commit/8b2464232a8e65acf20975569088a0de2bfe0db4) Fixed databinding for hint button - [`2523a21`](https://github.com/bitwarden/android/commit/2523a21f589dbb99f4c749adcf943f1c8677266a) Updated Two Factor page launch - removed unused imports - [`d149619`](https://github.com/bitwarden/android/commit/d14961904c6a95411eb84b3df9bf3a8fbf9923f6) First pass at broadcast/messenger implentation for autofill - [`e1ff8de`](https://github.com/bitwarden/android/commit/e1ff8de10587d75b9fc595e3e346ef1ea86d2d0c) Merge branch 'master' into fal-xf-ios-autofill - [`363d221`](https://github.com/bitwarden/android/commit/363d221477c9e9146b8c654332a27e0c1096cfaa) setting theme in extension using theme manager - [`4acc5ed`](https://github.com/bitwarden/android/commit/4acc5eda20149078d9c795349aa0b4dbd13d441f) extension app resources - [`859d98b`](https://github.com/bitwarden/android/commit/859d98b4581f0fdae081637e57ddf629d8c50bc5) App resources from main app - [`c2b14c6`](https://github.com/bitwarden/android/commit/c2b14c677127fdfc4ec81daea92b9ec978579cfb) fix ref to twoFactorPage ### 📊 Changes **60 files changed** (+414 additions, -185 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Effects/FabShadowEffect.cs` (+2 -1) 📝 `src/Android/Renderers/CipherViewCellRenderer.cs` (+4 -7) 📝 `src/Android/Services/DeviceActionService.cs` (+11 -4) 📝 `src/App/Abstractions/IDeviceActionService.cs` (+1 -0) 📝 `src/App/App.xaml.cs` (+26 -20) 📝 `src/App/Models/AppOptions.cs` (+1 -0) 📝 `src/App/Pages/Accounts/LoginPage.xaml` (+2 -2) 📝 `src/App/Pages/Accounts/LoginPage.xaml.cs` (+7 -3) 📝 `src/App/Pages/Accounts/LoginPageViewModel.cs` (+14 -3) 📝 `src/App/Pages/Accounts/TwoFactorPage.xaml.cs` (+2 -1) 📝 `src/App/Pages/Accounts/TwoFactorPageViewModel.cs` (+3 -2) 📝 `src/App/Pages/Settings/SettingsPage/SettingsPageListItem.cs` (+3 -2) 📝 `src/App/Pages/Vault/ViewPageViewModel.cs` (+2 -2) 📝 `src/App/Resources/AppResources.af.resx` (+1 -1) 📝 `src/App/Resources/AppResources.de.resx` (+1 -1) 📝 `src/App/Resources/AppResources.es.resx` (+1 -1) 📝 `src/App/Resources/AppResources.et.resx` (+1 -1) 📝 `src/App/Resources/AppResources.fa.resx` (+1 -1) 📝 `src/App/Resources/AppResources.fi.resx` (+1 -1) 📝 `src/App/Resources/AppResources.hu.resx` (+1 -1) _...and 40 more files_ </details> ### 📄 Description ## Objective > Create flow for logging into the application and using the autofill service --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:22:12 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#2651