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
26e46dc6ed
Splash theme: remove icon
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
Benoit Marty
d4fb6351fc
Add items in dict.
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
84fce4bcc7
Merge pull request #721 from vector-im/feature/fga/media_upload_progress
...
Feature/fga/media upload progress
1 year ago
Benoit Marty
e7dab53fd8
Merge pull request #727 from vector-im/feature/bma/renameApp
...
Rename app
1 year ago
ganfra
2bd325620c
Fix coverage and address PR review comment.
1 year ago
ElementBot
9ec800ad89
Update screenshots
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
ElementBot
ddb1ce3502
Update screenshots
1 year ago
Benoit Marty
c53933ccea
Add compose preview for launcher icons (mainly for tests)
1 year ago
Benoit Marty
02960fc4fb
Update application icon.
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
8851479d19
Merge pull request #561 from vector-im/renovate/kotlin
...
Update kotlin
1 year ago
Benoit Marty
a35654a99a
Merge pull request #685 from vector-im/feature/bma/userAgent
...
User agent
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
ElementBot
ca58c997b5
Update screenshots
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
Chris Smith
f4e17cf12d
Merge pull request #696 from vector-im/feature/cjs/leaving-dms
...
Show a prompt to reinvite other party in a DM
1 year ago
ganfra
6b06a1e1c9
Merge branch 'develop' into feature/fga/media_upload_progress
1 year ago
ElementBot
7dbfbf1aeb
Update screenshots
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
ganfra
04eff17b8d
Upload media: fix test
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]
37017a993c
Update gradle/gradle-build-action action to v2.5.0
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
2ce614ae97
Merge pull request #692 from vector-im/feature/fga/room_list_api
...
Feature/fga/room list api
1 year ago
jonnyandrew
0dfca7f137
Fix message long click not always working ( #714 )
1 year ago
ganfra
0631830059
RoomListService: enable encryption
1 year ago
Yoan Pintas
331adfacdb
Add Composer posthog event ( #697 )
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
ganfra
8e5c2a749a
Merge branch 'develop' into feature/fga/room_list_api
1 year ago