Commit Graph

49 Commits

Author SHA1 Message Date
Benoit Marty
704674e92b First setup of sonar. 2023-01-31 16:11:01 +01:00
ganfra
27bf42c5f2 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
07859574c4 Merge branch 'develop' into feature/fga/presenter_tests 2023-01-19 16:00:41 +01:00
ganfra
bdcfe98aab Changes after review 2023-01-19 15:26:06 +01:00
Benoit Marty
3b428de991 Merge pull request #28 from vector-im/feature/bma/uiTests
UI tests
2023-01-19 15:07:21 +01:00
Benoit Marty
d019c4c6d7 Use official paparazzi 1.2.0 2023-01-19 10:14:01 +01:00
ganfra
3a6be5f745 Merge branch 'develop' into feature/fga/presenter_tests 2023-01-18 20:47:15 +01:00
ganfra
1f2a9026ea Add some refactoring and first simple test on RoomListPresenter 2023-01-18 17:57:34 +01:00
Benoit Marty
5985a6faa6 Paparazzi: Apply fix from https://github.com/chrisbanes/paparazzi/pull/2 2023-01-18 15:49:57 +01:00
Benoit Marty
a4bed29a93 1.1.0 2023-01-18 15:20:45 +01:00
Benoit Marty
2ef43173e7 Plugin config 2023-01-18 15:20:45 +01:00
Benoit Marty
bd93e54543 Kotlin 1.8 + cleanup 2023-01-18 15:01:34 +01:00
Benoit Marty
8c93aedbc1 Create dedicated modules for Strings and apply the plugin com.likethesalad.stem
Remove translations
2023-01-18 11:54:02 +01:00
ganfra
679c21f1dc Merge branch 'develop' into feature/fga/navigation 2023-01-16 17:13:15 +01:00
ganfra
3abba8e88f Remove viewmodel/fragment references 2023-01-13 18:20:10 +01:00
Benoit Marty
4fa46aa95d dependencycheck 7.4.4 (with fix for https://github.com/dependency-check/dependency-check-gradle/issues/300) 2023-01-09 09:54:43 +01:00
ganfra
7d65a4a1e7 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
Benoit Marty
e43b654a1b Set up dependency check plugin 2023-01-06 17:03:35 +01:00
ganfra
df13ec7445 Introduce molecule 2023-01-03 19:50:23 +01:00
Benoit Marty
e2515020cf Add missing Copyright 2022-12-22 13:51:56 +01:00
Benoit Marty
90f9a7a69f Add module graph plugin and expose the graph in the README 2022-12-22 12:28:14 +01:00
ganfra
8b8b490bb2 Nav: First iteration integrating Appyx 2022-12-21 17:56:01 +01:00
Benoit Marty
0568ea7c28 Add rageskahe module 2022-12-21 15:33:39 +01:00
ganfra
c040e18431 Merge develop into feature/fga/dagger_setup 2022-12-19 16:14:14 +01:00
ganfra
b7f84f65a8 Continue setting up dagger 2022-12-14 20:15:51 +01:00
Benoit Marty
c2932cab90 Declare the plugin version in the catalog 2022-12-13 10:57:05 +01:00
Benoit Marty
dec510df64 Add some documentation. 2022-12-12 14:36:16 +01:00
ganfra
4452abb461 Dagger: start setup 2022-12-09 19:27:04 +01:00
Benoit Marty
af8c5180ca Timber for all modules 2022-12-09 15:42:29 +01:00
Benoit Marty
72be56b6b7 Format project again 2022-12-09 12:06:37 +01:00
ganfra
286396aeba Gradle : more cleaning on app module 2022-12-08 19:19:07 +01:00
ganfra
ef0252aa94 Continue cleaning gradle files 2022-12-08 18:52:55 +01:00
ganfra
81d2ca02c2 Timeline: first version of diff/cache 2022-12-06 13:17:33 +01:00
Benoit Marty
024fb7146d Setup Showkase and add some Preview. WIP 2022-11-29 15:07:31 +01:00
Benoit Marty
0af3f3bfb7 Import composer 0.7.0.1 from Element Android - still WIP 2022-11-25 16:36:03 +01:00
Benoit Marty
29b3ab9612 Setup nighlty build + GitHub action 2022-11-23 15:11:27 +01:00
ganfra
6759240687 Update compose dependencies 2022-11-23 11:22:32 +01:00
ganfra
9c044c7d1d Timeline: quick implementation of reactions (without interactions) 2022-11-09 19:36:12 +01:00
Benoit Marty
612c720eb5 OnBoarding 2022-11-09 17:29:34 +01:00
ganfra
8b48f4a370 Update to latest matrix-rust-sdk and update store session so it compiles 2022-11-08 19:40:51 +01:00
Benoit Marty
804965981a Composer compiling and running 2022-11-08 15:59:07 +01:00
ganfra
986fae43c2 Continue refinement of RoomList (and remove avatar library) 2022-11-03 19:26:45 +01:00
ganfra
4551c9307e Refine UI 2022-11-03 12:57:49 +01:00
ganfra
9037b9b66b RoomList: add avatar for rooms and date formatting 2022-11-02 19:04:29 +01:00
ganfra
1801bcfcd3 Try some stuff on room list and avatar... 2022-10-30 15:43:07 +01:00
ganfra
e3845bc976 Add Timber 2022-10-28 20:38:47 +02:00
ganfra
83ac870c92 Refactor some modules + add dependency management (still WIP) 2022-10-27 19:24:57 +02:00
Benoit Marty
6c1ded4039 Use latest libraries and SDK 2022-10-07 15:40:50 +02:00
Benoit Marty
cfa3dc7e84 Create project from AS wizard "Empty Compose Activity (Material 3)" 2022-10-07 15:05:13 +02:00