David Langley
|
83e151b017
|
Merge pull request #4458 from vector-im/roomNotificationSettings
|
2021-07-08 21:29:00 +01:00 |
|
langleyd
|
816513cee6
|
Fix logging, add "Notify me for" label, fix theme on avatar and add changes
|
2021-07-08 20:54:32 +01:00 |
|
Doug
|
ba8123c73a
|
Fix sending a video selected from a document picker.
|
2021-07-08 17:41:55 +01:00 |
|
Doug
|
d95b182fda
|
Send videos from the camera as AVURLAsset objects.
|
2021-07-08 16:55:32 +01:00 |
|
Doug
|
6f1d7080f0
|
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
|
2566650431
|
Fix documentation.
|
2021-07-08 12:28:52 +01:00 |
|
Doug
|
0fee0e5c86
|
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 |
|
Doug
|
ca69e1a38a
|
Remove headers from RoomsViewController.
|
2021-07-07 17:37:33 +01:00 |
|
Doug
|
6efff0af1d
|
Remove uninitialised header views.
|
2021-07-07 15:05:40 +01:00 |
|
Doug
|
b8a4a526b3
|
Remove custom section header for room directory from RecentsDataSource.
|
2021-07-07 14:31:52 +01:00 |
|
Doug
|
e51b62244e
|
Remove any logic from directory section from RoomsViewController.
Includes removal of segue to DirectoryServerPickerViewController in Main.storyboard.
|
2021-07-07 12:58:11 +01:00 |
|
Doug
|
542533aa1b
|
Don't include directorySection in RecentsDataSource when in RecentsDataSourceModeRooms mode.
|
2021-07-07 11:48:23 +01:00 |
|
ismailgulek
|
9c81dacef2
|
Merge branch 'develop' into element_4471
|
2021-07-07 12:26:43 +03:00 |
|
Gil Eluard
|
36cefffd7e
|
#4090 - Update after review
|
2021-07-06 23:03:56 +02:00 |
|
langleyd
|
4c824cfced
|
Use theme font types
|
2021-07-06 21:10:42 +01:00 |
|
langleyd
|
87710ca8c3
|
Merge branch 'develop' of github.com:vector-im/element-ios into roomNotificationSettings
|
2021-07-06 19:51:17 +01:00 |
|
langleyd
|
8a2425aaa7
|
Fix typos, naming and copywright
|
2021-07-06 19:39:15 +01:00 |
|
Doug
|
77a65f9a57
|
Merge branch 'develop' into doug/4515_fix_video_thumbnail_orientation
|
2021-07-06 17:47:47 +01:00 |
|
Doug
|
5a51311ecf
|
Tidy up PeopleViewController data source methods.
|
2021-07-06 17:43:16 +01:00 |
|
Doug
|
888c8a4c0b
|
Remove check.
|
2021-07-06 16:37:11 +01:00 |
|
Doug
|
eb2a53ff7b
|
Begin removing contacts section from PeopleViewController.
|
2021-07-06 16:14:32 +01:00 |
|
David Baker
|
28594eb1f8
|
Merge remote-tracking branch 'origin/develop' into dbkr/scan_button_title
|
2021-07-06 15:36:14 +01:00 |
|
Gil Eluard
|
41f8cc6b0f
|
Update Riot/Modules/Room/RoomViewController.m
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
|
2021-07-06 15:17:22 +02:00 |
|
langleyd
|
fe6a1953bd
|
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
|
97496f93ea
|
Fix build, mute bug and footer label on unencrypted builds
|
2021-07-06 11:38:29 +01:00 |
|
Doug
|
d59ea07dea
|
Generate video thumbnails with the correct orientation.
|
2021-07-06 10:41:47 +01:00 |
|
Gil Eluard
|
dc935897fb
|
Merge branch 'develop' into element_4090
# Conflicts:
# CHANGES.rst
|
2021-07-06 09:27:28 +02:00 |
|
Gil Eluard
|
5d3c40ad7a
|
MXKeyBackup: trustForKeyBackupVersionFromCryptoQueue must consider MSK trust
- code tweaks and optimizations
|
2021-07-06 08:57:51 +02:00 |
|
Doug
|
019b2c1a70
|
Fix crash when running on macOS with Apple Silicon.
|
2021-07-05 19:19:51 +01:00 |
|
langleyd
|
0fb949b294
|
spacing and cleanup dead code
|
2021-07-05 16:49:06 +01:00 |
|
langleyd
|
23884eb4c0
|
Fix build and naming of State -> ViewData
|
2021-07-05 16:28:14 +01:00 |
|
Doug
|
620b54583a
|
Show encrypted message notification content by default.
|
2021-07-05 15:27:52 +01:00 |
|
langleyd
|
64efc159ba
|
Fix service naming
|
2021-07-04 17:27:19 +01:00 |
|
langleyd
|
5cacdac19e
|
Change in behaviour: mute should actually mean mute on update now.
|
2021-07-04 17:06:19 +01:00 |
|
langleyd
|
ff61a79ffb
|
Add ViewModel tests and change avatar data to use existing AvatarViewDataProtocol
|
2021-07-04 17:01:42 +01:00 |
|
langleyd
|
7a2ba9dfb4
|
Add avatar view and title
|
2021-07-04 10:46:17 +01:00 |
|
langleyd
|
3f7d45100c
|
Add entry points at long press on home view and slide on recents.
|
2021-07-02 20:19:46 +01:00 |
|
David Baker
|
62abdf444f
|
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 |
|
SBiOSoftWhare
|
72eb0dfa56
|
TabBarCoordinator: Prepare room filtering on MasterTabBarController.
|
2021-07-02 18:36:14 +02:00 |
|
SBiOSoftWhare
|
80a575929b
|
MasterTabBarController: Add a filterRoomsWithParentId method that should filter rooms for each tab data source with the given room parent id.
|
2021-07-02 18:35:29 +02:00 |
|
Doug
|
cf860049ef
|
Fix SwiftLint warnings.
|
2021-07-02 17:13:45 +01:00 |
|
Doug
|
0f720e56d7
|
Fix documentation warnings.
|
2021-07-02 16:46:27 +01:00 |
|
langleyd
|
ce5d53822b
|
Update theming and footer
|
2021-07-02 16:16:54 +01:00 |
|
SBiOSoftWhare
|
d45812cb1b
|
AppCoordinator: Update space switch.
|
2021-07-02 16:50:28 +02:00 |
|
SBiOSoftWhare
|
738fae7b38
|
SideMenuCoordinator: Hide side menu when selecting a space.
|
2021-07-02 16:49:02 +02:00 |
|
SBiOSoftWhare
|
0d57c5da78
|
SplitViewCoordinator: Handle space switch.
|
2021-07-02 16:48:05 +02:00 |
|
SBiOSoftWhare
|
7f80e73179
|
TabBarCoordinator: Prepare space switching.
|
2021-07-02 16:46:53 +02:00 |
|
langleyd
|
9c42cb1aeb
|
Fix naming of Repository -> Service, Impl -> Type
|
2021-07-02 10:39:27 +01:00 |
|
langleyd
|
8b52cda3f7
|
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
|
0f10ffa7d7
|
Add translations, footer message and room encryption handling
|
2021-07-02 10:15:35 +01:00 |
|