yostyle
eea849d74c
Add feature flag
2023-08-24 15:58:22 +02:00
ElementBot
683eb778dc
Update screenshots
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
ElementBot
8bf5b57c56
Update screenshots
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
Jorge Martin Espinosa
7f50671a45
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
b6518c595d
Update rust sdk to 0.1.47 ( #1142 )
2023-08-24 14:14:59 +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
Marco Romano
f5fd505bc2
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
3712e48d39
Merge pull request #1139 from vector-im/feature/bma/prTemplate
...
PR template
2023-08-24 11:18:39 +02:00
Benoit Marty
5c6ecd8327
Fix grammar
2023-08-24 11:15:37 +02:00
Benoit Marty
94007bac94
Update pull request template for Element X.
2023-08-24 10:07:10 +02:00
Benoit Marty
6b96a3adf2
Element X
2023-08-24 09:55:29 +02:00
Benoit Marty
c41db7daa4
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
6457f3c4f5
Fix sent videos being cropped ( #1124 )
2023-08-24 09:41:58 +02:00
Benoit Marty
2fadaa9cf5
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]
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
ElementBot
a7a36a9435
Update screenshots
2023-08-24 06:26:31 +00:00
renovate[bot]
bd8585e6d2
Update dependency androidx.compose.material3:material3 to v1.2.0-alpha06
2023-08-23 20:33:52 +00:00
Benoit Marty
6941bc69f6
Merge pull request #1127 from vector-im/feature/bma/finishOidc
...
Enable OIDC support
2023-08-23 17:01:41 +02:00
Benoit Marty
281df6aec5
Changelog.
2023-08-23 16:04:55 +02:00
ElementBot
d9ff14d9bc
Update screenshots
2023-08-23 13:28:17 +00:00
Jorge Martin Espinosa
80aaa8b8ab
When event has no id, just cancel parsing the latest room message ( #1126 )
2023-08-23 12:50:22 +00:00
Benoit Marty
10e8517766
Implement didRefreshTokens(): update database with updated SessionData.
2023-08-23 14:42:46 +02:00
Benoit Marty
3f8e7eaef8
Add missing tests.
2023-08-23 13:49:03 +02:00
Benoit Marty
9c46ac8f5c
Merge pull request #1112 from vector-im/feature/bma/fixButtonTheme
...
Fix button theme
2023-08-23 13:16:26 +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
Michael Telatynski
09efc2d358
Update localazy config generator - specify force_underscore=yes ( #1122 )
2023-08-23 11:59:09 +02:00
renovate[bot]
92fe22d9d7
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.45
2023-08-23 09:25:22 +02:00
renovate[bot]
2c39a6173a
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.0 ( #1121 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-23 07:52:59 +02:00
Benoit Marty
8c9643f8b8
Simplify code (code review).
2023-08-22 18:10:49 +02:00
Jorge Martin Espinosa
e45b15165a
Make links in messages clickable again ( #1115 )
2023-08-22 15:21:43 +02:00
ElementBot
b363080370
Update screenshots
2023-08-22 08:49:40 +00:00
Benoit Marty
448e526ffa
Button theme: fix small integration mistake on button padding from Figma.
2023-08-22 10:38:24 +02:00
Benoit Marty
a88b3699a3
Code clarity (no change effect): always use when with ButtonStyle.Filled, ButtonStyle.Outlined and ButtonStyle.Text cases.
2023-08-22 10:17:55 +02:00
renovate[bot]
3a476f5130
Update android.gradle.plugin to v8.1.1 ( #1110 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-22 08:05:31 +02:00
ganfra
2e6077e7fe
Merge pull request #1108 from vector-im/feature/fga/fix_memory_leak_room_members
...
Fix memory leak on room members
2023-08-21 18:16:04 +02:00