[PR #5754] [MERGED] [PM-24226] Reorder SSH key fields #12167

Closed
opened 2026-04-11 03:36:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/5754
Author: @SaintPatrck
Created: 8/19/2025
Status: Merged
Merged: 8/19/2025
Merged by: @SaintPatrck

Base: mainHead: PM-24226/fix-order-of-ssh-key-item-fields


📝 Commits (1)

  • 8402273 [PM-24226] Reorder SSH key fields

📊 Changes

2 files changed (+33 additions, -32 deletions)

View changed files

📝 app/src/main/kotlin/com/x8bit/bitwarden/ui/vault/feature/addedit/VaultAddEditSshKeyItems.kt (+13 -13)
📝 app/src/main/kotlin/com/x8bit/bitwarden/ui/vault/feature/item/VaultItemSshKeyContent.kt (+20 -19)

📄 Description

🎟️ Tracking

PM-24226

📔 Objective

The public key field was moved to appear after the private key field in both the item view and add/edit screens for SSH key items.

📸 Screenshots

Before After
before after

Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

🔄 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/5754 **Author:** [@SaintPatrck](https://github.com/SaintPatrck) **Created:** 8/19/2025 **Status:** ✅ Merged **Merged:** 8/19/2025 **Merged by:** [@SaintPatrck](https://github.com/SaintPatrck) **Base:** `main` ← **Head:** `PM-24226/fix-order-of-ssh-key-item-fields` --- ### 📝 Commits (1) - [`8402273`](https://github.com/bitwarden/android/commit/84022730aa7278c5ef36b5d6f8721abb957abafa) [PM-24226] Reorder SSH key fields ### 📊 Changes **2 files changed** (+33 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/kotlin/com/x8bit/bitwarden/ui/vault/feature/addedit/VaultAddEditSshKeyItems.kt` (+13 -13) 📝 `app/src/main/kotlin/com/x8bit/bitwarden/ui/vault/feature/item/VaultItemSshKeyContent.kt` (+20 -19) </details> ### 📄 Description ## 🎟️ Tracking PM-24226 ## 📔 Objective The public key field was moved to appear after the private key field in both the item view and add/edit screens for SSH key items. ## 📸 Screenshots | Before | After | |--------|--------| | <img width="365" alt="before" src="https://github.com/user-attachments/assets/ae97d913-c6f1-4c24-8cc5-3654eb961aee" /> | <img width="365" alt="after" src="https://github.com/user-attachments/assets/6277db3e-983e-4f99-9b38-d6c0e28fde2e" /> | ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Protected functional changes with optionality (feature flags) - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team ## 🦮 Reviewer guidelines <!-- Suggested interactions but feel free to use (or not) as you desire! --> - 👍 (`:+1:`) or similar for great changes - 📝 (`:memo:`) or ℹ️ (`:information_source:`) for notes or general info - ❓ (`:question:`) for questions - 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - 🎨 (`:art:`) for suggestions / improvements - ❌ (`:x:`) or ⚠️ (`:warning:`) for more significant problems or concerns needing attention - 🌱 (`:seedling:`) or ♻️ (`:recycle:`) for future improvements or indications of technical debt - ⛏ (`:pick:`) for minor or nitpick changes --- <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-04-11 03:36:33 -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#12167