Benoit Marty
6989e10c19
Add string to Localazy
2025-08-13 16:59:12 +02:00
ganfra
41cf1afce3
refactor (start chat) : start splitting things (create room, invite people, start chat)
2025-08-13 11:06:42 +02:00
Benoit Marty
1268f74420
Remove FeatureFlag.MarkAsUnread
2025-08-12 16:08:42 +02:00
Benoit Marty
216ba060b4
Merge branch 'develop' into feature/bma/rageshakeConfigStep2
2025-08-11 17:35:06 +02:00
ElementBot
4b12c3f805
Sync Strings ( #5146 )
...
* Sync Strings from Localazy
* Remove unused WelcomeView.
* Remove unused WelcomeView.
---------
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
2025-08-11 12:49:29 +00:00
Benoit Marty
d9b274b6cf
Let enterprise build be able to override (or disable) the bug report URL.
2025-08-08 17:23:39 +02:00
Jorge Martin Espinosa
49a268a0e1
Fix cursor position in room list search ( #5138 )
2025-08-08 15:50:06 +02:00
Benoit Marty
122aeb1d03
Merge pull request #5120 from element-hq/feature/bma/a11y/contextMenuKeyboard
...
[a11y] Open context menu with the keyboard
2025-08-06 14:50:12 +02:00
Benoit Marty
43fade19c6
Fix comment quality
2025-08-05 21:11:20 +02:00
Benoit Marty
be82c6e257
Rename extension.
2025-08-05 21:11:19 +02:00
Jorge Martin Espinosa
1a335698c0
Force last owner of a room to pass ownership when leaving ( #5094 )
...
* Move `ChangeRoles*` classes to their own module so they can be shared
* Hook the change roles screen to the leave room action, add confirmation dialogs
* Use enum instead of sealed interface for `ChangeRoomMemberRolesListType`
* Try to improve communications between nodes
* refactor (leave room) : makes sure to expose only necessary code from api module
* Add `:libraries:previewutils` module to share some test fixtures used for UI previews
* Update screenshots
---------
Co-authored-by: ElementBot <android@element.io>
Co-authored-by: ganfra <francoisg@matrix.org>
2025-08-05 17:24:14 +02:00
Benoit Marty
9557035199
Ensure that navigation using keyboard is not broken on the room list.
...
Workaround https://issuetracker.google.com/issues/436432313
2025-08-05 12:00:12 +02:00
Benoit Marty
d988ae3082
[a11y] Let keyboard shortcut Shift + F10 trigger the same action than a long click
2025-08-05 09:41:08 +02:00
Benoit Marty
bdcafde2ce
Sync string again
2025-08-04 14:50:08 +02:00
bmarty
ee77c646eb
Sync Strings from Localazy
2025-08-04 00:34:11 +00:00
bmarty
0fb0861bc1
Sync Strings from Localazy
2025-07-28 00:33:43 +00:00
bmarty
8ffbfd82e8
Sync Strings from Localazy
2025-07-22 20:46:13 +02:00
Benoit Marty
cdbadb5477
FAB: iterate on design
2025-07-16 10:11:53 +02:00
Benoit Marty
827b02992d
Iterate on FloatingActionButton shape and colors.
2025-07-16 09:47:08 +02:00
bmarty
9ce7ad4903
Sync Strings from Localazy
2025-07-14 00:33:09 +00:00
Benoit Marty
e57011631d
Merge pull request #5007 from element-hq/feature/bma/a11y/reportRoom
...
[a11y] Fix several issues around accessibility
2025-07-10 16:36:10 +02:00
Benoit Marty
b50b048a0f
[a11y] Fix talkback saying twice "Report room"
2025-07-09 16:09:17 +02:00
Benoit Marty
dfd5343397
Disable hazeEffect if spaces are not enabled.
...
Give us time to fix the transparency issue that has been discovered on the navigation bar.
2025-07-09 15:17:42 +02:00
Benoit Marty
1a12a8e95c
Ensure that EmptyView has the padding too, especially when there is a banner to display.
...
Add preview with empty list and banner.
2025-07-09 14:48:13 +02:00
Benoit Marty
2232a745c9
Remove useless Box
2025-07-09 14:47:33 +02:00
Benoit Marty
cba4a3a029
Apply content padding to skeleton view.
2025-07-09 14:47:32 +02:00
Benoit Marty
632de23b10
Enable blur effect on the top bar too.
2025-07-09 14:47:32 +02:00
Benoit Marty
f8e25381f4
Change fun to val and extend SemanticColors
2025-07-08 17:49:06 +02:00
Benoit Marty
370c8ed752
Merge pull request #4990 from element-hq/feature/bma/workspaceIcon
...
Home navigation bar fixes
2025-07-08 12:35:20 +02:00
ganfra
d9209ac5ca
Merge pull request #4993 from element-hq/feature/fga/fix_rebuild_room_list
...
fix ( room list) : rebuild with filteredSummaries to avoid bad state
2025-07-08 11:05:02 +02:00
Benoit Marty
36ad2432e1
Use icon for Spaces and update label and navigation bar design and behavior.
2025-07-08 10:28:26 +02:00
ganfra
be04736406
fix ( room list) : rebuild with filteredSummaries to avoid bad state in the room list
2025-07-07 21:29:13 +02:00
Benoit Marty
2b8c4ba079
Remove bloom effect and replace by linear gradient
...
Use semantic colors.
2025-07-07 14:49:07 +02:00
ElementBot
d9ede0544c
Sync Strings from Localazy ( #4983 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2025-07-04 14:37:59 +00:00
Benoit Marty
70aa31df00
[a11y] Ensure that heading() is applied to all screen titles.
2025-07-04 12:15:42 +02:00
Benoit Marty
5d81a0264b
[a11y] Add long click label
2025-07-04 09:34:14 +02:00
Benoit Marty
8bc7bed5cb
Merge pull request #4964 from element-hq/feature/bma/roomListNavigationBar
...
Home navigation bar
2025-07-01 17:22:21 +02:00
ganfra
26a19d6f99
Merge branch 'develop' into feature/fga/csam_preferences_server
2025-07-01 09:50:48 +02:00
ganfra
7fb6eeb398
change (media preview config) : clean code
2025-06-30 21:54:17 +02:00
ganfra
773fa1657a
Merge branch 'develop' into feature/fga/csam_preferences_server
2025-06-30 21:42:06 +02:00
Benoit Marty
33daa38455
NavigationBar for Spaces
2025-06-30 19:02:20 +02:00
Benoit Marty
cb091106b6
Fix test regression on API 33.
2025-06-30 17:00:59 +02:00
Benoit Marty
1b05c2a965
Split RoomListPresenter and introduce HomePresenter
2025-06-30 09:50:22 +02:00
bmarty
284241a4ec
Sync Strings from Localazy
2025-06-30 00:33:54 +00:00
Benoit Marty
082b012bc5
Fix incorrect import
2025-06-27 15:51:13 +02:00
Benoit Marty
67f36f3d74
Add missing import
2025-06-27 15:48:14 +02:00
Benoit Marty
b02aa0d546
Add TODO
2025-06-27 15:25:02 +02:00
Benoit Marty
60083ad5ea
Rename module roomlist to home
2025-06-27 15:24:50 +02:00