David Langley
|
4bb5c94dff
|
Move SwiftUI version of ViewModel to a subclass
|
2021-08-17 13:19:27 +01:00 |
|
David Langley
|
3fb7dc2c69
|
Add activity indicator
|
2021-08-17 11:44:08 +01:00 |
|
Doug
|
0de58e6185
|
Merge branch 'develop' into doug/888_add_url_previews
|
2021-08-17 10:29:30 +01:00 |
|
David Langley
|
b0d41760ec
|
Add dependency management, AvatarViewModel and placeholder rendering now in AvatarImage.
|
2021-08-17 10:19:41 +01:00 |
|
Doug
|
82bfe5db0a
|
Add an (optional) prompt when sending a video to select its size.
Use high quality when filming video in-app.
|
2021-08-16 17:48:26 +01:00 |
|
Gil Eluard
|
14c6741e1f
|
[Spaces] M10.7 Explore rooms #4571
- Update after design review
|
2021-08-16 15:44:44 +02:00 |
|
David Langley
|
a1dd1cbcad
|
Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/4669_room_notification_settings_swiftui
|
2021-08-16 13:00:41 +01:00 |
|
Doug
|
bff0231a96
|
Merge branch 'develop' into doug/4479_media_size_selection
# Conflicts:
# Riot/Managers/Settings/RiotSettings.swift
|
2021-08-16 10:01:54 +01:00 |
|
David Langley
|
c68e901de6
|
Do avatar placeholder in SwiftUI, Add AvatarViewModel, Add dependency injection for MxMediaManager dependency.
|
2021-08-15 00:36:15 +01:00 |
|
Stefan Ceriu
|
ea40f04b09
|
Fixes #1482 - Popping the user back to the home screen after leaving a room.
|
2021-08-13 17:57:50 +03:00 |
|
David Langley
|
7d7929b7ea
|
Fix header font size
|
2021-08-12 17:51:50 +01:00 |
|
David Langley
|
10a38312f3
|
Typo
|
2021-08-12 17:10:19 +01:00 |
|
David Langley
|
49eb6ae1ec
|
Cleanup from comments
|
2021-08-12 16:57:19 +01:00 |
|
David Langley
|
e7ed51c4df
|
Fix avatar service not returning generated image on network error. Fix padding and make nav buttons private.
|
2021-08-12 13:49:56 +01:00 |
|
David Langley
|
4b639c3937
|
Remove visibility modifier
|
2021-08-12 12:42:26 +01:00 |
|
David Langley
|
ebf8cddc35
|
Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/4669_room_notification_settings_swiftui
|
2021-08-12 11:52:50 +01:00 |
|
David Langley
|
7ba98a01a9
|
Add theming support, and support for other top level configuration to swiftui views with VectorHostingViewController, VectorContentModifier. Add VisibilityModifier. Move from List to VStack.
|
2021-08-12 11:52:06 +01:00 |
|
ismailgulek
|
01d8d55d51
|
Use new strings for ended calls
|
2021-08-06 16:20:10 +03:00 |
|
David Langley
|
ca2a077c0a
|
Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/4669_room_notification_settings_swiftui
|
2021-08-06 13:52:55 +01:00 |
|
Stefan Ceriu
|
a19aea00e8
|
Remove labs setting for voice messages, enable the feature by default. Fixed incorrect ffmpeg arguments.
|
2021-08-06 14:22:52 +03:00 |
|
Stefan Ceriu
|
50b1a5516d
|
Fixes voice message audio quality.
|
2021-08-06 14:22:52 +03:00 |
|
David Langley
|
81730b8ad6
|
merge, finish swiftui and add theming
|
2021-08-06 00:27:13 +01:00 |
|
Stefan Ceriu
|
d19e069ca3
|
#4655 - Localized lock screen voice message name placeholder.
|
2021-08-05 16:55:02 +03:00 |
|
ismailgulek
|
662ce3870d
|
Update Riot/Modules/Room/VoiceMessages/VoiceMessageMediaServiceProvider.swift
Co-authored-by: Stefan Ceriu <stefanc@matrix.org>
|
2021-08-05 16:55:02 +03:00 |
|
ismailgulek
|
0ecd5b4945
|
Fix room avatar
|
2021-08-05 16:55:02 +03:00 |
|
Stefan Ceriu
|
c323f0a9eb
|
#4656 - Stop recording voice message and go into locked mode when the application becomes inactive. Updated changes.rst.
|
2021-08-05 16:55:02 +03:00 |
|
Stefan Ceriu
|
bd255d370c
|
#4655 - Allowing voice message playback to be controlled from the lock screen or the control center.
|
2021-08-05 16:55:02 +03:00 |
|
Gil Eluard
|
28015fcd29
|
Merge branch 'develop' into spaces
# Conflicts:
# Riot/Modules/Common/Recents/DataSources/RecentsDataSource.m
|
2021-08-03 21:22:43 +02:00 |
|
ismailgulek
|
5a3895a7ac
|
Add strings for incoming calls
|
2021-08-03 17:07:15 +03:00 |
|
ismailgulek
|
47727a7f5a
|
Adapt string changes & new icons
|
2021-08-03 17:02:40 +03:00 |
|
ismailgulek
|
dcd7335102
|
Update icon color
|
2021-08-03 17:01:38 +03:00 |
|
ismailgulek
|
444799ec7a
|
Remove type and dot labels
|
2021-08-03 17:01:17 +03:00 |
|
Stefan Ceriu
|
c8454162c1
|
Voice messages - Updated recorded audio file name.
|
2021-08-03 14:59:44 +03:00 |
|
Stefan Ceriu
|
cb5b591e03
|
Voice messages - Increased recording state microphone icon size.
|
2021-08-03 14:59:44 +03:00 |
|
Stefan Ceriu
|
505472e099
|
#4641 - Voice messages - always access local cache manager state from the internal work queue.
|
2021-08-03 14:59:44 +03:00 |
|
Gil Eluard
|
396d9926a4
|
Merge branch 'develop' into gil/voice_messages_rc
|
2021-07-29 14:11:49 +02:00 |
|
Doug
|
fc561a0c7e
|
Only set the voice message toolbar view on RoomInputToolbarView.
|
2021-07-28 16:40:03 +01:00 |
|
Doug
|
b51cbbba68
|
Add "Confirm image size before sending" setting.
Use this when sending images.
|
2021-07-28 14:14:34 +01:00 |
|
Gil Eluard
|
4214a6dd46
|
Slide to lock should be more generous #4602
- Distance needed to enter lock mode reduced
|
2021-07-27 14:55:06 +02:00 |
|
Gil Eluard
|
ce9cf4fd7c
|
Tapping on waveform in composer glitches UI #4603
- Fixed
|
2021-07-26 22:19:04 +02:00 |
|
Gil Eluard
|
0f9a292184
|
Tap/hold to send voice messages isn't intuitive #4601
- Fixed
|
2021-07-26 21:59:16 +02:00 |
|
David Langley
|
03dd509075
|
Fix Crash when opening the new Room Notification Settings Screen (Not yet released) (#4599)
|
2021-07-26 11:39:45 +01:00 |
|
Gil Eluard
|
dc6345e07f
|
Fixed build issue after merge
|
2021-07-26 12:02:38 +02:00 |
|
David Langley
|
806dbe8400
|
add swiftUI view for notification settings
|
2021-07-26 10:40:52 +01:00 |
|
Gil Eluard
|
3f932732d4
|
Merge branch 'spaces' into element_4509
|
2021-07-26 10:42:49 +02:00 |
|
manuroe
|
e3c57cb4c6
|
Merge branch 'develop' into element_4090
|
2021-07-22 14:16:35 +02:00 |
|
Doug
|
e7304f0e61
|
Begin adding link detection to RoomBubbleCellData.
|
2021-07-21 15:14:25 +01:00 |
|
Stefan Ceriu
|
8a5390154e
|
Fixes #4583 - Mention user does not work (settings -> members -> select a member -> mention)
|
2021-07-21 16:20:50 +03:00 |
|
Stefan Ceriu
|
d7a715467e
|
#4090 - Activating the shared AVAudioSession before recording or playback.
|
2021-07-19 15:54:14 +03:00 |
|
Stefan Ceriu
|
1b042db4d3
|
#4090 - Various tweaks and fixes following code review. Switched back to DateFormatters for formatting durations, sanitising audio player durations and current times.
|
2021-07-19 15:48:37 +03:00 |
|