renovate[bot]
8a0f99bcff
Update dependency org.matrix.rustcomponents:sdk-android to v26.2.10
2026-02-10 12:56:04 +00:00
Jorge Martin Espinosa
f6b8c189e1
When a background SDK task fails, react in the client ( #6166 )
...
- For initialization issues or errors, we just print and report them.
- For panics (unrecoverable errors) we also crash the app.
2026-02-10 12:28:24 +01:00
ganfra
ee0da6b15c
Merge pull request #6150 from element-hq/feature/fga/space_ui_tweaks
...
Iterate on Space related UI
2026-02-10 11:36:09 +01:00
ElementBot
511a3a520c
Update screenshots
2026-02-10 09:58:33 +00:00
Benoit Marty
3470495587
Merge pull request #6165 from element-hq/feature/bma/fixFabColor
...
Use correct bg color.
2026-02-10 10:51:26 +01:00
Benoit Marty
d351f7d471
Use correct bg color.
2026-02-10 10:17:41 +01:00
ganfra
d67cbb1132
Fix quality
2026-02-10 10:07:27 +01:00
ganfra
69186504ab
Merge pull request #6164 from element-hq/renovate/metro
...
Update metro to v0.10.3
2026-02-10 09:40:45 +01:00
ganfra
91eeb7b773
Merge branch 'develop' into feature/fga/space_ui_tweaks
2026-02-10 09:31:50 +01:00
renovate[bot]
7d75ecf413
Update metro to v0.10.3
2026-02-10 01:28:03 +00:00
ElementBot
0a30e1b794
Update screenshots
2026-02-09 20:06:18 +00:00
ganfra
918e96e372
Updates again SelectParentSpaceOption ui
2026-02-09 20:42:52 +01:00
ganfra
ad2d7dc8c5
Debounce SpaceState.hasMoreToLoad
2026-02-09 20:42:36 +01:00
ganfra
5838f189b2
Fix create room in space configuration
2026-02-09 20:37:31 +01:00
Benoit Marty
31151247ec
Merge pull request #6152 from element-hq/feature/bma/releaseVersion
...
[Release script] Ensure that the release version will match the next Monday date
2026-02-09 18:31:34 +01:00
Benoit Marty
c03788526c
QRCode login: treat not found error as expired error. ( #6161 )
...
Reorder some when cases.
2026-02-09 16:34:23 +01:00
renovate[bot]
44dcd7fb55
Update dependency io.sentry:sentry-android to v8.32.0 ( #6157 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-09 16:33:05 +01:00
renovate[bot]
edffe1ecd1
Update dependency com.google.firebase:firebase-bom to v34.9.0 ( #6148 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-09 16:31:43 +01:00
ElementBot
6a101e7b65
Sync Strings from Localazy ( #6155 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2026-02-09 16:30:57 +01:00
renovate[bot]
b6fb09f3cf
Merge pull request #6146 from element-hq/renovate/firebaseappdistribution
...
Update firebaseAppDistribution to v5.2.1
2026-02-09 16:30:18 +01:00
Benoit Marty
c18ac905c8
QRCode login: treat not found error as expired error.
...
Reorder some when cases.
2026-02-09 15:14:18 +01:00
Benoit Marty
1c28a26a99
Merge pull request #6109 from kknappe/fix/start-voice-recording-when-permission-is-granted
...
Fix voice message recording not starting after permission is granted
2026-02-09 09:28:58 +01:00
Skye Elliot
028ec221b0
Add history sharing badges to room details ( #6132 )
...
* feat: Add history sharing badges to room details view
* tests: Add snapshots for history sharing room details badges
* fix: Disable soft-wrapping in badges, use FlowRow
* tests: Add unit test for `RoomDetailsState` and history sharing badges.
* tests: Add `MatrixBadgeAtomNeutralWrappingPreview` to exceptions
* chore: Re-order `MatrixBadgeAtom` previews
* fix: Add `Immutable` annotation to `RoomHistoryVisibility`.
* fix: Correct translation for shared badge
2026-02-06 19:03:52 +00:00
Benoit Marty
e1c37d24aa
Fix typo
2026-02-06 16:32:59 +01:00
Benoit Marty
db310e42d4
Merge pull request #6153 from element-hq/feature/bma/staleIssue
...
Add a stale bot for X-Needs-Info issues.
2026-02-06 16:31:26 +01:00
Benoit Marty
5d7bfe7089
Add a stale bot for X-Needs-Info issues.
2026-02-06 15:19:24 +01:00
Benoit Marty
6fc8e4357d
[Release script] Ensure that the release version will match the next Monday date.
2026-02-06 14:38:18 +01:00
renovate[bot]
82dd9a3f77
Update dependency org.matrix.rustcomponents:sdk-android to v26.2.6 ( #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 <jorgem@element.io >
2026-02-06 12:40:03 +00:00
renovate[bot]
f7e08aa465
Update media3 to v1.9.2 ( #6151 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-06 13:05:06 +01:00
Jorge Martin Espinosa
b0c972edc5
Try fixing Maestro tests (again) ( #6149 )
...
* Try fixing Maestro tests again: they fail when creating a room because the texts have changed
* Try using a retry on the webview before the login so we skip Chrome's setup
* Try handling edge case when leaving a room does not remove the screen
2026-02-06 12:29:37 +01:00
ganfra
bbc11809b0
Fix formatting
2026-02-06 12:03:17 +01:00
ganfra
2dbfa4811f
Add border to SpaceAvatar
2026-02-06 12:03:09 +01:00
ganfra
9080400ff0
Use RoomPreviewAliasAtom in space and room headers
2026-02-06 10:55:02 +01:00
ganfra
5775ac5c60
Introduce RoomPreviewAliasAtom with copy feature
2026-02-06 10:52:12 +01:00
ganfra
8625c9d5ae
Update SpaceRoom visibility related UI
2026-02-06 09:36:42 +01:00
ganfra
7b3ceeb19b
Update ConfigureRoomView space selection
2026-02-06 09:32:24 +01:00
ganfra
fd34bb0bb4
Sync required strings
2026-02-06 09:32:10 +01:00
renovate[bot]
ca623825fd
Update kotlin ( #6142 )
...
* Update kotlin to `v2.3.10`
* Don't use the `-0.6.x-compat` version for datetime
* Update kotlinc file contents
* Try to make Renovate ignore the non-semver versions for `kotlinx-datetime`
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io >
2026-02-06 08:28:04 +01:00
renovate[bot]
578463e119
Update dependency com.posthog:posthog-android to v3.31.0 ( #6145 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-06 08:24:47 +01:00
ganfra
af4b2c3aa7
Update EmptySpaceView design to match figma
2026-02-05 16:17:36 +01:00
ganfra
d58f4a28f8
Merge pull request #6136 from element-hq/feature/fga/space_room_list_filter
...
Add Space Filters feature for Room List
2026-02-05 16:14:16 +01:00
ElementBot
4d5872ceaf
Update screenshots
2026-02-05 14:21:11 +00:00
ganfra
e64f0af4e4
Space filters fix previews
2026-02-05 15:05:07 +01:00
ganfra
523e0ff41b
Merge pull request #6139 from element-hq/renovate/kotlin
...
Update kover
2026-02-05 12:02:18 +01:00
Jorge Martin Espinosa
4f3e8b28f5
When changing roles, wait until the changes take effect before dismissing the change roles screen ( #6141 )
2026-02-05 11:40:39 +01:00
ganfra
0466663d64
Improve SpaceFilters: hide when empty and fix tests
2026-02-05 11:33:24 +01:00
ganfra
5e0e1f8f4f
SpaceFiltersView : try to fix the BottomSheet hide animation
2026-02-05 10:35:27 +01:00
Jorge Martin Espinosa
a805e0ef6d
Fix linkify helper index out of bounds with parenthesis ( #6140 )
...
When parenthesis were mismatched by having more opening parenthesis than closing ones, we could end up incorrectly making the URLSpan `end` value greater than the actual text length, causing an `IndexOutOfBoundsException`
2026-02-05 09:33:38 +01:00
Benoit Marty
f64f0a634d
Update gradle/libs.versions.toml
2026-02-05 09:19:53 +01:00
renovate[bot]
0acd555574
Update kotlin
2026-02-05 02:11:24 +00:00