Commit Graph

13016 Commits

Author SHA1 Message Date
ismailgulek ca84e052d2 Add labs setting for threads 2021-11-09 15:18:18 +03:00
ismailgulek 8be3d29191 Add additional height in the cell for thread summary view 2021-11-09 14:46:35 +03:00
ismailgulek afaffce552 Introduce lab setting for threads 2021-11-09 14:44:27 +03:00
ismailgulek 048c982a1c Initialize thread data source 2021-11-04 02:07:50 +03:00
ismailgulek 01f7a7b243 Adapt to send event api changes 2021-11-04 02:07:09 +03:00
ismailgulek 919e1d6adb Add context menu item 2021-11-03 13:36:18 +03:00
Stefan Ceriu 5f4d31b3f9 Fixes vector-im/element-ios/issues/5063 - Fixed retain cycles between the user suggestion coordinator and the suggestion service, and in the suggestion service currentTextTrigger subject sink. 2021-10-29 17:05:17 +03:00
SBiOSoftWhare 902ef3b730 Merge pull request #5061 from vector-im/steve/5058_fix_retain_cycles
Fix retain cycles
2021-10-29 15:42:35 +02:00
SBiOSoftWhare 854ce42656 Update Riot/Modules/Room/RoomInfo/RoomInfoCoordinator.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-29 15:42:19 +02:00
SBiOSoftWhare a380a6b491 TabBarCoordinator: Improve tab bar controllers management. Avoid to have twice HomeVC in memory. 2021-10-29 14:48:42 +02:00
Doug 85d16e28b4 Fix avatars and hide spaces in Share Extension. 2021-10-29 15:07:57 +03:00
Doug fda0e91900 Merge pull request #5059 from vector-im/doug/4815_share_extension_prompt
Handle showMediaSizeSelection in the share extension.
2021-10-29 13:03:47 +01:00
SBiOSoftWhare c7bd9e4971 RoomViewController: Fix a crash on before iOS 14. 2021-10-29 13:47:42 +02:00
SBiOSoftWhare 27c9baafb3 RoomSearchViewController: Fix setup. 2021-10-29 13:47:16 +02:00
SBiOSoftWhare f02927b2dd RoomInfoListViewController: Weakify self in a closure. 2021-10-29 13:46:34 +02:00
SBiOSoftWhare 9568c29401 Weakify strong reference delegates. 2021-10-29 12:23:06 +02:00
SBiOSoftWhare 14cc70e3a4 Add changes 2021-10-29 12:14:20 +02:00
SBiOSoftWhare fbfc2cffa3 Update GroupDetailsCoordinator. 2021-10-29 12:03:20 +02:00
SBiOSoftWhare d37e32f6d4 EnterNewRoomDetailsViewController: Prevent retain cycles. 2021-10-29 12:02:19 +02:00
SBiOSoftWhare 262ac81bac ContactsTableViewController: Prevent retain cycles. 2021-10-29 11:59:52 +02:00
Doug 78f280979d Send videos as 320p to encrypted rooms. 2021-10-29 10:50:56 +01:00
SBiOSoftWhare 8cd1e76334 Update weak views usage. 2021-10-29 10:50:24 +02:00
SBiOSoftWhare 53d5571302 SettingsViewController: Prevent retain cycles. 2021-10-29 10:49:29 +02:00
SBiOSoftWhare f9cd78afc7 ContactDetailsViewController: Prevent retain cycles. 2021-10-29 10:48:45 +02:00
SBiOSoftWhare db6f4e9926 SegmentedViewController: Prevent retain cycles. 2021-10-29 10:47:00 +02:00
SBiOSoftWhare 3733e093cd GroupsViewController: Prevent retain cycles. 2021-10-29 10:46:26 +02:00
SBiOSoftWhare 5da513b9e2 Merge pull request #5056 from vector-im/steve/5055_roomvc_retain_cycles
RoomVC: Retain cycles prevent RoomViewController to be deallocated
2021-10-28 20:26:42 +02:00
SBiOSoftWhare 896f78930b RoomVC: Fix typo. 2021-10-28 18:51:25 +02:00
SBiOSoftWhare 29fb0bd298 TabBarCoordinator: Fix space switching. 2021-10-28 18:50:35 +02:00
SBiOSoftWhare eddb43cfa3 Update Riot/Modules/TabBar/TabBarCoordinator.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-28 18:48:19 +02:00
SBiOSoftWhare a049328d79 Update Riot/Modules/Common/Recents/RecentsViewController.m
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-28 18:47:59 +02:00
SBiOSoftWhare f61bbee500 Add changes 2021-10-28 18:18:34 +02:00
SBiOSoftWhare 73f61df90c TabBarCoordinator: Prevent to update master tab bar controllers when not needed. 2021-10-28 18:15:46 +02:00
SBiOSoftWhare 623571a493 RoomCoordinator: Fix RoomVC reatin issue. 2021-10-28 18:01:30 +02:00
SBiOSoftWhare ac60dcbbcc NavigationRouter: in didPopViewController call run completion after sending notification in order to send the right module instance. 2021-10-28 17:55:01 +02:00
SBiOSoftWhare 988dff272e RoomVC: Prevent retain cycles. 2021-10-28 17:41:16 +02:00
SBiOSoftWhare 51cfc09ee6 RecentsViewController: Prevent retain cycles. 2021-10-28 17:28:56 +02:00
Doug f3c8ed9fc6 Remove image orientation checks.
Images are still reoriented when resizing, but when sending the original data this isn't necessary.
2021-10-28 12:17:46 +01:00
Doug 8d63ab200f Re-order UTI types to prevent URLs being sent as text. 2021-10-28 11:56:08 +01:00
Doug b33188f702 Send original data when when the compression prompt is disabled.
Rebase changes on develop.
2021-10-28 11:27:30 +01:00
Stefan Ceriu 13cc8f42ec Merge pull request #5052 from vector-im/stefan/4976-input-toolbar-text-view
vector-im/element-ios/issues/4976 - Replaced GrowingTextView with sim…
2021-10-27 12:25:09 +03:00
Stefan Ceriu 20e05df7a7 vector-im/element-ios/issues/4976 - Fixed placeholder not displaying after being hidden for resize animations. 2021-10-27 10:15:57 +03:00
Stefan Ceriu 71f8789a9b vector-im/element-ios/issues/4976 - Replaced GrowingTextView with simpler, custom implementation. Cleaned up the RoomInputToolbar header. 2021-10-26 17:41:29 +03:00
Doug 83a73e1a5d Merge pull request #4988 from kittykat/issue-template
Update defect issue template to improve wording
2021-10-26 14:16:09 +01:00
Stefan Ceriu 8db8fa0d90 vector-im/element-ios/issues/4384 - Using mutable room list fetch sort options after chaning them to be a structure. 2021-10-25 17:54:27 +03:00
Stefan Ceriu 368225bd78 Fixes vector-im/element-ios/issues/5042 - Message composer doesn't follow keyboard when swiping to dismiss. 2021-10-25 16:23:58 +03:00
Stefan Ceriu e22038abea vector-im/element-ios/issues/5041 - Fixed share extension and message forwarding room list accessory view icon. 2021-10-25 13:54:06 +03:00
SBiOSoftWhare e5f912f382 Prepare for new sprint 2021-10-21 20:33:33 +02:00
SBiOSoftWhare ecb28067d6 Merge branch 'master' into develop 2021-10-21 20:33:32 +02:00
SBiOSoftWhare 7c687eb989 Merge branch 'release/1.6.6/master' 2021-10-21 20:33:26 +02:00