[PR #1922] [MERGED] [PS-673] Add check for master password reprompt to share sheet extension #3220

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1922
Author: @jlf0dev
Created: 5/23/2022
Status: Merged
Merged: 5/23/2022
Merged by: @jlf0dev

Base: masterHead: bug/PS-673-mobile-sharesheet-reprompt


📝 Commits (1)

  • 514c618 add master password reprompt to share sheet extension

📊 Changes

1 file changed (+10 additions, -1 deletions)

View changed files

📝 src/iOS.Extension/LoginListViewController.cs (+10 -1)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Master password reprompts were not being checked on the share sheet extension for iOS. This adds that functionality.

Code changes

  • src/iOS.Extension/LoginListViewController.cs: add passwordRepromptService and use on RowSelected

Before you submit

  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • This change has particular deployment requirements (notify the DevOps team)

🔄 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/1922 **Author:** [@jlf0dev](https://github.com/jlf0dev) **Created:** 5/23/2022 **Status:** ✅ Merged **Merged:** 5/23/2022 **Merged by:** [@jlf0dev](https://github.com/jlf0dev) **Base:** `master` ← **Head:** `bug/PS-673-mobile-sharesheet-reprompt` --- ### 📝 Commits (1) - [`514c618`](https://github.com/bitwarden/android/commit/514c61891e9b6cacfd0879b2e957dab94bbd4843) add master password reprompt to share sheet extension ### 📊 Changes **1 file changed** (+10 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/iOS.Extension/LoginListViewController.cs` (+10 -1) </details> ### 📄 Description ## Type of change - [x] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Master password reprompts were not being checked on the share sheet extension for iOS. This adds that functionality. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **src/iOS.Extension/LoginListViewController.cs:** add passwordRepromptService and use on `RowSelected` ## Before you submit - [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required) - [ ] This change requires a **documentation update** (notify the documentation team) - [ ] This change has particular **deployment requirements** (notify the DevOps team) --- <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:29:53 -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#3220