ganfra
c3b2db47bd
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
bmarty
2faa96a4e4
Sync Strings from Localazy
2023-06-19 20:15:52 +00:00
ganfra
07a2d309c4
Timeline media: kind of align with other messenger apps
2023-06-19 21:38:54 +02:00
github-actions[bot]
3f7738c001
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
ganfra
7f8250106c
Media : Fix test compilation
2023-06-16 14:23:52 +02:00
ganfra
e7ad8f6e07
Merge branch 'develop' into feature/fga/fix_media_pre_processing
2023-06-16 14:05:11 +02:00
ganfra
b6e7228ce0
Fix MediaPreProcessor for images/videos sent as file
2023-06-16 13:52:07 +02:00
ganfra
dcb9bcd11e
Timeline: fix unknown aspectRatio
2023-06-15 22:50:01 +02:00
ganfra
a900721c0e
Merge pull request #603 from vector-im/feature/fga/update-rust-sdk-0.1.20
...
Matrix rust sdk: update to 0.1.20 (and fix compilation issues)
2023-06-15 16:35:45 +02:00
Benoit Marty
e907d610c2
Merge pull request #591 from vector-im/feature/bma/noDelayInTests
...
No delay in tests
2023-06-15 15:27:41 +02:00
ganfra
170c741130
Matrix rust sdk: update to 0.1.20 (and fix compilation issues)
2023-06-15 15:26:53 +02:00
Jorge Martin Espinosa
9bdf53f43d
Move logic of different BottomSheets in MessagesView to presenters ( #600 )
...
* Move bottom sheet logic in `MessagesView` to presenters.
* Make the block inside `SheetState.hide` suspend.
2023-06-15 14:58:18 +02:00
ganfra
9be0587b8b
Merge pull request #599 from vector-im/feature/fga/timeline_media_improvements
...
Feature/fga/timeline media improvements
2023-06-15 14:36:15 +02:00
ganfra
8207098091
Timeline: use thumbnailSource for image if available (except for gif)
2023-06-15 12:11:37 +02:00
ganfra
022e4645b4
Media: introduce a Kind.File so we don't use In-memory bytearray in timeline
2023-06-15 12:06:58 +02:00
ganfra
7b84a7d8fe
Merge pull request #597 from vector-im/feature/fga/fix_reply_timeline_ui
...
Feature/fga/fix reply timeline UI
2023-06-15 11:38:30 +02:00
Jorge Martin Espinosa
7ddf93ed09
[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
9321a9f718
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
ganfra
2f3a930ca3
Timeline: fix wrong username for reply
2023-06-15 10:28:23 +02:00
ganfra
123872dc3a
Timeline: fix ReplyToContent clip on click
2023-06-15 10:28:12 +02:00
Benoit Marty
3c250b2a0d
Unblock develop
2023-06-13 11:11:27 +02:00
Benoit Marty
1734b3ec60
Merge pull request #584 from vector-im/feature/fga/fix_work_on_main_thread
...
Extract fetchDetailsForEvent and use coroutineDispatchers.io
2023-06-13 10:05:01 +02:00
Benoit Marty
ef7ddb8d0f
Merge pull request #549 from vector-im/feature/bma/onboardingServer
...
Onboarding iteration
2023-06-13 09:21:50 +02:00
ganfra
92adef5384
Extract fetchDetailsForEvent and use coroutineDispatchers.io
2023-06-12 20:23:58 +02:00
Benoit Marty
91d20e1b78
Enforce usage of TestScope.testScheduler
2023-06-12 19:49:56 +02:00
Jorge Martin Espinosa
4a5373395d
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
Jorge Martin Espinosa
e591a588b3
[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
Jorge Martin Espinosa
b0386e6235
[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
ganfra
70eefe7c42
Clean tests values for file extension
2023-06-08 17:17:13 +02:00
ganfra
8318d45124
Tests: fix tests for media
2023-06-08 16:10:38 +02:00
Jorge Martin Espinosa
25c32cb1e8
[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
ganfra
8a3a70ffa5
Merge branch 'develop' into feature/fga/media_viewer_actions
2023-06-07 16:31:28 +02:00
ganfra
a2fc02f90e
Media: extract LocalMediaViewState to his own file
2023-06-07 15:58:05 +02:00
ganfra
c69c3ea942
Media: make some minor UI fixes
2023-06-07 15:55:16 +02:00
ganfra
865d521545
Media: address PR review
2023-06-07 15:41:07 +02: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
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
ganfra
4b704fe02c
Media : timeline file adjustment
2023-06-06 23:10:02 +02:00
ganfra
e3457fb594
Media: clean up code
2023-06-06 22:18:13 +02:00
ganfra
730f50a433
Media actions: add more tests
2023-06-06 22:08:57 +02:00
ganfra
20eb2ade54
Merge branch 'develop' into feature/fga/media_viewer_actions
2023-06-06 14:35:25 +02:00
ganfra
80b918b273
Media: make tests passing again
2023-06-06 13:48:12 +02:00
ganfra
4a71aab95e
Media: rework how we get the activity context (and fix test compilation)
2023-06-05 23:39:48 +02:00
ganfra
61fc57d3ef
File: improve a bit pdf loading
2023-06-05 22:45:49 +02:00
ganfra
3a2ef0238b
Media: handle openWith and share actions (need to inject context for tests...). Also introduce MediaInfo
2023-06-05 20:52:17 +02:00
github-actions[bot]
03c28ac52d
Sync Strings ( #522 )
...
Sync Strings from Localazy
2023-06-05 15:26:50 +00:00
Benoit Marty
b89bca4ca9
Introduce ButtonColumnMolecule and ButtonRowMolecule.
2023-06-05 12:21:50 +02:00
ganfra
8e1ade897d
MediaViewer: improve actions (save on disk and share)
2023-06-02 20:13:17 +02:00
ganfra
31ba1a1a06
Media action: show snackbar when file saved on disk
2023-06-02 19:41:18 +02:00
ganfra
c2fa9e6add
Media Viewer: rename the shared file with the known name if any.
2023-06-02 17:46:48 +02:00