Commit graph

14208 commits

Author SHA1 Message Date
renovate[bot]
c8db7a5bcb Update dependency org.matrix.rustcomponents:sdk-android to v26.05.6 (#6734)
* Update dependency org.matrix.rustcomponents:sdk-android to v26.05.6

* Fix API breaks:

- Add `RoomMember.isServiceMember`.
- Add `beacon` and `beaconInfo` power levels.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2026-05-06 15:31:52 +02:00
Jorge Martin Espinosa
c1e212c244 Fix back button sometimes not working after exiting a thread (#6732)
When I reproduced the issue, it looked like the coroutine used to mark as read and then exit the room was canceled, leaving the `markingAsReadAndExiting` variable with `true` value and preventing the exit block from running again.
2026-05-06 14:35:08 +02:00
Jorge Martin Espinosa
4d6973b4ab Make icons in the Chat screen top bar 16dp (#6733)
* Make icons in the Chat screen top bar 16dp. This matches the designs in Figma.

* Fix the padding between the title and the icons

* Update screenshots

---------

Co-authored-by: ElementBot <android@element.io>
2026-05-06 09:16:13 +00:00
ganfra
a8568a6a2d Merge pull request #6731 from element-hq/renovate/org.maplibre.gl-android-sdk-13.x
Update dependency org.maplibre.gl:android-sdk to v13.1.0
2026-05-06 10:49:49 +02:00
ganfra
3b30fab93e Merge pull request #6727 from element-hq/renovate/net.zetetic-sqlcipher-android-4.x
Update dependency net.zetetic:sqlcipher-android to v4.15.0
2026-05-06 10:28:04 +02:00
ganfra
b314f322e1 Merge branch 'develop' into renovate/net.zetetic-sqlcipher-android-4.x 2026-05-06 10:10:57 +02:00
renovate[bot]
ec5e729dfc Update dependency org.maplibre.gl:android-sdk to v13.1.0 2026-05-06 01:36:24 +00:00
Kurban Sagitov
fca625db26 Fix low width image message (#6692)
* fix low width image message

* added previews for narrow images

* Update screenshots
---------

Co-authored-by: ElementBot <android@element.io>
2026-05-05 17:10:24 +02:00
Benoit Marty
a75e7404bf Merge pull request #6700 from element-hq/feature/bma/lenientJson
Let our Json parser accept comments and trailing comma.
2026-05-05 17:08:21 +02:00
renovate[bot]
ec00cc1faa Update dependency net.zetetic:sqlcipher-android to v4.15.0 2026-05-05 14:05:26 +00:00
bxdxnn
8e8426b08c Reimplement "Natural media viewer swiping order" (#6715) 2026-05-05 16:02:52 +02:00
Jorge Martin Espinosa
6abb83547b Revert PR #6642 (#6724)
* Revert "Change native back button behavior in EC view (close settings in EC with os native back) (#6642)"

This reverts commit 79eb28d10a.

* Fix API breaks from revert
2026-05-05 15:24:27 +02:00
Jorge Martin Espinosa
4eb2481e71 Allow cancelling room loading in Home screen (#6723)
Previously, this was disabled by mistake, since it's the default behavior.
2026-05-05 13:14:30 +02:00
renovate[bot]
81130bb195 Merge pull request #6722 from element-hq/renovate/roborazzi
Update roborazzi to v1.60.0
2026-05-05 10:55:16 +02:00
Benoit Marty
32757c8e53 Merge pull request #6654 from bxdxnn/fix/clip-room-summary
Add clipping to RoomSummaryRow
2026-05-04 22:38:51 +02:00
bxdxnn
2d310a31b3 Add clipping to RoomSummaryRow 2026-05-04 18:29:37 +00:00
renovate[bot]
34b3de2b14 Update dependency org.matrix.rustcomponents:sdk-android to v26.05.4 (#6718)
* Update dependency org.matrix.rustcomponents:sdk-android to v26.05.4

* Fix `RoomInfo` fixture

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2026-05-04 10:04:20 +00:00
Benoit Marty
abc540b379 Merge pull request #6650 from element-hq/feature/bma/a11yFixes
[a11y] Fix a set of issues
2026-05-04 11:50:15 +02:00
Benoit Marty
59bcc904fa Let our Json parser accept comments and trailing comma. 2026-05-04 10:05:11 +02:00
Benoit Marty
737f8b6559 Merge pull request #6716 from element-hq/sync-localazy
Sync Strings
2026-05-04 09:59:34 +02:00
Hi Dude!
d6e1afd8b3 Fix calls on Huawei devices: skip addWebMessageListener on Chromium < 119 (#6640)
* Fix calls on Huawei: skip addWebMessageListener on Chromium < 119

* Fix lint issues, log webview version

---------

Co-authored-by: manfrommedan <manfrommedan@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2026-05-04 08:30:05 +02:00
renovate[bot]
610b42c546 Update dependency com.posthog:posthog-android to v3.43.0 (#6704)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-04 08:07:11 +02:00
renovate[bot]
bd90eec015 Update dependency io.nlopez.compose.rules:detekt to v0.5.8 (#6711)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-04 08:06:30 +02:00
bmarty
47f5f50c2a Sync Strings from Localazy 2026-05-04 00:54:27 +00:00
Benoit Marty
d06397946e Merge pull request #6668 from element-hq/feature/bma/removeExternalCallSupport
Remove external call support
2026-04-30 17:36:40 +02:00
Benoit Marty
1002b8d0cb Fix compilation issue 2026-04-30 16:59:14 +02:00
Benoit Marty
b1af329837 Merge branch 'develop' into feature/bma/removeExternalCallSupport 2026-04-30 16:58:11 +02:00
Benoit Marty
0d712c00a0 Merge pull request #6697 from element-hq/feature/bma/fixDependencyError
Fix dependency error
2026-04-30 16:57:19 +02:00
Benoit Marty
e70ebc8d65 Merge pull request #6693 from element-hq/renovate/compose.bom
Update dependency androidx.compose:compose-bom to v2026.04.01
2026-04-30 16:54:23 +02:00
Benoit Marty
723b9b8d61 Migrate to v2 testing APIs 2026-04-30 16:04:07 +02:00
Jorge Martin Espinosa
3bb7ab301f Mitigate a deadlock when loading room timelines (#6674)
This may be happening because we were not destroying focused event timelines used for the media viewer/gallery when necessary, and having several of those back paginating *may* have caused a deadlock in the event cache.
2026-04-30 16:01:24 +02:00
Benoit Marty
24e68f6f76 Update kotlin version 2026-04-30 14:09:41 +02:00
Benoit Marty
745567f058 Fix quality issues 2026-04-30 14:09:07 +02:00
ElementBot
869be6dfbd Update screenshots 2026-04-30 10:44:04 +00:00
Benoit Marty
9641f6e0db MediaPlayerControllerView: Use IconButton instead of Box and remove the clipping. 2026-04-30 12:20:53 +02:00
Benoit Marty
24b0585747 MediaViewerView: move TopBar to Scaffold topbar 2026-04-30 12:20:53 +02:00
Benoit Marty
2c226c8de0 Improve MediaViewerBottomBar usage. 2026-04-30 12:19:32 +02:00
Benoit Marty
667e0da3a2 Improve how the ThumbnailView is added to the composition 2026-04-30 12:19:32 +02:00
Benoit Marty
2d706d0020 Move isTalkbackActive to a11y package. 2026-04-30 12:19:31 +02:00
Benoit Marty
6de5ac6f9a a11y: do not use Overlay if screen reader is active, or external keyboard is connected.
Related to #6399
2026-04-30 12:19:31 +02:00
Benoit Marty
feb61437a2 Declare Top bar first and use zIndex. 2026-04-30 12:19:30 +02:00
Benoit Marty
675f2d913b Remove useless Box 2026-04-30 12:17:25 +02:00
Benoit Marty
a307df5f64 Remove unused content parameter. 2026-04-30 12:07:07 +02:00
Benoit Marty
85f92929cd a11y: use different content description when the red dot is displayed
Closes #6395
2026-04-30 12:07:06 +02:00
Benoit Marty
8c50c55a1d a11y: set role = button for "learn more" texts.
Closes #6405
2026-04-30 12:07:06 +02:00
Benoit Marty
02ab58ffbe a11y: let banner title be implemented as a heading.
Closes #6384
2026-04-30 12:07:06 +02:00
Benoit Marty
784ede2eb1 a11y: let section header be implemented as a heading.
Closes #6386
2026-04-30 12:07:05 +02:00
Benoit Marty
bcdf17b0d0 a11y: add alternative text to the info icon.
Closes #6379
2026-04-30 12:07:05 +02:00
ganfra
45e415bf11 Merge pull request #6687 from element-hq/renovate/kotlin
Update kotlin
2026-04-30 12:04:57 +02:00
Benoit Marty
b81b1cd79b Merge branch 'develop' into feature/bma/removeExternalCallSupport 2026-04-30 11:50:35 +02:00