1567 Commits

Author SHA1 Message Date
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) nightly/1.4.2.434 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
37d88e622c
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
da831f6725
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
5a0dab1ce8
Better compiler flag for AppSettings (#2057) nightly/1.4.2.433 2023-11-10 11:29:24 +00:00
Stefan Ceriu
132a668409
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
a4bc7b8e36
Custom copy for notifications that contain mentions (#2050) nightly/1.4.2.432 2023-11-09 18:12:11 +00:00
Stefan Ceriu
019ca625ab
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
4b26a798dc 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
1102beb3dd
Add UI tests for mandatory PIN setup flow. (#2049) 2023-11-09 09:18:18 +00: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
abe2080ee2
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
nightly/1.4.2.431
2023-11-08 18:31:39 +02:00
Doug
07313926c9
Add UI tests for optional app lock setup. (#2046) 2023-11-08 15:33:40 +00:00
Nicolas Mauri
e04a55eaef
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
14e0eba914 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
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
nightly/1.4.2.430
2023-11-07 17:54:04 +02:00
Stefan Ceriu
5dcb24add7
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
Element CI
b13abf9cdf Prepare next release 2023-11-07 02:32:25 -08:00
Doug
344fed4ee6
Don't allow the Placeholder Screen layout to be influenced by the keyboard (#2034) 1.4.1 2023-11-07 11:16:02 +01:00
Doug
6adedaf267
Fix an inconsistency in the App Lock screen's background colour. (#2035) 2023-11-07 10:49:19 +01:00
Alfonso Grillo
30e8753663 Improve TimelineAccessibilityModifier 2023-11-07 10:32:14 +01:00
Alfonso Grillo
f7f3404312 Add TimelineAccessibilityModifier 2023-11-07 10:32:14 +01:00
Alfonso Grillo
6ad7dc7641 Delete .combine accessibility for bubble style 2023-11-07 10:32:14 +01:00
Alfonso Grillo
1780b58e58 Fix accessibility label for VoiceMessageButton 2023-11-07 10:32:14 +01:00
Stefan Ceriu
5823af6a91
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
e260fd263f
Translations update (#2033)
Co-authored-by: Velin92 <Velin92@users.noreply.github.com>
nightly/1.4.1.429
2023-11-06 10:08:46 +00:00
Doug
5d2215f130
Use the custom log level inside the NSE too. (#2020) 2023-11-04 08:36:49 +00:00
Mauro
ce72a9b5f2
Fix NSE Leak (#2022) nightly/1.4.1.428 2023-11-03 20:30:58 +00:00
Alfonso Grillo
4985d410b3 Add voice message analytics 2023-11-03 12:44:52 +01:00
Alfonso Grillo
530985e674
Add deferred spinner for voice messages (#2018)
* Add  delayedLoaderPlaybackState

* Add more tests

* Fix Xcode 14 build error

* Refactor  delayedLoaderPlaybackState -> playerButtonPlaybackState

* Fix runtime issue
2023-11-03 10:39:22 +00:00
Doug
b10d534c94
Debounce PIN entry to show the last digit before submitting. (#2017) 2023-11-03 07:31:01 +00:00
Doug
5ae6494004
Set the App Lock grace period to 0. (#2014) nightly/1.4.1.427 2023-11-02 14:35:56 +00:00
Alfonso Grillo
4012aca661
Refactor frame reader API (#2016) 2023-11-02 14:15:57 +00:00
Mauro
14badab01f
Keep the original foreground color in the mention (#2015)
* keep the original foreground color in the mention

* changelog
2023-11-02 14:44:24 +01:00
Alfonso Grillo
4d3cb97fbb
Voice message record button hapitcs (#2013)
* Move tooltip logics in VoiceMessageRecordingButton

* Add hapitc feedback when recording a voice message

* Cleanup
2023-11-02 12:58:19 +01:00
Alfonso Grillo
4af8ef2a5f
Voice message UI polish (part 2) (#1995)
* Update compund

* Fix create poll screen bin button style

* Fix timeline menu description for voice messages

* Fix bin button in ComposerToolbar

* Add VoiceMessageButtonStyle

* Update compound & fix breaking changes

* Fix voice message bin size

* Refactor VoiceMessageRecordingButton

* Fix preview tests
nightly/1.4.1.426
2023-11-01 10:03:35 +01:00
Element CI
213ae984cf Prepare next release nightly/1.4.1.425 2023-10-31 09:38:50 -07:00
Doug
d0ec76cf96
Fix crash in a UI test. (#1996) 1.4.0 nightly/1.4.0.424 2023-10-31 15:01:08 +00:00
Doug
4af881a20f
Update the SDK, minor version, handle API breaks (#1994) nightly/1.4.0.423 2023-10-31 14:56:23 +00:00
Doug
b2f30974e3
Add missing gradient to lock screen placeholder. (#1991) 2023-10-31 13:25:18 +00:00
Doug
913b8ed244
Log the app version number at the start. (#1993) 2023-10-31 13:24:59 +00:00
Nicolas Mauri
8253920648
Fix: release audio session after playback ends (#1992) 2023-10-31 13:13:50 +00:00
Alfonso Grillo
b50b74b175
Ignore keyboard input in "voice message mode" (#1988)
* Update rte to 2.15.0

* Ignore keyboard input when in voice message mode
2023-10-31 11:47:10 +00:00
Doug
87f772647b
Update Compound with new Pill colours. (#1989) 2023-10-31 10:47:06 +00:00
Doug
af3732541e
Enable the App Lock feature. (#1990) 2023-10-31 08:55:30 +00:00
Nicolas Mauri
4f0ed94eaa
Fix the delay when switching between voice messages (#1985) nightly/1.3.4.422 2023-10-30 19:44:59 +00:00
Doug
a4bf16bffa
Remove link LFS step in setup-project. (#1987) 2023-10-30 17:37:26 +00:00