Benoit Marty
b396ce3e20
Add default value for `noActivityFoundMessage`
2 years ago
github-actions[bot]
d0fc9f23c8
Sync Strings from Localazy ( #307 )
...
Co-authored-by: bmarty <bmarty@users.noreply.github.com>
2 years ago
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
Florian Renaud
5bb31c1c3b
Cancel start DM if there is no more selected user
2 years ago
Florian Renaud
0da8b5a58d
Remove RetryStartDM action
2 years ago
Benoit Marty
b982d24bab
Create LoggedIn presenter
2 years ago
Benoit Marty
08fa22069b
Use presenter factory
2 years ago
Benoit Marty
9c6bc8d872
Create noop version for the minimal sample and test.
2 years ago
Benoit Marty
d8b37d6ead
Add permission modules
2 years ago
Jorge Martin Espinosa
3aea24380a
[Room Details] Leave room ( #296 )
...
* Add leave room functionality to the Room Details screen
* Add snackbar message throught `SnackbarDistpacher`
2 years ago
Benoit Marty
00964212b7
Invoke `./tools/localazy/downloadStrings.sh --all`
2 years ago
Florian Renaud
0dffd78872
Use RetryDialog
2 years ago
Benoit Marty
85b825e669
Ensure ellipsis char is used (fix lint issue).
2 years ago
Benoit Marty
cca31af3f4
Invoke `./tools/localazy/downloadStrings.sh --all`
2 years ago
Jorge Martin Espinosa
11f041d940
[Room member list] Display room member list ( #276 )
...
* Implement room member list
* Move timeline initialization back to `TimelinePresenter`.
* Fix crash when the `innerRoom` inside a `RustMatrixRoom` is destroyed but `syncUpdateFlow` is still running.
* Address review comments
2 years ago
Florian Renaud
bedadd6c0d
Remove hardcoded string
2 years ago
Florian Renaud
2a1da1d405
Unplug DM creation
2 years ago
Florian Renaud
40b0591478
Move FakeSelectUserPresenter to dedicated module
2 years ago
Florian Renaud
36afd71c29
Handle errors on create DM
2 years ago
Florian Renaud
014d14ff79
Use string resource
2 years ago
Florian Renaud
b82ee66855
Add presenter tests
2 years ago
Florian Renaud
55dc2c5da8
Remove confirmation dialog
2 years ago
Florian Renaud
ec323051fe
Add preview
2 years ago
Florian Renaud
7ac828de52
fix rebase issue
2 years ago
Florian Renaud
44e2e24733
Create or retrieve DM
2 years ago
Jorge Martin Espinosa
dd31899a5a
Set a fixed number of emojis per row. ( #271 )
2 years ago
Benoit Marty
af4d845e6a
Remove empty files...
2 years ago
Jorge Martin Espinosa
ecc73dd325
[Room Details] Implement room details screen ( #256 )
...
* Implement Room Details screen
* Add option to create permalink from room id and alias, add share room action
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
ganfra
33c1f0c03e
Templates: remove template dir in feature module
2 years ago
Jorge Martin Espinosa
f744691c15
Move `StateMachine` to its own module. ( #257 )
2 years ago
Jorge Martin Espinosa
7d0d076657
[Verify Session] Design fixes ( #230 )
...
* Design fixes.
* Make text in emoji items secondary color and the snackbar duration short again
* Try to make margins smaller on smaller displays
---------
Co-authored-by: Florian Renaud <florianr@element.io>
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
09c275d883
[Verify Session] Add missing 'start verification' screen. ( #241 )
...
* Add missing 'start verification' screen.
* Fix retries sometimes not working because of `SessionVerificationController.setDelegate`.
* Make the negative button invisible when not needed.
2 years ago
Florian Renaud
ac8a6f90fd
Remove default onClick from MatrixUserRow
2 years ago
Florian Renaud
4f6acc12a2
use list instead of set
2 years ago
Florian Renaud
6f299dd7f9
remove useless eventSink variable
2 years ago
Florian Renaud
e4e58178e5
remove unused imports
2 years ago
Florian Renaud
9153d8ced3
Introduce SelectionMode enum
2 years ago
Florian Renaud
d08a131429
Remove named injection and provide presenter through a factory
2 years ago
Maxime NATUREL
dea453b7c3
Fix naming for the new previews
2 years ago
Maxime NATUREL
244f080e99
Delete manifest file
2 years ago
Maxime NATUREL
ae5b095711
Fixing unit tests of DefaultSelectUsersPresenter
2 years ago
Maxime NATUREL
77cbe0e67b
Adding unit tests for AddPeoplePresenter
2 years ago
Maxime NATUREL
09f95f1e98
Fixing CreateRoomRootPresenterTests
2 years ago
Maxime NATUREL
78e207918b
Fix name of the tests class
2 years ago
Maxime NATUREL
9188408160
Scrolling to first item of the selected users list after adding a user
2 years ago