555 Commits (756905b9cd04f2b26ce372366d2030e4de0cd6dc)

Author SHA1 Message Date
Benoit Marty d722495dab Fix first test. 2 years ago
Benoit Marty b4f7030ec9 Cleanup 2 years ago
Benoit Marty bbe10382b0 ElementTheme + MaterialTheme3 2 years ago
Benoit Marty 201508678a Rename component. No need for `Element` prefix 2 years ago
Benoit Marty cdfc13cb15 Material3 only in designsystem. 2 years ago
Benoit Marty 2cac2b59ab Cleanup and TODO. 2 years ago
Benoit Marty 9d32b05fbb Rework Preview for a better rendering in the IDE. 2 years ago
Benoit Marty e3fed8b4f5 Optimize import 2 years ago
Benoit Marty c54471b5e0 Add some aliases and fixes placeholder color. 2 years ago
Benoit Marty e4cc733f4a First draft of full custom theme. 2 years ago
ganfra b8860a6658 Simplify AvatarData and avoid carrying ByteArray 2 years ago
ganfra fc07ff29f5 Remove PresenterConnector and molecule runtime in feature modules, directly call Presenter.present method 2 years ago
Benoit Marty 3410b70af4 Optimize import 2 years ago
ganfra 87d0191324 Change/move some gradle modules to be better separated. Let core module be a kotlin lib. 2 years ago
Benoit Marty 8647016e61 Use the `modifier` parameter. 2 years ago
ganfra dd00f99f0c enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") 2 years ago
ganfra 5748bc53a6 Finish removing x. from packages (keep it in app module for now) 2 years ago
ganfra e616d75d9d Rename all features modules 2 years ago
ganfra caa04aa485 Rename uistrings module 2 years ago
ganfra 907d7eba75 Rename matrix modules 2 years ago
ganfra bbbbc3495d Rename di module 2 years ago
ganfra a2f0c64921 Rename designsystem module 2 years ago
ganfra f6672fa5de Rename core module 2 years ago
ganfra bc9b8e6b90 Rename architecture module 2 years ago
ganfra 97efff8aa4 Changes after review 2 years ago
ganfra 1b054aca5b Clean up after merge 2 years ago
ganfra f7d9665eaf Add some refactoring and first simple test on RoomListPresenter 2 years ago
Benoit Marty a43c3ec86f Naming convention for Previews 2 years ago
Benoit Marty 948d4f64f7 Do not use theme in the Preview, it breaks the screenshots building. 2 years ago
Benoit Marty 862900ed9a Rename folders `java` to `kotlin` 2 years ago
Benoit Marty 468d3f6192 Create dedicated modules for Strings and apply the plugin `com.likethesalad.stem` 2 years ago
ganfra 55d6ca566f Apply ktlint format 2 years ago
ganfra f95b3b5d79 Add copyright on new files 2 years ago
ganfra 478f516cf1 Make some data class @Immutable when needed 2 years ago
ganfra ad7bf21f6d Use EventSink lambda in state instead of Flow in Presenter 2 years ago
ganfra ae273bd4ea Migrate Preferences to new architecture 2 years ago
ganfra 6a5bcf7058 Migrate Login to new architecture and make some adjustments 2 years ago
ganfra 4fb063654f Create ContributesNode annotation to generate module and assistedFactory for node. 2 years ago
ganfra a37cf3adde Use LifecycleOwner instead of explicit Node on presenterConnector 2 years ago
ganfra eeebb99292 Move some code to 'architecture' module 2 years ago
ganfra 3ffbba954e RoomList: setup dagger for node (remove fragment bindings) 2 years ago
ganfra fc14973049 Create Presentation module and remove Presenter from core 2 years ago
ganfra 969756e744 Roomlist: Extract State and Events 2 years ago
ganfra 3de51af4b1 RoomList: re-add placeholders 2 years ago
ganfra 1509d82f3f First implementation of using Node/Presenter/UI on RoomList (no DI) 2 years ago
ganfra e176a41ecf Introduce molecule 2 years ago
Benoit Marty e393e8f52b Fix warning 2 years ago
Benoit Marty 08eb8de09b Create a UserViewModel to avoid duplicated code. 2 years ago
Benoit Marty d397d0741d Create a MatrixItemHelper to avoid duplicated code. 2 years ago
Benoit Marty 47877c4076 Create a MatrixUserRow composable 2 years ago