Commit Graph

988 Commits

Author SHA1 Message Date
Maxime NATUREL 244f080e99 Delete manifest file 2023-03-22 12:26:00 +01:00
Maxime NATUREL 9fc9c13292 Adding missing screenshots for tests 2023-03-22 12:26:00 +01:00
Maxime NATUREL ae5b095711 Fixing unit tests of DefaultSelectUsersPresenter 2023-03-22 12:26:00 +01:00
Maxime NATUREL 77cbe0e67b Adding unit tests for AddPeoplePresenter 2023-03-22 12:26:00 +01:00
Maxime NATUREL 09f95f1e98 Fixing CreateRoomRootPresenterTests 2023-03-22 12:26:00 +01:00
Maxime NATUREL 78e207918b Fix name of the tests class 2023-03-22 12:26:00 +01:00
Maxime NATUREL a2786eb4fd Updating screenshots tests 2023-03-22 12:26:00 +01:00
Maxime NATUREL 9188408160 Scrolling to first item of the selected users list after adding a user 2023-03-22 12:26:00 +01:00
Maxime NATUREL ddcde735fe Present the last added user first 2023-03-22 12:25:59 +01:00
Maxime NATUREL 790c2137c7 Adding unit tests for selection of users 2023-03-22 12:25:59 +01:00
Maxime NATUREL cee313597b Adding checkbox in result when multi selection of users is enabled 2023-03-22 12:25:59 +01:00
Maxime NATUREL 997d4c87a1 Display the list of selected users when search is not active 2023-03-22 12:25:59 +01:00
Maxime NATUREL bb0edaf8d8 Hiding the top bar when search is active 2023-03-22 12:25:59 +01:00
Maxime NATUREL c58311272d Using qualifier annotation for bindings of SelectUsersPresenter 2023-03-22 12:25:59 +01:00
Maxime NATUREL f3c4c828b2 Using an immutable set for the selected users 2023-03-22 12:25:59 +01:00
Maxime NATUREL d0158c06dc Adding callbacks on the SelectUsersView 2023-03-22 12:25:59 +01:00
Maxime NATUREL f536c6308d Adding multi/single selection variants 2023-03-22 12:25:58 +01:00
Maxime NATUREL 2bdd528842 Use new selectusers module 2023-03-22 12:25:58 +01:00
Maxime NATUREL 24a179eb5c Handle missing isSearchActive 2023-03-22 12:25:58 +01:00
Maxime NATUREL 55e91b666f Add missing test cases 2023-03-22 12:25:58 +01:00
Maxime NATUREL bca9827a2f Fixes after rebase 2023-03-22 12:25:58 +01:00
Maxime NATUREL 31f8c92b58 Create a reusable selectusers feature module 2023-03-22 12:25:58 +01:00
Maxime NATUREL de05c761ce Use getBestName() for a matrix user name 2023-03-22 12:25:58 +01:00
Maxime NATUREL 8fb4a5d106 Using custom size for avatar of selected user item 2023-03-22 12:25:58 +01:00
Maxime NATUREL f6c2c66f23 Renaming package to selectusers 2023-03-22 12:25:57 +01:00
Maxime NATUREL c5d7a6c89d Removing default value in ViewState + use ImmutableList type 2023-03-22 12:25:57 +01:00
Maxime NATUREL 8c7eb3fabd Logic to store the currently selected users 2023-03-22 12:25:57 +01:00
Maxime NATUREL ab538c46be Adding a view to list the selected users 2023-03-22 12:25:57 +01:00
Maxime NATUREL 787a5bc1cb Adding action in the top bar 2023-03-22 12:25:57 +01:00
Maxime NATUREL 230c62368c Adding selectmembers node with navigation 2023-03-22 12:25:57 +01:00
Maxime NATUREL bb92bb169c Adding changelog entry 2023-03-22 12:25:57 +01:00
renovate[bot] 11145c404e Update dependency org.matrix.rustcomponents:sdk-android to v0.1.4 (#240)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-22 11:18:31 +01:00
Florian Renaud 62a65f7507 Merge pull request #211 from vector-im/feature/fre/start_chat_search_matrixid
[Start chat] Show a single result when searching for a matrixId
2023-03-21 13:58:24 +01:00
Benoit Marty 8454fa588b Merge pull request #232 from vector-im/renovate/org.robolectric
Update dependency org.robolectric:robolectric to v4.9.2
2023-03-21 13:41:35 +01:00
Benoit Marty 8032fb3992 Merge pull request #224 from vector-im/bma/analytics
Add utility modules
2023-03-21 13:18:10 +01:00
Benoit Marty ec6004a9a8 Cleanup after PR review. 2023-03-21 12:33:50 +01:00
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.
2023-03-21 09:34:14 +01:00
Jorge Martin Espinosa 93a77d94c1 Try to improve Danger rule for PNGs to ignore screenshots (#234) 2023-03-20 15:09:50 +01:00
ganfra 73b79cadd0 Merge pull request #215 from vector-im/renovate/org.matrix.rustcomponents
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.3
2023-03-20 14:57:36 +01:00
ganfra 6ce7c1e622 Fix test on SessionStore 2023-03-20 13:19:35 +01:00
renovate[bot] 420de12fa2 Update dependency org.robolectric:robolectric to v4.9.2 2023-03-20 12:08:41 +00:00
ganfra a007df27dd Update code so it compiles 2023-03-20 13:07:50 +01:00
Benoit Marty 930cde37d4 Merge pull request #231 from vector-im/feature/bma/localazy
Localazy
2023-03-20 12:52:29 +01:00
Benoit Marty 33190674c1 Remove automation to sync Element Android strings. 2023-03-20 11:25:53 +01:00
Benoit Marty dcaaecde02 Move localazy.json configuration file to its own folder and add a README.md 2023-03-20 11:25:53 +01:00
Jorge Martin Espinosa ea17abebf3 Display most recent activity in room list (#220)
* Create `RoomLastMessageFormatter` to produce readable room summaries.

* Add unit tests using Robolectric, fix bugs

* Add changelog

* Move `RoomLastMessageFormatter` back to `impl` module, allow it to receive an `EventTimelineItem` instead of `MessageContent`.
2023-03-20 11:18:25 +01:00
Benoit Marty 8064ceb68a Merge pull request #227 from pixlwave/doug/localazy
Add localazy.json
2023-03-20 10:28:37 +01:00
Benoit Marty 3a13e1121f Merge pull request #229 from vector-im/renovate/rnkdsh-action-upload-diawi-1.x
Update rnkdsh/action-upload-diawi action to v1.3.2
2023-03-20 09:48:30 +01:00
Benoit Marty a7c659eab0 Merge pull request #228 from vector-im/feature/bma/composableCleanup
Composable cleanup
2023-03-20 09:47:39 +01:00
Benoit Marty 8bc6c05c59 Split long line. 2023-03-20 09:47:03 +01:00