-
Notifications
You must be signed in to change notification settings - Fork 186
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
Upgrade SDK version to 25.02.26 #4305
Conversation
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #4305 +/- ##
===========================================
+ Coverage 80.12% 80.13% +0.01%
===========================================
Files 2053 2052 -1
Lines 54615 54595 -20
Branches 6686 6683 -3
===========================================
- Hits 43761 43751 -10
+ Misses 8565 8554 -11
- Partials 2289 2290 +1 ☔ View full report in Codecov by Sentry. |
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, thanks!
@@ -19,7 +19,7 @@ class DefaultLogoutUseCase @Inject constructor( | |||
private val authenticationService: MatrixAuthenticationService, | |||
private val matrixClientProvider: MatrixClientProvider, | |||
) : LogoutUseCase { | |||
override suspend fun logout(ignoreSdkError: Boolean): String? { | |||
override suspend fun logout(ignoreSdkError: Boolean) { | |||
val currentSession = authenticationService.getLatestSessionId() | |||
return if (currentSession != null) { |
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 think that the return
word can be removed.
|
||
lint { | ||
disable += "Typos" | ||
} |
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 would prefer that we fix the typos in Localazy when spotted. Was there some false positive?
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.
The one about 'media' in Norwegian, although maybe it's a valid typo:
element-x-android/libraries/ui-strings/src/main/res/values-nb/translations.xml:261: Error: "media" is a common misspelling; did you mean "medier"? [Typos]
<string name="screen_media_upload_preview_error_failed_processing">"Kunne ikke behandle media for opplasting, vennligst prøv igjen."</string>
It breaks the lint check for me locally every single time.
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.
OK
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'll address this in a separate PR, no worries.
… being correctly detected.
|
Content
Changes:
v25.02.26
.Typos
lint check that was makingapp:debugLint
fail.Motivation and context
Upgrade to the latest version of the SDK.
Tested devices
Checklist