Changelog for version 0.1.0

This commit is contained in:
Benoit Marty 2023-07-19 16:40:45 +02:00
parent cec87ee6a8
commit 3c5ac26427
62 changed files with 4 additions and 67 deletions

View file

@ -0,0 +1,4 @@
Changes in Element X v0.1.0 (2023-07-19)
========================================
First release of Element X 🚀!

View file

@ -1 +0,0 @@
Address design issues in the change server screen

View file

@ -1 +0,0 @@
[Create and join rooms] Accept or decline an invite from invitation list

View file

@ -1 +0,0 @@
[Create and join rooms] Select members before creating a room (UI for selection)

View file

@ -1 +0,0 @@
[Create and join rooms] Create a room screen (UI)

View file

@ -1 +0,0 @@
[Create and join rooms] Create a room and show it

View file

@ -1,4 +0,0 @@
Changes to CI:
- Run Paparazzi tests just once when `koverMergedReport` is used.
- Make sure a Paparazzi failure breaks the test flow and blocks merging.
- Change `./gradlew check` call in `quality.yml` to custom `runQualityChecks` task.

View file

@ -1 +0,0 @@
[Create and join rooms] Select a media from the camera

View file

@ -1 +0,0 @@
[Create and join rooms] Select a media from the gallery

View file

@ -1 +0,0 @@
Use user friendly error messages in login following iOS logic, fix dialog colors.

View file

@ -1 +0,0 @@
Clear focus on TextFields when submitting forms to prevent issues with the IME keyboard.

View file

@ -1,3 +0,0 @@
Add consumer proguard rules for SQLCipher.
Thanks @anoadragon453 for reporting and the tentative fix!

View file

@ -1 +0,0 @@
Add a `NetworkMonitor` component to track the network connection status

View file

@ -1 +0,0 @@
Fix the case when a valid homeserver url can't be extracted from the MXID

View file

@ -1 +0,0 @@
[Create and join rooms] Fix display of trailing icon in the search bar

View file

@ -1 +0,0 @@
Handle 'invalid server' error in server selection screen properly.

View file

@ -1 +0,0 @@
[Create and join rooms] Show a single result when searching for a matrixId

View file

@ -1 +0,0 @@
Make sure `Modifier.onTabOrEnterKeyFocusNext` doesn't add line breaks or tabs to TextFields.

View file

@ -1 +0,0 @@
Display most recent activity for each room in room list

View file

@ -1 +0,0 @@
Improve ButtonWithProgress component, replace login and change server buttons

View file

@ -1 +0,0 @@
[Create and join rooms] New invites are now marked with a badge

View file

@ -1 +0,0 @@
[Create and join rooms] Update room properties from room details

View file

@ -1 +0,0 @@
[Create and join rooms] Add ability to invite users to existing rooms

View file

@ -1,2 +0,0 @@
Implement Room Details screen
Implement Room Member List screen

View file

@ -1 +0,0 @@
[Create and join rooms] Improve user search results calling the "profile" API

View file

@ -1 +0,0 @@
Add leave room functionality to the Room Details screen.

View file

@ -1 +0,0 @@
Implement room member details screen

View file

@ -1 +0,0 @@
Room details: implement custom designs for DMs.

View file

@ -1 +0,0 @@
Block & unblock users from room details screen.

View file

@ -1 +0,0 @@
Improve room list search and general UI

View file

@ -1 +0,0 @@
Add media pickers to the room screen.

View file

@ -1 +0,0 @@
Show pending invitations in room members list

View file

@ -1 +0,0 @@
Add media pre-processing before uploading it.

View file

@ -1 +0,0 @@
Update design documentation to add references to Compound

View file

@ -1 +0,0 @@
[Create and join rooms] Show a notice for MXIDs that don't resolve when searching for users to invite

View file

@ -1 +0,0 @@
Room list contextual menu

View file

@ -1 +0,0 @@
Handle "Invite people" action in the start a chat flow

View file

@ -1 +0,0 @@
Display timestamps for text messages.

View file

@ -1 +0,0 @@
Open room member details when tapping on a user in the timeline

View file

@ -1 +0,0 @@
Redesign the timeline item context menu using M3 bottom sheet

View file

@ -1 +0,0 @@
New UI for composer and editing messages

View file

@ -1 +0,0 @@
Allow forawrding messages from one room to another

View file

@ -1 +0,0 @@
Add menu to retry sending failed messages or delete their local echoes.

View file

@ -1 +0,0 @@
Add option to report inappropriate content

View file

@ -1 +0,0 @@
Crash when clicking on a link with associated text.

View file

@ -1 +0,0 @@
Created debug info screen for events in the timeline, it can be used only in debug builds.

View file

@ -1 +0,0 @@
Add emoji reactions to the event context menu and allow sending custom reactions.

View file

@ -1 +0,0 @@
Add analytics events for room creation

View file

@ -1 +0,0 @@
Add 'Copy' action to timeline item context menu, for text events

View file

@ -1 +0,0 @@
Send read receipts for rooms.

View file

@ -1 +0,0 @@
Show location events in the timeline

View file

@ -1 +0,0 @@
Fix actions for redacted, not sent and media messages

View file

@ -1 +0,0 @@
Use the `Outlined` version of M3 textfields for the login screen.

View file

@ -1 +0,0 @@
Truncate and ellipsize long reactions

View file

@ -1 +0,0 @@
Store session data in a secure storage.

View file

@ -1 +0,0 @@
Fix designs in sign in and change server flows

View file

@ -1 +0,0 @@
Fix sliding sync loop restarts due to expirations.

View file

@ -1 +0,0 @@
Design fixes for the session verification flow and button components.

View file

@ -1 +0,0 @@
Add self session verification flow.

View file

@ -1 +0,0 @@
[Create and join rooms] Start new chat screen (UI)

View file

@ -1 +0,0 @@
[Create and join rooms] Search for users to start a DM

View file

@ -1 +0,0 @@
[Create and join rooms] Show or create direct message room