- Jun 09, 2022
-
-
Mikolai Gütschow authored
Theming was inspired by Briar Android at first, but then quite heavily adapted to fit the Desktop use case. Uses mainly colors defined in Briar Styleguide with some custom overlay to distinguish different parts of the UI.
-
- May 16, 2022
-
-
- May 12, 2022
- May 11, 2022
-
-
Mikolai Gütschow authored
-
-
Mikolai Gütschow authored
-
Mikolai Gütschow authored
-
-
-
-
-
-
- May 10, 2022
-
-
Mikolai Gütschow authored
-
Mikolai Gütschow authored
-
- Reduced padding around online indicator to allow for better use of space on Contact Cards - Fixed bg color on introduction drawer to surfaceVariant everywhere (previously the bg color was not uniform throughout). - Made introduction drawer header "X" button actually line up with contact list (was off by a few pixels before) - Introduction drawer now centers profile pictures and alias'. - ProfilePictures and MessageCounters now use 1px borders to better match briar android. - Remove ConversationList top and bottom padding. - Bump font size of ExposedDropDownMenu to typography.body1 to match everything else. - Add auto-formatting rule that fixed ktlint problems I was running into.
-
- 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.
-
-