Benoit Marty
1a6376e723
Merge branch 'develop' into feature/bma/dataObject
2023-08-28 10:56:02 +02:00
Benoit Marty
fae5737356
Use a safer algorithm, and limit the size of the hashed string.
...
Fix an issue reported by Sonar.
2023-08-25 15:49:50 +02:00
Benoit Marty
a2a9fda583
Add preview for SunsetPage and fix warnings about Modifiers.
2023-08-25 14:38:34 +02:00
Benoit Marty
addb0dc3bc
Fix warning.
2023-08-25 14:37:55 +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
cd558bc09f
Import strings with Localazy.
2023-08-25 12:15:06 +02:00
Florian Renaud
9999b95852
Merge pull request #1113 from vector-im/feature/fre/improve_poll_event_timeline_rendering
...
[Poll] Render ended poll and improve UI in the timeline
2023-08-25 10:14:15 +02:00
Florian Renaud
87e314fe4d
Use a single preview for radio buttons with checked & unchecked states
2023-08-25 09:01:20 +02:00
Marco Romano
9942710207
ListItem: Don't apply clickable modifier if onClick is null. ( #1146 )
...
If it is applied but disabled (like before this PR) it will hijack all touch input from the view and no other component in it can respond to clicks.
2023-08-24 15:11:13 +00:00
Jorge Martín
9fdeb81e50
Fix lint issues
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
7f06c321cc
Update dispatcher
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
4ce6f3d4ad
Update strings
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
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
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
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
Jorge Martin Espinosa
6457f3c4f5
Fix sent videos being cropped ( #1124 )
2023-08-24 09:41:58 +02: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
7278fae142
Handle remarks from PR #1127
2023-08-23 17:23:12 +02: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
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
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
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
Florian Renaud
8e40224bf1
Do not handle poll end event
2023-08-22 10:55:18 +02:00
Florian Renaud
161402d501
Improve previews
2023-08-22 10:55:17 +02:00
Florian Renaud
91e92a5cc4
Use custom RadioButton
2023-08-22 10:55:17 +02:00
Florian Renaud
00752d851a
Update UI for poll in the timeline
2023-08-22 10:55:17 +02: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
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
ganfra
6a32a66a7a
Fix memory leak : parallelMap can be cancelled so all members were not destroyed
2023-08-21 17:49:39 +02:00
ganfra
9d8db2ff9e
Update rust sdk to 0.1.44
2023-08-21 17:47:03 +02:00
Jorge Martin Espinosa
1092e0bed9
Linkify raw links in HTML message contents ( #1102 )
...
* Linkify links in HTML too:
- Creates a `ClickableLinkText` for `String`.
- Adds a `linkify` parameter to the original function, which is `true` by default.
- Does the linkify logic inside that component, if `linkify` is true.
* Add changelog
* Make sure we don't linkify user mentions or room aliases.
* Use remember to avoid re-processing the text for no reason.
2023-08-21 16:31:01 +02:00