-
Notifications
You must be signed in to change notification settings - Fork 894
Update SDK to 1.0.0-3101-0eba924a #5893
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
Conversation
Fixed Issues (1)Great job! The following issues were fixed in this Pull Request
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5893 +/- ##
==========================================
+ Coverage 84.23% 84.24% +0.01%
==========================================
Files 707 709 +2
Lines 53351 53479 +128
Branches 7348 7362 +14
==========================================
+ Hits 44938 45056 +118
- Misses 5821 5830 +9
- Partials 2592 2593 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
shouldViewPassword = viewPassword, | ||
key = key, | ||
encryptedFor = encryptedFor, | ||
archivedDate = archivedDate?.let { ZonedDateTime.ofInstant(it, ZoneOffset.UTC) }, |
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.
So this is intended to be UTC?
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.
@david-livefront I matched what we already have for deletedDate
. Is there a way to confirm this? Should I ask the sdk team?
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.
I guess it does not matter, I'm just not a fan of using ZonedDateTimes
😄. I prefer Instants
Updates the SDK version from
1.0.0-3005-5a722fd2
tocom.bitwarden:sdk-android 1.0.0-3101-0eba924a
What's Changed
Raw changelog