Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2026

This PR contains the following updates:

Package Change Age Confidence
org.matrix.rustcomponents:sdk-android 26.1.2726.02.5 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner February 5, 2026 15:16
@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Feb 5, 2026
@renovate renovate bot requested review from ganfra and removed request for a team February 5, 2026 15:16
@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Feb 5, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Feb 5, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 5, 2026

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/KEyJ7p

@codecov
Copy link

codecov bot commented Feb 5, 2026

Codecov Report

❌ Patch coverage is 23.80952% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.35%. Comparing base (9536afe) to head (090d927).
⚠️ Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
.../libraries/matrix/api/roomlist/LatestEventValue.kt 0.00% 4 Missing ⚠️
...braries/matrix/impl/roomlist/RoomSummaryFactory.kt 0.00% 3 Missing and 1 partial ⚠️
...droid/libraries/matrix/impl/room/JoinedRustRoom.kt 0.00% 3 Missing ⚠️
...home/impl/datasource/RoomListRoomSummaryFactory.kt 0.00% 1 Missing ⚠️
...droid/libraries/matrix/api/roomlist/RoomSummary.kt 0.00% 1 Missing ⚠️
...libraries/matrix/impl/RustClientSessionDelegate.kt 0.00% 1 Missing ⚠️
...roid/libraries/matrix/impl/room/RustRoomFactory.kt 66.66% 1 Missing ⚠️
...ies/matrix/impl/room/TimelineEventFilterFactory.kt 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #6144      +/-   ##
===========================================
- Coverage    81.36%   81.35%   -0.02%     
===========================================
  Files         2569     2569              
  Lines        69645    69654       +9     
  Branches      8955     8959       +4     
===========================================
- Hits         56670    56669       -1     
- Misses        9646     9654       +8     
- Partials      3329     3331       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jmartinesp jmartinesp force-pushed the renovate/org.matrix.rustcomponents-sdk-android-26.x branch from cc0cb46 to 2775529 Compare February 6, 2026 10:12
@jmartinesp jmartinesp changed the title Update dependency org.matrix.rustcomponents:sdk-android to v26.02.5 Update dependency org.matrix.rustcomponents:sdk-android to v26.02.6 Feb 6, 2026
renovate bot and others added 5 commits February 6, 2026 13:04
- Add temporary imlementation for `RustClientSessionDelegate.onBackgroundTaskErrorReport`, logging unrecoverable errors in background tasks of the SDK.
- Change `TimelineEventTypeFilter` to `TimelineEventFilter`.
- Support new `LatestEventValue.RemoteInvite`.
@jmartinesp jmartinesp force-pushed the renovate/org.matrix.rustcomponents-sdk-android-26.x branch from 6b4870c to 090d927 Compare February 6, 2026 12:04
@jmartinesp jmartinesp enabled auto-merge (squash) February 6, 2026 12:09
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 6, 2026

@ElementBot
Copy link
Collaborator

Warnings
⚠️

gradle/libs.versions.toml#L6 - A newer version of com.android.tools.build:gradle than 8.13.2 is available: 9.0.0

⚠️

gradle/libs.versions.toml#L11 - A newer version of com.google.firebase:firebase-appdistribution-gradle than 5.2.0 is available: 5.2.1

⚠️

gradle/libs.versions.toml#L20 - A newer version of androidx.media3:media3-ui than 1.9.1 is available: 1.9.2

⚠️

gradle/libs.versions.toml#L25 - A newer version of androidx.compose:compose-bom than 2026.01.00 is available: 2026.01.01

⚠️

gradle/libs.versions.toml#L81 - A newer version of com.google.firebase:firebase-bom than 34.8.0 is available: 34.9.0

⚠️

gradle/libs.versions.toml#L193 - A newer version of org.jsoup:jsoup than 1.21.2 is available: 1.22.1

⚠️

gradle/libs.versions.toml#L264 - A newer version of app.cash.paparazzi than 2.0.0-alpha02 is available: 2.0.0-alpha04

Generated by 🚫 dangerJS against 090d927

@jmartinesp jmartinesp merged commit 4cb3b16 into develop Feb 6, 2026
29 of 30 checks passed
@jmartinesp jmartinesp deleted the renovate/org.matrix.rustcomponents-sdk-android-26.x branch February 6, 2026 12:40
JensorX pushed a commit to JensorX/funker-messenger that referenced this pull request Feb 7, 2026
…lement-hq#6144)

* Update dependency org.matrix.rustcomponents:sdk-android to v26.2.5

* Fix breaking API changes:
- Add temporary imlementation for `RustClientSessionDelegate.onBackgroundTaskErrorReport`, logging unrecoverable errors in background tasks of the SDK.
- Change `TimelineEventTypeFilter` to `TimelineEventFilter`.
- Support new `LatestEventValue.RemoteInvite`.

* Update the Rust SDK to `26.2.6`

* Fix API changes: `TimelineFocus.PinnedEvents` no longer takes any arguments

* Fix test fixtures: `NotificationItem` has a `rawEvent` field now

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR-Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants