Benoit Marty
|
f61df38e55
|
Migrate license to AGPL.
Run script `uv run license-editor --repository ../element-x-android`
|
2024-09-06 17:19:19 +02:00 |
|
Benoit Marty
|
a831f05f6e
|
Fix ktlint issues
|
2024-01-10 19:33:39 +01:00 |
|
renovate[bot]
|
c8bd362397
|
Update plugin ktlint to v12.1.0 (#2200)
* Update plugin ktlint to v12.1.0
* Run `./gradlew ktlintFormat` and fix some issues manually.
* Fix other issues reproted by Ktlint
* Limit false positives, KtLint removes unnecessary curly brace in String templates.
* Remove useless Unit
* Minor improvements over ktlint changes
* Restore `AlertDialogContent` behaviour
* Update screenshots
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
Co-authored-by: Jorge Martín <jorgem@element.io>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
|
2024-01-10 16:22:24 +01:00 |
|
Marco Romano
|
f186a85ed0
|
Rename params in NodeFactories for clarity (#1916)
- `context` is now `buildContext` to reflect that it's of type `BuildContext` (and not an android `Context`).
- `NODE` generic type param is now `N` to stick with Java convention: https://docs.oracle.com/javase/tutorial/java/generics/types.html.
|
2023-11-29 10:01:07 +01:00 |
|
ganfra
|
6c296c1cf8
|
DI: rework how components are created and provided
|
2023-09-19 17:51:36 +02:00 |
|
Benoit Marty
|
f8417bda21
|
Format file.
|
2023-08-29 10:05:59 +02:00 |
|
Benoit Marty
|
d8459093a5
|
Introduce LoggedInAppScopeFlowNode. It's a Node just responsible to set up the Dagger SessionScope.
This allow to inject objects with SessionScope in the node `LoggedInFlowNode` and all it's dependency (in my case `FtueState` and `MatrixClient`)
|
2023-08-25 13:52:32 +02:00 |
|
ganfra
|
d71a025f9d
|
Room : rename the flows
|
2023-07-06 12:00:45 +02:00 |
|
ganfra
|
43b4351732
|
Room : small refactoring
|
2023-07-05 16:10:47 +02:00 |
|
ganfra
|
a52db06546
|
Node: fix compilation after changes
|
2023-06-12 11:39:28 +02:00 |
|
ganfra
|
3ba219c975
|
Dagger: makes sure to not remove an active component when navigating
|
2023-06-09 23:04:33 +02:00 |
|
Benoit Marty
|
b0f14bfb15
|
Deeplink: handle notification click to open a room.
|
2023-04-13 15:35:01 +02:00 |
|
ganfra
|
7f3679a15e
|
Merge branch 'develop' into feature/fga/improve_node_architecture
|
2023-03-07 12:10:20 +01:00 |
|
ganfra
|
a13cba9571
|
[Architecture] : create appnav module so we can use only api feature modules
|
2023-03-06 20:30:48 +01:00 |
|
ganfra
|
af6dd3ee30
|
[Architecture] experiments to remove DI graph managements from navigation flow nodes
|
2023-03-04 14:14:47 +01:00 |
|