element-x-ada/changelog.d
Jorge Martin Espinosa 44de6adb86
Initial support for member suggestions (#1631)
* Initial support for member suggestion (search and UI)

* Add custom `BottomSheetScaffold` implementation to workaround several scrolling bugs

* Start searching as soon as `@` is typed, add UI following initial designs

* Extract suggestion processing code

* Extract component, add previews, fix tests

* Add tests

* Add exception from kover to the forked bottom sheet code

* Add a feature flag for mentions

- Extract composer & mention suggestions to their composable.
- Extract mentions suggestions processing to its own class.
- Add `MatrixRoom.canTriggerRoomNotification` function.
- Update strings and conditions for displaying the `@room` mention.

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-10-27 10:26:40 +00:00
..
.gitignore Setup towncrier 2023-01-11 14:57:14 +01:00
1158.feature Update the chat screen UI using RoomInfo. (#1640) 2023-10-26 14:27:42 +00:00
1375.bugfix Hide keyboard when exiting the room screen (#1593) 2023-10-19 10:49:11 +02:00
1452.feature Initial support for member suggestions (#1631) 2023-10-27 10:26:40 +00:00
1481.bugfix Always register the pusher when application starts 2023-10-16 10:50:16 +02:00
1519.bugfix Ensure screen does not turn off when playing a video (#1519) 2023-10-12 15:53:05 +02:00
1563.misc Misc: remove usage of blocking methods #1563 2023-10-13 12:16:31 +02:00
1596.feature Record and send voice messages (#1596) 2023-10-23 17:28:00 +00:00
1617.bugfix Fix issue where text is cleared when cancelling a reply (#1617) 2023-10-23 08:31:32 +00:00
2084.feature Receive and play a voice message (#1503) 2023-10-24 21:47:51 +00:00