Benoit Marty
db8a07c198
Iterate design on on boarding screen.
1 year ago
bmarty
6e54ed7b77
Sync Strings from Localazy
1 year ago
Chris Smith
f5e57f1645
Show location replies per the designs
1 year ago
Benoit Marty
4949c13fe2
Show keyboard when entering special mode (edit/reply/etc.)
1 year ago
Benoit Marty
d502c5ade7
When composer does not have focus, hide border.
1 year ago
Benoit Marty
c1a2ffbcc4
Composer placeholder ("Message") color changed to `textDisabled`
1 year ago
Benoit Marty
1bfb4a0ebe
Use temporary color for default avatar background
1 year ago
Benoit Marty
e5f933576f
Animate rounded corner size change to avoid blink effect when changing number of lines from 1 <-> 2 in the composer.
1 year ago
Benoit Marty
e93f245fcf
Fix detekt issue.
1 year ago
Benoit Marty
066aaef0fd
Fix message color bubbles.
1 year ago
Benoit Marty
737a797e69
Dsign for editing section in composer and increase click area for the close button.
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
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