Commit Graph

11643 Commits

Author SHA1 Message Date
Stefan Ceriu b7c903da74 Revert "Revert "#4545 - Switch back to using multiple audio player instances, allow pausing when starting a new player.""
This reverts commit da5edee222.
2021-07-13 16:13:39 +03:00
Stefan Ceriu fa69b983f8 #4094 - Sending voice message recording length and waveform samples. 2021-07-13 16:03:20 +03:00
Stefan Ceriu 6902c3a4d2 Merge branch 'develop' into element_4090
# Conflicts:
#	CHANGES.rst
2021-07-13 11:30:16 +03:00
Stefan Ceriu da5edee222 Revert "#4545 - Switch back to using multiple audio player instances, allow pausing when starting a new player."
This reverts commit 68373f9f61.
2021-07-13 08:04:50 +03:00
Doug a92dc9a4b6 Merge pull request #4541 from vector-im/doug/4483_fix_picking_slow_mo_videos
Add support for sending slow motion videos
2021-07-12 16:26:48 +01:00
Doug 0d16d30149 Use updated methods in MatrixKit. 2021-07-12 14:02:29 +01:00
Stefan Ceriu 4f6f59f11a #4094 - Fixed attachments caching layer not working accordingly. 2021-07-12 15:50:44 +03:00
Stefan Ceriu aea36c1886 #4094 - Fix crash on concurrent access to waveform audio samples. 2021-07-12 15:31:18 +03:00
Stefan Ceriu 68373f9f61 #4545 - Switch back to using multiple audio player instances, allow pausing when starting a new player. 2021-07-12 15:30:48 +03:00
Stefan Ceriu 3f9d9b1bd3 #4094 - Disable message replies while recording audio messages. 2021-07-12 12:18:49 +03:00
Gil Eluard a2ce4f056d Merge pull request #4543 from vector-im/gil/element_4438
it's easy for the back button to trigger a leftpanel reveal (#4438)
2021-07-12 10:53:19 +02:00
Stefan Ceriu 02da89dda0 #4094 - Updated english NSMicrophoneUsageDescription. 2021-07-12 11:53:02 +03:00
Stefan Ceriu 694294566d #4094 - Reduced the minimum recording duration to 1 second. 2021-07-12 10:18:01 +03:00
Gil Eluard 5b581fccc0 #4090 - Update after review 2021-07-10 00:16:23 +02:00
Gil Eluard c57f4e40dc it's easy for the back button to trigger a leftpanel reveal (#4438)
- Reverted Riot.xcscheme
2021-07-10 00:01:47 +02:00
Gil Eluard 683fc6faf1 it's easy for the back button to trigger a leftpanel reveal (#4438)
- Updated CHANGES.rst
2021-07-09 23:58:32 +02:00
Gil Eluard df9e154dda it's easy for the back button to trigger a leftpanel reveal (#4438)
- Updated CHANGES.rst
2021-07-09 23:57:34 +02:00
Gil Eluard 1995e321ee it's easy for the back button to trigger a leftpanel reveal (#4438)
- Fixed
2021-07-09 23:54:25 +02:00
Doug d4e4389c05 Merge pull request #4525 from vector-im/dbkr/scan_button_title
Use different title for scan button for self verification
2021-07-09 19:44:17 +01:00
Doug c2900b7dde Fix typo in comments. 2021-07-09 17:58:27 +01:00
David Baker 783dc95f5f Merge remote-tracking branch 'origin/develop' into dbkr/scan_button_title 2021-07-09 16:40:16 +01:00
David Baker 5630a43757 Don't show dialog on cancel if self-verifying
The user should know they cancelled in if they're self verifying since
they're the one who cancelled, from their other device (the copy referred
to 'the other party', so was inaccurate, so we may as well just remove it).
2021-07-09 16:38:25 +01:00
Doug 11ce585cf9 Merge branch 'develop' into doug/4483_fix_picking_slow_mo_videos 2021-07-09 11:17:44 +01:00
Doug cb81c905bc Update CHANGES.rst. 2021-07-09 11:04:00 +01:00
Doug e0d1641921 Update to use sendVideoAsset: on MXRoom. 2021-07-09 10:26:02 +01:00
David Langley 8526ac9c97 Merge pull request #4540 from vector-im/element_4539
Update template copyright date
2021-07-09 09:50:44 +01:00
langleyd e3c90d7370 Update template copyright date 2021-07-09 09:08:42 +01:00
David Langley 4befba4fe8 Merge pull request #4458 from vector-im/roomNotificationSettings 2021-07-08 21:29:00 +01:00
langleyd 33ddec46d2 Fix logging, add "Notify me for" label, fix theme on avatar and add changes 2021-07-08 20:54:32 +01:00
Doug 1ca51de204 Fix sending a video selected from a document picker. 2021-07-08 17:41:55 +01:00
Doug 3076c5f782 Fix sending videos from the share extension. 2021-07-08 17:16:54 +01:00
Doug d49e741ab7 Send videos from the camera as AVURLAsset objects. 2021-07-08 16:55:32 +01:00
Doug b096be08b0 Merge pull request #4538 from vector-im/doug/4537_fix_show_directory_view_controller_rooms_count
Fix duplicate results in the rooms directory.
2021-07-08 16:34:36 +01:00
Doug f53445dc24 Use AVAsset instead of NSURL to enable sending slow motion videos.
Slow motion videos are returned as AVComposition objects when picked. which lacks a URL property.
2021-07-08 16:26:19 +01:00
Doug 7063978364 Fix documentation. 2021-07-08 12:28:52 +01:00
Doug 265b6df4ec Update CHANGES.rst. 2021-07-08 12:17:42 +01:00
Doug 105b1c5bd7 Rename roomsCount and moreThanRoomsCount to indicate they are for search results.
Redefine roomsCount as the number of fetched rooms in the data source.
2021-07-08 12:16:05 +01:00
langleyd ac615e5ecb disable new settings ui again 2021-07-06 22:46:31 +01:00
Gil Eluard 113fd85103 #4090 - Update after review 2021-07-06 23:03:56 +02:00
langleyd 687d5e403d Use theme font types 2021-07-06 21:10:42 +01:00
langleyd d2a0a35e7c Merge branch 'develop' of github.com:vector-im/element-ios into roomNotificationSettings 2021-07-06 19:51:17 +01:00
langleyd 152d87768a Fix typos, naming and copywright 2021-07-06 19:39:15 +01:00
Doug c1646e04c4 Merge pull request #4532 from vector-im/doug/4515_fix_video_thumbnail_orientation
Generate video thumbnails with the correct orientation.
2021-07-06 17:47:55 +01:00
Doug d69c00484b Merge branch 'develop' into doug/4515_fix_video_thumbnail_orientation 2021-07-06 17:47:47 +01:00
David Baker 8744af255d Merge remote-tracking branch 'origin/develop' into dbkr/scan_button_title 2021-07-06 15:36:14 +01:00
Gil Eluard 6f776e8332 Update Riot/Assets/en.lproj/Vector.strings
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
2021-07-06 15:17:54 +02:00
Gil Eluard bc3de17825 Update Riot/Modules/Room/RoomViewController.m
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
2021-07-06 15:17:22 +02:00
langleyd 017c6b3eeb Enabled new room settings UI while I do ad hoc build 2021-07-06 13:14:15 +01:00
langleyd 6a8c64ea5a Keep old mute behaviour enabled on slide menu and long press when new build setting is not enabled. 2021-07-06 11:59:54 +01:00
langleyd 74d4356c89 Fix build, mute bug and footer label on unencrypted builds 2021-07-06 11:38:29 +01:00