Nicolas Mauri
edbac5fe85
Fixed some issues with voice messages when sent from a bridge. ( #2190 )
2023-11-30 17:39:54 +01:00
Stefan Ceriu
e4788e615f
Fixes #2179 - Open direct chat directly from the room member details screen
2023-11-29 18:31:29 +02:00
Mauro
9a8c4d4ae5
Revert "Search bar new room invite screen now always shows the nav bar on top" ( #2189 )
2023-11-29 16:25:16 +00:00
Nicolas Mauri
fcaed76494
Fix: added sample rate conversion for recording voice messages ( #2188 )
2023-11-29 15:20:02 +00:00
Doug
df89e43f89
Use ListRow on PollFormScreen. ( #2183 )
2023-11-29 09:57:35 +00:00
Mauro
fb2bc1c39a
Search bar new room invite screen now always shows the nav bar on top ( #2182 )
2023-11-28 16:54:47 +00:00
Nicolas Mauri
9a2c348c02
Update RTE SDK to 2.19.0 ( #2180 )
...
Fixes #1674
2023-11-28 16:19:42 +01:00
Nicolas Mauri
7cc5990711
Fix the touch area size for the voice message button. ( #2174 )
2023-11-28 09:21:42 +00:00
Mauro
36224a3daa
Improved File and Audio timeline layout ( #2176 )
2023-11-27 16:18:40 +00:00
Nicolas Mauri
aacb24bcf8
Fix a rendering issue when a message starts with a list ( #1915 ) ( #2152 )
2023-11-27 16:24:51 +01:00
Doug
3d76f06b0d
Remove the isPressed animation from the room attachment picker button. ( #2173 )
...
Fixes a bug where the presented sheet would show light mode buttons on a dark mode background when using the in-app appearance override.
2023-11-27 12:09:25 +00:00
Stefan Ceriu
026afed54a
Fixes #2005 - Remove rooms from the room list after leaving them
2023-11-24 19:30:11 +02:00
Stefan Ceriu
4447829618
vector-im/element-meta/issues/2206 - Fix room avatars not showing up on the message forwarding screen
2023-11-24 18:13:36 +02:00
Doug
9a52dcf9ac
Add a state machine to AppLockFlowCoordinator. ( #2166 )
...
Fixes a bug when cancelling Face ID would loop back round to presenting Face ID.
2023-11-24 16:03:38 +00:00
Stefan Ceriu
59eb253980
vector-im/element-meta/issues/2213 - Automatically pop the invites list when acting on the last one. Coming back from the room will go directly back to the room list
2023-11-24 15:56:53 +02:00
Stefan Ceriu
07eccbee8c
Fixes #1950 - Show a loading indicator while searching for people to … ( #2158 )
...
* Fixes #1950 - Show a loading indicator while searching for people to invite
* Address PR comments
2023-11-23 19:56:49 +02:00
Mauro
33d36826a2
Fixing a crash that happened when leaving the room through the details screen ( #2160 )
2023-11-23 17:24:37 +00:00
Mauro
a21bc2cdd3
Handle Room Routing using the membership state ( #2154 )
2023-11-22 17:37:26 +00:00
Stefan Ceriu
0dbceceac3
Fixes #2147 - Automatically scroll the timeline to the bottom when sending a message
2023-11-22 18:29:31 +02:00
Stefan Ceriu
9ed35e8633
Fixes #2145 - Hide pin code in lock screen setup mode
2023-11-22 15:47:00 +02:00
Mauro
d11562692c
Mentioned notifications copy improvement ( #2144 )
2023-11-22 14:16:03 +01:00
Doug
99f5601330
Fix a crash when blocking/unblocking a user ( #2143 )
...
The view state doesn't like mutating an optional when built in release mode.
2023-11-22 13:13:59 +00:00
Mauro
a7c194198d
Using thumbnails for notification icons ( #2142 )
2023-11-22 13:06:54 +01:00
Doug
d03c97a02a
Switch to Xcode 15 (with the iOS 16.4 Simulator for tests still) ( #2113 )
...
* Use Xcode 15 in GitHub actions.
Use iOS 16.4 simulators from Xcode 14 as iOS 17.0.1 simulators are **super** slow.
* Fix failing preview snapshots.
Snapshot fix.
* Improve setup
* Regenerate snapshots that had a conflict.
---------
Co-authored-by: Alfonso Grillo <alfogrillo@gmail.com>
2023-11-21 16:25:18 +00:00
Element CI
390bf08bab
Prepare next release
2023-11-21 06:50:44 -08:00
Nicolas Mauri
7f65dfee60
Fix: Long replies overlay the replied message ( #1832 ) ( #2131 )
2023-11-21 13:50:15 +00:00
Mauro
7b812a45c3
Read Receipts sheet + enabled RR by default ( #2123 )
2023-11-21 12:38:39 +00:00
Stefan Ceriu
b0567e5004
Fixes #2117 - Disable underlining for links defined in the html body:
...
- https://github.com/Cocoanetics/DTCoreText/issues/898
2023-11-20 13:46:40 +02:00
Mauro
fc7b0038bc
Fix: RTE Speech to Text suddenly stops working ( #2114 )
2023-11-20 09:46:42 +01:00
Doug
f2b4525d91
Use Compound List in more screens. ( #2099 )
...
* Use Compound List in room member details, secure backup, notification settings.
* Use ListRow in CreateRoomScreen.
* Fix ListRow layout when isWaiting && !isSelected.
2023-11-17 17:07:27 +00:00
Stefan Ceriu
f717c7dba4
Fix room list search bar focus glitches ( #2112 )
...
* Fixes #2112 - Room list search bar focus glitches
* Address PR comments
2023-11-17 18:08:29 +02:00
Doug
22742620c5
Fix an animation glitch when signing in on iOS 16. ( #2098 )
2023-11-17 09:19:18 +00:00
Mauro
93c6aa684b
Accessibility on RRs ( #2094 )
...
* added accessibility on the read receipts but there is something wrong in the generation
* voice over implementation for RRs
* Update ElementX/Sources/Screens/RoomScreen/View/Supplementary/TimelineReadReceiptsView.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
* done
* changelog
---------
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2023-11-16 16:51:25 +00:00
Doug
0831c898ef
Compound icons part III - Revenge of the SF Symbol ( #2093 )
...
* Use Compound in StartChat screen.
* Update location sharing icons.
2023-11-16 15:50:06 +00:00
Mauro
003b494c90
Artificial delay when a message fails to send ( #2091 )
2023-11-16 10:09:29 +01:00
Doug
0b9da83470
Show the lock screen placeholder on willResignActive. ( #2086 )
2023-11-15 15:31:35 +00:00
Stefan Ceriu
eb6f7e0409
Fixes #2083 - Expose options for overriding the system appearance in the advanced settings menu
2023-11-15 14:23:11 +02:00
Doug
2c1e61a1bc
Add SwiftLint rule to enforce stack spacing. ( #2080 )
...
Xcode 15 changes the default behaviour and given we're always working from designs, we shouldn't rely on it for our layout.
2023-11-14 12:38:38 +00:00
Nicolas Mauri
acd079199a
Display voice message progress cursor if progress is greater than zero ( #2077 )
2023-11-13 16:41:38 +01:00
Stefan Ceriu
2e1b4cb80b
Fixes #2058 - Prevent QuickLook from breaking media uploading on Mac, replace the preview with a plain filename label
2023-11-13 13:52:55 +02:00
Stefan Ceriu
259baeaf99
Fixes #1619 - Remove push notification registration on logout
2023-11-13 13:47:14 +02:00
Stefan Ceriu
4a56796d45
Fixes 2070 - Prevent crashes when inserting mention pills in the composers on Mac
2023-11-13 13:32:38 +02:00
Doug
b4ec04ec26
Update the welcome screen with the latest designs. ( #2067 )
2023-11-13 09:42:43 +00:00
Doug
61af01e6fb
Don't show the call button on macOS ( #2064 )
...
Calls don't work in the web view on macOS.
2023-11-13 07:32:42 +00:00
Doug
a2c2f872cd
Fix for UI tests now showing the status bar. ( #2065 )
2023-11-13 07:30:41 +00:00
Doug
b5cc2cbf61
Fix a regression where the forced logout indicator was presented on the hidden overlay window. ( #2063 )
2023-11-10 17:21:02 +00:00
Stefan Ceriu
5adbb3789e
Fixes #660 - Expose message actions to voice over rotor ( #2061 )
...
* Fixes #660 - Expose message actions to voice over rotor
* Expose "message actions" accessibility action on polls and voice messages too.
2023-11-10 18:32:15 +02:00
Doug
6ee3a7f99f
Fixes the keyboard being shown when opening an Element call link. ( #2048 )
2023-11-09 08:30:45 +00:00
Stefan Ceriu
8d20cbfc68
Fixes #2040 - Prevent the room list from staying empty after cancelli… ( #2041 )
...
* Fixes #2040 - Prevent the room list from staying empty after cancelling a search
* Address PR comments, simplify implementation
2023-11-07 17:54:04 +02:00
Element CI
b13abf9cdf
Prepare next release
2023-11-07 02:32:25 -08:00