Commit Graph

4022 Commits

Author SHA1 Message Date
Benoit Marty
6284a70b00 Format file (no other change) 2024-12-18 16:04:48 +01:00
Benoit Marty
9b6701f4c5 Add a quick filter on the open source licence screen. 2024-12-16 17:36:51 +01:00
bmarty
e18e4142c7 Sync Strings from Localazy 2024-12-16 00:28:36 +00:00
Benoit Marty
30b09097df Merge pull request #4036 from element-hq/feature/bma/extractVoiceMessagePlayer
Extract voice message player to its own module
2024-12-13 19:38:02 +01:00
Benoit Marty
5e0d6a6e8a Extract voice message player to its own module 2024-12-13 15:44:58 +01:00
Benoit Marty
caf8c7392e Add audio file support in the gallery and in the media viewer.
Make MediaPlayerControllerView compatible to control audio playback
2024-12-13 09:45:45 +01:00
Benoit Marty
ecc308a9d7 Merge pull request #4029 from element-hq/feature/bma/eventCache
Add a feature flag to be able to enable the event cache
2024-12-12 17:59:47 +01:00
Benoit Marty
299de21968 Fix tests 2024-12-12 17:53:02 +01:00
Benoit Marty
87de436c98 Add a way to clear the cache for a specific room. 2024-12-12 11:58:46 +01:00
Benoit Marty
4188d58b56 Implement month separator for the Gallery.
Improve day separator rendering in the timeline.
Use Today, Yesterday, and the name of the day if less than 7 days and do not render the year for the current year.
Improve date format for the media viewer.
Rework how date and time are computed.
ActionListView: Time can take more space, so update the layout.
2024-12-11 23:57:57 +01:00
Benoit Marty
6e35ebcdeb Merge pull request #4010 from element-hq/feature/bma/mediaGalleryUi
Media gallery UI
2024-12-11 12:20:30 +01:00
Benoit Marty
caaa88485e Add edge case for the preview. 2024-12-10 11:58:31 +01:00
Benoit Marty
360ba2ba2f Fix alignment for edge cases. 2024-12-10 11:54:50 +01:00
Benoit Marty
7427dc1d94 Fix alignment of avatar according to Figma
https://www.figma.com/design/7TqjqdMBaPpm3IavKsMYu6/Ask-to-join-(Knocking)?node-id=4856-42262
2024-12-10 11:36:55 +01:00
Benoit Marty
8cd88e0086 Improve avatar rendering 2024-12-10 11:34:57 +01:00
ganfra
2791d23cb6 Merge pull request #4012 from element-hq/feature/fga/fix_open_dm_twice
fix(dm) : remove duplicate LaunchedEffect when opening DM
2024-12-10 11:03:24 +01:00
Benoit Marty
b3bae5e95d Fix test. 2024-12-10 10:17:57 +01:00
Benoit Marty
e80dfa9cff Add test. 2024-12-10 09:47:53 +01:00
Benoit Marty
f0fb6698e4 Rename onDone to onBackClick. 2024-12-10 08:51:43 +01:00
ganfra
669db8c0fa fix(dm) : remove duplicate LaunchedEffect 2024-12-09 19:58:54 +01:00
Benoit Marty
0096e528c4 Sync strings. 2024-12-09 17:16:29 +01:00
Benoit Marty
28725a364f Media Gallery 2024-12-09 16:48:48 +01:00
Benoit Marty
61805646c8 Merge pull request #4007 from element-hq/sync-localazy
Sync Strings
2024-12-09 16:47:34 +01:00
ganfra
6260759ae3 knock request : emit accept single request from banner 2024-12-09 11:22:53 +01:00
ganfra
421bbba558 misc : introduce List.firstIfSingle extension 2024-12-09 11:18:04 +01:00
ganfra
98c0697a3f knock requests : use proper banner string resources 2024-12-09 11:01:42 +01:00
bmarty
01855f09a9 Sync Strings from Localazy 2024-12-09 00:30:45 +00:00
ganfra
ef3c056952 knock requests : refine and clean banner 2024-12-06 17:52:47 +01:00
ganfra
85669e6d10 knock requests : change banner background 2024-12-06 16:31:37 +01:00
ganfra
e001fee649 knock requests : branch banner in room 2024-12-06 16:31:24 +01:00
ganfra
4a7ebcc254 knock requests : update icon 2024-12-06 13:49:14 +01:00
ganfra
b149acff26 knock requests : start implementing banner ui 2024-12-06 13:29:31 +01:00
ganfra
41ac352060 Merge pull request #3995 from element-hq/feature/fga/requests_to_join_list
feat(knock_requests_list) : implement design
2024-12-06 13:28:52 +01:00
ganfra
4ac77e280f knock requests : small nit on RoomDetailsNode
Co-authored-by: Benoit Marty <benoit@matrix.org>
2024-12-05 18:28:31 +01:00
ganfra
997f5ed952 knock requests : fix test on room details view 2024-12-05 12:57:15 +01:00
ganfra
aba1145b9c knock requests : fix stability of KnockRequestsCurrentAction 2024-12-05 12:15:35 +01:00
ganfra
1b20b6cf1a Merge pull request #3993 from element-hq/feature/fga/fix_keyboard_dismiss
fix(composer) : use HideKeyboardWhenDisposed only in MessagesView
2024-12-04 15:14:24 +01:00
ganfra
fdd0445906 Merge branch 'develop' into feature/fga/requests_to_join_list 2024-12-04 14:24:40 +01:00
ganfra
63c4ac81b8 knock requests : cleaning up 2024-12-04 14:15:17 +01:00
ganfra
affd0570dc knock requests : add formatted date 2024-12-04 13:48:15 +01:00
ganfra
9a0324f423 fix(composer) : use HideKeyboardWhenDisposed only in MessagesView 2024-12-04 11:31:33 +01:00
ganfra
d941bc5f3f fix(room_detail) : hide room avatar preview 2024-12-04 11:03:24 +01:00
ganfra
be60b74d03 Merge pull request #3988 from element-hq/feature/fga/update_rust_sdk_0.2.68
dependencies : update rust sdk to 0.2.68
2024-12-03 16:57:06 +01:00
ganfra
255c880b34 fix(ui) : update timeline informative view 2024-12-03 15:55:31 +01:00
ganfra
0834040281 deps : update rust sdk to 0.2.68 and expose new UtdCause 2024-12-03 14:29:37 +01:00
Benoit Marty
be236c0c34 Fix tests. 2024-12-03 11:37:19 +01:00
Benoit Marty
9582e547f4 Simplify code. 2024-12-03 10:21:06 +01:00
Benoit Marty
434ba4b82c Fix navigation issue. LocationViewer should not use the Appyx overlay. 2024-12-03 10:17:28 +01:00
Benoit Marty
5443cf83c9 Create method buildMediaViewerNavTarget 2024-12-03 10:08:13 +01:00
Benoit Marty
ecd58293b4 Move more fields to TimelineItemEventContentWithAttachment 2024-12-03 09:42:13 +01:00