Stefan Ceriu
eecc59d6f4
Secure backup tweaks ( #2095 )
...
* Show a loading indicator when confirming the recovery key
* Hide the passphrase characters when confirming the recovery key
* Don't show the settings security section until session verification state is retrieved (async)
* Fix preview screenshots
2023-11-17 12:06:36 +02:00
Doug
4945f505f3
Fix an animation glitch when signing in on iOS 16. ( #2098 )
2023-11-17 09:19:18 +00:00
Mauro
142757bbf9
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
a367322b04
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
Stefan Ceriu
c1b56fc3e6
Fixes #2001 - Simplify room and user avatar preview screens
2023-11-16 16:23:59 +02:00
Mauro
29f5bd0d42
Artificial delay when a message fails to send ( #2091 )
2023-11-16 10:09:29 +01:00
Alfonso Grillo
3fcbf12796
Reply to a poll ( #2087 )
...
* Refactor TimelineItemReplyDetails for polls
* Fix reply for polls
* Update reply details factory
* Revert Poll Hashable conformance
* PR comments
2023-11-15 15:57:34 +00:00
Doug
f7be3b5121
Show the lock screen placeholder on willResignActive. ( #2086 )
2023-11-15 15:31:35 +00:00
Mauro
a9700851fe
Added a disclaimer in Notification Settings for "Mentions Only" ( #2081 )
2023-11-15 14:57:17 +00:00
Stefan Ceriu
a846c30305
Fixes #2083 - Expose options for overriding the system appearance in the advanced settings menu
2023-11-15 14:23:11 +02:00
Doug
0cbba1b04c
Use more Compound icons (part 2!) ( #2082 )
...
* Use Compound icons in ListRow.
* Add CompoundIcon(asset:) convenience initialiser.
2023-11-15 09:54:43 +00:00
Doug
052db0d1f0
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
Alfonso Grillo
2c33f9c5d5
Add scaledFrame/scaledPadding APIs ( #2079 )
...
* Add scaled frame and padding modifiers
* Refactor AppLockScreen
* Refactor FormattingToolbar
* Refactor RoomAttachmentPicker
* Refactor ComposerToolbar
* Refactor VoiceMessageRecordingButton
* More refactors
* Refine ScaledPaddingModifier
* Cleanup
* Fix preview tests
* Fix preview test
* Use CompoundIcon for custom image
* Add .scaledFrame(size:) overload
* Set fallback style to .body
2023-11-14 12:20:34 +01:00
Doug
9749b77a92
First round of icon updates. ( #2076 )
...
Update Compound too.
2023-11-13 16:44:29 +00:00
Nicolas Mauri
619e781a7f
Display voice message progress cursor if progress is greater than zero ( #2077 )
2023-11-13 16:41:38 +01:00
Stefan Ceriu
037ada0d3d
Update room summary provider mock room details and snapshots
2023-11-13 17:02:02 +02:00
Stefan Ceriu
03b73a1605
Display whether a call is ongoing in any particular room on the room list
2023-11-13 17:02:02 +02:00
Stefan Ceriu
5727f91aca
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
aaca79279d
Fix drag and dropping files onto the timeline on Mac
2023-11-13 13:52:55 +02:00
Stefan Ceriu
0ed753982d
Fix new swiftformat warnings: convert types used for hosting only static members into enums.
2023-11-13 13:47:14 +02:00
Stefan Ceriu
5e3944c512
Fixes #1619 - Remove push notification registration on logout
2023-11-13 13:47:14 +02:00
Stefan Ceriu
7e47273134
Fixes 2070 - Prevent crashes when inserting mention pills in the composers on Mac
2023-11-13 13:32:38 +02:00
Doug
90e69ce886
Update the welcome screen with the latest designs. ( #2067 )
2023-11-13 09:42:43 +00:00
Doug
1afa300aa6
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
6edef42c1e
Fix for UI tests now showing the status bar. ( #2065 )
2023-11-13 07:30:41 +00:00
Doug
3a623915b9
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
2e5e797d63
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
871726aacc
Add UI tests for AppLockFlowCoordinator. ( #2055 )
...
* Add UITests for the App Lock flow.
* Add Notification Signal
Fix unwanted imports in UITests.
2023-11-10 15:38:54 +00:00
Nicolas Mauri
37556463d8
New voice message recording mode ( #2051 )
...
* Lock voice message recording
* Use the VoiceMessageCache to store the recording file
* Rework on some composer toolbar buttons
* Update accessibility labels for voice message recording button
* PreviewTests
2023-11-10 15:32:22 +00:00
Mauro
1577d33b64
Better compiler flag for AppSettings ( #2057 )
2023-11-10 11:29:24 +00:00
Stefan Ceriu
fc14364016
Fix alerts presented by the user indicator controller not being inter… ( #2056 )
...
* Fix alerts presented by the user indicator controller not being interactive
* Add back attribution
2023-11-10 12:57:19 +02:00
Mauro
3f8c246be2
Custom copy for notifications that contain mentions ( #2050 )
2023-11-09 18:12:11 +00:00
Stefan Ceriu
0f20c578fb
Group together voice message and poll actions ( #2054 )
...
* Group together voice message and poll actions
* Extract nested switches into separate methods
2023-11-09 19:16:42 +02:00
Stefan Ceriu
5e28627d22
Have the UserIndicatorController use a separate window, switch to using one single instance throughout the application
2023-11-09 16:18:11 +02:00
Doug
6460005828
Add UI tests for mandatory PIN setup flow. ( #2049 )
2023-11-09 09:18:18 +00:00
Doug
45651a368c
Fixes the keyboard being shown when opening an Element call link. ( #2048 )
2023-11-09 08:30:45 +00:00
Stefan Ceriu
644412a748
Extract room screen action handling into separate component ( #2045 )
...
* Extract room screen action handling into separate component
* Fix tracing configuration unit tests
* Move the custom reactionsCollapsedBinding to the TimelineReactionsView
* Move voice message playback handling from the timelineController to the room view model
* Reorder methods
* Remove the need for a media player provider in the timeline controller
* Move room attachments opening to the view model, remove the need for a media provider in the timeline controller
* Rename RoomScreenActionsHandler -> RoomScreenInteractionHandler
* Move message sending retry and cancellation to the timeline controller.
* Move audio playback, attachment loading and user tapping handling into the InteractionHandler
* Fix unit tests
* Switch back swiftlint file_length rule error to 1000 lines
2023-11-08 18:31:39 +02:00
Doug
0bd097fe25
Add UI tests for optional app lock setup. ( #2046 )
2023-11-08 15:33:40 +00:00
Nicolas Mauri
d3a5c6c983
Voice message recording enhancements ( #2042 )
...
* Use Combine to report AudioRecorder state changes
* AudioRecorder is now using AVAudioEngine instead of AVAudioRecorder
* Stop recording when audio configuration changes
* AudioRecorder error handling
* UnitTests
* Use Accelerate to calculate RMS
2023-11-08 10:19:28 +01:00
Stefan Ceriu
d52f2a051f
Bump the log level for matrix_sdk_crypto and matrix_sdk_http_client to debug
2023-11-08 11:18:03 +02:00
Stefan Ceriu
098b960b3f
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
Stefan Ceriu
ed0eed76e5
Expose Element Call settings in the developer options. Start using th… ( #2039 )
...
* Expose Element Call settings in the developer options. Start using the encryption widget parameter.
* Remove the Element Call feature flag
2023-11-07 16:12:03 +02:00
Doug
c6a6128995
Don't allow the Placeholder Screen layout to be influenced by the keyboard ( #2034 )
2023-11-07 11:16:02 +01:00
Doug
b93a2a5860
Fix an inconsistency in the App Lock screen's background colour. ( #2035 )
2023-11-07 10:49:19 +01:00
Alfonso Grillo
29bb90c1b1
Improve TimelineAccessibilityModifier
2023-11-07 10:32:14 +01:00
Alfonso Grillo
a5df7467c2
Add TimelineAccessibilityModifier
2023-11-07 10:32:14 +01:00
Alfonso Grillo
32525e1b79
Delete .combine accessibility for bubble style
2023-11-07 10:32:14 +01:00
Alfonso Grillo
d83c7e71f7
Fix accessibility label for VoiceMessageButton
2023-11-07 10:32:14 +01:00
Stefan Ceriu
a0d8a23b6f
Secure backup fixes ( #2037 )
...
* Fix logout alert title and message
* Disable auto correction and capitalization on the recovery confirmation screen
* Allow scrolling in the key verification screen for when the key needs to be confirmed and the keyboard is up.
* Address PR comments
2023-11-07 09:23:15 +02:00
ElementRobot
1f15201982
Translations update ( #2033 )
...
Co-authored-by: Velin92 <Velin92@users.noreply.github.com >
2023-11-06 10:08:46 +00:00