Hans Christian Schmitz
f74c5711f4
Add support for autofilling login text fields ( #293 )
...
* Add support for autofilling login text fields
Support autofilling login text fields via Android Autofill with the
experimental AndroidX Compose API for it.
Based on https://bryanherbst.com/2021/04/13/compose-autofill/ (with permission).
Signed-off-by: Hans Christian Schmitz <git@hcsch.eu>
* Move autofill implementation to designsystem library
Signed-off-by: Hans Christian Schmitz <git@hcsch.eu>
---------
Signed-off-by: Hans Christian Schmitz <git@hcsch.eu>
2 years ago
Benoit Marty
cca31af3f4
Invoke `./tools/localazy/downloadStrings.sh --all`
2 years ago
Jorge Martin Espinosa
4a121fbd0f
Improve `ButtonWithProgress` component, replace login and change server buttons ( #235 )
...
* Improve `ButtonWithProgress` component.
* Replace `CircularProgresIndicator` with `ButtonWithProgress` in login and server selection screens.
2 years ago
Benoit Marty
db788183e7
Fix typo
2 years ago
Benoit Marty
998178b70f
[Strings] Use strings from localazy.
2 years ago
Benoit Marty
0af5ee0741
[Strings] Sync the strings.
2 years ago
Jorge Martin Espinosa
fb0acc9f51
Make `ChangeServerPresenter.submit` fail as expected ( #236 )
...
* Make `ChangeServerPresenter.submit` fail as expected
* Fix tests to prevent this from ever happening again
2 years ago
Jorge Martin Espinosa
2906168baa
Handle 'invalid server' error in server selection screen properly. ( #214 )
...
* Handle 'invalid server' error in server selection screen properly.
* Use `action_learn_more` for composing the server location footer action.
2 years ago
Jorge Martin Espinosa
cd09c15df4
Fix behaviour of Enter and Tab hardware keys in TextFields ( #216 )
...
* Fix behaviour of Enter and Tab hardware keys in TextFields
* Add changelog
2 years ago
ganfra
944d4d6ba0
[Login] remove trim on password
2 years ago
ganfra
497fd635f8
[MatrixSDK] make tests passes
2 years ago
ganfra
801eecfe8d
[MatrixSDK] finish mapping timeline and makes it compile
2 years ago
ganfra
ab5cdee031
[Architecture] fix compile and rename LoginRootScreen -> LoginRootView
2 years ago
ganfra
bc9f3b69cc
[Architecture] split all feature modules to api/impl
2 years ago