- May 07, 2022
-
-
Mikolai Gütschow authored
-
- May 03, 2022
-
-
Mikolai Gütschow authored
-
- Apr 10, 2022
-
-
- Apr 03, 2022
-
- Feb 24, 2022
-
-
Nico authored
As per suggestions by IDEA. I didn't update Dagger, though, since this could break some APIs we're using.
-
- Feb 22, 2022
- Feb 21, 2022
-
-
-
-
-
Nico authored
Faking online states with an ```kotlin isConnected = Random.nextBoolean() ``` in `ContactItem` ;) As per !174 (comment 63629).
-
-
-
Mikolai Gütschow authored
-
-
Thanks to the research of Paul, I could quickly find the right modifier to change the mouse appearance upon hovering buttons. For most buttons we stay with the default PointerIcon, just inside text fields it showed the text PointerIcon. With this commit the default PointerIcon is shown consistently across all buttons. In a later MR we could switch all buttons to show the hand icon, but I wouldn't do it because later Compose versions might do this automatically and the APIs used here are experimental.
-
-
-
- Feb 20, 2022
-
-
paul authored
-
- Feb 18, 2022
- Feb 17, 2022
-
-
Mikolai Gütschow authored
-