Commit graph

16 commits

Author SHA1 Message Date
Jorge Martin Espinosa
0009409a3b [Message actions] Update timeline context menu (#498)
* Replace bottom sheets in timeline with M3 ones.

* Add missing options to menu with the right icons

* Add message summary and reaction emoji row.

* Use the same icon in the message summary and file timeline item
2023-06-02 12:08:54 +00:00
Benoit Marty
9ec987f993 Introduce pages in our design system. 2023-06-01 10:51:03 +02:00
Marco Romano
67a8802766 Room list contextual menu (#427)
- Adds `ModalBottomSheet` to our design components (it wraps the homonimous Material3 one).
- Adds  a bottom sheet to the Room list using the aforementioned design component.
- Adds navigation from the room list to a room detail (context menu "Settings" action).
- Consolidates the "leave room flow" into a new `leaveroom` module used by both the room list and the room details.
  - Adds progress indicator to the leave room flow
- Uses new `leaveroom` module in `roomdetails` module too. 

Parent issue:
- https://github.com/vector-im/element-x-android/issues/261
2023-05-25 06:42:44 +00:00
Florian Renaud
b81f91b563 Use material icons while design system is not ready 2023-03-08 15:46:48 +01:00
Maxime NATUREL
aa2b4919da Add buttons to create and invite 2023-03-08 15:46:47 +01:00
Florian Renaud
ed46d42489 Update SearchBar by using the DockedSearchBar from material3 2023-03-08 15:46:46 +01:00
Maxime NATUREL
70acc9b2da Search bar 2023-03-08 15:46:46 +01:00
Florian Renaud
00a19107ce Update create room screen 2023-03-08 15:46:45 +01:00
Florian Renaud
d11c18d6b6 Customize create room floating button 2023-03-08 15:46:45 +01:00
Benoit Marty
ed3466d8c3 Fix compilation warning (even if this drawable will never be used at runtime) 2023-02-14 18:20:19 +01:00
Benoit Marty
aecc294df9 Add a way to Preview images. 2023-02-14 17:03:02 +01:00
Benoit Marty
e2515020cf Add missing Copyright 2022-12-22 13:51:56 +01:00
Benoit Marty
d6058716c6 Format project 2022-12-09 12:06:37 +01:00
Benoit Marty
232cabcb27 Composer: Edit and reply.
TODO: call renderComposerMode and highlight selected item.
2022-12-01 11:20:10 +01:00
Benoit Marty
11a3babc5f Redact event from the bottom sheet 2022-11-22 16:53:56 +01:00
ganfra
e293b0a203 Add long click support on timeline item 2022-11-21 12:42:42 +01:00