Changelog for version 0.4.12

This commit is contained in:
Jorge Martín 2024-05-13 17:33:23 +02:00
parent d5dea4c4a5
commit 9867521d83
23 changed files with 291 additions and 275 deletions

View file

@ -1 +0,0 @@
Fix session verification being asked again for already verified users.

View file

@ -1 +0,0 @@
RoomMember screen: fallback to userProfile data, if the member is not a user of the room.

View file

@ -1 +0,0 @@
Instead of displaying 'create new recovery key' on the session verification screen when there is no other session active, display it always under the 'enter recovery key' screen.

View file

@ -1 +0,0 @@
Migrate application data.

View file

@ -1 +0,0 @@
Add support for expected decryption errors due to membership (UX and analytics).

View file

@ -1 +0,0 @@
Let the SDK manage the file log cleanup, and keep one week of log.

View file

@ -1 +0,0 @@
Handle permalink navigation to Events.

View file

@ -1 +0,0 @@
Adjust the typography used in the selected user component so a user's display name fits better.

View file

@ -1 +0,0 @@
User display name overflows in timeline messages when it's way too long.

View file

@ -1 +0,0 @@
Pretty-print event JSON in debug viewer

View file

@ -1 +0,0 @@
Add support for external permalinks.

View file

@ -1 +0,0 @@
Ensure the application open the room when a notification is clicked.

View file

@ -1 +0,0 @@
Enable support for Android per-app language preferences

View file

@ -1 +0,0 @@
UX cleanup: reorder options in the main settings screen.

View file

@ -1 +0,0 @@
Analytics: Add support to report current session verification and recovery state

View file

@ -1 +0,0 @@
Enforce mandatory session verification only for new logins.

View file

@ -1 +0,0 @@
UX cleanup: room details screen, add new CTA buttons for Invite and Call actions.

View file

@ -1 +0,0 @@
UX cleanup: user profile. Move send DM to a call to action button, add 'Call' CTA too.

View file

@ -1 +0,0 @@
Add room badges to room details screen.

View file

@ -1 +0,0 @@
Make log less verbose, make sure we upload as many log files as possible before reaching the request size limit of the bug reporting service, discard older logs if they don't fit.

View file

@ -1 +0,0 @@
Remove 'Join' button in room directory search results.

View file

@ -1 +0,0 @@
Add missing `app_id` and `Version` properties to bug reports.