Commit Graph

14177 Commits

Author SHA1 Message Date
Jenna Vassar 51816e0281 Move jumpToUnreadButton to bottom, remove badge count 2026-05-05 13:04:37 -07:00
Jenna Vassar 200b98b72b Consolidate JumpToUnreadState 2026-05-01 09:13:40 -07:00
Jenna Vassar 7148f2f28f Semantic fixes: clearer naming conventions, when statements 2026-05-01 09:01:32 -07:00
Jenna Vassar 78aa500d23 Fold newMessagesCount into NewEventState.FromOther 2026-05-01 08:16:35 -07:00
Jenna Vassar af9da10254 Merge branch 'element-hq:develop' into feature/scroll-to-unread-messages 2026-05-01 06:08:28 -07:00
Benoit Marty 65a9a97735 Merge pull request #6668 from element-hq/feature/bma/removeExternalCallSupport
Remove external call support
2026-04-30 17:36:40 +02:00
Benoit Marty 6c7c48da69 Fix compilation issue 2026-04-30 16:59:14 +02:00
Benoit Marty e21276f323 Merge branch 'develop' into feature/bma/removeExternalCallSupport 2026-04-30 16:58:11 +02:00
Benoit Marty 85ef12a401 Merge pull request #6697 from element-hq/feature/bma/fixDependencyError
Fix dependency error
2026-04-30 16:57:19 +02:00
Benoit Marty 4e38846342 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 11b9efa2c9 Migrate to v2 testing APIs 2026-04-30 16:04:07 +02:00
Jorge Martin Espinosa 30fd90abb9 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 13775f4fbd Update kotlin version 2026-04-30 14:09:41 +02:00
ganfra e5d134cd3b Merge pull request #6687 from element-hq/renovate/kotlin
Update kotlin
2026-04-30 12:04:57 +02:00
Benoit Marty f4b3ddfa0b Merge branch 'develop' into feature/bma/removeExternalCallSupport 2026-04-30 11:50:35 +02:00
ganfra efe611eb4f 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 be22ac8de9 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
renovate[bot] c9bc8791e9 Update kotlin 2026-04-30 09:19:59 +00:00
Jorge Martin Espinosa 4a79b272ef 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 078e942a28 Cleanup dependencies 2026-04-30 09:54:54 +02:00
Benoit Marty 4d0be69b4c 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
Jenna Vassar ef7cb35de8 Quality checks/fixes 2026-04-29 18:13:38 -07:00
Jenna Vassar 2579e68edc Don't show NEW timeline divider when not applicable in previews 2026-04-29 17:29:51 -07:00
Jenna Vassar 9f26079b84 Add missing preview: both fabs have counts 2026-04-29 16:34:47 -07:00
Jenna Vassar 7f5ce76860 Feature: add jump to unread button with badge count 2026-04-29 15:41:05 -07:00
Benoit Marty 8b8eedb419 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] da36323006 Update dependency androidx.compose:compose-bom to v2026.04.01 2026-04-29 20:27:57 +00:00
renovate[bot] 7940b8f865 Update dependency io.sentry:sentry-android to v8.40.0 2026-04-29 16:11:36 +00:00
Timo 6ba4679908 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
Hugh Nimmo-Smith 026c448e48 Merge branch 'develop' into hughns/link-new-device-done 2026-04-29 12:06:40 +01:00
Hugh Nimmo-Smith 3b21d698ee Fix tests
Co-Authored-By: Benoit Marty <3940906+bmarty@users.noreply.github.com>
2026-04-29 12:05:16 +01:00
Jorge Martin Espinosa d215354e64 Remove legacy mx-reply from toPlainText formatted event contents (#6683) 2026-04-29 10:54:03 +00:00
Benoit Marty 1eeabb1e64 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 6de6e13f25 Update screenshots 2026-04-29 10:06:55 +00:00
Jorge Martin Espinosa 367995303d 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 c750fd102f Increase title and subtitle vertical padding on FlowStepPage. 2026-04-29 11:33:45 +02:00
Benoit Marty 083fc5c5fb [Link new device] Add missing screen for the error case OtherDeviceAlreadySignedIn
Closes #6678
2026-04-29 11:33:44 +02:00
Benoit Marty 7dd81dc838 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 1d03cbfc06 Fix quality issues and formatting 2026-04-29 10:34:50 +02:00
Benoit Marty 3fd2f0991a 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 7d27ff3c59 Merge branch 'develop' into hughns/qr-grant-error-mapping 2026-04-28 17:04:08 +01:00
Benoit Marty 7080cf77e6 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 fd69bbc57a Delint 2026-04-28 15:42:24 +01:00
Hugh Nimmo-Smith 723b7486bc 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
renovate[bot] 997227b020 Update dependency org.matrix.rustcomponents:sdk-android to v26.04.27 (#6666)
* Update dependency org.matrix.rustcomponents:sdk-android to v26.04.27

* Fix breaking API changes:

- OIDC components are now prefixed `OAuth`.
- `Room.startLiveLocationShare` now returns the event id of the beacon state event if it succeeds.
- `RoomInfo` now contains an `activeServiceMembersCount` property.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2026-04-28 14:49:37 +02:00
Jorge Martin Espinosa 90ed385745 Fix record screenshots action permissions (#6679) 2026-04-28 11:17:57 +00:00
ElementBot cd61c6b3f0 Update screenshots 2026-04-28 11:10:56 +00:00
Hugh Nimmo-Smith 5c9d8d917c Update error mappings for Link new device 2026-04-28 11:22:25 +01:00
Benoit Marty 5508442222 [Link new device] Implement code confirmation screen. 2026-04-28 12:04:57 +02:00
renovate[bot] 5e8db74003 Update dependencyAnalysis to v3.9.0 (#6657)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-28 11:16:50 +02:00