Benoit Marty
|
077897a874
|
Test higher level.
|
2023-02-14 17:03:02 +01:00 |
|
Benoit Marty
|
41e63173b3
|
Make @Preview internal.
And exclude class generated by Showkase
|
2023-02-14 17:03:02 +01:00 |
|
Benoit Marty
|
aecc294df9
|
Add a way to Preview images.
|
2023-02-14 17:03:02 +01:00 |
|
Benoit Marty
|
d7f569abed
|
Improve coverage of BugReportView.
|
2023-02-14 17:03:02 +01:00 |
|
Benoit Marty
|
ec687edc2d
|
Extract Provider (and rename them) to their own file and move fixture(s) there.
|
2023-02-14 17:03:02 +01:00 |
|
Benoit Marty
|
e1b9d1da02
|
PreviewParameterProvider FTW
|
2023-02-14 17:03:02 +01:00 |
|
Benoit Marty
|
23c4b9041a
|
Enforce no default value in state.
|
2023-02-14 17:03:02 +01:00 |
|
Benoit Marty
|
6169323043
|
Move test data to TestData.kt
|
2023-02-09 18:41:58 +01:00 |
|
Benoit Marty
|
f07bd1761e
|
Add a test
|
2023-02-09 18:22:16 +01:00 |
|
Benoit Marty
|
5292fc9fbc
|
More tests for RageshakeDetectionPresenterTest
|
2023-02-09 15:17:42 +01:00 |
|
Benoit Marty
|
310a8ca8e3
|
Fix dependency issue.
|
2023-02-09 12:04:31 +01:00 |
|
Benoit Marty
|
4cb433f79a
|
Add test for RageshakeDetectionPresenter
|
2023-02-09 10:34:45 +01:00 |
|
Benoit Marty
|
4b7f64dcff
|
Add test for BugReportPresenter
|
2023-02-08 18:42:17 +01:00 |
|
Benoit Marty
|
fa37224109
|
Convert ScreenshotHolder to an interface for testing purpose.
|
2023-02-08 17:25:05 +01:00 |
|
Benoit Marty
|
a2b02fbf9d
|
Convert BugReporter to an interface for testing purpose.
Cannot use `@ContributesBinding(AppScope::class)`, so provide the implementation in AppModule.
|
2023-02-08 17:19:28 +01:00 |
|
Benoit Marty
|
0f5d6dd035
|
Add test for CrashDetectionPresenter
|
2023-02-08 15:23:47 +01:00 |
|
Benoit Marty
|
0aea3d50e5
|
Convert CrashDataStore to an interface for testing purpose.
|
2023-02-08 15:11:06 +01:00 |
|
Benoit Marty
|
c683426ce4
|
Add test for RageshakePreferencesPresenter
|
2023-02-08 15:06:39 +01:00 |
|
Benoit Marty
|
4e25e97976
|
Convert Rageshake to an interface for testing purpose.
|
2023-02-08 14:44:00 +01:00 |
|
Benoit Marty
|
67201a1af9
|
Convert RageshakeDataStore to an interface for testing purpose.
|
2023-02-08 14:34:00 +01:00 |
|
Benoit Marty
|
decd3a9585
|
ElementTheme + MaterialTheme3
|
2023-02-03 12:57:42 +01:00 |
|
Benoit Marty
|
37840af3fd
|
Rename component. No need for Element prefix
|
2023-02-03 12:57:42 +01:00 |
|
Benoit Marty
|
fb4c5138ee
|
Material3 only in designsystem.
|
2023-02-03 12:56:53 +01:00 |
|
Benoit Marty
|
2cfa921a70
|
Rework Preview for a better rendering in the IDE.
|
2023-02-03 12:56:53 +01:00 |
|
Benoit Marty
|
10763dcecc
|
Remove bad usage of ElementSurface
|
2023-02-03 12:56:53 +01:00 |
|
Benoit Marty
|
8d87320531
|
Add ElementCircularProgressIndicator and ElementOutlinedTextField.
|
2023-02-03 12:56:53 +01:00 |
|
Benoit Marty
|
6e4edc8289
|
First draft of full custom theme.
ElementTheme everywhere
Create ElementButton
|
2023-02-03 12:55:36 +01:00 |
|
Benoit Marty
|
95b8cb6c03
|
Merge pull request #66 from vector-im/feature/bma/sonar
Sonar / Kover / Codecov
|
2023-02-02 11:33:12 +01:00 |
|
ganfra
|
6bbd5bdc3d
|
Merge branch 'develop' into feature/fga/fix_restoration
|
2023-02-01 16:05:05 +01:00 |
|
ganfra
|
bfb508ba1d
|
Remove PresenterConnector and molecule runtime in feature modules, directly call Presenter.present method
|
2023-02-01 15:56:07 +01:00 |
|
Benoit Marty
|
d018d5e348
|
Avoid hardcoded dispatchers.
Fix issue detected by sonar.
|
2023-02-01 15:17:54 +01:00 |
|
Benoit Marty
|
6eaea5bf93
|
Fix sonar issue: do not ignore result of File:delete().
|
2023-02-01 14:46:00 +01:00 |
|
Benoit Marty
|
b4fbe77581
|
Optimize import
|
2023-01-30 16:36:51 +01:00 |
|
ganfra
|
701e6ce4aa
|
Merge pull request #57 from vector-im/feature/fga/gradle_perf
Feature/fga/gradle perf
|
2023-01-24 21:00:44 +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 |
|
Benoit Marty
|
7dbfa07d51
|
This java class must be defined in the java folder.
|
2023-01-23 14:56:31 +01:00 |
|
Benoit Marty
|
c7b58be970
|
Use dedicated GH project to host rageshakes, so no need to add label of prefix.
|
2023-01-23 14:42:53 +01:00 |
|
ganfra
|
46e58fe64d
|
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
2023-01-20 19:13:44 +01:00 |
|
ganfra
|
718b37a4eb
|
Finish removing x. from packages (keep it in app module for now)
|
2023-01-20 18:52:59 +01:00 |
|
ganfra
|
f800e22477
|
Rename all features modules
|
2023-01-20 18:35:03 +01:00 |
|
ganfra
|
d7b4cb97a7
|
Rename uistrings module
|
2023-01-20 17:42:09 +01:00 |
|
ganfra
|
c6cfe2b5e2
|
Rename di module
|
2023-01-20 17:12:40 +01:00 |
|
ganfra
|
7903e855ec
|
Rename designsystem module
|
2023-01-20 17:09:12 +01:00 |
|
ganfra
|
f17dd4ccd5
|
Rename core module
|
2023-01-20 16:34:04 +01:00 |
|
ganfra
|
528c01199d
|
Rename architecture module
|
2023-01-20 16:26:43 +01:00 |
|
Benoit Marty
|
8f2fecd386
|
Naming convention for Previews
|
2023-01-18 15:49:57 +01:00 |
|
Benoit Marty
|
bad40f20a7
|
Fix some Preview
|
2023-01-18 15:33:46 +01:00 |
|
Benoit Marty
|
4732630d57
|
Do not use theme in the Preview, it breaks the screenshots building.
|
2023-01-18 15:29:07 +01:00 |
|
Benoit Marty
|
66a389c4c5
|
Rename folders java to kotlin
|
2023-01-18 13:51:30 +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 |
|