Commit Graph

2348 Commits

Author SHA1 Message Date
ismailgulek 23208e5f22 Merge branch 'develop' into ismail/4642_additions 2021-08-06 16:22:38 +03:00
ismailgulek 01d8d55d51 Use new strings for ended calls 2021-08-06 16:20:10 +03:00
Doug e75ae698e9 Merge branch 'develop' into doug/4520_remove_dm_avatar_border 2021-08-06 12:26:18 +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
Doug 4f51cf0992 Remove green border from DM avatars. 2021-08-06 12:04:19 +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
ismailgulek 927e09ee2b Merge branch 'develop' into element_4642 2021-08-04 10:57:34 +03:00
Doug e94dbd9fea Merge branch 'develop' into doug/2368_allow_silent_notifications 2021-08-03 16:02:53 +01: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 71c7afb988 Merge branch 'develop' into doug/2368_allow_silent_notifications 2021-07-29 11:38:57 +01:00
Doug ffd9dc6c25 Use MXWeakify/MXStrongifyAndReturnIfNil. 2021-07-29 11:37:19 +01:00
Doug 266cf58ed7 Merge pull request #4621 from vector-im/doug/4620_fix_read_only_room_crash
Only set the voice message toolbar view on RoomInputToolbarView.
2021-07-29 11:11:28 +01:00
SBiOSoftWhare b3838b32a0 Merge branch 'develop' into steve/improve_recentsdatasource 2021-07-29 12:04:49 +02:00
Doug 2eb24dc191 Move refreshLocalContacts call to viewDidAppear. 2021-07-29 09:37:14 +01:00
Doug 15fe68ec28 Request confirmation for contact sync on self rather than a non-existent presentedViewController. 2021-07-29 09:31:07 +01:00
Doug fc561a0c7e Only set the voice message toolbar view on RoomInputToolbarView. 2021-07-28 16:40:03 +01:00
Doug adb9e64fbf Move LegacyAppDelegate.refreshLocalContacts to ContactsTableViewController. 2021-07-28 16:07:07 +01:00
Doug 9692a8fcab Update notifications disabled alert. 2021-07-28 12:45:06 +01:00
Doug 973f16c4e0 Turn the toggle off if notifications were denied. 2021-07-28 11:38:49 +01:00
Doug b986a7304b Merge pull request #4608 from vector-im/doug/4523_remove_contacts_from_people_tab
Remove contacts section from people tab
2021-07-28 10:53:58 +01:00
Doug 3ac01ddc69 Update string. 2021-07-27 17:38:40 +01:00
Doug ce2f799985 Cherry-pick ceb5a35 and 949d3d9 as an additional option, rather than replacing the toggle. 2021-07-27 17:31:22 +01:00
Doug a358e87cb5 Fix compile error. 2021-07-27 17:15:43 +01:00
Doug 8ce05e3d26 Merge branch 'develop' into doug/2368_2_allow_silent_notifications 2021-07-27 16:52:30 +01:00
Doug 58037705dc Remove peopleCellDataArray from total item count. 2021-07-27 16:06:41 +01:00
Doug 6c44ef2382 Remove old MXKRecentsDataSource methods. 2021-07-27 15:59:36 +01:00
Doug 97c88ad00b Remove old conformances. 2021-07-27 14:53:58 +01:00
Doug 2c84084077 Allow recentsTableView to use recentsDataSource now that there are no contacts to insert.
Remove all unnecessary datasource/delegate methods.
2021-07-27 14:51:10 +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
Doug c9f0371ec3 Remove the observer in destroy. 2021-07-26 15:16:27 +01:00
Doug de37c77f08 Fix crash from potentially calling removeObserver multiple times.
Let the system remove it for us.
2021-07-26 15:01:55 +01:00
Doug f2f1f159b0 Merge branch 'develop' into doug/4523_remove_contacts_from_people_tab 2021-07-26 13:55:43 +01: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
Doug 671b191774 Trim whitespace from the identity server text entry and don't allow an empty string. 2021-07-23 14:27:25 +01:00
Doug 07eec9bfb6 Configure identity server keyboard for safer URL entry. 2021-07-23 14:08:51 +01:00
Doug 1db4e68c50 Merge branch 'develop' into doug/4519_decrypt_notifications_by_default_fix
# Conflicts:
#	CHANGES.rst
#	Config/BuildSettings.swift
2021-07-23 10:15:44 +01:00