[PR #736] [MERGED] Beginning of policy support #2562

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/736
Author: @mpbw2
Created: 2/19/2020
Status: Merged
Merged: 2/21/2020
Merged by: @mpbw2

Base: masterHead: feature-policy


📝 Commits (3)

  • 67e5d31 Model & service support for policies
  • e8eede5 formatting
  • 1cbdf6d Changes to match existing service and model patterns

📊 Changes

9 files changed (+172 additions, -1 deletions)

View changed files

src/Core/Abstractions/IPolicyService.cs (+16 -0)
src/Core/Enums/PolicyType.cs (+9 -0)
src/Core/Models/Data/PolicyData.cs (+26 -0)
src/Core/Models/Domain/Policy.cs (+26 -0)
src/Core/Models/Response/PolicyResponse.cs (+14 -0)
📝 src/Core/Models/Response/SyncResponse.cs (+1 -0)
src/Core/Services/PolicyService.cs (+66 -0)
📝 src/Core/Services/SyncService.cs (+10 -0)
📝 src/Core/Utilities/ServiceContainer.cs (+4 -1)

📄 Description

Added models & service layer to support policies


🔄 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/736 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 2/19/2020 **Status:** ✅ Merged **Merged:** 2/21/2020 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `feature-policy` --- ### 📝 Commits (3) - [`67e5d31`](https://github.com/bitwarden/android/commit/67e5d31a383302d2e787c89aeb25e26789056b0e) Model & service support for policies - [`e8eede5`](https://github.com/bitwarden/android/commit/e8eede5f679e0b3e2cff1bcc6e811e72001ed0a6) formatting - [`1cbdf6d`](https://github.com/bitwarden/android/commit/1cbdf6d597038d5be677a7c5fd32a78f79c71651) Changes to match existing service and model patterns ### 📊 Changes **9 files changed** (+172 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `src/Core/Abstractions/IPolicyService.cs` (+16 -0) ➕ `src/Core/Enums/PolicyType.cs` (+9 -0) ➕ `src/Core/Models/Data/PolicyData.cs` (+26 -0) ➕ `src/Core/Models/Domain/Policy.cs` (+26 -0) ➕ `src/Core/Models/Response/PolicyResponse.cs` (+14 -0) 📝 `src/Core/Models/Response/SyncResponse.cs` (+1 -0) ➕ `src/Core/Services/PolicyService.cs` (+66 -0) 📝 `src/Core/Services/SyncService.cs` (+10 -0) 📝 `src/Core/Utilities/ServiceContainer.cs` (+4 -1) </details> ### 📄 Description Added models & service layer to support policies --- <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:21:03 -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#2562