[PR #6821] [MERGED] PM-27241: feat: TDE encryption v2 #55112

Closed
opened 2026-05-01 21:04:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/6821
Author: @david-livefront
Created: 4/22/2026
Status: Merged
Merged: 5/1/2026
Merged by: @david-livefront

Base: mainHead: PM-27241-tde-v2-encryption


📝 Commits (1)

  • bf0e8a6 PM-27241: TDE encryption v2

📊 Changes

6 files changed (+507 additions, -208 deletions)

View changed files

📝 app/src/main/kotlin/com/x8bit/bitwarden/data/auth/datasource/sdk/AuthSdkSource.kt (+13 -0)
📝 app/src/main/kotlin/com/x8bit/bitwarden/data/auth/datasource/sdk/AuthSdkSourceImpl.kt (+24 -0)
📝 app/src/main/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryImpl.kt (+128 -70)
📝 app/src/test/kotlin/com/x8bit/bitwarden/data/auth/datasource/sdk/AuthSdkSourceTest.kt (+48 -0)
📝 app/src/test/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryTest.kt (+293 -137)
📝 gradle/libs.versions.toml (+1 -1)

📄 Description

🎟️ Tracking

PM-27241

📔 Objective

This PR adds the updated v2 encryption flow for a SSO TDE new user.


🔄 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/6821 **Author:** [@david-livefront](https://github.com/david-livefront) **Created:** 4/22/2026 **Status:** ✅ Merged **Merged:** 5/1/2026 **Merged by:** [@david-livefront](https://github.com/david-livefront) **Base:** `main` ← **Head:** `PM-27241-tde-v2-encryption` --- ### 📝 Commits (1) - [`bf0e8a6`](https://github.com/bitwarden/android/commit/bf0e8a6e7294d0d7abd36121d3799a2c56ff6b3b) PM-27241: TDE encryption v2 ### 📊 Changes **6 files changed** (+507 additions, -208 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/kotlin/com/x8bit/bitwarden/data/auth/datasource/sdk/AuthSdkSource.kt` (+13 -0) 📝 `app/src/main/kotlin/com/x8bit/bitwarden/data/auth/datasource/sdk/AuthSdkSourceImpl.kt` (+24 -0) 📝 `app/src/main/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryImpl.kt` (+128 -70) 📝 `app/src/test/kotlin/com/x8bit/bitwarden/data/auth/datasource/sdk/AuthSdkSourceTest.kt` (+48 -0) 📝 `app/src/test/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryTest.kt` (+293 -137) 📝 `gradle/libs.versions.toml` (+1 -1) </details> ### 📄 Description ## 🎟️ Tracking [PM-27241](https://bitwarden.atlassian.net/browse/PM-27241) ## 📔 Objective This PR adds the updated v2 encryption flow for a SSO TDE new user. [PM-27241]: https://bitwarden.atlassian.net/browse/PM-27241?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --- <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 2026-05-01 21:04:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#55112