Commit Graph

121 Commits

Author SHA1 Message Date
Benoit Marty 426005f298 Fix detekt issue, optimize import, fix color of preference category title 2023-02-03 13:43:00 +01:00
Benoit Marty bbe10382b0 ElementTheme + MaterialTheme3 2023-02-03 12:57:42 +01:00
Benoit Marty 47186c6af1 Fix compilation issue 2023-02-03 12:57:42 +01:00
Benoit Marty 201508678a Rename component. No need for Element prefix 2023-02-03 12:57:42 +01:00
Benoit Marty cdfc13cb15 Material3 only in designsystem. 2023-02-03 12:56:53 +01:00
Benoit Marty 2cac2b59ab Cleanup and TODO. 2023-02-03 12:56:53 +01:00
Benoit Marty 9d32b05fbb Rework Preview for a better rendering in the IDE. 2023-02-03 12:56:53 +01:00
Benoit Marty e3fed8b4f5 Optimize import 2023-02-03 12:56:53 +01:00
Benoit Marty 7d85d8da30 Add ElementCircularProgressIndicator and ElementOutlinedTextField. 2023-02-03 12:56:53 +01:00
Benoit Marty 71fa01f8b6 Theme: Add ElementModalBottomSheetLayout. 2023-02-03 12:55:36 +01:00
Benoit Marty e4cc733f4a First draft of full custom theme.
ElementTheme everywhere

Create ElementButton
2023-02-03 12:55:36 +01:00
Benoit Marty 78544357e8 Create ExtendedColors to define more colors. 2023-02-03 12:55:36 +01:00
Benoit Marty 35e204ca48 Cleanup 2023-02-03 12:55:36 +01:00
ganfra 9cf88fff5f Merge branch 'develop' into feature/fga/fix_restoration 2023-02-01 16:05:05 +01:00
ganfra b8860a6658 Simplify AvatarData and avoid carrying ByteArray 2023-02-01 15:57:00 +01:00
ganfra fc07ff29f5 Remove PresenterConnector and molecule runtime in feature modules, directly call Presenter.present method 2023-02-01 15:56:07 +01:00
Benoit Marty 3410b70af4 Optimize import 2023-01-30 16:36:51 +01:00
ganfra 87d0191324 Change/move some gradle modules to be better separated. Let core module be a kotlin lib. 2023-01-24 17:38:57 +01:00
ganfra 5748bc53a6 Finish removing x. from packages (keep it in app module for now) 2023-01-20 18:52:59 +01:00
ganfra e616d75d9d Rename all features modules 2023-01-20 18:35:03 +01:00
ganfra 4a5a1f6d3e Rename textcomposer module 2023-01-20 17:38:04 +01:00
ganfra 907d7eba75 Rename matrix modules 2023-01-20 17:27:47 +01:00
ganfra bbbbc3495d Rename di module 2023-01-20 17:12:40 +01:00
ganfra a2f0c64921 Rename designsystem module 2023-01-20 17:09:12 +01:00
ganfra f6672fa5de Rename core module 2023-01-20 16:34:04 +01:00
ganfra bc9b8e6b90 Rename architecture module 2023-01-20 16:26:43 +01:00
Benoit Marty f3217d90aa Fix dark theme issue.
to merge with fix dark theme issue
2023-01-18 15:49:57 +01:00
Benoit Marty 08bf9aa6f7 Do not show bg in preview 2023-01-18 15:34:41 +01:00
Benoit Marty 862900ed9a Rename folders java to kotlin 2023-01-18 13:51:30 +01:00
ganfra 47e16997b3 Fix detekt 2023-01-16 18:17:56 +01:00
ganfra 331e26e33c Add some interfaces for matrix module 2023-01-16 18:11:54 +01:00
ganfra 55d6ca566f Apply ktlint format 2023-01-13 18:37:28 +01:00
ganfra f95b3b5d79 Add copyright on new files 2023-01-13 18:36:16 +01:00
ganfra ec1bbdeb9c Finish migration of Messages screen 2023-01-13 18:05:14 +01:00
ganfra ad3ac4cc3c Create RoomComponent and manage in RoomFlowNode 2023-01-13 12:29:36 +01:00
ganfra 020fd3b458 Start migrating messages screen 2023-01-12 18:19:27 +01:00
ganfra 9e211b5e04 Merge branch 'develop' into feature/fga/navigation First step: makes it compile by disabling the new screens (need to migrate to nodes) 2023-01-06 19:22:52 +01:00
ganfra eeebb99292 Move some code to 'architecture' module 2023-01-04 21:09:59 +01:00
Benoit Marty d397d0741d Create a MatrixItemHelper to avoid duplicated code. 2022-12-22 17:13:53 +01:00
Benoit Marty 19301756e3 Add missing Copyright 2022-12-22 13:51:56 +01:00
Benoit Marty 0644a5822f Code quality
Code quality
2022-12-21 15:32:53 +01:00
ganfra 4c88d8e3c2 Merge develop into feature/fga/dagger_setup 2022-12-19 16:14:14 +01:00
ganfra 9aa0ce9438 Introduce SessionComponent 2022-12-16 17:24:55 +01:00
ganfra 2ea87307a7 Branch on viewmodel... 2022-12-15 20:16:53 +01:00
Benoit Marty c8b344644b Ktlint for all modules + run it 2022-12-12 17:48:07 +01:00
Benoit Marty d00d934aa0 Fix compilation error 2022-12-12 17:41:12 +01:00
Benoit Marty f8ccf53175 Fix detekted issues. 2022-12-12 17:10:01 +01:00
Benoit Marty 9c7fa85897 Adapt twitter rules. 2022-12-12 16:24:35 +01:00
Benoit Marty 45617a11f2 Fix detekted issues. 2022-12-12 16:24:26 +01:00
Benoit Marty 09087a7e86 Fix some lint issues and reduce severity of UnusedResources 2022-12-09 12:06:37 +01:00