Jorge Martin Espinosa
d3d314d9f9
Merge the read receipts code with `TimelineScrollHelper` ( #736 )
1 year ago
Benoit Marty
fe5eeedb89
Remove obsolete comment.
1 year ago
Benoit Marty
920dde8633
Change the way ExtraPadding is computing to take into account the size of the font which will be used to render the space chars.
1 year ago
Benoit Marty
adea0636c9
Fix color issue
1 year ago
Chris Smith
f5e57f1645
Show location replies per the designs
1 year ago
Chris Smith
e6a1ec3a32
Fix missing data class after merge
1 year ago
Marco Romano
7a12a812fe
Send pin-drop location ( #636 )
...
Share pindrop location
This feature allows the user to share any location by just selecting it from the map.
Closes: https://github.com/vector-im/element-x-android/issues/690
1 year ago
ganfra
865f5b5c87
Timeline : Get back the initial LoadMore
1 year ago
ganfra
49bbca5b60
Timeline: disable pre-fetching for now as it leads to more issues than it solves.
1 year ago
Benoit Marty
f2b52d1a5d
Reply preview on 2 lines.
1 year ago
Benoit Marty
a94526c7d1
Only 8.dp between the reply box and the reply itself.
1 year ago
Benoit Marty
2b95b63f6a
Add preview for reply in timeline.
1 year ago
Benoit Marty
066aaef0fd
Fix message color bubbles.
1 year ago
Benoit Marty
5135c132d9
Ignore isHighlighted state for now, we need a design decision on it.
1 year ago
Benoit Marty
8cb0e0808c
Improve API of UnreadIndicatorAtom
1 year ago
Benoit Marty
349d9fbc0f
Rename color alias
1 year ago
Benoit Marty
85d3fef5e7
Unread indicator color changed to iconAccentTertiary
1 year ago
Benoit Marty
ebb34a0214
Fix placeholoder color issue (with a workaround)
1 year ago
Benoit Marty
4d2780cdcb
Timestamp is clickable only if message has failed to be sent.
1 year ago
Benoit Marty
26c50fab0e
Text style for reply to in timeline and in composer.
1 year ago
Benoit Marty
8e5d53ba69
Add extra padding for informative view.
1 year ago
Benoit Marty
909e4518c0
Tweak colors of drop down menu.
1 year ago
Benoit Marty
60bdfe1658
Use correct typography
1 year ago
Benoit Marty
8a416bf4d3
Outlined icon for menu.
1 year ago
Benoit Marty
0b7e0293cf
Ensure menu item text has style fontBodyLgRegular
1 year ago
Benoit Marty
1d07aa9817
Ensure dropdown menu is 200.dp width.
1 year ago
Benoit Marty
c1ae0ffa58
Create wrapper for DropdownMenuItem and DropdownMenu
1 year ago
Benoit Marty
0e24fa1758
Reduce height of invite button, and improve click effect. Also change text style to fontBodyMdMedium
1 year ago
Benoit Marty
35f19f625a
Reduce height of invite button, and improve click effect.
1 year ago
Benoit Marty
df081cdf4f
Extract InvitesEntryPointView to its own file and add preview (no other change)
1 year ago
Benoit Marty
fb9c8f9346
Singleline for search room list TextField
1 year ago
Benoit Marty
1c112692ec
i18n
1 year ago
Benoit Marty
64d2528213
Cleanup
1 year ago
Benoit Marty
d1fb808eed
When onDismiss is called, the Bottom sheet is already hidden.
1 year ago
Benoit Marty
14ed730754
Use our `ModalBottomSheet`
1 year ago
Benoit Marty
35d738198b
Increase vertical padding around state events.
1 year ago
ganfra
3aa5cce8dc
Timeline: use val instead of fun for flows
1 year ago
ganfra
2bd325620c
Fix coverage and address PR review comment.
1 year ago
Chris Smith
1e17d2943f
Show location events in timeline
...
Not in scope: interacting with the timeline items,
reply formatting. These will be implemented separately.
Closes #689
1 year ago
Yoan Pintas
c0106a692c
Add analytics tracking for some screens ( #698 )
1 year ago
Benoit Marty
011f7a1064
Rename `ElementX` to `Element X`. Only for user facing value. In the doc I prefer to keep `ElementX`.
1 year ago
Benoit Marty
f4b4e4d316
Configure user agent for all network request ( #677 )
1 year ago
Jorge Martin Espinosa
469b54f204
Send read receipts ( #713 )
...
* Send read receipts
* Add changelog
* Add tests.
* Optimise how sending read receipts work in the timeline.
* Move the check for send read receipts to the presenter
Also improve the way we find the first visible `Event` if we have `Virtual` ones in the timeline.
1 year ago
Marco Romano
354374ed49
MatrixRoom API refinement ( #719 )
...
- `syncUpdateFlow` becomes a `val` and always returns the same instance of the underlying `StateFlow` instead of different `Flow` instances to allow consumers not to remember the `Flow` and not to specify an unneeded initial value.
- `timeline` becomes a `val` as it already always returns the same instance.
- Amends calling code accordingly
- Removes a few unneeded `val`s in `RustMatrixClient
- Fixes a small bug in `MessagesPresenter` that allowed to sometime show a newly created room's name as "Empty room" (changes `LaunchedEffect(syncUpdateFlow)` to `LaunchedEffect(syncUpdateFlow.value)`)
1 year ago
ganfra
04eff17b8d
Upload media: fix test
1 year ago
renovate[bot]
d6780b1107
Update kotlin
1 year ago
ganfra
f090aa021e
Media upload: branch progress callback to UI
1 year ago
Chris Smith
53861fedb6
Show a prompt to reinvite other party in a DM
...
If you are looking at a DM where the other party has left then
when you focus the composer for the first time we'll show a
dialog asking if you want to reinvite the other party.
Closes #590
1 year ago
jonnyandrew
0dfca7f137
Fix message long click not always working ( #714 )
1 year ago
Yoan Pintas
331adfacdb
Add Composer posthog event ( #697 )
1 year ago