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
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
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
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
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
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
bmarty
47f5f50c2a
Sync Strings from Localazy
2026-05-04 00:54:27 +00: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
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
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
b81b1cd79b
Merge branch 'develop' into feature/bma/removeExternalCallSupport
2026-04-30 11:50:35 +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
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
Hugh Nimmo-Smith
117e33e59b
Merge branch 'develop' into hughns/link-new-device-done
2026-04-29 12:06:40 +01: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
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
9438ff59f1
[Link new device] Add missing screen for the error case OtherDeviceAlreadySignedIn
...
Closes #6678
2026-04-29 11:33:44 +02:00
Benoit Marty
84c51e022a
Fix quality issues and formatting
2026-04-29 10:34:50 +02:00
Hugh Nimmo-Smith
055e5fddd3
Merge branch 'develop' into hughns/qr-grant-error-mapping
2026-04-28 17:04:08 +01: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
Hugh Nimmo-Smith
c0c3a42ef0
Update error mappings for Link new device
2026-04-28 11:22:25 +01:00
Benoit Marty
c4ecc51d6a
[Link new device] Implement code confirmation screen.
2026-04-28 12:04:57 +02:00
Benoit Marty
7f16b69f3b
Use test extension on presenters.
2026-04-27 17:06:49 +02:00
Benoit Marty
f511023507
PictureInPictureEvents -> PictureInPictureEvent
2026-04-27 17:04:49 +02:00
Benoit Marty
38f09aac95
CallScreenEvents -> CallScreenEvent
2026-04-27 17:04:12 +02:00
Benoit Marty
ba3f24cbed
Element Call: remove support for SPA call links.
...
Closes #6578
2026-04-27 17:01:08 +02:00
Benoit Marty
5d9cfbd89a
Preview the whole bottom sheet.
2026-04-27 15:15:23 +02:00
Benoit Marty
22a6ef4891
Rename Preview.
2026-04-27 15:12:23 +02:00
Benoit Marty
babddd167b
Ensure that all the ModalBottomSheet can scroll.
2026-04-27 10:23:56 +02:00
Benoit Marty
e51bd9bba6
RoomListDeclineInviteMenu: limit room name
...
Improve preview.
Closes #6659
2026-04-27 09:49:09 +02:00
ElementBot
f04d3b2f8b
Merge pull request #6658 from element-hq/sync-localazy
...
Sync Strings
2026-04-27 09:17:54 +02:00
Benoit Marty
1b2eb3a375
Merge pull request #6643 from element-hq/feature/bma/updateMediaViewer
...
Update media viewer UI
2026-04-24 17:48:38 +02:00
Benoit Marty
f19ceb1570
Replace " - " by " • " as it renders better.
2026-04-24 14:28:52 +02:00
Richard van der Hoff
e961214c4d
Promote "history sharing on invite" out of developer options ( #6647 )
...
* Enable history sharing by default, unconditionally
* Remove feature-flag dep from history viz icons in room header
* Remove feature-flag dep from warning on inviting new people
* Remove feature-flag dep from warning on starting chat with new people
* Remove `enableKeyShareOnInvite` feature flag
* Update screenshots
* Remove redundant `FakeFeatureFlagService()` invocation, per review comment
---------
Co-authored-by: ElementBot <android@element.io>
2026-04-24 10:52:21 +00:00
Benoit Marty
ce30a4ab23
Merge pull request #6633 from element-hq/feature/bma/deactivateStrings
...
Update wording of deactivate account screen
2026-04-21 15:34:23 +02:00
Benoit Marty
9d054e08b1
Use new action_delete and action_delete_account
2026-04-21 14:57:33 +02:00
Valere Fedronic
bf18c0d560
Merge pull request #6627 from element-hq/feature/valere/call/fix_proximity_bug
...
Fix | When selecting earpiece twice in a row the proximity sensor get wrongly disabled
2026-04-21 13:52:32 +02:00