ganfra
14096f3837
Merge tag '26.05.0' into develop
2026-05-07 17:45:54 +02:00
Benoit Marty
d50c04a420
Merge pull request #6746 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-26.x
...
Update dependency org.matrix.rustcomponents:sdk-android to v26.05.7
2026-05-07 17:23:20 +02:00
Benoit Marty
4497d7da36
Merge pull request #6744 from element-hq/feature/bma/improvePinUX
...
Improve pin code ux
2026-05-07 17:04:43 +02:00
ganfra
cc65a0f114
Merge branch 'release/26.05.0'
2026-05-07 16:03:03 +02:00
ganfra
63edcd6989
Adding fastlane file for version 26.05.0
2026-05-07 16:01:40 +02:00
ganfra
0cb1a9fb14
Setting version for the release 26.05.0
2026-05-07 16:01:34 +02:00
renovate[bot]
95dac66869
Update tspascoal/get-user-teams-membership action to v4 ( #6747 )
...
* Update tspascoal/get-user-teams-membership action to v4
* Point the commit to the right tag v4.0.0
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2026-05-07 15:39:26 +02:00
Jorge Martín
7e3acc03b9
Fix API breaks
2026-05-07 15:13:51 +02:00
renovate[bot]
a6bee757b4
Update dependency org.matrix.rustcomponents:sdk-android to v26.05.7
2026-05-07 12:11:36 +00:00
Benoit Marty
a7c9fedc8f
Merge pull request #6740 from element-hq/feature/bma/uiSample
...
Introduce UI sample
2026-05-07 12:28:08 +02:00
Benoit Marty
0abb04ea62
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
022d21b097
Remove trailing spaces
2026-05-07 11:54:27 +02:00
Benoit Marty
80a46fdb3d
Fix test
2026-05-07 11:52:21 +02:00
ElementBot
790c30ca1f
Update screenshots
2026-05-07 09:20:09 +00:00
Jorge Martin Espinosa
866c8375b3
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
ae044607c7
Add missing screenshot and improve UX when user enter wrong pin then correct pin.
2026-05-07 10:59:13 +02:00
Benoit Marty
d18b529285
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
d558371798
Add test.
2026-05-07 10:59:12 +02:00
Benoit Marty
5269b9787e
Fix quality issue.
2026-05-07 10:59:12 +02:00
Benoit Marty
44baa4a383
PinUnlockEvents -> PinUnlockEvent
2026-05-07 10:59:12 +02:00
Benoit Marty
668b03f8bc
SetupPinEvents -> SetupPinEvent
2026-05-07 10:59:11 +02:00
Benoit Marty
90918cbb9d
SetupBiometricEvents -> SetupBiometricEvent
2026-05-07 10:59:11 +02:00
Benoit Marty
bc60512e10
LockScreenSettingsEvents -> LockScreenSettingsEvent
2026-05-07 10:59:11 +02:00
Benoit Marty
94d37c68d5
Use test extension.
2026-05-07 10:59:11 +02:00
Benoit Marty
8799dda471
Force sign out if PIN code store is corrupted.
2026-05-07 10:59:10 +02:00
Benoit Marty
61374bca4e
Improve detection of configure PIN code.
2026-05-07 10:59:10 +02:00
Benoit Marty
2f45ca8835
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
ElementBot
861de339d8
Update screenshots
2026-05-07 08:43:48 +00:00
Benoit Marty
4948497be2
More replacements
2026-05-07 10:01:30 +02:00
Benoit Marty
b19a2c5a44
Use generic id for default
2026-05-07 09:50:12 +02:00
Benoit Marty
0349162694
More replacements
2026-05-07 09:50:00 +02:00
renovate[bot]
a27278da20
Update dependencyAnalysis to v3.10.0 ( #6742 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-07 08:09:15 +02:00
ElementBot
a7c4a2b404
Update screenshots
2026-05-06 20:17:22 +00:00
Benoit Marty
223dd1f6b0
Fix invalid userId.
2026-05-06 21:59:59 +02:00
Benoit Marty
a77c2c0c7e
Update ref to submodule.
2026-05-06 17:54:22 +02:00
Benoit Marty
15162e4e32
Merge pull request #6726 from element-hq/feature/bma/renameVerificationMethod
...
Rename verification methods
2026-05-06 17:50:11 +02:00
Benoit Marty
2a694f6dfd
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
6ef9315468
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
9b91fabbd6
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]
f4cf704335
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
34f001d22c
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
70452842d3
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
f0b9ce567a
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
bcc2eb3d34
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
1fd02be0f4
Merge branch 'develop' into renovate/net.zetetic-sqlcipher-android-4.x
2026-05-06 10:10:57 +02:00
renovate[bot]
47ca5a5f2f
Update dependency org.maplibre.gl:android-sdk to v13.1.0
2026-05-06 01:36:24 +00:00
Kurban Sagitov
a7711b7d52
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
65ddc4355e
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
Benoit Marty
3b3b4813b6
Detekt and ktlint are confused with Kotlin context...
2026-05-05 16:50:22 +02:00
renovate[bot]
54a6666988
Update dependency net.zetetic:sqlcipher-android to v4.15.0
2026-05-05 14:05:26 +00:00