PM-40727: feat: Add encryption layer for new KeystoreEncryptedSharedPreferences - #7191
Conversation
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Reviewed the new Code Review DetailsNo new findings. The two open question threads on |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #7191 +/- ##
==========================================
+ Coverage 86.20% 86.78% +0.58%
==========================================
Files 884 873 -11
Lines 64657 64328 -329
Branches 9674 9684 +10
==========================================
+ Hits 55737 55829 +92
+ Misses 5456 5032 -424
- Partials 3464 3467 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
7735d8c to
f4604a7
Compare
6cdef4e to
7434fc4
Compare
327cbe3 to
ad62146
Compare
ad62146 to
9dafd0d
Compare
andrebispo5
left a comment
There was a problem hiding this comment.
Reviewed code and Claude findings, they were all addressed, looks good 👍
|
Thanks @andrebispo5 |
🎟️ Tracking
PM-40727
📔 Objective
This PR creates a new
KeystoreEncryptedSharedPreferencesthat utilizes theAndroidKeystoreto encrypt the data stored. A followup PR will migrate the data to this new storage location.Notable changes: