ElementBot
13bcf48e2a
Sync Strings from Localazy ( #6856 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2026-05-26 08:05:07 +00:00
Jorge Martin Espinosa
603c4feda1
Attempt to fix room list item duplicates at midnight ( #6793 )
...
* Attempt to fix room list item duplicates at midnight
This seems to happen because of a race condition between `RoomListDataSource.observeDateTimeChanges` and `RoomListDataSource.replaceWith` being called at almost the same time and the first one using the newly received items from observing the timeline items but not updating the cache which will be later reused by `replaceWith`, containing incorrect indices
2026-05-18 22:18:52 +02:00
bmarty
c1d462f297
Sync Strings from Localazy
2026-05-18 00:57:56 +00:00
Jenna Vassar
c318b2540b
Fix room list duplicate-detection telemetry crashing before it can report ( #6791 )
...
* Add room dupe regression tests
* Fix telemetry path for dedupe discovery
2026-05-15 10:43:21 +02:00
Jorge Martin Espinosa
4975f61eb8
Adapt to new DM definition changes in the SDK ( #6748 )
...
* Set `DmRoomDefinition.TwoPeople` in `ClientBuilder`. This applies the 'direct and with at most 2 non-service members' rule to what the SDK should consider a DM.
* Map `RoomInfo.isDm` from the SDK
* Map `NotificationData.isDm` from `NotificationInfo.roomInfo.isDm`
* Remove `RoomIsDmCheck` file as its extension functions are now redundant. Move `Room.isDm` helper function to `BaseRoom`.
* Map `isDm` in `SpaceRoom` from the SDK too
* Replace `isDirect` with `isDm` where possible
* Map `RoomMember.isServiceMember` from the SDK and use it to tell apart normal members of a room from service members (i.e. `RoomMembersState.getDirectRoomMember`)
2026-05-11 17:22:16 +02:00
ElementBot
397274250a
Sync Strings from Localazy ( #6761 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2026-05-11 09:37:59 +02:00
Benoit Marty
d7e90728ad
More replacements
2026-05-07 10:01:30 +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
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
bmarty
47f5f50c2a
Sync Strings from Localazy
2026-05-04 00:54:27 +00: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
723b9b8d61
Migrate to v2 testing APIs
2026-04-30 16:04:07 +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
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
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
ElementBot
c5640ebff5
Sync Strings ( #6626 )
...
* Sync Strings from Localazy
* Use the previous plurals as plain strings
* Add extra case for 1 vs multiple users
* Update screenshots
---------
Co-authored-by: Jorge Martín <jorgem@element.io>
2026-04-20 17:09:10 +00:00
Valere Fedronic
1e3e5dca8c
Merge pull request #6574 from element-hq/feature/valere/call/ongoing_voice_call_join
...
feat: Default to camera muted when joining ongoing voice call
2026-04-14 22:47:58 +02:00
Benoit Marty
e9dd3115b8
Merge pull request #6561 from element-hq/feature/bma/removeSpaceAnnouncement
...
Remove space announcement
2026-04-14 16:58:25 +02:00
Valere
6a49f4c15a
fixup: test compilation pb
2026-04-14 15:20:56 +02:00
Valere
684d53b90e
feat: Default to camera muted when joining ongoing voice call
2026-04-14 14:45:35 +02:00
bmarty
919e9d6c2d
Sync Strings from Localazy
2026-04-13 00:48:40 +00:00
Benoit Marty
6abe9d7d18
Remove space announcement.
...
Rework to keep the logic for fullscreen announcement.
2026-04-10 14:51:03 +02:00
Benoit Marty
779813b8a7
Remove FF RoomListSpaceFilters
2026-04-09 11:33:08 +02:00
Benoit Marty
22553b2596
Remove FF CreateSpaces
2026-04-09 11:28:24 +02:00
ElementBot
c4acb75924
Sync Strings ( #6537 )
...
* Sync Strings from Localazy
* Sync strings.
---------
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
2026-04-07 16:02:12 +02:00
ElementBot
f4986d4a0b
Sync Strings from Localazy ( #6486 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2026-03-31 15:48:37 +02:00
renovate[bot]
e8a2f97cf5
fix(deps): update dependency androidx.compose.material3:material3 to v1.5.0-alpha15 ( #6306 )
...
* fix(deps): update dependency androidx.compose.material3:material3 to v1.5.0-alpha15
* Fix deprecations
* Add bottom sheet workaround
* Fix new lint issues
* Fix and ignore broken tests
* Update screenshots
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
Co-authored-by: ElementBot <android@element.io>
2026-03-24 11:24:07 +01:00
ElementBot
b5df58fcec
Sync Strings ( #6435 )
...
* Sync Strings from Localazy
* Sync strings.
---------
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
2026-03-23 18:05:26 +00:00
bmarty
3a0e01b63d
Sync Strings from Localazy
2026-03-16 00:42:32 +00:00
ElementBot
2ad55f4bc6
Sync Strings ( #6302 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2026-03-09 10:38:07 +01:00
ElementBot
5bcaad1e81
Sync Strings from Localazy ( #6269 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2026-03-02 14:54:50 +01:00
Benoit Marty
c7ba6ce4ed
Navigation bar: reduce bottom padding.
2026-02-27 12:04:13 +01:00
Benoit Marty
b84970edc5
Ensure FAB is displayed when navigation bar is not
2026-02-27 12:02:20 +01:00
Benoit Marty
42308f46bd
Increase content padding, and apply it to the space tab too.
2026-02-25 15:56:30 +01:00
Benoit Marty
56165b2faf
Fix navigation bar overlapping buttons in empty space view.
2026-02-25 15:56:30 +01:00
Benoit Marty
f0f6b92b5e
Add Preview for the case empty space.
2026-02-25 15:56:30 +01:00
Benoit Marty
2ccfbec842
Fix lint issue. floatingActionButton must be the last parameter.
2026-02-25 15:56:29 +01:00
Benoit Marty
6665a80f9e
Fix compilation issue after rebase.
2026-02-25 15:51:21 +01:00
Benoit Marty
afd7fc51c4
Create HorizontalFloatingToolbar wrapper in our components.
2026-02-25 15:51:20 +01:00
chelsea
b4ee3b1dd6
Use floating toolbar on homepage
2026-02-25 15:51:20 +01:00
bmarty
6c81e88689
Sync Strings from Localazy
2026-02-23 00:39:49 +00:00
ganfra
6b2819477c
Update SpaceFilterButton selected state color
2026-02-11 12:45:54 +01:00
ganfra
91eeb7b773
Merge branch 'develop' into feature/fga/space_ui_tweaks
2026-02-10 09:31:50 +01:00