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
renovate[bot]
ef74642cae
Update dependency org.owasp.dependencycheck to v8.2.1 ( #252 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Florian Renaud
d69f1b0b1f
Merge pull request #223 from vector-im/feature/mna/select-members-ui
...
[Create room] Select members before creating a room (UI for selection)
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
Benoit Marty
e85090226b
Merge pull request #198 from vector-im/renovate/kotlin-monorepo
...
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.8.10
2 years ago
Florian Renaud
ac8a6f90fd
Remove default onClick from MatrixUserRow
2 years ago
Benoit Marty
92a76539b0
Merge pull request #243 from vector-im/renovate/dependencycheck
...
Update dependency org.owasp.dependencycheck to v8.2.0
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
aec1ce2244
Update screenshots
2 years ago
Florian Renaud
e4e58178e5
remove unused imports
2 years ago
renovate[bot]
cc43c9234f
Update dependency androidx.sqlite:sqlite to v2.3.1 ( #247 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
e16e66b171
Update dependency org.owasp.dependencycheck to v8.2.0
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
a1fe191b64
Reuse fillMaxWidth on MatrixUserRow
2 years ago
Maxime NATUREL
ceef65316e
Using nullable onClick to avoid passing a new parameter
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
9fc9c13292
Adding missing screenshots for tests
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
a2786eb4fd
Updating screenshots tests
2 years ago
Maxime NATUREL
9188408160
Scrolling to first item of the selected users list after adding a user
2 years ago
Maxime NATUREL
ddcde735fe
Present the last added user first
2 years ago
Maxime NATUREL
790c2137c7
Adding unit tests for selection of users
2 years ago
Maxime NATUREL
cee313597b
Adding checkbox in result when multi selection of users is enabled
2 years ago
Maxime NATUREL
997d4c87a1
Display the list of selected users when search is not active
2 years ago
Maxime NATUREL
bb0edaf8d8
Hiding the top bar when search is active
2 years ago
Maxime NATUREL
c58311272d
Using qualifier annotation for bindings of SelectUsersPresenter
2 years ago
Maxime NATUREL
f3c4c828b2
Using an immutable set for the selected users
2 years ago
Maxime NATUREL
d0158c06dc
Adding callbacks on the SelectUsersView
2 years ago
Maxime NATUREL
f536c6308d
Adding multi/single selection variants
2 years ago
Maxime NATUREL
2bdd528842
Use new selectusers module
2 years ago
Maxime NATUREL
24a179eb5c
Handle missing isSearchActive
2 years ago
Maxime NATUREL
55e91b666f
Add missing test cases
2 years ago
Maxime NATUREL
bca9827a2f
Fixes after rebase
2 years ago
Maxime NATUREL
31f8c92b58
Create a reusable selectusers feature module
2 years ago
Maxime NATUREL
de05c761ce
Use getBestName() for a matrix user name
2 years ago
Maxime NATUREL
8fb4a5d106
Using custom size for avatar of selected user item
2 years ago
Maxime NATUREL
f6c2c66f23
Renaming package to selectusers
2 years ago
Maxime NATUREL
c5d7a6c89d
Removing default value in ViewState + use ImmutableList type
2 years ago
Maxime NATUREL
8c7eb3fabd
Logic to store the currently selected users
2 years ago
Maxime NATUREL
ab538c46be
Adding a view to list the selected users
2 years ago
Maxime NATUREL
787a5bc1cb
Adding action in the top bar
2 years ago
Maxime NATUREL
230c62368c
Adding selectmembers node with navigation
2 years ago