Commit Graph

2954 Commits

Author SHA1 Message Date
SBiOSoftWhare 3036832925 EnterNewRoomDetailsViewController: Prevent retain cycles. 2021-10-29 12:02:19 +02:00
SBiOSoftWhare f53f193c26 ContactsTableViewController: Prevent retain cycles. 2021-10-29 11:59:52 +02:00
SBiOSoftWhare e6866a2e7f Update weak views usage. 2021-10-29 10:50:24 +02:00
SBiOSoftWhare b6614109a0 SettingsViewController: Prevent retain cycles. 2021-10-29 10:49:29 +02:00
SBiOSoftWhare 873999b377 ContactDetailsViewController: Prevent retain cycles. 2021-10-29 10:48:45 +02:00
SBiOSoftWhare ce483167d3 SegmentedViewController: Prevent retain cycles. 2021-10-29 10:47:00 +02:00
SBiOSoftWhare 072ccd1737 GroupsViewController: Prevent retain cycles. 2021-10-29 10:46:26 +02:00
SBiOSoftWhare cb5e210bc4 RoomVC: Fix typo. 2021-10-28 18:51:25 +02:00
SBiOSoftWhare cf6a64639d TabBarCoordinator: Fix space switching. 2021-10-28 18:50:35 +02:00
SBiOSoftWhare 05d585d34b 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 8451949c94 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 24835fd79e TabBarCoordinator: Prevent to update master tab bar controllers when not needed. 2021-10-28 18:15:46 +02:00
SBiOSoftWhare 0f146e0a64 RoomCoordinator: Fix RoomVC reatin issue. 2021-10-28 18:01:30 +02:00
SBiOSoftWhare ddcf64a75e RoomVC: Prevent retain cycles. 2021-10-28 17:41:16 +02:00
SBiOSoftWhare 28e947ebfe RecentsViewController: Prevent retain cycles. 2021-10-28 17:28:56 +02:00
Gil Eluard ef577d837d Merge branch 'develop' into gil/4893_support_pagination_in_the_space_summary_api 2021-10-27 10:28:42 +02:00
Gil Eluard e399cb5652 Support pagination in the Space Summary API
- Update after review
2021-10-27 10:27:13 +02:00
Stefan Ceriu 7de0454759 vector-im/element-ios/issues/4976 - Fixed placeholder not displaying after being hidden for resize animations. 2021-10-27 10:15:57 +03:00
Philippe Loriaux 216924165d Improve the Obj-C Generated Interface Header Name definition 2021-10-26 17:42:33 +02:00
Stefan Ceriu 7576309da4 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
Gil Eluard 73d829d10b Support pagination in the Space Summary API
- Revert test tweaks
2021-10-26 14:44:51 +02:00
Gil Eluard a6625e6ab3 Support pagination in the Space Summary API
- Move back to default iOS activity indicator
2021-10-26 14:40:51 +02:00
Stefan Ceriu 6369a3330a 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 2d3b091d07 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
SBiOSoftWhare 7b02d4fc23 Merge pull request #4993 from vector-im/steve/4734_room_stack
Navigation: Enable room stacking
2021-10-21 17:33:47 +02:00
SBiOSoftWhare afbf5be553 Update Riot/Modules/GlobalSearch/Messages/HomeMessagesSearchViewController.m
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-21 16:45:13 +02:00
SBiOSoftWhare da1792e9d7 Update comments. 2021-10-21 16:16:32 +02:00
SBiOSoftWhare 9fc0b1a9de Make some refacto. 2021-10-21 15:32:43 +02:00
SBiOSoftWhare 30248d4005 Update folder name. 2021-10-21 15:23:01 +02:00
SBiOSoftWhare d5729a7922 Refactor SpacePresentationParameters to SpaceNavigationParameters. 2021-10-21 15:22:38 +02:00
SBiOSoftWhare 78f9940455 Refactor RoomPreviewScreenParameters to RoomPreviewNavigationParameters. 2021-10-21 14:47:17 +02:00
SBiOSoftWhare 8f05cfcdda Refactor RoomPreviewScreenParameters to RoomPreviewNavigationParameters. 2021-10-21 11:57:13 +02:00
SBiOSoftWhare eec3bfc5d0 Refactor RoomScreenParameters to RoomNavigationParameters. 2021-10-21 11:40:18 +02:00
SBiOSoftWhare 724f46c155 Refactor RoomPreviewPresentationParameters to RoomPreviewScreenParameters. 2021-10-21 11:00:45 +02:00
SBiOSoftWhare 3c6efbff31 Refactor RoomPresentationParameters to RoomScreenParameters. 2021-10-21 10:55:13 +02:00
SBiOSoftWhare 9666e20c8f Rename UniversalLinkPresentationParameters to ScreenPresentationParameters. 2021-10-21 10:00:37 +02:00
Doug c2a69f8ec0 Address Steve's comments. 2021-10-20 19:29:23 +01:00
SBiOSoftWhare b40243480a TabBarCoordinator: Fix refacto issues. 2021-10-20 18:51:19 +02:00
SBiOSoftWhare 4d2bc393e8 DirectoryViewController: Refactor show room with id method. 2021-10-20 18:50:00 +02:00
SBiOSoftWhare b1c37130fd UniversalLinkParameters: Make universalLinkURL property non optional. 2021-10-20 18:47:33 +02:00
SBiOSoftWhare aacdf654b3 Update Riot/Modules/Spaces/SpaceDetail/SpaceDetailPresenter.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-20 18:41:27 +02:00
SBiOSoftWhare fc98b28122 Update Riot/Modules/GlobalSearch/Rooms/DirectoryViewController.m
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-20 18:41:00 +02:00
Doug ac7696cc29 Add SectionFooterView.xib to fix fonts on iOS 12-14.
Update SecurityViewController too.
2021-10-20 17:40:39 +01:00
Doug 892179b030 Fix bug accepting identity server terms from the Setting Discovery section. 2021-10-20 17:40:39 +01:00
Doug 53de9aef28 Use footers for app and discovery information.
Remove Invite Friends button from settings.
Reorganise Advanced and Other settings.
Rename Other to About.
2021-10-20 17:40:39 +01:00
Doug 7bbe49febf Update fonts, add attributed strings and add tap gestures back.
Footers use subheadline. Headers use footnote.
2021-10-20 17:40:39 +01:00
Doug d46642bd84 Use actual footer titles rather than cells that mimic them. 2021-10-20 17:40:39 +01:00
Doug 35df7541ed Use footnote text style for description cells to match UITableView's footer style. Match the footer colour to the header colour. Add -[SettingsViewController descriptionCellForTableView:] and use for appropriate cells. 2021-10-20 17:40:39 +01:00
Doug 1e1e00c7b8 Use headerTextPrimaryColor in headers and don't override system font size. 2021-10-20 17:40:39 +01:00
SBiOSoftWhare 6e68d205f7 Update Riot/Modules/GlobalSearch/Rooms/DirectoryViewController.m
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-20 18:40:27 +02:00