Benoit Marty
977c87c141
Merge pull request #370 from vector-im/sync-localazy
...
Sync Strings
2023-05-02 17:45:50 +02:00
Jorge Martin Espinosa
e5a8548ab9
Design fixes for room detail, dm & room member detail screens ( #363 )
...
* Design fixes for room detail, dm & room member detail screens.
* Record new screenshots, improve RoomDetailsStateProvider.
* Move MainActionButton to its own component in the design system.
2023-05-02 14:02:51 +00:00
ganfra
e73d92124e
Update tests and avoid useless recomposition
2023-05-02 13:04:00 +02:00
bmarty
066ee4f43a
Sync Strings from Localazy
2023-05-01 00:09:50 +00:00
ganfra
d7cd8a2915
RoomMembers: change the API again..
2023-04-28 15:04:33 +02:00
ganfra
16a43befcc
Don't pass RoomMember to Node but a UserId instead
2023-04-27 22:38:52 +02:00
ganfra
884cdb9575
Ignore/Unignore: makes more sense to be at the client level than room
2023-04-27 22:13:25 +02:00
ganfra
ccfe0bb10c
RoomDetailsPresenter: fix dm test
2023-04-27 17:34:27 +02:00
ganfra
f4c98aeef5
Merge branch 'develop' into feature/fga/some_room_related_fixes
2023-04-27 17:25:12 +02:00
Jorge Martin Espinosa
aef2b38983
[Room Details] Block & unblock user ( #340 )
2023-04-26 16:14:44 +02:00
bmarty
cd5e4458a6
Sync Strings from Localazy
2023-04-24 00:09:54 +00:00
ganfra
b0152059ff
Room : continue improving members loading
2023-04-21 14:39:47 +02:00
ganfra
f02ee307cc
Improve handling members
2023-04-20 18:21:47 +02:00
Jorge Martin Espinosa
aa12feb4d4
[Room details] DM designs ( #313 )
...
* Implement member details screen
* Add DM-only sections to the room details screen.
2023-04-17 16:41:10 +00:00
Jorge Martin Espinosa
afd58f1634
Update Gradle to 8.1 and AGP to v8.0 ( #329 )
...
* Update AGP to 8.0.0.
* Set JAVA_HOME to JDK17
* Update lint version.
* Use right JDK for dependency analysis, replace deprecated env var.
* Upgrade to Gradle 8.1.
* Remove `@Supress(DSL_SCOPE_VIOLATION)` as it's no longer needed.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-17 08:49:52 +00:00
ganfra
7e25371bf2
Merge branch 'develop' into feature/fga/clean_up
2023-04-14 17:15:40 +02:00
ganfra
a166636060
Add some tests on RoomFlowNode
2023-04-14 15:34:41 +02:00
Florian Renaud
6e0730a02a
Merge remote-tracking branch 'origin/develop' into feature/fre/create_room_flow_persist_data
2023-04-13 23:45:33 +02:00
Jorge Martin Espinosa
97b5fa7ea8
[Room Details] Implement member details screen ( #302 )
2023-04-13 16:41:57 +00:00
Florian Renaud
ea3c5618af
Fix unit tests
2023-04-13 16:58:53 +02:00
Florian Renaud
8950428cd3
Persist selected users in data store
2023-04-13 16:19:56 +02:00
Florian Renaud
4aad2d5ce2
Rename MatrixUserDataSource to UserListDataSource
2023-04-13 16:19:55 +02:00
Florian Renaud
cf8e91c3cf
Split user list views into multiple files
2023-04-13 16:19:55 +02:00
ganfra
105fce0b90
Some clean up on room details
2023-04-12 12:22:13 +02:00
Benoit Marty
3b49ab0e7a
Add default value for noActivityFoundMessage
2023-04-12 09:41:22 +02:00
Jorge Martin Espinosa
9064481b4c
[Room Details] Leave room ( #296 )
...
* Add leave room functionality to the Room Details screen
* Add snackbar message throught `SnackbarDistpacher`
2023-04-05 15:36:41 +02:00
Benoit Marty
79d8a51ba7
Invoke ./tools/localazy/downloadStrings.sh --all
2023-04-05 12:25:17 +02:00
Benoit Marty
45cea6cc3b
Invoke ./tools/localazy/downloadStrings.sh --all
2023-04-05 11:11:47 +02:00
Jorge Martin Espinosa
d7a6779343
[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
2023-04-04 16:07:57 +00:00
Jorge Martin Espinosa
0fb061fb2e
[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
2023-03-29 05:16:27 +00:00