Commit Graph

1680 Commits

Author SHA1 Message Date
Benoit Marty
8b1fe9b5dc Add test for MigrationScreenPresenter. 2023-08-25 15:49:50 +02:00
Benoit Marty
6ed2b0d1db Fix regression on WaitListView. 2023-08-25 14:55:52 +02:00
Benoit Marty
45c815f405 Upgrade DefaultFtueStateTests regarding the new FTUE step MigrationScreen. 2023-08-25 14:51:19 +02:00
Benoit Marty
a2a9fda583 Add preview for SunsetPage and fix warnings about Modifiers. 2023-08-25 14:38:34 +02:00
Benoit Marty
c2cfa4a606 Add the Migrate session screen (#1145) 2023-08-25 13:52:32 +02:00
Benoit Marty
7a602790ab Localazy: move string screen_migration_ to ftue/impl module and sync the strings. 2023-08-25 13:52:32 +02:00
Benoit Marty
4ecd4c636f Extract Composable to new SunsetPage. 2023-08-25 13:49:40 +02:00
Benoit Marty
fc563f355b Remove translation with issue. Will be synced later. 2023-08-25 12:50:53 +02:00
Benoit Marty
cd558bc09f Import strings with Localazy. 2023-08-25 12:15:06 +02:00
Florian Renaud
a70149d86d Merge pull request #1141 from vector-im/bugfix/fre/improve_timestamp_position
Improve timestamp rendering for poll event content
2023-08-25 10:45:23 +02:00
Florian Renaud
a77571a85b cleanup 2023-08-25 10:12:21 +02:00
Florian Renaud
4eb49383e1 Rename modifier 2023-08-25 09:36:21 +02:00
Florian Renaud
875c38a191 Rename TimestampPosition.Above to Overlay 2023-08-25 09:30:05 +02:00
Florian Renaud
3c8cf0ef67 Add default timestamp position 2023-08-25 09:07:10 +02:00
Florian Renaud
23b8573ad4 Improve timestamp rendering for poll event content 2023-08-25 09:07:10 +02:00
yostyle
a86ec1a8fa Rebase on develop and refactoring 2023-08-24 15:58:23 +02:00
Jorge Martín
b0d0c2e5d2 Try to fix tests 2023-08-24 15:58:23 +02:00
Jorge Martín
9fdeb81e50 Fix lint issues 2023-08-24 15:58:23 +02:00
Jorge Martín
675b3ab383 Add debouncing to observeNotificationSettings.
This should conceal a bit the issue with notification settings 'flashing' when we receive an update.
2023-08-24 15:58:23 +02:00
yostyle
e59d37fc0d Fix tests 2023-08-24 15:58:23 +02:00
yostyle
a78f3430e2 Fix PR comments 2023-08-24 15:58:23 +02:00
yostyle
122d5e4239 Update notification settings service interface to match rust SDK 2023-08-24 15:58:22 +02:00
yostyle
ba06c15809 Update strings 2023-08-24 15:58:22 +02:00
yostyle
eea849d74c Add feature flag 2023-08-24 15:58:22 +02:00
yostyle
28291b99fe Fix PR comments 2023-08-24 15:58:22 +02:00
yostyle
4ce6f3d4ad Update strings 2023-08-24 15:58:22 +02:00
yostyle
36926f6f0b Update room details tests 2023-08-24 15:58:22 +02:00
yostyle
9c3006a273 Update strings 2023-08-24 15:58:22 +02:00
yostyle
6895f8bcae Fix edition 2023-08-24 15:58:21 +02:00
yostyle
bfb6bd9d08 Rebase on develop 2023-08-24 15:58:21 +02:00
yostyle
3e8a536c0d Update unit tests 2023-08-24 15:58:21 +02:00
yostyle
ad6f772a62 Rebase on develop 2023-08-24 15:58:21 +02:00
yostyle
d930f4130e Add room notification settings 2023-08-24 15:58:21 +02:00
yostyle
dd192cb647 Add view 2023-08-24 15:58:21 +02:00
yostyle
b55f4be739 Prepare node 2023-08-24 15:58:21 +02:00
yostyle
fdea1913cc Refactoring 2023-08-24 15:58:21 +02:00
yostyle
175ccd95b2 Update string 2023-08-24 15:58:21 +02:00
yostyle
25824ca614 Add Notifications section in app settings 2023-08-24 15:58:21 +02:00
Florian Renaud
ebf6a98c34 Merge remote-tracking branch 'origin/develop' into feature/fre/improve_poll_event_timeline_rendering 2023-08-24 14:42:16 +02:00
Jorge Martin Espinosa
39ef780fe7 Prevent verification while initial sync is in progress (#1138)
* Prevent verification while initial sync is in progress

* Add `canVerifySessionFlow` to simplify the check
2023-08-24 11:43:36 +00:00
Benoit Marty
52853101d9 migrate object to data object (#1135) 2023-08-24 09:32:44 +02:00
renovate[bot]
f9057029cf Update dependency org.matrix.rustcomponents:sdk-android to v0.1.46 (#1130)
* Update dependency org.matrix.rustcomponents:sdk-android to v0.1.46

* Remove poll end code. The poll end event isn't shown in the timeline anymore.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marco Romano <marcor@element.io>
2023-08-24 06:43:05 +00:00
Benoit Marty
fefc8fa3da Add a workaround to detect the Chrome Custom Tab closing (when there is no redirection). 2023-08-23 18:11:08 +02:00
Benoit Marty
7278fae142 Handle remarks from PR #1127 2023-08-23 17:23:12 +02:00
Benoit Marty
3f8e7eaef8 Add missing tests. 2023-08-23 13:49:03 +02:00
Benoit Marty
79aa128377 Add setting entry point to manage account (OIDC) 2023-08-23 12:54:22 +02:00
Benoit Marty
06a9b129d0 Restore OIDC support. 2023-08-23 12:18:42 +02:00
Florian Renaud
b39f805da5 Add missing modifier 2023-08-22 16:11:57 +02:00
Florian Renaud
df51615d9b Fix winning answers detection 2023-08-22 15:48:09 +02:00
Florian Renaud
7bef4fbf1b Fix lint 2023-08-22 15:48:09 +02:00