ganfra
8a3a70ffa5
Merge branch 'develop' into feature/fga/media_viewer_actions
2023-06-07 16:31:28 +02:00
ElementBot
35aca5e6c7
Update screenshots
2023-06-07 14:10:32 +00:00
Jorge Martin Espinosa
595fbda220
[Message actions] New UI for message composer and editing ( #526 )
...
* Add UI for edit composer mode
* Remove leftover code from the RTE implementation
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-06-07 13:06:19 +02:00
Chris Smith
8edf270e66
Merge pull request #529 from vector-im/misc/cjs/create-join-design-feedback-ii
...
More create and join room design tweaks
2023-06-07 09:19:16 +01:00
Benoit Marty
6b264a6397
Merge pull request #527 from vector-im/feature/bma/designSystem
...
Preparatory work to integrate new FTUE screen
2023-06-07 08:59:13 +02:00
ElementBot
c7e25a6a4f
Update screenshots
2023-06-06 21:21:14 +00:00
Chris Smith
605e603b71
Bump some font sizes from small to medium after review
2023-06-06 16:44:19 +01:00
ElementBot
0a5de5718f
Update screenshots
2023-06-06 16:44:19 +01:00
Chris Smith
b6e45c976f
Use member count instead of counting members ( #530 )
...
Use member count instead of counting members
For the room details screen, use the member count as supplied by
matrix instead of waiting for the entire member list to be
retrieved and then manually adding up all the relevant users.
This removes the loading state of the member count, relying on
a spinner on the member list itself if the user actually wants
to see the members. (The performance of that will be improved
separately on the rust side in the future)
Closes #505
2023-06-06 10:40:17 +00:00
Yoan Pintas
d2263372d2
Init analytics modules ( #350 )
2023-06-05 13:11:34 +00:00
ElementBot
25fa3976e2
Update screenshots
2023-06-05 11:16:43 +00:00
Chris Smith
f74ac6808d
Update strings to get new room placeholder text
2023-06-05 12:14:29 +01:00
Chris Smith
8ef70024e5
Create room: use secondary tint instead of alpha
2023-06-05 11:28:32 +01:00
Chris Smith
deeb6fb22d
Invite people to a room: add dividers
2023-06-05 10:51:05 +01:00
ElementBot
ce26a67cab
Update screenshots
2023-06-05 08:31:53 +00:00
Chris Smith
96d855786b
Merge remote-tracking branch 'origin/develop' into misc/cjs/create-join-design-feedback
2023-06-05 09:23:33 +01:00
Benoit Marty
1ddda37197
Merge pull request #520 from vector-im/feature/bma/testRecordScreenshotAction
...
Test record screenshot action
2023-06-02 18:04:55 +02:00
ElementBot
6e85d2206c
Update screenshots
2023-06-02 15:31:50 +00:00
Chris Smith
56d29e3303
Merge remote-tracking branch 'origin/develop' into misc/cjs/create-join-design-feedback
2023-06-02 16:25:07 +01:00
Jorge Martin Espinosa
341be67f3a
Fix SearchBar colors. Also fix tertiary color in dark mode. ( #516 )
...
* Fix SearchBar colors. Also fix tertiary color in dark mode.
2023-06-02 17:20:43 +02:00
ganfra
6606fba2b5
Generate screenshots
2023-06-02 17:02:49 +02:00
ganfra
edf34d0e40
Merge branch 'develop' into feature/fga/improve_timeline_file_rendering
2023-06-02 17:00:13 +02:00
Chris Smith
de2ecb20b1
Update screenshot tests
2023-06-02 15:31:51 +01:00
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
2f0727363a
Merge pull request #502 from vector-im/feature/bma/onboardingIteration
...
Onboarding iteration
2023-06-02 10:30:29 +02:00
ganfra
f5ca6d6a6b
Generate screenshots
2023-06-01 18:47:50 +02:00
Benoit Marty
279caf274c
Record screenshots.
2023-06-01 18:00:47 +02:00
Florian Renaud
04d4b6369a
Update room properties from room details ( #439 )
...
- Add the edit action in the room details
- Add "Add topic" button in room details
- Add the screen behind that action to edit some room properties: avatar, name, topic
- Handle the save button action
- enable the button only if changes are detected
- display a loader "updating room"
- display an error dialog if any request has failed
- Check user has the right power level to change various attributes
- "Add topic" is only shown if there's no topic and they are able to set on
- Edit menu is only shown if they can change topic, name or avatar
- On the edit page, any fields they can't change are uneditable
Co-authored-by: Chris Smith <csmith@lunarian.uk>
2023-06-01 15:10:29 +00:00
Benoit Marty
8b2b029a7a
Record screenshots
2023-06-01 10:54:40 +02:00
Chris Smith
36d372e1eb
Display a notice if Matrix ID isn't resolved ( #461 )
...
Display a notice if Matrix ID isn't resolved
If we can't get the profile of a user after an mxid was
searched for, show a warning under their ID to say the
invite probably won't be delivered.
Closes #424
2023-06-01 08:40:45 +00:00
Benoit Marty
0a50c51150
Record screenshots
2023-05-30 16:00:46 +02:00
Benoit Marty
b08021f1d9
Rework the set homeserver part: get the info, instead of hard-coded value, and implement retry in case of error.
2023-05-30 15:14:57 +02:00
Benoit Marty
8fa0eaf4aa
Record screenshots
2023-05-30 11:36:31 +02:00
Benoit Marty
463c54ea5c
Record screenshots.
2023-05-30 11:09:38 +02:00
Benoit Marty
928e3f680b
Fix setting y offset to -12.dp can overlap a state event displayed above. Rework how the vertical offset are applied.
2023-05-30 10:50:06 +02:00
Benoit Marty
b971f87ee3
Document [TimelineItemGroupPosition] and improve preview of [MessageEventBubble].
2023-05-30 10:17:25 +02:00
Jorge Martín
64777beef1
Merge remote-tracking branch 'origin/develop' into feature/fga/image_loading
2023-05-29 18:11:53 +02:00
Jorge Martin Espinosa
5cafd68ebe
Revert RenderingMode to NORMAL in ScreenshotTest ( #475 )
...
* Revert `RenderingMode` to `NORMAL` in `ScreenshotTest`
* Remove no longer needed code
2023-05-29 18:00:57 +02:00
ganfra
8b10a5d021
Media: generate again screenshots...
2023-05-26 19:13:51 +02:00
ganfra
c062d125ea
Merge branch 'develop' into feature/fga/image_loading
2023-05-26 13:43:51 +02:00
Jorge Martin Espinosa
59b7507fed
Display timestamps for text messages ( #465 )
2023-05-26 10:51:15 +00:00
ganfra
fd81d21091
Media: update screenshots again
2023-05-26 12:20:51 +02:00
ganfra
1ce0324570
Merge branch 'develop' into feature/fga/image_loading
2023-05-26 11:39:34 +02:00
Benoit Marty
3f1433f24c
Merge pull request #443 from vector-im/feature/bma/timelineStateEventFormatting
...
Timeline state event formatting
2023-05-26 10:43:10 +02:00
ganfra
bb3b441b6c
Media: generate screenshots again
2023-05-25 23:02:55 +02:00
ganfra
8533cb53ca
Media: update screenshots
2023-05-25 15:58:08 +02:00
Benoit Marty
02842d978f
Record screenshot
2023-05-25 14:39:39 +02:00
Benoit Marty
4b2f0b1328
Better icon for this use case.
2023-05-25 14:17:09 +02:00
Benoit Marty
bab276f7e3
Record screenshots
2023-05-25 14:17:09 +02:00
Benoit Marty
14366e18e7
Use gradle logger to filter out when running with only warning logs.
2023-05-25 12:03:51 +02:00