Merge branch 'develop' of https://github.com/vector-im/element-x-android into yostyle/notifications_global_settings

This commit is contained in:
David Langley 2023-08-30 15:02:59 +01:00
commit d3d4eedb1a
315 changed files with 3724 additions and 1216 deletions

View file

@ -1 +0,0 @@
Timeline: sender names are now displayed in one single line.

View file

@ -1 +0,0 @@
[Poll] Add feature flag in developer options

View file

@ -1 +0,0 @@
Fix `TextButtons` being displayed in black.

View file

@ -1 +0,0 @@
Linkify links in HTML contents.

View file

@ -1 +0,0 @@
Fix bug reporter failing after not finding some log files.

View file

@ -1 +0,0 @@
Fix rendering of inline elements in list items.

View file

@ -1 +0,0 @@
Fix crash RuntimeException "No matching key found for the ciphertext in the stream"

View file

@ -1 +0,0 @@
Make links in messages clickable again.

View file

@ -1 +0,0 @@
When event has no id, just cancel parsing the latest room message for a room.

View file

@ -1 +0,0 @@
Enable OIDC support.

View file

@ -1 +0,0 @@
Only display verification prompt after initial sync is done.

1
changelog.d/1143.feature Normal file
View file

@ -0,0 +1 @@
Create poll.

1
changelog.d/1168.bugfix Normal file
View file

@ -0,0 +1 @@
Bug reporter crashes when 'send logs' is disabled.

1
changelog.d/1177.bugfix Normal file
View file

@ -0,0 +1 @@
Add missing link to the terms on the analytics setting screen.

1
changelog.d/1187.misc Normal file
View file

@ -0,0 +1 @@
Remove unnecessary year in copyright mention.

View file

@ -1 +0,0 @@
Allow cancelling media upload

View file

@ -1 +0,0 @@
Videos sent from the app were cropped in some cases.

1
changelog.d/928.bugfix Normal file
View file

@ -0,0 +1 @@
Make sure Snackbars are only displayed once.

View file

@ -1 +0,0 @@
Compound: add `ListItem` and `ListSectionHeader` components.