element-x-ada/tools
Marco Romano a814c4a95a
TimelineItemPresenterFactories (#1609)
DI infrastructure to allow injection of presenters into the timeline.
Add an `@AssistedFactory` of type `TimelineItemPresenterFactory` to a `Presenter` class and bind this factory into the TimelineItemPresenterFactory map multi binding using:

```
@Binds
@IntoMap
@TimelineItemEventContentKey(MyTimelineItemContent::class)
```

A map multibinding of such factories will be available in the `LocalTimelineItemPresenterFactories` composition local for further use down the UI tree.
2023-10-19 15:57:34 +02: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 Import strings for SigneddOut module. 2023-10-10 20:09:05 +02: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 Improve and fix build_rust_sdk.sh after PR review 2023-10-16 18:29:25 +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