Benoit Marty
349d9fbc0f
Rename color alias
1 year ago
Benoit Marty
85d3fef5e7
Unread indicator color changed to iconAccentTertiary
1 year ago
Benoit Marty
d8fdbabd27
Fix send attachment icon color (and remove useless Box)
1 year ago
Benoit Marty
c3ab4318e6
Fix send message icon color
1 year ago
Benoit Marty
34554028cd
Fix color for composer.
1 year ago
Benoit Marty
ebb34a0214
Fix placeholoder color issue (with a workaround)
1 year ago
Benoit Marty
d1f8e64fa1
Do not change bg color of DropdownMenu for dark theme
1 year ago
Benoit Marty
d5faa35977
Remove legacy TextStyles
1 year ago
Benoit Marty
76e9939c42
Mark param as ready to be removed.
1 year ago
Benoit Marty
18f1d080c3
fontSize -> style
1 year ago
Benoit Marty
26c50fab0e
Text style for reply to in timeline and in composer.
1 year ago
Benoit Marty
909e4518c0
Tweak colors of drop down 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
348fab5962
Add 16.dp offset to the menu
1 year ago
Benoit Marty
c1ae0ffa58
Create wrapper for DropdownMenuItem and DropdownMenu
1 year ago
Benoit Marty
bffe29a8cc
Add some debug composable to measure manually items on Preview.
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
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
9bd4aff1e7
Provide the user agent to RustMatrixAuthenticationService
1 year ago
Benoit Marty
b553c73a9b
Add TODO for the remaining case.
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
b296937209
Media upload : Fix lint
1 year ago
Jorge Martin Espinosa
91060c76a7
Update compound theme colors ( #718 )
...
* Update `*surfaceVariant` colors in `MaterialTheme`.
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
renovate[bot]
d6780b1107
Update kotlin
1 year ago
ganfra
f090aa021e
Media upload: branch progress callback to UI
1 year ago
Jorge Martin Espinosa
679ee301dd
Create a dummy value by default for `LocalSnackbarDispatcher`. ( #715 )
...
This should solve the issue with needing to provide a `LocalSnackbarDispatcher` for previews and screenshot tests.
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
ganfra
0631830059
RoomListService: enable encryption
1 year ago
ganfra
f25314f7f7
Coroutine: create extension method to create childScope
1 year ago
Marco Romano
67f9444633
Adds M3's `BottomSheetScaffold` wrapper to `designsystem` module ( #711 )
...
Needed for the share location screen.
1 year ago
jonnyandrew
366a800a2c
Toggle reactions from the timeline ( #707 )
1 year ago
Jorge Martin Espinosa
b66801a022
Fix crash when opening a URL with associated text ( #699 )
...
* Fix crash when opening a URL with associated text
* Enforce using an `Activity` instead of a `Context` in `SafeUriHandler`.
1 year ago
Jorge Martin Espinosa
683b0b3594
Link Compound's `TypographyTokens` to `ElementTheme`. ( #700 )
...
* Link Compound's `TypographyTokens` to `ElementTheme`.
Also add some docs about when we should use each set of tokens.
* Renamed `LocalColors` to `LocalLegacyColors`.
Made both `LocalLegacyColors` and `LocalCompoundColors` internal. This means it will need to always be used through `ElementTheme.`
Also, removed any usages of `LocalColors.current` accross the project, they're now used through `ElementTheme.legacyColors`.
1 year ago
Benoit Marty
8c3402b3f9
Use Semantic color for placeholder.
1 year ago
Benoit Marty
8dcf527933
Fix compilation issue after rebase.
1 year ago
Benoit Marty
80f2f6aa55
Fix compilation issue after rebase.
1 year ago
Benoit Marty
31c7c29836
Fix rendering of Room item in ForwardMessagesView
1 year ago
Benoit Marty
30d2a319ce
Use a determinate progress indicator to improve the preview rendering
1 year ago
Benoit Marty
0c7832534c
Cleanup
1 year ago
Benoit Marty
43b7acc64e
Iterate on reactions ( #668 )
1 year ago
Benoit Marty
5e455eccb6
Fix compilation issue after rebase
1 year ago
Benoit Marty
02a71155d9
Improve rendering of message reply preview.
1 year ago
Benoit Marty
e2731c1d4c
Fix color of reply body preview.
1 year ago
Benoit Marty
ee3e2108a0
Move all density unit calculation to the same place.
1 year ago
Benoit Marty
77432ef1a7
Create AvatarSize.MessageActionSender for Avatar in message actions bottom sheet (same value but do not use AvatarSize.TimelineSender)
1 year ago