[PR #1546] [MERGED] Disable Private Vault Export Policy #2957

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1546
Author: @Hinton
Created: 9/23/2021
Status: Merged
Merged: 9/23/2021
Merged by: @Hinton

Base: masterHead: feature/vault-export


📝 Commits (1)

  • c3cfa72 Add support for disable vault export policy

📊 Changes

5 files changed (+47 additions, -2 deletions)

View changed files

📝 src/App/Pages/Settings/ExportVaultPage.xaml (+17 -2)
📝 src/App/Pages/Settings/ExportVaultPageViewModel.cs (+17 -0)
📝 src/App/Resources/AppResources.Designer.cs (+9 -0)
📝 src/App/Resources/AppResources.resx (+3 -0)
📝 src/Core/Enums/PolicyType.cs (+1 -0)

📄 Description

Objective

Adds support for the new policy which disables personal vault export.

Screenshots

image


🔄 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/1546 **Author:** [@Hinton](https://github.com/Hinton) **Created:** 9/23/2021 **Status:** ✅ Merged **Merged:** 9/23/2021 **Merged by:** [@Hinton](https://github.com/Hinton) **Base:** `master` ← **Head:** `feature/vault-export` --- ### 📝 Commits (1) - [`c3cfa72`](https://github.com/bitwarden/android/commit/c3cfa721eeee7727c181610736498d330b4ea17b) Add support for disable vault export policy ### 📊 Changes **5 files changed** (+47 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Settings/ExportVaultPage.xaml` (+17 -2) 📝 `src/App/Pages/Settings/ExportVaultPageViewModel.cs` (+17 -0) 📝 `src/App/Resources/AppResources.Designer.cs` (+9 -0) 📝 `src/App/Resources/AppResources.resx` (+3 -0) 📝 `src/Core/Enums/PolicyType.cs` (+1 -0) </details> ### 📄 Description ## Objective Adds support for the new policy which disables personal vault export. ### Screenshots ![image](https://user-images.githubusercontent.com/137855/134518903-7177f746-5d4a-46bf-a6ba-7f63252f220c.png) --- <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:26:25 -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#2957