This website requires JavaScript.
Explore
Help
Sign in
Sulkta-Coop
/
element-x-ada
Watch
2
Star
0
Fork
You've already forked element-x-ada
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
fc205698c6
element-x-ada
/
libraries
/
matrixui
/
src
/
main
History
Download ZIP
Download TAR.GZ
Benoit Marty
702c137ead
Replace
mutableStateOf
by
mutableIntStateOf
and
mutableFloatStateOf
. Use
intValue
and
floatValue
to avoid unboxing.
2023-09-26 18:07:53 +02:00
..
kotlin/io/element/android/libraries/matrix
/ui
Replace
mutableStateOf
by
mutableIntStateOf
and
mutableFloatStateOf
. Use
intValue
and
floatValue
to avoid unboxing.
2023-09-26 18:07:53 +02:00
AndroidManifest.xml
Create
matrixui
module and remove dependency to
coil
in the matrix module. Move
MatrixUser
there.
2022-12-22 15:32:29 +01:00