Commit Graph

449 Commits

Author SHA1 Message Date
Philippe Loriaux f5889bfb6f Add the last sequence number in the paused/stopped state event 2022-12-02 16:26:34 +01:00
Philippe Loriaux c93a6fba44 Remove useless dependency with avatar service 2022-12-01 16:36:24 +01:00
Philippe Loriaux a1314aeb5e Prompt the user before ending a voice broadcast 2022-12-01 16:36:04 +01:00
Phl-Pro 89f703cf2f Merge pull request #7125 from vector-im/phlpro/voicebroadcast_pause_playback_buffering
VoiceBroadcast: Be able to pause the playback when it is buffering
2022-12-01 08:36:38 +01:00
Philippe Loriaux 70a56a8bdb Add guard for audio player instanciation 2022-11-30 15:14:32 +01:00
Mauro Romito 951aa33df0 reversed unused hunk 2022-11-30 15:09:05 +01:00
Mauro Romito 12ded65fd6 toggle now uses iOS style 2022-11-30 14:34:21 +01:00
Mauro Romito 4584d93312 fix for iOS 15 fullscreen mode not working 2022-11-30 13:27:07 +01:00
Mauro Romito 07c13d4e19 all the row is tappable and fixed an issue with the tests 2022-11-30 11:37:12 +01:00
Philippe Loriaux 6b5f1b6623 Refactor audio layer part in playback view model 2022-11-30 11:14:25 +01:00
Philippe Loriaux ebef68f92c Fix PR comments 2022-11-30 11:13:47 +01:00
Mauro Romito b8943f4509 scrolling disabled, better intrinsic size, changed asset 2022-11-30 11:11:00 +01:00
Mauro Romito 16a1c5d472 spacing improvement from bottom in plain text mode 2022-11-29 19:13:49 +01:00
Mauro Romito 53cd1a13e5 centring the toggle button when the corner radius is half 2022-11-29 18:52:19 +01:00
Philippe Loriaux 778aeb1d85 Fix lost line break 2022-11-29 16:27:04 +01:00
Philippe Loriaux 898defbbb4 Be able to pause the playback when it is buffering 2022-11-29 16:21:00 +01:00
Yoan Pintas 93e324a6b6 VoiceBroadcast: Fix chunk processing (#7113) 2022-11-29 13:34:44 +01:00
Alfonso Grillo ac22ee3f99 Debounce poll messages more 2022-11-29 07:14:43 +01:00
Philippe Loriaux d54a7d8d5f Update from latest PR changes requests 2022-11-28 15:41:40 +01:00
Philippe Loriaux af97ccc63f Fix PR comments 2022-11-28 14:41:49 +01:00
Philippe Loriaux ceaf9a9d10 Fix build after automatic rebase from GH 2022-11-28 09:20:44 +01:00
Phl-Pro f1fb0d29d8 Merge branch 'develop' into phlpro/voicebroadcast-display-playback-duration 2022-11-28 09:12:03 +01:00
Yoan Pintas 5cadc97e82 Support voice broadcast live playback (#7094) 2022-11-25 20:59:34 +01:00
Philippe Loriaux 95805ee827 Add missing buffering state 2022-11-25 16:35:53 +01:00
Philippe Loriaux e838246101 Remove useless check condition 2022-11-25 15:22:58 +01:00
Philippe Loriaux c2d7aadcb4 Display the playback duration in the default state 2022-11-25 14:25:23 +01:00
Phl-Pro 1997b5b6e0 Merge pull request #7103 from vector-im/phlpro/voicebroadcast_left_time
Add the left time in the Voice Broadcast tile recorder
2022-11-25 09:28:21 +01:00
yostyle 8d1b526851 Update live indicator 2022-11-25 08:56:28 +01:00
Giom Foret e41058c041 Fix the live icon must be displayed (in grey) if the record is paused - It is hidden currently 2022-11-25 08:56:28 +01:00
yostyle bdf5505e24 Fix PR comments 2022-11-25 08:56:28 +01:00
Giom Foret 2d5c20daed update comments 2022-11-25 08:56:28 +01:00
yostyle afaea36ba9 Support live playback 2022-11-25 08:56:28 +01:00
Mauro Romito b38731c4f3 fixing tests 2022-11-23 13:54:15 +01:00
Philippe Loriaux 2b4529cc4a Update on VoiceBroadcast currentRecordingState creation 2022-11-23 13:46:30 +01:00
Mauro Romito 8c14ecaee3 better naming 2022-11-23 13:40:15 +01:00
Mauro Romito 67d51affa8 suggest PR changes 2022-11-23 13:35:05 +01:00
Philippe Loriaux d36d12a4d9 Add Voice Broadcast left time countdown 2022-11-23 10:17:32 +01:00
Mauro Romito ba78f6120b fix to make the function run on RiotSwiftUI 2022-11-22 18:44:17 +01:00
Mauro Romito fd68af1cef hide button and revert state when rotating on an iPhone, also fixed the positioning of the strikethrough and underline, and the maxCompressed size in landscape mode is always adapted to be visible. 2022-11-22 18:21:59 +01:00
Mauro Romito 47fdbbbe40 Merge branch 'develop' into mauroromito/7082_fix_scrollable_bottom_sheet 2022-11-16 17:30:14 +01:00
Mauro Romito 96c5337204 scrollable bottom sheet, with custom size on iOS 16 2022-11-16 17:23:32 +01:00
Mauro Romito bf18ba4f86 first type of fix 2022-11-15 15:27:43 +01:00
Mauro Romito e11fc9aff8 Merge branch 'develop' into mauroromito/fullscreen_mode_2
# Conflicts:
#	Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved
#	RiotSwiftUI/Modules/Room/Composer/View/Composer.swift
#	project.yml
2022-11-15 11:03:28 +01:00
Velin92 eef8bb74fa Merge pull request #7073 from vector-im/mauroromito/6945_voice_dictation
Rich Text Editor: Fixing Voice Dictation not working
2022-11-15 10:25:40 +01:00
Yoan Pintas 91c5936a24 Add voice broadcast slider (#7010) 2022-11-14 17:16:14 +01:00
Mauro Romito 7be2907e10 voice dictation now works 2022-11-14 16:25:09 +01:00
paleksandrs 4f1fe8de68 Removed init 2022-11-14 10:48:15 +02:00
paleksandrs 243192c6eb Poll not usable after logging out and back in 2022-11-14 10:43:31 +02:00
Mauro Romito de7ae1b976 fixing a bad indentation 2022-11-11 17:10:30 +01:00
Mauro Romito 1cffddbe89 improving animations 2022-11-11 10:24:14 +01:00