Commit graph

14183 commits

Author SHA1 Message Date
Valere
2d6fc8263e review: Update signature and keep formatters grouped together 2026-05-11 10:48:50 +02:00
Valere
9b55a1ab03 review: Invert if for better readability 2026-05-11 10:47:46 +02:00
Valere
5f872bf56e review: better comment 2026-05-11 10:47:32 +02:00
Valere
2d9bda3ac4 review: Use @stringRes annotation for Int 2026-05-11 10:47:17 +02:00
Valere
4c761812c6 Merge branch 'develop' into feature/valere/call/decline_timeline_rendering 2026-05-04 09:00:00 +02:00
Valere
13a8551367 fix test compilation 2026-05-04 08:59:46 +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
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
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
ganfra
7b07ce17d0 Merge pull request #6660 from element-hq/renovate/org.jsoup-jsoup-1.x
Update dependency org.jsoup:jsoup to v1.22.2
2026-04-30 11:30:08 +02:00
ganfra
8d3a0822dc Merge pull request #6691 from element-hq/renovate/io.sentry-sentry-android-8.x
Update dependency io.sentry:sentry-android to v8.40.0
2026-04-30 11:26:47 +02:00
ElementBot
543f50e08e Update screenshots 2026-04-30 09:20:58 +00:00
renovate[bot]
a209d2ce20 Update kotlin 2026-04-30 09:19:59 +00:00
Jorge Martin Espinosa
cd0fc5190e Fix ANRs when receiving push notifications (#6696)
In Sentry there are some reports of methods called when notifications are fetched that end up having ANRs. This looked weird because everything is asynchronous... but it's still running with a `Main` dispatcher.

Using the `Default/computation` one instead should be the right call.
2026-04-30 10:51:29 +02:00
Benoit Marty
f590dcfbfb Cleanup dependencies 2026-04-30 09:54:54 +02:00
Benoit Marty
2fefd4e306 In the module :libraries:matrix.api, change the dependencies to:
- libraries.sessionStorage.api
- projects.libraries.architecture
from `api` to `implementation`.

Modules who need `:libraries:matrix.api` do not necessarily need to use the session storage api.
2026-04-30 09:52:10 +02:00
Benoit Marty
c59d46a766 Merge pull request #6681 from hughns/hughns/link-new-device-done
Improve detection of completion for Link new device flow
2026-04-29 22:32:22 +02:00
renovate[bot]
21795a86c1 Update dependency androidx.compose:compose-bom to v2026.04.01 2026-04-29 20:27:57 +00:00
renovate[bot]
c1fb4b0fd6 Update dependency io.sentry:sentry-android to v8.40.0 2026-04-29 16:11:36 +00:00
Timo
79eb28d10a Change native back button behavior in EC view (close settings in EC with os native back) (#6642)
* Change native back button behavior in EC view:
 - inject escape into webview instead of going back.
 - the webview will call back when no other modal is open.

* call down and up in the webview + make sure that we fall back to close
pip in case the webview did not handle the esc action.

---------

Co-authored-by: Jorge Martín <jorgem@element.io>
2026-04-29 18:08:33 +02:00
Valere
c1a80218bc fixup test compilation 2026-04-29 17:27:51 +02:00
Valere
f6a7ad2809 fix: consist, use sealed interface instead of class 2026-04-29 16:29:13 +02:00
Valere
fbb0bb0173 cleanup of the RTCNotificationState enum 2026-04-29 16:21:36 +02:00
Valere
dfbe72ddb7 fix deteckt | unneeded paranthesis 2026-04-29 16:03:19 +02:00
Valere
f09c1023f7 feat: Update call started timeline item + declined support 2026-04-29 15:43:58 +02:00
Hugh Nimmo-Smith
117e33e59b Merge branch 'develop' into hughns/link-new-device-done 2026-04-29 12:06:40 +01:00
Hugh Nimmo-Smith
57dbad29c4 Fix tests
Co-Authored-By: Benoit Marty <3940906+bmarty@users.noreply.github.com>
2026-04-29 12:05:16 +01:00
Jorge Martin Espinosa
8d7cc14096 Remove legacy mx-reply from toPlainText formatted event contents (#6683) 2026-04-29 10:54:03 +00:00
Benoit Marty
b63c6eaba2 Merge pull request #6688 from element-hq/feature/bma/errorAlreadySignedIn
[Link new device] Add missing error case "already signed in"
2026-04-29 12:42:41 +02:00
ElementBot
ae23f88de2 Update screenshots 2026-04-29 10:06:55 +00:00
Jorge Martin Espinosa
1ef74f0cde Rename OIDC components and variables to OAuth (#6686)
* Rename `OIDC` components and variables to `OAuth`. This matches the new behavior in the SDK.
2026-04-29 11:41:47 +02:00
Benoit Marty
833bc59fc9 Increase title and subtitle vertical padding on FlowStepPage. 2026-04-29 11:33:45 +02:00
Benoit Marty
9438ff59f1 [Link new device] Add missing screen for the error case OtherDeviceAlreadySignedIn
Closes #6678
2026-04-29 11:33:44 +02:00
Benoit Marty
414da30d33 Merge pull request #6677 from hughns/hughns/qr-grant-error-mapping
Update error mappings for Link new device flow
2026-04-29 11:33:01 +02:00
Benoit Marty
84c51e022a Fix quality issues and formatting 2026-04-29 10:34:50 +02:00
Benoit Marty
3ffc9ca26c Merge pull request #6670 from bxdxnn/fix/room-summary-html
Strip formatting from media captions in room summary
2026-04-29 09:40:30 +02:00
Hugh Nimmo-Smith
055e5fddd3 Merge branch 'develop' into hughns/qr-grant-error-mapping 2026-04-28 17:04:08 +01:00
Benoit Marty
97e700eb18 Merge pull request #6680 from element-hq/feature/bma/qrCodeFix
[Link new device] Add missing screen to render digits that the user has to type on the other device
2026-04-28 16:59:16 +02:00
Hugh Nimmo-Smith
8fe731b7fe Delint 2026-04-28 15:42:24 +01:00
Hugh Nimmo-Smith
1abe7e7d3f Improve detection of completion for Link new device flow
The SDK emits a Done progress once complete, but our listener might have been deallocated before receiving the done.
2026-04-28 15:19:03 +01:00