Benoit Marty
cf17502f2e
Merge pull request #6744 from element-hq/feature/bma/improvePinUX
...
Improve pin code ux
2026-05-07 17:04:43 +02:00
Benoit Marty
e6977ea85c
Merge pull request #6740 from element-hq/feature/bma/uiSample
...
Introduce UI sample
2026-05-07 12:28:08 +02:00
Benoit Marty
3b6721946c
Merge pull request #6708 from escix/patch-3
...
Fix 2 x Crash the app in Developer Options - Update AppDeveloperSettingsView.kt
2026-05-07 11:56:01 +02:00
Benoit Marty
80f7a9e00f
Remove trailing spaces
2026-05-07 11:54:27 +02:00
Benoit Marty
e4afd6ccf0
Fix test
2026-05-07 11:52:21 +02:00
Jorge Martin Espinosa
d3e0ed059b
Make send event state UI easier to click ( #6739 )
...
* Make send event state UI easier to click
Make it so the whole timestamp view can be clicked
* Update screenshots
* Simplify `clickableModifier`
---------
Co-authored-by: ElementBot <android@element.io>
2026-05-07 11:11:07 +02:00
Benoit Marty
f529f49e3c
Add missing screenshot and improve UX when user enter wrong pin then correct pin.
2026-05-07 10:59:13 +02:00
Benoit Marty
ab48f761e1
Ensure that remaining pin code attempts is never bigger than the value in the config.
2026-05-07 10:59:13 +02:00
Benoit Marty
6ad8a63e36
Add test.
2026-05-07 10:59:12 +02:00
Benoit Marty
f85239518c
Fix quality issue.
2026-05-07 10:59:12 +02:00
Benoit Marty
ef11ce1100
PinUnlockEvents -> PinUnlockEvent
2026-05-07 10:59:12 +02:00
Benoit Marty
b2676d2547
SetupPinEvents -> SetupPinEvent
2026-05-07 10:59:11 +02:00
Benoit Marty
dd8cbad337
SetupBiometricEvents -> SetupBiometricEvent
2026-05-07 10:59:11 +02:00
Benoit Marty
74d3014b2d
LockScreenSettingsEvents -> LockScreenSettingsEvent
2026-05-07 10:59:11 +02:00
Benoit Marty
2c5ede5f15
Use test extension.
2026-05-07 10:59:11 +02:00
Benoit Marty
0124787a4d
Force sign out if PIN code store is corrupted.
2026-05-07 10:59:10 +02:00
Benoit Marty
95c182595c
Improve detection of configure PIN code.
2026-05-07 10:59:10 +02:00
Benoit Marty
7cbecc6b94
Merge pull request #6682 from element-hq/feature/bma/customMasScheme
...
Add a way to tweak MAS url.
2026-05-07 10:51:32 +02:00
Benoit Marty
d7e90728ad
More replacements
2026-05-07 10:01:30 +02:00
Benoit Marty
50d3876836
More replacements
2026-05-07 09:50:00 +02:00
Benoit Marty
a6880af921
Fix invalid userId.
2026-05-06 21:59:59 +02:00
Benoit Marty
db1b124025
Merge pull request #6726 from element-hq/feature/bma/renameVerificationMethod
...
Rename verification methods
2026-05-06 17:50:11 +02:00
Benoit Marty
f7346efde4
Create PreviewData with sample of UGC used for preview.
...
Fix preview issue where username was used for room/avatar name.
2026-05-06 17:45:50 +02:00
Copilot
852bcd64d8
Remove RoomDirectorySearch feature flag — always enable the feature ( #6736 )
...
* Remove RoomDirectorySearch feature flag, always enable the feature
Co-authored-by: stefanceriu <637564+stefanceriu@users.noreply.github.com>
* Apply ktlint formatting
Co-authored-by: jmartinesp <480955+jmartinesp@users.noreply.github.com>
* Update screenshots
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: stefanceriu <637564+stefanceriu@users.noreply.github.com>
Co-authored-by: jmartinesp <480955+jmartinesp@users.noreply.github.com>
Co-authored-by: ElementBot <android@element.io>
2026-05-06 16:05:19 +02:00
Jorge Martin Espinosa
8182e77825
Use 'Report a problem' string instead of 'Report bug' ( #6735 )
...
* Use 'Report a problem' instead of 'Report bug'. This old string will be deleted soon.
* Update screenshots
---------
Co-authored-by: ElementBot <android@element.io>
2026-05-06 15:33:17 +02:00
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
Benoit Marty
5a95df3136
Detekt and ktlint are confused with Kotlin context...
2026-05-05 16:50:22 +02:00
Benoit Marty
92ca1e69c1
Improve FakeSessionVerificationService
2026-05-05 15:29:32 +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
e4c58b3fc6
Rename methods around verification, to match SDK naming.
2026-05-05 12:17:51 +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
Strac Consulting Engineers Pty Ltd
43d048304d
Update AppDeveloperSettingsView.kt
...
Fix 2 x Crash the app
Fixes #6707
2026-05-02 09:40:23 +10: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