Commit graph

392 commits

Author SHA1 Message Date
ganfra
522e73a981 Hopefully makes CI happy 2023-03-09 17:30:49 +01:00
ganfra
93ea68cd4c [Architecture] Fix UT compilation after removing duplicated class 2023-03-09 16:27:24 +01:00
ganfra
4f24033f13 Rename CreateRoomRootScreen 2023-03-09 15:43:50 +01:00
ganfra
a230144431 Merge branch 'develop' into feature/fga/improve_node_architecture 2023-03-09 15:42:23 +01:00
Jorge Martin Espinosa
ff5694239c Address design comments on the change server screen (#196)
* Address design comments on the change server screen

* Update screenshots

* Address review comments.
2023-03-09 13:51:44 +00:00
Benoit Marty
f1048f7578 Remove duplicated Fake class. 2023-03-09 14:16:48 +01:00
ganfra
bea510f432 [Architecture] split createroom feature module 2023-03-09 12:31:30 +01:00
ganfra
7455c4923f Merge branch 'develop' into feature/fga/improve_node_architecture 2023-03-09 12:00:34 +01:00
ganfra
9cab6c9097 [Architecture] remove unused drawable file 2023-03-09 11:40:07 +01:00
ganfra
1f69672597 [Architecture] Fix unittest compilation 2023-03-09 11:25:46 +01:00
ganfra
ab5cdee031 [Architecture] fix compile and rename LoginRootScreen -> LoginRootView 2023-03-09 10:37:17 +01:00
ganfra
ec1c84e058 Merge branch 'develop' into feature/fga/improve_node_architecture 2023-03-09 10:27:00 +01:00
ganfra
86ebcc376d [Architecture] clean and makes compile 2023-03-09 10:18:25 +01:00
ganfra
bc9f3b69cc [Architecture] split all feature modules to api/impl 2023-03-08 16:13:45 +01:00
Florian Renaud
73ef9180a2 Move button actions to view events 2023-03-08 15:47:18 +01:00
Florian Renaud
3fc55a8d95 Rework create room action buttons and remove custom TextIconButton 2023-03-08 15:46:48 +01:00
Florian Renaud
5d521b5b9f Use material icons while design system is not ready 2023-03-08 15:46:48 +01:00
Florian Renaud
169d8dbd77 Make CreateRoomSearchBar stateless 2023-03-08 15:46:48 +01:00
Maxime NATUREL
30979422b2 Adding missing padding top 2023-03-08 15:46:47 +01:00
Maxime NATUREL
e198e93090 TextIconButton component 2023-03-08 15:46:47 +01:00
Maxime NATUREL
8bd40867b4 Wrapper for TextButton 2023-03-08 15:46:47 +01:00
Maxime NATUREL
e5349040b2 Moving back button into button package 2023-03-08 15:46:47 +01:00
Florian Renaud
f022afd663 Fix icon color on dark theme 2023-03-08 15:46:47 +01:00
Florian Renaud
0557cdb048 Improve buttons rendering 2023-03-08 15:46:47 +01:00
Maxime NATUREL
d29a15dc13 Fix code formatting 2023-03-08 15:46:47 +01:00
Maxime NATUREL
a7d46513af Hiding the buttons when the search is active 2023-03-08 15:46:47 +01:00
Maxime NATUREL
e6c7afd614 Add buttons to create and invite 2023-03-08 15:46:47 +01:00
Maxime NATUREL
cb15fe6d1e Fix using matrix.api module 2023-03-08 15:46:46 +01:00
Maxime NATUREL
3efb141afc Fix duplicated strings and use back button 2023-03-08 15:46:46 +01:00
Maxime NATUREL
d55a1ccb07 Fix matrix test dependency 2023-03-08 15:46:46 +01:00
Florian Renaud
1f85df8a1a Update SearchBar by using the DockedSearchBar from material3 2023-03-08 15:46:46 +01:00
Maxime NATUREL
4342c4ec07 Search bar 2023-03-08 15:46:46 +01:00
Maxime NATUREL
103ba86236 Rename top bar to CreateRoomRootViewTopBar 2023-03-08 15:46:46 +01:00
Maxime NATUREL
5b1dfb437c Remove displayCutoutPadding 2023-03-08 15:46:46 +01:00
Maxime NATUREL
b3b47a5501 Navigate up on close 2023-03-08 15:46:46 +01:00
Maxime NATUREL
fd43b6b336 Top app bar for the start chat screen 2023-03-08 15:46:46 +01:00
Maxime NATUREL
3b60245355 Use correct color for FAB button 2023-03-08 15:46:45 +01:00
Florian Renaud
cec6d3ef88 Update create room screen 2023-03-08 15:46:45 +01:00
Florian Renaud
2c86758d15 Remove useless comment 2023-03-08 15:46:45 +01:00
Florian Renaud
61a4776907 Customize create room floating button 2023-03-08 15:46:45 +01:00
Florian Renaud
5c80ec1854 Rename parent node to flow node 2023-03-08 15:46:45 +01:00
Florian Renaud
a8101d3b32 Add empty create room fab button 2023-03-08 15:46:45 +01:00
Florian Renaud
d26f8e8b2f Create root node 2023-03-08 15:46:45 +01:00
Florian Renaud
a0a0fae6ed Init create room module 2023-03-08 15:46:45 +01:00
Jorge Martin Espinosa
811cca6289 Clear focus when submitting forms to prevent issues with the IME keyboard. (#139) 2023-03-08 15:30:40 +01:00
ganfra
84bfb14bd9 [Architecture] introduce nodeBuilder concept 2023-03-07 20:31:16 +01:00
Jorge Martin Espinosa
d36ca2907c Use user friendly error messages in login following iOS logic (#174)
* Use user friendly error messages in login following iOS logic, fix dialog colors.

* Use `AlertDialogDefaults` for the default properties of dialogs

* Improve Maestro tests with wrong password dialog

* Add tests for error messages
2023-03-07 17:55:48 +01:00
ganfra
7f3679a15e Merge branch 'develop' into feature/fga/improve_node_architecture 2023-03-07 12:10:20 +01:00
Benoit Marty
e2bd966878 Split module dateformatter into api, impl and test. 2023-03-06 11:58:11 +01:00
Jorge Martin Espinosa
c87c0ea28c Refine sign in flow to match designs and iOS flow (#100)
* Fix dark theme

* First attempt at replicating iOS' UI & flows.

* Try to fix Maestro tests

* Add error dialogs and tests

* Remove unused modifiers

* Try to fix detekt issues

* Tidy up maestro login flow a bit

* Add `CompoundColorPalette` with some needed colors

* Fixes to designs

* Fix detekt issues

* More design fixes

* Some other minor design fixes

* Add changelog

* Minor tweaks.

* Remove legacy dark material theme as it's no longer needed.

* Move sliding sync 'learn more' url to constants object

* Remove unused focusManager

* Change how the displayed homeserver works

* Keep user input as homeserver if it's valid

* Remove `CompoundColorPalette`, try to fix issue when toggling dark mode.

* Add `@Stable` to the theme, adjust how it toggles in dark mode

* Remove unused strings

* Update screenshots

* Re-organize components in LoginRootScreen

* Bump min coverage to 55, max to 60

* Always replace the snapshots contents when running `recordPaparazzi`

* Fix dark theme preview of components using content colors

* Add `BackButton` component

* Handle errors with dialogs in a generic way

* Align our Dialog components with the designs, use them were needed

* Use a `MatrixHomeserverDetails` data class instead of just an URL.

* `AuthenticationService.getHomeserverDetails()` now returns a `StateFlow`.

Also, try to fix coverage issues in tests.
2023-03-06 09:30:16 +01:00