ganfra
afd13ab22f
Draft : introduce VolatileComposerDraftStore
4 months ago
ganfra
f15e9daf67
Timeline : fix text item not refreshed when content change
4 months ago
ganfra
3a610e6550
Draft : also clear draft when composer is blank
4 months ago
bmarty
32c5da898b
Sync Strings from Localazy
4 months ago
Jorge Martin Espinosa
d6b259b85a
Fix `@room` mentions crashing in debug builds ( #3107 )
...
* Fix `@room` mentions crashing in debug builds
* Iterate on previous solution, add `MentionSpan.Type.EVERYONE`
4 months ago
Jorge Martin Espinosa
4904c4b751
Bump Rust SDK version and adapt our code ( #3068 )
...
* Use the new SDK version
* Adapt the authentication service to the new Rust SDK APIs
* Remove `Timeline.enterSpecialMode(...)` as it's no longer necessary
4 months ago
ganfra
644b425d71
Draft : code cleanup
4 months ago
ganfra
029962c101
Draft : add unit tests for draft support
4 months ago
ganfra
e68684815d
Draft : makes sure all existing tests passes
4 months ago
ganfra
321c2dca30
Draft : refactor a bit ComposerMode and formatting management so we don't mess up with draft restoration.
4 months ago
Benoit Marty
d14b9de8c9
Fix format issue.
4 months ago
Benoit Marty
315392d8ef
Improve the way we cut the bubble layout to give space for the sender Avatar.
...
Instead of drawing a circle with the same color of the background behind the avatar, properly clear the top start corner of the bubble using `CompositingStrategy.Offscreen` and `BlendMode.Clear`.
4 months ago
ganfra
2d324a7f4b
Reply : fix reply cropped in timeline
4 months ago
ganfra
6ac7ab84ce
Draft : branch reply mode
4 months ago
ganfra
5597a1743a
Reply : refactor so we can use ReplyToDetails in Composer and Timeline
4 months ago
Jorge Martin Espinosa
310a7fc229
Resolve display names in mentions in real time ( #3051 )
...
* Resolve display names in mentions in real time
* Use `LocalRoomMemberProfilesCache` to avoid having to implement `TextMessagePresenter`
* Also use local composition provider for `MentionSpanProvider`
4 months ago
ganfra
08816bd2df
Reply : move InReplyTo and related to matrix.ui module.
4 months ago
Benoit Marty
33c76dfd2d
Use extension MatrixUser.getAvatarData and fix compilation issue.
4 months ago
Benoit Marty
a2ff1dc933
Use ImmutableList in Composable.
4 months ago
Benoit Marty
a9f23c06b0
Add enum `Suggestion` instead of reusing `TimelineRoom`
4 months ago
Benoit Marty
99c90f1ced
Use heroes to render room avatars
5 months ago
ganfra
9aa82b42fd
Draft : introduce DraftService and start using it.
5 months ago
ganfra
72dc9394ed
Sending : copy link action should be available only for remote event
5 months ago
ganfra
0e94771f03
Sending queue : reintroduce failed status for unrecoverable error
5 months ago
Jorge Martin Espinosa
b741c32e91
Add full screen intent permissions banner ( #3024 )
...
* Add full screen intent permissions banner, creating `:libraries:fullscreenintent` modules.
* Add it to notification settings too:
- Create `libraries:fullscreenintent` modules for the permission presenter and associated data.
- Add the presenter and states to `NotificationSettingsPresenter` and `NotificationSettingsView`.
* Use the right API to check for full screen intent permissions.
- Use the right package name for `:libraries:permission` contents.
* Fix broken tests (flaky?)
* Ignore coverage verification for fake and small presenters
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
5 months ago
ganfra
75b1c22197
Timeline : let FocusOnEvent be cancellable and refactor a bit focus states.
5 months ago
ganfra
f53dbef8de
Progress dialog : add dialog properties parameter
5 months ago
ganfra
ccf7efe9b1
Sending queue : fix more tests.
5 months ago
ganfra
bc4922afbb
Fix ktlint
5 months ago
ganfra
c177d3de7b
Sending queue : fix more tests as we have less methods available now.
5 months ago
ganfra
2ce02c564a
Sending queue : disable edition of local echo
5 months ago
ganfra
a603855933
Sending queue : code quality
5 months ago
ganfra
60de33b8c6
Sending queue : remove onTimelineClik on TimelineViewTest (temporary)
5 months ago
Benoit Marty
0fa662175d
Un-deprecate `screen_room_retry_send_menu_send_again_action` and sync string again.
5 months ago
Jorge Martin Espinosa
02d6fa7a92
Add timeline item for `m.call.notify` events ( #2986 )
...
* Add timeline item for `m.call.notify` events
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
5 months ago
Jorge Martin Espinosa
30a1367714
Element Call ringing notifications ( #2978 )
...
- Add `ActiveCallManager` to handle incoming and ongoing calls.
- Add ringing call notifications with full screen intents and missed call ones as part of the 'conversation' notifications.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
5 months ago
bmarty
f3d286911c
Sync Strings from Localazy
5 months ago
ganfra
a428922007
matrix : update rust sdk to 0.2.24
5 months ago
ganfra
7100a9d619
Message queuing : use redactEvent on timeline instead of room.
5 months ago
ganfra
431f7a4182
Message queuing : remove timestamp error state and timestamp click in timeline item.
5 months ago
ganfra
4d8810a55a
Message queuing : remove LocalEventSendState.Canceled
5 months ago
ganfra
53a1cb5a3c
Message queuing : remove RetrySendMenu classes and usages
5 months ago
Benoit Marty
3b0c59e648
Fix test
5 months ago
Benoit Marty
3ddec73ac5
When replying from notification, do not interfere with `specialModeEventTimelineItem`
5 months ago
ganfra
e7c017af21
TimelineControllerTest: try removing flakiness of one test
5 months ago
Benoit Marty
c4b61627a2
Analytics: track interaction `Interaction.Name.MobileRoomComposerFormattingEnabled`
5 months ago
Benoit Marty
de36552f93
Analytics: track interaction `Interaction.Name.MobileRoomCallButton`
5 months ago
bmarty
66636ea967
Sync Strings from Localazy
5 months ago
Benoit Marty
063fd48422
Rename function.
5 months ago
Benoit Marty
3cf27ccf54
Add test on ForwardMessagesView
5 months ago