Changelog for version 0.1.0
This commit is contained in:
parent
cec87ee6a8
commit
3c5ac26427
62 changed files with 4 additions and 67 deletions
|
|
@ -0,0 +1,4 @@
|
|||
Changes in Element X v0.1.0 (2023-07-19)
|
||||
========================================
|
||||
|
||||
First release of Element X 🚀!
|
||||
|
|
@ -1 +0,0 @@
|
|||
Address design issues in the change server screen
|
||||
|
|
@ -1 +0,0 @@
|
|||
[Create and join rooms] Accept or decline an invite from invitation list
|
||||
|
|
@ -1 +0,0 @@
|
|||
[Create and join rooms] Select members before creating a room (UI for selection)
|
||||
|
|
@ -1 +0,0 @@
|
|||
[Create and join rooms] Create a room screen (UI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
[Create and join rooms] Create a room and show it
|
||||
|
|
@ -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.
|
||||
|
|
@ -1 +0,0 @@
|
|||
[Create and join rooms] Select a media from the camera
|
||||
|
|
@ -1 +0,0 @@
|
|||
[Create and join rooms] Select a media from the gallery
|
||||
|
|
@ -1 +0,0 @@
|
|||
Use user friendly error messages in login following iOS logic, fix dialog colors.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Clear focus on TextFields when submitting forms to prevent issues with the IME keyboard.
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
Add consumer proguard rules for SQLCipher.
|
||||
|
||||
Thanks @anoadragon453 for reporting and the tentative fix!
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add a `NetworkMonitor` component to track the network connection status
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix the case when a valid homeserver url can't be extracted from the MXID
|
||||
|
|
@ -1 +0,0 @@
|
|||
[Create and join rooms] Fix display of trailing icon in the search bar
|
||||
|
|
@ -1 +0,0 @@
|
|||
Handle 'invalid server' error in server selection screen properly.
|
||||
|
|
@ -1 +0,0 @@
|
|||
[Create and join rooms] Show a single result when searching for a matrixId
|
||||
|
|
@ -1 +0,0 @@
|
|||
Make sure `Modifier.onTabOrEnterKeyFocusNext` doesn't add line breaks or tabs to TextFields.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Display most recent activity for each room in room list
|
||||
|
|
@ -1 +0,0 @@
|
|||
Improve ButtonWithProgress component, replace login and change server buttons
|
||||
|
|
@ -1 +0,0 @@
|
|||
[Create and join rooms] New invites are now marked with a badge
|
||||
|
|
@ -1 +0,0 @@
|
|||
[Create and join rooms] Update room properties from room details
|
||||
|
|
@ -1 +0,0 @@
|
|||
[Create and join rooms] Add ability to invite users to existing rooms
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
Implement Room Details screen
|
||||
Implement Room Member List screen
|
||||
|
|
@ -1 +0,0 @@
|
|||
[Create and join rooms] Improve user search results calling the "profile" API
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add leave room functionality to the Room Details screen.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Implement room member details screen
|
||||
|
|
@ -1 +0,0 @@
|
|||
Room details: implement custom designs for DMs.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Block & unblock users from room details screen.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Improve room list search and general UI
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add media pickers to the room screen.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Show pending invitations in room members list
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add media pre-processing before uploading it.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Update design documentation to add references to Compound
|
||||
|
|
@ -1 +0,0 @@
|
|||
[Create and join rooms] Show a notice for MXIDs that don't resolve when searching for users to invite
|
||||
|
|
@ -1 +0,0 @@
|
|||
Room list contextual menu
|
||||
|
|
@ -1 +0,0 @@
|
|||
Handle "Invite people" action in the start a chat flow
|
||||
|
|
@ -1 +0,0 @@
|
|||
Display timestamps for text messages.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Open room member details when tapping on a user in the timeline
|
||||
|
|
@ -1 +0,0 @@
|
|||
Redesign the timeline item context menu using M3 bottom sheet
|
||||
|
|
@ -1 +0,0 @@
|
|||
New UI for composer and editing messages
|
||||
|
|
@ -1 +0,0 @@
|
|||
Allow forawrding messages from one room to another
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add menu to retry sending failed messages or delete their local echoes.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add option to report inappropriate content
|
||||
|
|
@ -1 +0,0 @@
|
|||
Crash when clicking on a link with associated text.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Created debug info screen for events in the timeline, it can be used only in debug builds.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add emoji reactions to the event context menu and allow sending custom reactions.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add analytics events for room creation
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add 'Copy' action to timeline item context menu, for text events
|
||||
|
|
@ -1 +0,0 @@
|
|||
Send read receipts for rooms.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Show location events in the timeline
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix actions for redacted, not sent and media messages
|
||||
|
|
@ -1 +0,0 @@
|
|||
Use the `Outlined` version of M3 textfields for the login screen.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Truncate and ellipsize long reactions
|
||||
|
|
@ -1 +0,0 @@
|
|||
Store session data in a secure storage.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix designs in sign in and change server flows
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix sliding sync loop restarts due to expirations.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Design fixes for the session verification flow and button components.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add self session verification flow.
|
||||
|
|
@ -1 +0,0 @@
|
|||
[Create and join rooms] Start new chat screen (UI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
[Create and join rooms] Search for users to start a DM
|
||||
|
|
@ -1 +0,0 @@
|
|||
[Create and join rooms] Show or create direct message room
|
||||
Loading…
Add table
Add a link
Reference in a new issue