ElementBot
6880cf518c
Sync Strings from Localazy ( #5904 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-12-15 23:51:19 +01:00
Benoit Marty
9ba84a1f8f
Merge pull request #5888 from element-hq/feature/bma/roomListIcons
...
RoomSummary: move the icon related to the last message state on start of the message.
2025-12-12 17:12:34 +01:00
Benoit Marty
4e043bfa40
Fix compilation issue.
2025-12-12 12:21:41 +01:00
Benoit Marty
6d93ce25aa
RoomSummary: move the icon related to the last message state on start of the message.
2025-12-11 13:52:30 +01:00
Benoit Marty
eff79d0b88
Add accessibility to the "sending" picto.
2025-12-08 15:28:38 +01:00
ganfra
c8d4ca66cf
Merge pull request #5830 from element-hq/sync-localazy
...
Sync Strings
2025-12-02 20:58:45 +01:00
Benoit Marty
39e580284d
Merge pull request #5824 from element-hq/feature/bma/roomListIndicators
...
Add room list indicators about last message
2025-12-02 17:42:46 +01:00
Benoit Marty
883341f363
Rename LatestEvent.Regular to LatestEvent.Synced
2025-12-02 16:54:50 +01:00
Benoit Marty
f5d902a6f3
Update API of RoomLatestEventFormatter.
2025-12-02 16:51:23 +01:00
Jorge Martin Espinosa
77be19bf3b
Load JoinedRoom in home screen, pass it to the room flow ( #5817 )
...
* Load `JoinedRoom` in `HomeFlowNode.navigateToRoom`, then pass it to the next navigation nodes
* Add delayed loading indicator for cases when loading the room takes too long
* Avoid an extra FFI call in `RustRoomFactory`.
Use `RoomInfo.membership` instead.
Also use `computation` dispatcher, since it should reduce the delay when switching contexts.
* Remove the dispatcher usage when loading the room in `HomeFlowNode`, we immediately call a method that changes the dispatcher used
* Make sure only a single room is opened at a time
2025-12-02 15:22:55 +00:00
bmarty
2b49c40592
Sync Strings from Localazy
2025-12-01 00:23:54 +00:00
Jorge Martín
71bfffe58f
Move analytic watchers to :services:analytics
2025-11-28 14:15:54 +01:00
Jorge Martín
c0e66e9d49
Add another performance check for cold start time until the cached room list is displayed
2025-11-28 14:15:54 +01:00
Benoit Marty
7a751abdb3
Add indicators in room list for sending event and errors.
2025-11-27 12:58:25 +01:00
ganfra
ca526580fd
misc : use new_latest_event api (+ some renaming)
2025-11-26 10:58:16 +01:00
ElementBot
42dd6c3544
Sync Strings from Localazy ( #5782 )
...
Co-authored-by: jmartinesp <480955+jmartinesp@users.noreply.github.com >
2025-11-20 15:25:19 +00:00
ElementBot
5087cb8bbd
Sync Strings from Localazy ( #5747 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-11-17 10:29:26 +01:00
Benoit Marty
1292da2a72
Copyright: Add Element Creations Ltd. copyright
2025-11-10 11:05:05 +01:00
Benoit Marty
b748fcc631
Copyright: Add final period
2025-11-10 10:13:41 +01:00
Benoit Marty
0a0224b586
Copyright: run command uv run license-editor --repository ../element-x-android
2025-11-10 10:09:26 +01:00
Benoit Marty
f32e893361
Merge pull request #5698 from element-hq/feature/bma/handleEvent
...
Code consistency around view event handling
2025-11-10 09:36:04 +01:00
ElementBot
43aa4c0e1f
Sync Strings from Localazy ( #5704 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-11-10 09:21:00 +01:00
Benoit Marty
cf19daf3a4
Rename handleEvents to handleEvent
2025-11-07 12:21:43 +01:00
ganfra
fca62a333e
change(roles and permissions): clean code
2025-11-05 15:40:34 +01:00
ganfra
288171ba90
change(roles and permissions): improve the flow
2025-11-05 14:42:34 +01:00
ganfra
17dd75fe24
change(roles and permissions): import codefrom roomdetails module
2025-11-03 18:29:51 +01:00
ganfra
ab0e4429d6
change(roles and permissions): rename package changeroommemberrole to rolesandpermissions
2025-11-03 17:52:40 +01:00
Benoit Marty
e70d767183
Remove context(parentNode: Node) and provide the parent Node as a parameter.
2025-10-31 12:04:57 +01:00
Benoit Marty
45400d70d2
Fix typo in package name.
2025-10-30 18:47:20 +01:00
Benoit Marty
05c5f3c914
Use context parameter for the parentNode
2025-10-30 16:32:53 +01:00
Benoit Marty
566515ca88
Remove NodeBuilder to ensure that Params and Callback are always provided.
2025-10-30 16:32:52 +01:00
Benoit Marty
5197154f54
Ensure a Callback and only one is provided in the Plugin. Also reduce boilerplate code in Nodes.
2025-10-30 16:32:51 +01:00
Benoit Marty
09a18ad7ca
Rename fun in Callback for clarity.
2025-10-30 16:32:48 +01:00
Benoit Marty
8bfb86683d
Fix "Arrow is redundant when parameter list is empty"
...
And other issues that ktlint now reports
2025-10-30 14:33:25 +01:00
ElementBot
b2aa6b1622
Sync Strings from Localazy ( #5610 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-10-27 13:53:07 +01:00
ganfra
69b4fdec04
Fix ktlint
2025-10-24 18:15:15 +02:00
ganfra
e689eaf73a
design(space): let divider be full width
...
# Conflicts:
# features/home/impl/src/main/kotlin/io/element/android/features/home/impl/spaces/HomeSpacesView.kt
2025-10-24 16:07:16 +02:00
Jorge Martin Espinosa
009ceb8704
Clearing the room list search clears the search term too ( #5603 )
2025-10-24 09:30:10 +02:00
ganfra
2de115d57b
design(home) : better comment on padding
2025-10-23 18:00:33 +02:00
ganfra
05d5ec78bb
design(home) : clean up
2025-10-23 17:22:39 +02:00
ganfra
a5b4f50334
design(home) : allow scrolling to top when clicking on already selected tab
2025-10-23 17:00:40 +02:00
ganfra
eb2b527236
design(home) : use enterAlwaysScrollBehavior for the RoomListFiltersView
2025-10-23 16:41:43 +02:00
ganfra
0498c3e4ed
design(home): makes HomeTopBar match design
2025-10-23 16:16:08 +02:00
ganfra
296b85eb2f
design(home): rename RomListTopBar to HomeTopBar
2025-10-23 16:11:26 +02:00
Benoit Marty
826cacf209
Remove @Inject, not necessary anymore when class is annotated with @ContributesBinding
2025-10-22 18:52:37 +02:00
ganfra
3d203d19e1
misc: fix insets for search room list after offline banner rework
2025-10-21 17:26:43 +02:00
ganfra
68daf8d2cf
misc: display offline banner directly in LoggedInFlowNode (and fix window insets)
2025-10-21 16:05:20 +02:00
Jorge Martin Espinosa
cbeb58f00e
Keep the cursor position in room list search when going back ( #5570 )
...
Also, make sure disposing a `MessagesView` doesn't accidentally hide the keyboard once the transition animation is done
2025-10-21 11:25:46 +02:00
ElementBot
5f6a93cd1a
Sync Strings ( #5562 )
...
* Sync Strings from Localazy
* Sync strings again
---------
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
Co-authored-by: Benoit Marty <benoit@matrix.org >
2025-10-20 10:04:46 +00:00
ganfra
7410efb593
design(space): match figma for Space views
2025-10-15 11:28:55 +02:00