[PR #1184] [MERGED] Add encrypted hint json property #2783

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1184
Author: @MGibson1
Created: 12/18/2020
Status: Merged
Merged: 12/18/2020
Merged by: @MGibson1

Base: masterHead: add-json-export-encryption-hint


📝 Commits (1)

  • e363aaf Add encrypted hint json property

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 src/Core/Services/ExportService.cs (+2 -0)

📄 Description

Overview

I missed the top-level encrypted: true hint on my first pass. Thanks to @kspearrin for pointing this out. Test encrypted exports now import correctly through web vault.

Files Changed

  • ExportService.cs: Add Encrypted properties to jsonDoc objects. Note, these are lowercased by the CamelCasePropertyNamesContractResolver call.

🔄 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/1184 **Author:** [@MGibson1](https://github.com/MGibson1) **Created:** 12/18/2020 **Status:** ✅ Merged **Merged:** 12/18/2020 **Merged by:** [@MGibson1](https://github.com/MGibson1) **Base:** `master` ← **Head:** `add-json-export-encryption-hint` --- ### 📝 Commits (1) - [`e363aaf`](https://github.com/bitwarden/android/commit/e363aaf8edecc4ab21e92ef6dcae5b454e2b59a0) Add encrypted hint json property ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/Core/Services/ExportService.cs` (+2 -0) </details> ### 📄 Description # Overview I missed the top-level `encrypted: true` hint on my first pass. Thanks to @kspearrin for pointing this out. Test encrypted exports now import correctly through web vault. # Files Changed * **ExportService.cs**: Add Encrypted properties to jsonDoc objects. Note, these are lowercased by the `CamelCasePropertyNamesContractResolver` call. --- <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:24:02 -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#2783