Doug
445db8ba78
Use the layer's corner radius rather than a custom mask.
...
This will ensure the mask bounds always match the view's size.
2021-07-14 10:37:54 +01:00
Doug
fa1bbecf26
Always update the path of the attachmentView's mask to handle reuse.
2021-07-14 10:15:50 +01:00
Doug
5e14c559b5
Merge pull request #4542 from vector-im/doug/fix_warnings
...
Fix warnings
2021-07-13 11:07:47 +01:00
Gil Eluard
3ddc562fa7
Show / hide reset button in secrets recovery screen ( #4546 ).
2021-07-12 22:51:56 +02:00
Doug
9eea959032
Merge branch 'develop' into doug/fix_warnings
...
# Conflicts:
# Riot/Modules/Room/RoomInfo/RoomInfoList/RoomInfoListViewController.swift
2021-07-12 17:54:34 +01: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
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
c2900b7dde
Fix typo in comments.
2021-07-09 17:58:27 +01:00
Doug
c411097256
Fix class keyword deprecation warnings everywhere!
...
Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
2021-07-09 17:05:43 +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
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
d49e741ab7
Send videos from the camera as AVURLAsset objects.
2021-07-08 16:55:32 +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
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
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
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
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
Doug
e74e292fcd
Generate video thumbnails with the correct orientation.
2021-07-06 10:41:47 +01:00
Doug
07ec3d2f52
Fix crash when running on macOS with Apple Silicon.
2021-07-05 19:19:51 +01:00
langleyd
dd3cab44e2
spacing and cleanup dead code
2021-07-05 16:49:06 +01:00
langleyd
5889742845
Fix build and naming of State -> ViewData
2021-07-05 16:28:14 +01:00
langleyd
acb88ffa12
Fix service naming
2021-07-04 17:27:19 +01:00
langleyd
213bfc817d
Change in behaviour: mute should actually mean mute on update now.
2021-07-04 17:06:19 +01:00
langleyd
8c515d8fd4
Add ViewModel tests and change avatar data to use existing AvatarViewDataProtocol
2021-07-04 17:01:42 +01:00
langleyd
34891e4853
Add avatar view and title
2021-07-04 10:46:17 +01:00
langleyd
6a48bacd36
Add entry points at long press on home view and slide on recents.
2021-07-02 20:19:46 +01:00
David Baker
0ae203936e
Use different title for scan button for self verification
...
Because it's not 'their' device, it's your own device.
2021-07-02 17:38:12 +01:00
Doug
41c51f0f50
Fix SwiftLint warnings.
2021-07-02 17:13:45 +01:00
Doug
6575447f51
Fix documentation warnings.
2021-07-02 16:46:27 +01:00
langleyd
45cfcf3cc3
Update theming and footer
2021-07-02 16:16:54 +01:00
langleyd
ffa6b73945
Fix naming of Repository -> Service, Impl -> Type
2021-07-02 10:39:27 +01:00
langleyd
7392bdbe83
Fix typo and don't show link to account settings until we have global notification settings.
2021-07-02 10:30:44 +01:00
langleyd
c60093a4ee
Add translations, footer message and room encryption handling
2021-07-02 10:15:35 +01:00
Doug
adea4257bd
Merge remote-tracking branch 'origin/develop' into element_4485
...
# Conflicts:
# CHANGES.rst
2021-06-30 12:43:37 +01:00
Doug
356f6ba6a4
Move authenticationActivityIndicator into a container.
...
Observe the indicator's hidden property to show and hide the container.
2021-06-30 12:33:43 +01:00
ismailgulek
31ec4e731d
Merge pull request #4487 from vector-im/voip_audio_router_menu
...
VoIP: Audio Router Menu
2021-06-30 12:26:13 +03:00
ismailgulek
2ba0f1f947
Adapt renaming
2021-06-29 15:10:16 +03:00
Doug
5c11b32d77
Merge remote-tracking branch 'origin/develop' into element_4485
2021-06-29 10:32:19 +01:00
Doug
9762cddca2
Ensure authenticationActivityIndicator is in front of the input fields.
2021-06-29 09:45:07 +01:00
Doug
6c95425578
Use secondary colour from the theme for authenticationActivityIndicator.
...
This allows the indicator to be seen when using a dark theme.
2021-06-28 16:38:54 +01:00