-
Notifications
You must be signed in to change notification settings - Fork 842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PM-10405] Add SSH key cipher type #4158
Conversation
No New Or Fixed Issues Found |
) | ||
} | ||
|
||
sshKeyItemState.publicKey?.let { publicKey -> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: On clients
(bitwarden/clients#10825) we are not hiding publicKey/fingerprint, only private key. The former 2 are not considered private, so, these probably should be BitwardenTextField?
(I hope this comment isn't too early as this is still in draft. Great work on the PR!)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not too early at all! Thank you for taking a look and calling this out. I'll update it accordingly.
06fd347
to
3705603
Compare
e0e635a
to
c2629e3
Compare
app/src/main/java/com/x8bit/bitwarden/data/platform/util/CipherViewExtensions.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/x8bit/bitwarden/data/vault/datasource/network/model/SyncResponseJson.kt
Show resolved
Hide resolved
app/src/main/java/com/x8bit/bitwarden/ui/vault/feature/addedit/VaultAddEditSshKeyItems.kt
Outdated
Show resolved
Hide resolved
675efb2
to
931154f
Compare
931154f
to
304e96e
Compare
304e96e
to
7c4e203
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one small ⛏️
app/src/main/java/com/x8bit/bitwarden/ui/vault/feature/addedit/VaultAddEditSshKeyItems.kt
Outdated
Show resolved
Hide resolved
5059ce0
to
0e0e0b8
Compare
app/src/main/java/com/x8bit/bitwarden/ui/vault/feature/addedit/VaultAddEditViewModel.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/x8bit/bitwarden/ui/vault/feature/addedit/VaultAddEditViewModel.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/x8bit/bitwarden/ui/vault/feature/addedit/util/CipherViewExtensions.kt
Show resolved
Hide resolved
@@ -122,7 +123,7 @@ fun VaultContent( | |||
item { | |||
BitwardenListHeaderTextWithSupportLabel( | |||
label = stringResource(id = R.string.types), | |||
supportingLabel = "4", | |||
supportingLabel = state.itemTypesCount.toString(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
app/src/main/java/com/x8bit/bitwarden/ui/vault/feature/addedit/VaultAddEditSshKeyItems.kt
Outdated
Show resolved
Hide resolved
b7c4447
to
f5754e6
Compare
f5754e6
to
a5c2558
Compare
app/src/main/java/com/x8bit/bitwarden/ui/vault/feature/addedit/VaultAddEditViewModel.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/x8bit/bitwarden/ui/platform/feature/search/SearchNavigation.kt
Show resolved
Hide resolved
a5c2558
to
8ccffae
Compare
8ccffae
to
8961274
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -104,6 +105,7 @@ private fun determineSearchType( | |||
SEARCH_TYPE_VAULT_FOLDER -> SearchType.Vault.Folder(requireNotNull(id)) | |||
SEARCH_TYPE_VAULT_TRASH -> SearchType.Vault.Trash | |||
SEARCH_TYPE_VAULT_VERIFICATION_CODES -> SearchType.Vault.VerificationCodes | |||
SEARCH_TYPE_VAULT_SSH_KEYS -> SearchType.Vault.SshKeys |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-10405
📔 Objective
Add support for viewing and creating SSH key vault items.
📸 Screenshots
Coming soon!
⏰ Reminders before review
🦮 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 confirmedissue 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