ganfra
|
bc9f3b69cc
|
[Architecture] split all feature modules to api/impl
|
2 years ago |
ganfra
|
91863e2529
|
[Architecture] introduce BackstackNode
|
2 years ago |
Benoit Marty
|
466579c4d3
|
Move class of `matrix.api` module to `api` sub package.
|
2 years ago |
Benoit Marty
|
c2dff7888c
|
Move module `matrixtest` to `matrix.test`
|
2 years ago |
Benoit Marty
|
b8467e547c
|
Split module `matrix` to `matrix.api` with interfaces and data classes and `matrix.impl` with Rust implementation.
|
2 years ago |
Jorge Martin Espinosa
|
6677f80abe
|
Store session data in a secure way (#98)
* Replace SessionData DataStore with an encrypted SQLite DB.
---------
Co-authored-by: Benoit Marty <benoit@matrix.org>
|
2 years ago |
Benoit Marty
|
6bb01d640f
|
Make `@Preview` internal.
And exclude class generated by Showkase
|
2 years ago |
Benoit Marty
|
e120ca7163
|
Extract Provider (and rename them) to their own file and move fixture(s) there.
|
2 years ago |
Benoit Marty
|
0f0c001c3c
|
Enforce no default value in state.
|
2 years ago |
Benoit Marty
|
3142b884c5
|
Move test data to TestData.kt
|
2 years ago |
Benoit Marty
|
606cd3efc3
|
Cleanup and centralize test data.
|
2 years ago |
Benoit Marty
|
58c59efebf
|
Add test for `LogoutPreferencePresenter`
|
2 years ago |
Benoit Marty
|
9d32b05fbb
|
Rework Preview for a better rendering in the IDE.
|
2 years ago |
ganfra
|
87d0191324
|
Change/move some gradle modules to be better separated. Let core module be a kotlin lib.
|
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
|
a2f0c64921
|
Rename designsystem module
|
2 years ago |
ganfra
|
bc9b8e6b90
|
Rename architecture module
|
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`
Remove translations
|
2 years ago |
ganfra
|
55d6ca566f
|
Apply ktlint format
|
2 years ago |
ganfra
|
f95b3b5d79
|
Add copyright on new files
|
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 |
Benoit Marty
|
e393e8f52b
|
Fix warning
|
2 years ago |
Benoit Marty
|
19301756e3
|
Add missing Copyright
|
2 years ago |
Benoit Marty
|
166f9e47f2
|
Move logout and report bug to Setting screen
|
2 years ago |