element-x-ada/tools
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
..
adb Add support for io.element.call:/?url=some-encoded-url uri 2023-09-20 11:05:15 +02:00
check Detect missing translations. 2023-07-27 13:25:37 +02:00
danger Detekt: Rename DayNightPreviews to PreviewsDayNight to follow naming convention. 2023-09-21 08:30:36 +02:00
detekt TimelineItemPresenterFactories (#1609) 2023-10-19 15:57:34 +02:00
docs Add missing Copyright 2022-12-22 13:51:56 +01:00
git Setup git lfs 2023-01-18 15:20:32 +01:00
gitflow Extract git flow init from release script (so that it can be run standalone) and do not use -t which does not seem to be standard. 2023-07-20 19:15:56 +02:00
github Move download_github_artifacts.py to its own folder. 2023-07-20 19:22:53 +02:00
lint Fix lint UnnecessaryComposedModifier and make it an error 2023-09-28 16:55:21 +02:00
localazy Initial support for member suggestions (#1631) 2023-10-27 10:26:40 +00:00
quality Add a shortcut to ensure that ./gradlew check will prevent having warning in the codebase. We may add more instructions in the future in this file. 2023-07-21 12:50:29 +02:00
release Release script: improve prompt messages. 2023-08-29 11:19:32 +02:00
sdk Fix small issue in the script. 2023-10-20 10:52:13 +02:00
templates Ensure tmp folder exists 2023-10-03 15:21:16 +02:00
towncrier Setup towncrier 2023-01-11 14:57:14 +01:00