bitwarden / android

Bitwarden mobile app for Android.
https://bitwarden.com
GNU General Public License v3.0
6.57k stars 823 forks source link

[PM-13831] Add copy button identity and note fields #4302

Closed aj-rosado closed 1 week ago

aj-rosado commented 2 weeks ago

🎟ī¸ Tracking

https://bitwarden.atlassian.net/browse/PM-13831

📔 Objective

Adding easy access copy button for the identity fields and notes fields to match other clients.

📸 Screenshots

View identity cipher screen

View identity cipher screen

View login cipher screen

View login cipher screen

View card cipher screen

View card cipher screen

View secure note cipher screen

View secure note cipher screen

⏰ Reminders before review

đŸĻŽ Reviewer guidelines

github-actions[bot] commented 2 weeks ago

Logo Checkmarx One – Scan Summary & Details – cb3c8644-f4d3-4c92-a224-e0f06b534809

New Issues

Severity Issue Source File / Package Checkmarx Insight
MEDIUM Privacy_Violation /app/src/main/java/com/x8bit/bitwarden/ui/vault/feature/item/VaultItemViewModel.kt: 875 Attack Vector

Fixed Issues

Severity Issue Source File / Package
MEDIUM Unpinned Actions Full Length Commit SHA /crowdin-pull.yml: 26
codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 93.00000% with 14 lines in your changes missing coverage. Please review.

Project coverage is 89.00%. Comparing base (2d15c48) to head (0cf3db3). Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
...warden/ui/vault/feature/item/VaultItemViewModel.kt 82.19% 0 Missing and 13 partials :warning:
.../ui/vault/feature/item/VaultItemIdentityContent.kt 98.50% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4302 +/- ## ======================================== Coverage 89.00% 89.00% ======================================== Files 452 453 +1 Lines 38997 39141 +144 Branches 5484 5509 +25 ======================================== + Hits 34710 34839 +129 Misses 2377 2377 - Partials 1910 1925 +15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

aj-rosado commented 2 weeks ago

This PR is missing some tests, working on them