ganfra
40f3f2873b
Merge branch 'develop' into feature/fga/some_room_related_fixes
2023-04-27 17:25:12 +02:00
Jorge Martin Espinosa
2376d32b9e
[Room Details] Block & unblock user ( #340 )
2023-04-26 16:14:44 +02:00
Jorge Martin Espinosa
0234553bca
[Room list] Search & menu improvements ( #356 )
...
* Remove settings menu item, start splitting search UI. Also, add `applyIf` and `circularReveal` modifiers.
* Split UI & logic for room list search
* Suppress `composed` warning, improve its debuggability
* Add content description to the user's avatar, fix window insets. Also, remove unused `SearchRoomListTopBar`.
2023-04-25 11:35:36 +00:00
ganfra
10ea382e35
Generate new snapshots
2023-04-25 11:37:27 +02:00
Chris Smith
ff5672597a
Accepting and declining invites
...
Hook up accept and decline buttons in the invites UI. Accept
will attempt to accept and then navigate to the room; decline
shows a confirmation dialog.
Fixes #106
2023-04-21 15:01:27 +01:00
Jorge Martin Espinosa
30d4a63ed2
Fix: improve offline indicator designs ( #341 )
...
* Use the right font weight for the offline indicator title.
* Remove unneeded suppression in some build files.
2023-04-19 15:58:56 +02:00
Chris Smith
88360802af
Merge pull request #297 from csmith/102-show-invites-list
...
Feat: show invites list
2023-04-19 12:40:29 +01:00
Chris Smith
34cc352053
Invite list view
...
Adds a CTA on the room list to view invites if there are any.
The invite list presents each invite with accept/decline buttons
and (for room invites) the sender details.
Fixes #102
2023-04-19 10:20:48 +01:00
ganfra
638b45930e
Merge pull request #334 from vector-im/feature/fga/feature_flag
...
Feature/fga/feature flag
2023-04-18 15:24:04 +02:00
ganfra
4e347b0f39
[FeatureFlag] generate screenshot
2023-04-18 12:51:20 +02:00
Jorge Martin Espinosa
30eb794d9c
[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
d391275420
[Room List] Show offline indicator when the device is offline ( #239 )
...
* Implement the network status indicator.
* Add `networkmonitor` feature.
2023-04-17 17:01:16 +02:00
Jorge Martin Espinosa
de010545fb
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
Florian Renaud
51da3a7225
update screenshots
2023-04-14 14:30:36 +02:00
Florian Renaud
33bac15b44
Merge remote-tracking branch 'origin/develop' into feature/fre/create_room_flow_persist_data
2023-04-13 23:45:33 +02:00
Florian Renaud
62866965d9
Merge pull request #308 from vector-im/feature/fre/create_room_screen
...
Create a room screen (UI)
2023-04-13 23:40:25 +02:00
Florian Renaud
d9844e4ffa
Merge branch 'feature/fre/create_room_screen' into feature/fre/create_room_flow_persist_data
2023-04-13 23:28:19 +02:00
Florian Renaud
7c3a3e225e
Split ConfigureRoomView into multiple files
2023-04-13 23:20:30 +02:00
Jorge Martin Espinosa
851c0eeb8f
[Room Details] Implement member details screen ( #302 )
2023-04-13 16:41:57 +00:00
Florian Renaud
39c05f7bed
Update screenshots
2023-04-13 16:19:56 +02:00
Florian Renaud
97a40b35df
Update screenshots
2023-04-13 16:19:55 +02:00
Florian Renaud
755a4941cb
screenshots
2023-04-13 15:49:03 +02:00
Florian Renaud
2aa61dc679
Change wording of create a room button
2023-04-13 15:44:44 +02:00
Benoit Marty
7fe427686c
Let this module generate screenshot preview.
2023-04-12 09:41:22 +02:00
Florian Renaud
bf0c635bf2
update screenshots
2023-04-06 11:34:31 +02:00
Florian Renaud
68de766407
screenshots tests
2023-04-05 13:29:00 +02:00
Florian Renaud
eef1eea2a8
Merge remote-tracking branch 'origin/develop' into
...
feature/fre/start_chat_with_matrix_id
2023-04-05 10:16:33 +02:00
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
2023-04-04 16:07:57 +00:00
Florian Renaud
f04d25c8af
Add new screenshots
2023-04-04 15:44:38 +02:00
Jorge Martin Espinosa
dd31899a5a
Set a fixed number of emojis per row. ( #271 )
2023-03-31 10:51:49 +02:00
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
2023-03-29 05:16:27 +00:00
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.
2023-03-28 22:56:59 +02:00
Jorge Martín
fe4a11b623
Fix tests using new OnBackPressedDispatcherOwner API
2023-03-28 13:01:41 +02:00
ganfra
aafe90d165
Merge pull request #260 from vector-im/feature/fga/module_templates
...
Feature/fga/module templates
2023-03-28 10:07:06 +02:00
ganfra
8a41f60585
Merge branch 'develop' into feature/fga/module_templates
2023-03-27 17:21:45 +02:00
Benoit Marty
4994ccd7c0
Record screenshots.
2023-03-27 14:47:03 +02:00
ganfra
91bff7fad4
Add utility methods for automatically including api/impl feature modules
2023-03-23 18:06:32 +01:00
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>
2023-03-23 14:54:44 +00:00
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)
2023-03-23 14:46:57 +01:00
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.
2023-03-23 14:24:25 +01:00
Florian Renaud
aec1ce2244
Update screenshots
2023-03-23 10:19:04 +01:00
Maxime NATUREL
dea453b7c3
Fix naming for the new previews
2023-03-22 12:26:01 +01:00
Maxime NATUREL
9fc9c13292
Adding missing screenshots for tests
2023-03-22 12:26:00 +01:00
Maxime NATUREL
a2786eb4fd
Updating screenshots tests
2023-03-22 12:26:00 +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
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
Benoit Marty
c7aac2788e
Create ButtonWithProgress composable
2023-03-17 17:22:38 +01:00
Benoit Marty
823b1d806a
Rename things from Template
2023-03-17 16:01:19 +01:00
Benoit Marty
1f0149daeb
Merge branch 'develop' into feature/bma/networkModule
2023-03-17 13:39:01 +01:00
Jorge Martin Espinosa
dcb98f06aa
Add Session Verification flow ( #197 )
2023-03-17 10:07:19 +01:00