[PR #6870] [MERGED] Chore: Remove the unused register API #113976

Closed
opened 2026-06-06 13:39:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: remove-unused-register-api


📝 Commits (1)

  • 1bb28b9 Remove the unused register API

📊 Changes

10 files changed (+40 additions, -377 deletions)

View changed files

📝 app/src/main/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepository.kt (+1 -1)
📝 app/src/main/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryImpl.kt (+16 -36)
📝 app/src/test/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryTest.kt (+6 -197)
📝 network/src/main/kotlin/com/bitwarden/network/api/UnauthenticatedIdentityApi.kt (+0 -6)
network/src/main/kotlin/com/bitwarden/network/model/RegisterRequestJson.kt (+0 -55)
📝 network/src/main/kotlin/com/bitwarden/network/model/SetPasswordRequestJson.kt (+16 -2)
📝 network/src/main/kotlin/com/bitwarden/network/service/IdentityService.kt (+0 -6)
📝 network/src/main/kotlin/com/bitwarden/network/service/IdentityServiceImpl.kt (+0 -18)
📝 network/src/test/kotlin/com/bitwarden/network/service/AccountsServiceTest.kt (+1 -2)
📝 network/src/test/kotlin/com/bitwarden/network/service/IdentityServiceTest.kt (+0 -54)

📄 Description

🎟️ Tracking

N/A

📔 Objective

This PR removes the identityService.register API from the app, it it no longer supported and should have been removed when the email verification feature flag was removed.


🔄 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/6870 **Author:** [@david-livefront](https://github.com/david-livefront) **Created:** 5/4/2026 **Status:** ✅ Merged **Merged:** 5/4/2026 **Merged by:** [@david-livefront](https://github.com/david-livefront) **Base:** `main` ← **Head:** `remove-unused-register-api` --- ### 📝 Commits (1) - [`1bb28b9`](https://github.com/bitwarden/android/commit/1bb28b983988923131fade929aed983bbca7ea1d) Remove the unused register API ### 📊 Changes **10 files changed** (+40 additions, -377 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepository.kt` (+1 -1) 📝 `app/src/main/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryImpl.kt` (+16 -36) 📝 `app/src/test/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryTest.kt` (+6 -197) 📝 `network/src/main/kotlin/com/bitwarden/network/api/UnauthenticatedIdentityApi.kt` (+0 -6) ➖ `network/src/main/kotlin/com/bitwarden/network/model/RegisterRequestJson.kt` (+0 -55) 📝 `network/src/main/kotlin/com/bitwarden/network/model/SetPasswordRequestJson.kt` (+16 -2) 📝 `network/src/main/kotlin/com/bitwarden/network/service/IdentityService.kt` (+0 -6) 📝 `network/src/main/kotlin/com/bitwarden/network/service/IdentityServiceImpl.kt` (+0 -18) 📝 `network/src/test/kotlin/com/bitwarden/network/service/AccountsServiceTest.kt` (+1 -2) 📝 `network/src/test/kotlin/com/bitwarden/network/service/IdentityServiceTest.kt` (+0 -54) </details> ### 📄 Description ## 🎟️ Tracking N/A ## 📔 Objective This PR removes the `identityService.register` API from the app, it it no longer supported and should have been removed when the email verification feature flag was removed. --- <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-06-06 13:39:53 -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#113976