Benoit Marty
3a834393d1
Merge pull request #2373 from element-hq/feature/bma/fixTests
...
Fix test compilation after change on other PR getting merged.
9 months ago
Benoit Marty
4a170bd57e
Fix test compilation after change on other PR getting merged.
9 months ago
ElementBot
b229bb19ce
Update screenshots
9 months ago
Benoit Marty
5213849f8b
Typing notification: disable rendering when the user preference `isRenderTypingNotificationsEnabled` is false.
9 months ago
ganfra
76cd6ecaef
Rust : fix tests for the new filter api
9 months ago
ganfra
2c24a48ed7
Rust : map the new filter api, will need more rework when branching the new ui later.
9 months ago
renovate[bot]
5d055a5fd2
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.99
9 months ago
Benoit Marty
d27df29452
Typing notification: fix test compilation issue after rebase.
9 months ago
Benoit Marty
656ef9d6d0
Typing notification: reduce horizontal padding.
9 months ago
Benoit Marty
7b809ac507
Add a way to hide the Jump to Bottom button for coherent preview
9 months ago
Benoit Marty
dfaf4ab8c8
Typing: add some specific MessagesView preview.
9 months ago
Benoit Marty
5d6716da67
Rendering typing notification #2242
9 months ago
Benoit Marty
d5c123622b
Merge pull request #2354 from element-hq/feature/bma/markUnread
...
Mark room as unread
9 months ago
Benoit Marty
43bfdf5b80
Merge pull request #2338 from element-hq/renovate/com.posthog-posthog-android-3.x
...
Update dependency com.posthog:posthog-android to v3.1.6
9 months ago
Benoit Marty
9e57458bf4
Merge pull request #2364 from element-hq/renovate/compose.bom
...
Update dependency androidx.compose:compose-bom to v2024.02.00
9 months ago
Benoit Marty
860ac595ec
Merge pull request #2366 from element-hq/feature/bma/removeModifierParameterInPrivateMethods
...
Remove modifier parameter in private methods
9 months ago
Jorge Martin Espinosa
01bf27b953
Merge pull request #2367 from element-hq/renovate/wysiwyg
...
Update wysiwyg to v2.28.0
9 months ago
Benoit Marty
5527c9634b
Merge pull request #2365 from element-hq/feature/bma/testRoomList
...
Add Unit tests on MessagesView
9 months ago
Jorge Martin Espinosa
89bcd378c5
Merge pull request #2368 from element-hq/misc/jme/remove-hidden-event-type-filter
...
Remove `FilterHiddenStateEventsProcessor`
9 months ago
Benoit Marty
e63e5bd739
Remove patch on ActionListView and ensure all the test are passing.
9 months ago
Jorge Martín
e77740f1d2
Remove `FilterHiddenStateEventsProcessor`
...
The same process is already done by the Rust SDK, so it's now redundant.
9 months ago
renovate[bot]
65ace63e24
Update wysiwyg to v2.28.0
9 months ago
Benoit Marty
3e34461007
Mark as unread: add a feature flag, disabled on release build.
9 months ago
Benoit Marty
f79e0cd56a
Fix test in release.
9 months ago
Benoit Marty
75b0a12a81
Remove extra new lines
9 months ago
Benoit Marty
69acc684b5
Introduce `RoomListBottomSheetEvents` "scope" for Events from the Room List Bottom Sheet.
9 months ago
Benoit Marty
b6dcadd980
Simplify a bit the API.
9 months ago
Benoit Marty
3c38201b2c
Add test for `RoomListContextMenu`
9 months ago
Benoit Marty
e304913030
Introduce function `aContextMenuShown` to create `RoomListState.ContextMenu.Shown`
9 months ago
Benoit Marty
525de38ee2
Fix test after default value change on parameter of `createRoomListRoomSummary`.
9 months ago
Benoit Marty
4dc4e5bef8
Remove unnecessary parenthesis
9 months ago
ElementBot
27b475286f
Update screenshots
9 months ago
Benoit Marty
ff73173f2c
Changelog
9 months ago
Benoit Marty
50859b62de
Add more tests
9 months ago
Benoit Marty
17f23304d0
Give `0` has default value for fixtures creators.
...
Also increases the readability of tests.
9 months ago
Benoit Marty
c4f72ecfbc
Add test to check behavior of `isMarkedUnread` parameter
9 months ago
Benoit Marty
25768c7e87
Move `RoomListRoomSummary` factory to a dedicated file, more tests will be added.
9 months ago
Benoit Marty
9d461a4917
Add ability mark as unread / mark as read a room.
9 months ago
Benoit Marty
cebc06aa5e
Fix potential error:
...
Modifier factory functions must use the receiver Modifier instance
9 months ago
Benoit Marty
a55d3d0ace
Move `clearFocusOnTap` to the designsystem library to reduce code duplication.
9 months ago
Benoit Marty
b104dba845
Remove Modifier parameter in private function when only default value is used.
...
This will improve the code coverage metrics, and this also fixes a few potential bug, where the Modifier was used several times.
9 months ago
Jorge Martin Espinosa
d06e5c23cb
Move migration screen to within the room list ( #2361 )
...
* Rename migration bg drawable and add night variant
* Move `migration` package from `ftue` to `messages:impl` module
* Update `SunsetPage` with light and dark modes
* Fix bloom colors when nested theme is used
* Integrate the migration screen in the room list
* Fix `WaitListView` cancel button color
* Clear migration store when removing the app's cache
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
9 months ago
renovate[bot]
1a48c344e2
Update dependency androidx.compose:compose-bom to v2024.02.00
9 months ago
Jorge Martin Espinosa
52dfaea741
Merge pull request #2363 from element-hq/renovate/kotlin
...
Update dependency androidx.compose.compiler:compiler to v1.5.9
9 months ago
Jorge Martin Espinosa
857b94b4fc
Merge pull request #2357 from poljar/poljar/log-olm-trace
...
Enable trace logging for the Olm Account
9 months ago
Jorge Martin Espinosa
c864adb493
Merge branch 'develop' into poljar/log-olm-trace
9 months ago
Benoit Marty
565b2e3817
Merge pull request #2358 from element-hq/renovate/io.element.android-compound-android-0.x
...
Update dependency io.element.android:compound-android to v0.0.4
9 months ago
Benoit Marty
093d201266
Add missing period.
9 months ago
Benoit Marty
fa52ff54c8
Add tests on `MessagesView`
9 months ago
Benoit Marty
4e0f308cac
Add result type to EnsureCalledOnceWithParam
9 months ago