Benoit Marty
9df0030967
Merge pull request #631 from vector-im/feature/bma/sendPermission
...
Take into acount send permission (power level)
2023-06-21 11:35:33 +02:00
Jorge Martin Espinosa
3e9475c8ab
Set max lines to 2 in replies for composer ( #645 )
...
* Set `maxLines = 2` for the composer message preview in replies
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-06-20 17:07:53 +02:00
ganfra
c7b2ac5acd
Merge pull request #617 from vector-im/feature/fga/fix_media_pre_processing
...
Feature/fga/fix media pre processing
2023-06-20 16:17:50 +02:00
ElementBot
236bfa8110
Update screenshots
2023-06-20 08:56:35 +00:00
Johannes Marbach
679ec376f2
Remove send message section until it's actually implemented ( #632 )
...
Fixes : #616
2023-06-19 17:24:34 +02:00
Benoit Marty
1316db18e4
Merge pull request #625 from vector-im/feature/bma/codeCov
...
Add missing screenshots for test.
2023-06-19 14:51:50 +02:00
github-actions[bot]
fe5524bae4
Sync Strings ( #630 )
...
* Sync Strings from Localazy
* Update strings, remove broken German translation
* Update screenshots
---------
Co-authored-by: bmarty <bmarty@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-06-19 11:18:01 +00:00
ElementBot
de9698b874
Update screenshots
2023-06-19 10:00:45 +00:00
ElementBot
21e2ea0e5f
Update screenshots
2023-06-16 15:19:29 +00:00
Benoit Marty
2222ac7302
Add missing module, so that they can contribute to the screenshot test and the test coverage.
2023-06-16 17:13:00 +02:00
ElementBot
016d80d4c0
Update screenshots
2023-06-16 08:56:52 +00:00
Benoit Marty
97923af7d8
Merge pull request #591 from vector-im/feature/bma/noDelayInTests
...
No delay in tests
2023-06-15 15:27:41 +02:00
Jorge Martin Espinosa
31555c4bd0
[Message Actions] Retry sending failed messages ( #596 )
...
* Add `RetrySendMessageMenu` to retry sending failed messages or removing its local echo.
* Fix initial event being retrieved, not the updated one
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-06-15 11:27:37 +02:00
Benoit Marty
9b4b9e9140
Introduce simulateLongTask to ensure that the Presenter State Loading is visible.
...
Also do some cleanup on the tests.
2023-06-15 10:57:05 +02:00
ElementBot
b15db8c698
Update screenshots
2023-06-14 07:38:55 +00:00
Benoit Marty
0c64921f10
Merge pull request #549 from vector-im/feature/bma/onboardingServer
...
Onboarding iteration
2023-06-13 09:21:50 +02:00
Benoit Marty
9e73e70a22
Enforce usage of TestScope.testScheduler
2023-06-12 19:49:56 +02:00
Jorge Martin Espinosa
1831ec7ab4
Fix timeline item padding and corners ( #573 )
...
* Try to fix timeline offsets and rounded corners.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-06-12 10:42:35 +02:00
ElementBot
cc3d64dde7
Update screenshots
2023-06-09 16:55:57 +00:00
Jorge Martin Espinosa
9fa261e393
[Message Actions] Add emoji reactions option ( #568 )
...
* Add logic to send message reactions
* Add emoji library, create EmojiPicker component
* Fix bottom sheet behaviors
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-06-09 16:56:40 +02:00
ElementBot
45518f0592
Update screenshots
2023-06-09 09:01:02 +00:00
Jorge Martin Espinosa
688ab3bd5e
[Message Actions] Display debug info for events in the timeline ( #555 )
...
* Display debug info for events in the timeline on debug builds.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-06-09 06:13:22 +00:00
ElementBot
ae3da430fb
Update screenshots
2023-06-08 21:05:14 +00:00
ElementBot
d365f902e3
Update screenshots
2023-06-08 17:37:45 +02:00
ElementBot
53fc5cc88e
Update screenshots
2023-06-08 14:43:37 +00:00
Jorge Martin Espinosa
c176eab4a3
[Message actions] New UI for replies ( #545 )
...
* Add 'reply to' UI to the message composer.
* Move the `BlurHashAsyncImage` to `:libraries:designsystem` as it is now used in several modules.
* Create reusable `AttachmentThumbnail` and associated data classes and enums, it's now added to `:libraries:matrixui`.
* Re-use `AttachmentThumbnail` in a `ActionListView` and `TextComposer`.
* Add 'inReplyTo' models and UI.
* Add min size for images
* Create a separate layout for media items with no reply to info. Also, separate `Timeline__Row` components from `TimelineView`, as it was getting too large.
* Added `EqualWidthColumn` to use inside message bubbles. Also fixed some modifiers for media items replying to other messages.
* Disable `inReplyToClicked`.
* Remove unused resources and libraries.
* Remove any traces of `BlurHashAsyncImage` in `:features:messages`, since it was moved to the design system.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-06-08 12:15:13 +02:00
ElementBot
6056b6b1e3
Update screenshots
2023-06-07 17:27:32 +02:00
ganfra
76e35582da
Merge branch 'develop' into feature/fga/media_viewer_actions
2023-06-07 16:31:28 +02:00
ElementBot
2f4ce0a834
Update screenshots
2023-06-07 14:10:32 +00:00
Jorge Martin Espinosa
e376c1be82
[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
67fcfedb6e
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
5d7be76feb
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
f8db17c670
Update screenshots
2023-06-06 21:21:14 +00:00
ganfra
c0def1c3dc
Media actions: add more tests
2023-06-06 22:08:57 +02:00
Chris Smith
b3ac6e2b97
Bump some font sizes from small to medium after review
2023-06-06 16:44:19 +01:00
ElementBot
c0a8af1eb9
Update screenshots
2023-06-06 16:44:19 +01:00
Chris Smith
7308428596
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
f534ecda96
Init analytics modules ( #350 )
2023-06-05 13:11:34 +00:00
ElementBot
0945ac52aa
Update screenshots
2023-06-05 11:16:43 +00:00
Chris Smith
8ef7f36de8
Update strings to get new room placeholder text
2023-06-05 12:14:29 +01:00
Chris Smith
edb370db3e
Create room: use secondary tint instead of alpha
2023-06-05 11:28:32 +01:00
Chris Smith
ff68974ea3
Invite people to a room: add dividers
2023-06-05 10:51:05 +01:00
ElementBot
9068248814
Update screenshots
2023-06-05 08:31:53 +00:00
Chris Smith
db5d8860f6
Merge remote-tracking branch 'origin/develop' into misc/cjs/create-join-design-feedback
2023-06-05 09:23:33 +01:00
Benoit Marty
ea3221b18b
Merge pull request #520 from vector-im/feature/bma/testRecordScreenshotAction
...
Test record screenshot action
2023-06-02 18:04:55 +02:00
ElementBot
9da8c104bc
Update screenshots
2023-06-02 15:31:50 +00:00
Chris Smith
9c21a1dd74
Merge remote-tracking branch 'origin/develop' into misc/cjs/create-join-design-feedback
2023-06-02 16:25:07 +01:00
Jorge Martin Espinosa
4d2caf8172
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
a98195ed62
Generate screenshots
2023-06-02 17:02:49 +02:00
ganfra
c5ac14014c
Merge branch 'develop' into feature/fga/improve_timeline_file_rendering
2023-06-02 17:00:13 +02:00