David Langley
|
f49af07c11
|
Merge pull request #4752 from vector-im/langleyd/4467_account_notification_settings
Account Notification Settings and Keywords
|
2021-08-26 11:07:11 +01:00 |
|
Stefan Ceriu
|
ad1c11d62a
|
Fixes #4748 - Fixed cached callbacks race condition, serialized all async operations, properly cleaning up callbacks on failure.
|
2021-08-25 14:03:42 +03:00 |
|
David Langley
|
59768d7c2a
|
Merge pull request #4670 from vector-im/langleyd/4669_room_notification_settings_swiftui
|
2021-08-18 17:51:39 +01:00 |
|
Stefan Ceriu
|
c9812a2328
|
Fixes #4714 - Flickering voice message cells while being sent.
|
2021-08-18 14:58:32 +03:00 |
|
David Langley
|
2ad9112da5
|
indentation
|
2021-08-18 12:48:04 +01:00 |
|
David Langley
|
fa4dee912d
|
Fix imports and move logic to AvatarViewModel
|
2021-08-18 12:45:13 +01:00 |
|
David Langley
|
c7833d86df
|
Add NotificationSettings and Keywords UI and VM
|
2021-08-18 09:33:56 +01:00 |
|
David Langley
|
0336c80db8
|
run template, add entrypoint and update BuildSetting
|
2021-08-17 15:00:20 +01:00 |
|
David Langley
|
e9622a3766
|
Move SwiftUI version of ViewModel to a subclass
|
2021-08-17 13:19:27 +01:00 |
|
David Langley
|
fca61e29c7
|
Add activity indicator
|
2021-08-17 11:44:08 +01:00 |
|
David Langley
|
e09138b572
|
Add dependency management, AvatarViewModel and placeholder rendering now in AvatarImage.
|
2021-08-17 10:19:41 +01:00 |
|
David Langley
|
31b4da8502
|
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 |
|
David Langley
|
4731efd0f2
|
Do avatar placeholder in SwiftUI, Add AvatarViewModel, Add dependency injection for MxMediaManager dependency.
|
2021-08-15 00:36:15 +01:00 |
|
Stefan Ceriu
|
fa9d3eebb6
|
Fixes #1482 - Popping the user back to the home screen after leaving a room.
|
2021-08-13 17:57:50 +03:00 |
|
David Langley
|
9eae5cfa2c
|
Fix header font size
|
2021-08-12 17:51:50 +01:00 |
|
David Langley
|
8e57222be9
|
Typo
|
2021-08-12 17:10:19 +01:00 |
|
David Langley
|
82b0361647
|
Cleanup from comments
|
2021-08-12 16:57:19 +01:00 |
|
David Langley
|
77144980e3
|
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
|
f0120dd567
|
Remove visibility modifier
|
2021-08-12 12:42:26 +01:00 |
|
David Langley
|
90520ecaaa
|
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
|
9ff69eaaf0
|
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
|
f85d8c6db2
|
Use new strings for ended calls
|
2021-08-06 16:20:10 +03:00 |
|
David Langley
|
9570a9422b
|
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
|
7c637939a9
|
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
|
caab471352
|
Fixes voice message audio quality.
|
2021-08-06 14:22:52 +03:00 |
|
David Langley
|
b40333fbfd
|
merge, finish swiftui and add theming
|
2021-08-06 00:27:13 +01:00 |
|
Stefan Ceriu
|
79b430b4fa
|
#4655 - Localized lock screen voice message name placeholder.
|
2021-08-05 16:55:02 +03:00 |
|
ismailgulek
|
ac233a3e5b
|
Update Riot/Modules/Room/VoiceMessages/VoiceMessageMediaServiceProvider.swift
Co-authored-by: Stefan Ceriu <stefanc@matrix.org>
|
2021-08-05 16:55:02 +03:00 |
|
ismailgulek
|
a2acdd6f21
|
Fix room avatar
|
2021-08-05 16:55:02 +03:00 |
|
Stefan Ceriu
|
59751667db
|
#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
|
949551c8da
|
#4655 - Allowing voice message playback to be controlled from the lock screen or the control center.
|
2021-08-05 16:55:02 +03:00 |
|
ismailgulek
|
6d117e374d
|
Add strings for incoming calls
|
2021-08-03 17:07:15 +03:00 |
|
ismailgulek
|
85c8241a54
|
Adapt string changes & new icons
|
2021-08-03 17:02:40 +03:00 |
|
ismailgulek
|
0d831c30c9
|
Update icon color
|
2021-08-03 17:01:38 +03:00 |
|
ismailgulek
|
4bf9461a2a
|
Remove type and dot labels
|
2021-08-03 17:01:17 +03:00 |
|
Stefan Ceriu
|
8e23e24173
|
Voice messages - Updated recorded audio file name.
|
2021-08-03 14:59:44 +03:00 |
|
Stefan Ceriu
|
c78bec9228
|
Voice messages - Increased recording state microphone icon size.
|
2021-08-03 14:59:44 +03:00 |
|
Stefan Ceriu
|
bd8584f90c
|
#4641 - Voice messages - always access local cache manager state from the internal work queue.
|
2021-08-03 14:59:44 +03:00 |
|
Gil Eluard
|
9114f46dc2
|
Merge branch 'develop' into gil/voice_messages_rc
|
2021-07-29 14:11:49 +02:00 |
|
Doug
|
18d6d1cf98
|
Only set the voice message toolbar view on RoomInputToolbarView.
|
2021-07-28 16:40:03 +01:00 |
|
Gil Eluard
|
b8c9bcab6c
|
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
|
eee56628ce
|
Tapping on waveform in composer glitches UI #4603
- Fixed
|
2021-07-26 22:19:04 +02:00 |
|
Gil Eluard
|
772450b80e
|
Tap/hold to send voice messages isn't intuitive #4601
- Fixed
|
2021-07-26 21:59:16 +02:00 |
|
David Langley
|
44668a5def
|
Fix Crash when opening the new Room Notification Settings Screen (Not yet released) (#4599)
|
2021-07-26 11:39:45 +01:00 |
|
David Langley
|
634be310db
|
add swiftUI view for notification settings
|
2021-07-26 10:40:52 +01:00 |
|
manuroe
|
f6483d7262
|
Merge branch 'develop' into element_4090
|
2021-07-22 14:16:35 +02:00 |
|
Stefan Ceriu
|
fb04d6fb26
|
Fixes #4583 - Mention user does not work (settings -> members -> select a member -> mention)
|
2021-07-21 16:20:50 +03:00 |
|
Stefan Ceriu
|
6b1f8f4c30
|
#4090 - Activating the shared AVAudioSession before recording or playback.
|
2021-07-19 15:54:14 +03:00 |
|
Stefan Ceriu
|
a7d053e97f
|
#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 |
|
Stefan Ceriu
|
f19511d372
|
#4090 - Added voice messages switch to the labs section in settings.
|
2021-07-16 16:57:29 +03:00 |
|