Commit Graph

1071 Commits

Author SHA1 Message Date
ismailgulek ee2d3ca4ec Push thread view instead of presenting 2021-11-19 14:19:23 +03:00
ismailgulek 12de0012eb Fix build 2021-11-19 02:17:01 +03:00
ismailgulek 98802857b8 Merge branch 'develop' into ismail/5068_start_thread 2021-11-19 00:23:24 +03:00
Doug f1b341d8e7 Merge branch 'master' into develop
# Conflicts:
#	Podfile.lock
#	Riot/Modules/Room/RoomViewController.m
2021-11-17 17:36:44 +00:00
Stefan Ceriu ef5f92c28d Fix build after changing aggregation method limits from UInt to Int in the SDK. 2021-11-16 13:41:41 +02:00
ismailgulek b8de8a6412 Move copy action into the more action sheet if threading enabled for an event 2021-11-15 17:44:21 +03:00
ismailgulek ad4741b9d8 Hide thread context menu in the thread 2021-11-12 17:30:31 +03:00
ismailgulek 0b69a8b84c Reload data source only after initialization 2021-11-11 22:38:41 +03:00
ismailgulek b0f933a679 Reload data source when a new thread created 2021-11-11 22:28:29 +03:00
ismailgulek e041b9003e Merge branch 'develop' into ismail/5068_start_thread 2021-11-11 21:43:16 +03:00
ismailgulek 7a913825d5 Add a to-do for a bad code 2021-11-11 15:25:21 +03:00
ismailgulek 39db675d43 Present threads with custom sized presentable 2021-11-11 15:17:01 +03:00
ismailgulek 398431c44a Use full title mode for now 2021-11-11 15:02:01 +03:00
Stefan Ceriu 3f1700d516 vector-im/element-ios/issues/5114 - Poll creation screen
- added input toolbar poll creation action.
- reordered input toolbar actions as per designs.
- added multiline text field and extracted common components.
2021-11-11 11:24:28 +02:00
ismailgulek af25c1878a Update title view mode according to thread status 2021-11-11 01:39:14 +03:00
ismailgulek e4ca51b358 Dismiss thread when close tapped 2021-11-11 01:07:12 +03:00
ismailgulek f2ca655c1d Load correct instance of RoomViewController from the storyboard 2021-11-11 01:06:00 +03:00
ismailgulek 579742b668 Create specific title view for threads 2021-11-11 01:05:03 +03:00
ismailgulek 9d5ccc635e Introduce RoomDisplayConfiguration for room display options 2021-11-10 18:03:02 +03:00
ismailgulek 887d91a3c4 Implement opening thread modal when tapped 2021-11-10 15:42:42 +03:00
ismailgulek b8fb43a727 Implement thread filtering logic in RoomDataSource 2021-11-10 13:38:32 +03:00
ismailgulek 6c8fd2927b Add ThreadSummaryView into the cell 2021-11-09 16:50:22 +03:00
ismailgulek 7a9770eb51 Create ThreadSummaryView 2021-11-09 16:50:02 +03:00
ismailgulek aee29cc1e0 Add thread option to an event if the labs setting enabled 2021-11-09 15:24:08 +03:00
ismailgulek e286ffea66 Add additional height in the cell for thread summary view 2021-11-09 14:46:35 +03:00
Stefan Ceriu c384a96fe0 vector-im/element-ios/pull/5014 - Forward original message content and remove the need to re-upload media. 2021-11-09 10:41:21 +02:00
Phl-Pro df8ff2b587 Merge branch 'develop' into phlpro/4722_objc_headers 2021-11-05 14:41:36 +01:00
ismailgulek 7a5f4c9fc6 Initialize thread data source 2021-11-04 02:07:50 +03:00
Doug e933d497e6 Merge pull request #5074 from vector-im/doug/5071_fix_presented_views
Fix more button not working.
2021-11-03 16:35:03 +00:00
SBiOSoftWhare 81c79ed061 Merge branch 'hotfix/1.6.7' into hotfix/1.6.7_2 2021-11-03 17:22:21 +01:00
ismailgulek 5d6f8488c9 Add context menu item 2021-11-03 13:36:18 +03:00
Doug cdb37935c3 Ensure DisabledRoomInputToolbarView is used. Fix previewing rooms. Fix favourited DMs in Home. 2021-11-03 10:18:27 +00:00
Doug 6ee8cc67ee Present alerts before assigning to currentAlert. 2021-11-01 15:05:02 +00:00
Finn Behrens 4e2e273470 Remember keyboard language for room
This adds a `textInputContextIdentifier` to the RoomViewController to save the current language per room.

Signed-off-by: Finn Behrens <me@kloenk.dev>
2021-10-31 19:58:21 +01:00
SBiOSoftWhare 087887d5f5 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 d1c7c16980 RoomViewController: Fix a crash on before iOS 14. 2021-10-29 13:47:42 +02:00
SBiOSoftWhare a46a18480c RoomSearchViewController: Fix setup. 2021-10-29 13:47:16 +02:00
SBiOSoftWhare 584fc1ee8f RoomInfoListViewController: Weakify self in a closure. 2021-10-29 13:46:34 +02:00
SBiOSoftWhare 1d3cacc5bb Weakify strong reference delegates. 2021-10-29 12:23:06 +02:00
SBiOSoftWhare 4363e82039 Update weak views usage. 2021-10-29 10:50:24 +02:00
SBiOSoftWhare 428b0f25a5 RoomVC: Fix typo. 2021-10-28 18:51:25 +02:00
SBiOSoftWhare c22d2a7aa6 RoomCoordinator: Fix RoomVC reatin issue. 2021-10-28 18:01:30 +02:00
SBiOSoftWhare 9f6c716165 RoomVC: Prevent retain cycles. 2021-10-28 17:41:16 +02:00
Stefan Ceriu 95e9ace5d4 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 eaa2450be7 Improve the Obj-C Generated Interface Header Name definition 2021-10-26 17:42:33 +02:00
Stefan Ceriu 6df70a3ec3 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
Stefan Ceriu 2cd1097786 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 4b773b51ef Rename UniversalLinkPresentationParameters to ScreenPresentationParameters. 2021-10-21 10:00:37 +02:00
SBiOSoftWhare 43ef5e3cb0 Merge develop into 4734_room_stack 2021-10-20 11:14:52 +02:00
SBiOSoftWhare 675549f671 RoomVC: Fix typo. 2021-10-20 09:21:02 +02:00