Commit graph

3223 commits

Author SHA1 Message Date
ElementBot
538a229fc7 Update screenshots 2023-08-24 15:58:23 +02:00
Jorge Martín
5be6814ee5 Try to fix tests 2023-08-24 15:58:23 +02:00
Jorge Martín
4b0f9213d3 Fix lint issues 2023-08-24 15:58:23 +02:00
Jorge Martín
a210945bb1 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
f247337fce Fix tests 2023-08-24 15:58:23 +02:00
yostyle
9e17d8f468 Fix PR comments 2023-08-24 15:58:23 +02:00
yostyle
85dd36a681 Update notification settings service interface to match rust SDK 2023-08-24 15:58:22 +02:00
yostyle
1c4198db5a Update dispatcher 2023-08-24 15:58:22 +02:00
yostyle
eefecaec8b Update strings 2023-08-24 15:58:22 +02:00
yostyle
eeb6c3f61c Add feature flag 2023-08-24 15:58:22 +02:00
ElementBot
07f36b902d Update screenshots 2023-08-24 15:58:22 +02:00
yostyle
0214ca66a6 Fix PR comments 2023-08-24 15:58:22 +02:00
yostyle
01a0175d40 Update strings 2023-08-24 15:58:22 +02:00
ElementBot
4a412ffef2 Update screenshots 2023-08-24 15:58:22 +02:00
yostyle
a5b15c40c3 Update room details tests 2023-08-24 15:58:22 +02:00
yostyle
82c8acd3dc Update strings 2023-08-24 15:58:22 +02:00
yostyle
a611766476 Fix edition 2023-08-24 15:58:21 +02:00
yostyle
a3aac9f66a Rebase on develop 2023-08-24 15:58:21 +02:00
yostyle
856c674361 Update unit tests 2023-08-24 15:58:21 +02:00
yostyle
2c81384894 Rebase on develop 2023-08-24 15:58:21 +02:00
yostyle
83e45adfa5 Add room notification settings 2023-08-24 15:58:21 +02:00
yostyle
d1f147d675 Add view 2023-08-24 15:58:21 +02:00
yostyle
a4d99f3c2d Prepare node 2023-08-24 15:58:21 +02:00
yostyle
aac6fb2c91 Refactoring 2023-08-24 15:58:21 +02:00
yostyle
5ef53a99f2 Update string 2023-08-24 15:58:21 +02:00
yostyle
e8b80b9a55 Add Notifications section in app settings 2023-08-24 15:58:21 +02:00
Jorge Martin Espinosa
b326ca28cc
Improve list items: add lists to dialogs, rework ListItem customizations (#1119)
* Improve list items:

- Create `ListItemContent`.
- Create `ListItemStyle`.
- Apply those to `ListItem` components.
- Create helper list item components for checkboxes, switches, radio buttons.
* Create single/multiple selection dialogs.
* Create `SingleSelectionListItem` and `MultipleSelectionListItem`
- Add `subtitle` to `AlertDialogContents`.
- Fix paddings and margins inside dialogs.
- Add `ListOption`.
* Adds small delay before hiding the single selection dialog.
---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-08-24 15:11:05 +02:00
Marco Romano
cbeab3111d
Update rust sdk to 0.1.47 (#1142) 2023-08-24 14:14:59 +02:00
Jorge Martin Espinosa
c670fc9e9c
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
Marco Romano
9fb0216272
Surface send poll start API from rust sdk (#1140)
Rust api added in: https://github.com/matrix-org/matrix-rust-sdk/pull/2391

Closes https://github.com/vector-im/element-meta/issues/2010
2023-08-24 11:54:01 +02:00
Benoit Marty
44ee806d2e
Merge pull request #1139 from vector-im/feature/bma/prTemplate
PR template
2023-08-24 11:18:39 +02:00
Benoit Marty
82c3b4896c Fix grammar 2023-08-24 11:15:37 +02:00
Benoit Marty
f2b7252a88 Update pull request template for Element X. 2023-08-24 10:07:10 +02:00
Benoit Marty
dd515423cc Element X 2023-08-24 09:55:29 +02:00
Benoit Marty
13ff443b4a Move the file pull_request_template.md to the parent folder to make it the default template. 2023-08-24 09:54:14 +02:00
Jorge Martin Espinosa
648e2c378d
Fix sent videos being cropped (#1124) 2023-08-24 09:41:58 +02:00
Benoit Marty
4218a836d5
Merge pull request #1129 from vector-im/renovate/androidx.compose.material3
Update dependency androidx.compose.material3:material3 to v1.2.0-alpha06
2023-08-24 09:04:20 +02:00
renovate[bot]
53840c1009
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
ElementBot
7764b7b367 Update screenshots 2023-08-24 06:26:31 +00:00
renovate[bot]
b1a1646c4e
Update dependency androidx.compose.material3:material3 to v1.2.0-alpha06 2023-08-23 20:33:52 +00:00
Benoit Marty
14c568dea2
Merge pull request #1127 from vector-im/feature/bma/finishOidc
Enable OIDC support
2023-08-23 17:01:41 +02:00
Benoit Marty
01bb850ee9 Changelog. 2023-08-23 16:04:55 +02:00
ElementBot
eff3a53c52 Update screenshots 2023-08-23 13:28:17 +00:00
Jorge Martin Espinosa
7eb1f1c7bf
When event has no id, just cancel parsing the latest room message (#1126) 2023-08-23 12:50:22 +00:00
Benoit Marty
d293cae47f Implement didRefreshTokens(): update database with updated SessionData. 2023-08-23 14:42:46 +02:00
Benoit Marty
8cf48986e7 Add missing tests. 2023-08-23 13:49:03 +02:00
Benoit Marty
6822e6dacb
Merge pull request #1112 from vector-im/feature/bma/fixButtonTheme
Fix button theme
2023-08-23 13:16:26 +02:00
Benoit Marty
bc57a03a39 Add setting entry point to manage account (OIDC) 2023-08-23 12:54:22 +02:00
Benoit Marty
6928dc6e44 Restore OIDC support. 2023-08-23 12:18:42 +02:00
Michael Telatynski
2910911da2
Update localazy config generator - specify force_underscore=yes (#1122) 2023-08-23 11:59:09 +02:00