Florian Renaud
|
ac8a6f90fd
|
Remove default onClick from MatrixUserRow
|
2 years ago |
Maxime NATUREL
|
a1fe191b64
|
Reuse fillMaxWidth on MatrixUserRow
|
2 years ago |
Maxime NATUREL
|
ceef65316e
|
Using nullable onClick to avoid passing a new parameter
|
2 years ago |
Maxime NATUREL
|
ddcde735fe
|
Present the last added user first
|
2 years ago |
Maxime NATUREL
|
cee313597b
|
Adding checkbox in result when multi selection of users is enabled
|
2 years ago |
Benoit Marty
|
771855dfe3
|
Let coil use our OkHttpClient.
|
2 years ago |
Florian Renaud
|
d2e5e4fc45
|
Improve MatrixUserRow paddings
|
2 years ago |
Florian Renaud
|
5a20c14524
|
Set avatar size value to dp
|
2 years ago |
Florian Renaud
|
9e4e4b6124
|
Show result when searching for matrix id
|
2 years ago |
ganfra
|
fb85f35525
|
[MatrixSDK] start mapping all the timeline objects
|
2 years ago |
Benoit Marty
|
466579c4d3
|
Move class of `matrix.api` module to `api` sub package.
|
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
|
442fb212ae
|
Add some previews.
|
2 years ago |
Benoit Marty
|
53c8d3ff7c
|
Add Preview for timeline items.
|
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
|
443076f636
|
Give the id to AvatarData to be able to compute initial properly.
|
2 years ago |
Benoit Marty
|
b439109d05
|
Enable Showkase for matrixui
|
2 years ago |
Benoit Marty
|
afe5499158
|
PreviewParameterProvider FTW
|
2 years ago |
Benoit Marty
|
bbe10382b0
|
ElementTheme + MaterialTheme3
|
2 years ago |
Benoit Marty
|
cdfc13cb15
|
Material3 only in designsystem.
|
2 years ago |
Benoit Marty
|
9d32b05fbb
|
Rework Preview for a better rendering in the IDE.
|
2 years ago |
Benoit Marty
|
e4cc733f4a
|
First draft of full custom theme.
ElementTheme everywhere
Create ElementButton
|
2 years ago |
ganfra
|
8b4b8886a9
|
Clean up
|
2 years ago |
ganfra
|
b8860a6658
|
Simplify AvatarData and avoid carrying ByteArray
|
2 years ago |
ganfra
|
dd00f99f0c
|
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
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 |
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 |
ganfra
|
55d6ca566f
|
Apply ktlint format
|
2 years ago |
ganfra
|
f95b3b5d79
|
Add copyright on new files
|
2 years ago |
ganfra
|
7a29ce1d8d
|
Remove viewmodel/fragment references
|
2 years ago |
ganfra
|
ec1bbdeb9c
|
Finish migration of Messages screen
|
2 years ago |
ganfra
|
ae2534488b
|
Refactor where Dagger Components belongs (in node)
|
2 years ago |
ganfra
|
478f516cf1
|
Make some data class @Immutable when needed
|
2 years ago |
Benoit Marty
|
e393e8f52b
|
Fix warning
|
2 years ago |
Benoit Marty
|
516e491af2
|
Clean up
|
2 years ago |
Benoit Marty
|
7a3a91a51f
|
Improve Setting screen
|
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
|
d8e4880ce6
|
Create a MatrixUserHeader composable
|
2 years ago |
Benoit Marty
|
47877c4076
|
Create a MatrixUserRow composable
|
2 years ago |
Benoit Marty
|
c5c05e3867
|
Create `matrixui` module and remove dependency to `coil` in the matrix module. Move `MatrixUser` there.
|
2 years ago |