Commit Graph

4138 Commits

Author SHA1 Message Date
ismailgulek cd23aaa029 Display thread when row tapped 2021-11-19 17:51:40 +03:00
ismailgulek 39b8e5629f Use title view and configure 2021-11-19 16:33:04 +03:00
ismailgulek 308c7bdfc8 Refactor title view 2021-11-19 16:32:42 +03:00
ismailgulek 870907969e Introduce view model for thread title view 2021-11-19 16:32:20 +03:00
ismailgulek 5de1a5e82b Merge branch 'ismail/5117_thread_message_actions' into ismail/5092_thread_list 2021-11-19 14:46:51 +03:00
ismailgulek 6a35e0c8f8 Fix alert 2021-11-19 14:43:38 +03:00
ismailgulek c6823624e9 Move view in room action to the top most 2021-11-19 14:37:09 +03:00
ismailgulek c4f996d10f Allow dismissal of pushed coordinator 2021-11-19 14:35:46 +03:00
ismailgulek 3fe57dd1af Merge branch 'ismail/5068_start_thread' into ismail/5117_thread_message_actions 2021-11-19 14:35:11 +03:00
ismailgulek 8c7dd6ae65 Push thread view instead of presenting 2021-11-19 14:19:23 +03:00
ismailgulek d34f5d43f3 Add my threads filtering 2021-11-19 03:36:51 +03:00
ismailgulek eac62e1811 Merge branch 'ismail/5117_thread_message_actions' into ismail/5092_thread_list 2021-11-19 02:17:53 +03:00
ismailgulek 79cf8ebb9e Merge branch 'ismail/5068_start_thread' into ismail/5117_thread_message_actions 2021-11-19 02:17:21 +03:00
ismailgulek 84f987afa3 Fix build 2021-11-19 02:17:01 +03:00
ismailgulek 827b81f1bc Little refactorings 2021-11-19 02:12:38 +03:00
ismailgulek b1c742be7f Merge branch 'ismail/5117_thread_message_actions' into ismail/5092_thread_list 2021-11-19 00:24:38 +03:00
ismailgulek 3cc1210b26 Merge branch 'ismail/5068_start_thread' into ismail/5117_thread_message_actions 2021-11-19 00:24:02 +03:00
ismailgulek 516d14439f Merge branch 'develop' into ismail/5068_start_thread 2021-11-19 00:23:24 +03:00
ismailgulek 93f6abe1f4 Implement thread list 2021-11-18 17:49:01 +03:00
Doug 05c9907a17 Use DTCoreText callback for sanitizing HTML in GroupHomeViewController. 2021-11-18 14:47:18 +00:00
ismailgulek fcb2cf83eb Refactor summary view to be configurable via a view model 2021-11-18 17:46:14 +03:00
Doug c946f2962a Merge branch 'master' into develop
# Conflicts:
#	Podfile.lock
#	Riot/Modules/Room/RoomViewController.m
2021-11-17 17:36:44 +00:00
ismailgulek d629c7c782 Generate classes 2021-11-16 17:14:57 +03:00
ismailgulek faa8e7ef75 Merge branch 'ismail/5068_start_thread' into ismail/5117_thread_message_actions 2021-11-16 15:55:57 +03:00
Stefan Ceriu 577fee75dd Fix build after changing aggregation method limits from UInt to Int in the SDK. 2021-11-16 13:41:41 +02:00
ismailgulek 16f2cd9ad7 Move copy action into the more action sheet if threading enabled for an event 2021-11-15 17:44:21 +03:00
ismailgulek 12a2de159a Merge branch 'ismail/5068_start_thread' into ismail/5117_thread_message_actions 2021-11-15 13:51:11 +03:00
ismailgulek c046a7779b Highlight thread root event in the timeline 2021-11-15 13:50:08 +03:00
ismailgulek 7888068439 Hide thread context menu in the thread 2021-11-12 17:30:31 +03:00
ismailgulek cdc1f4b412 Implement bridge presenter delegate for opened thread 2021-11-12 17:26:49 +03:00
ismailgulek 00bb071504 Add new action for the thread root event in thread view 2021-11-12 17:25:58 +03:00
ismailgulek b35a9024ba Add eventId parameter to delegates 2021-11-12 17:24:58 +03:00
ismailgulek 72f86e8a15 Reload data source only after initialization 2021-11-11 22:38:41 +03:00
ismailgulek c2b912cd11 Reload data source when a new thread created 2021-11-11 22:28:29 +03:00
ismailgulek f6ae6afc81 Merge branch 'develop' into ismail/5068_start_thread 2021-11-11 21:43:16 +03:00
ismailgulek 21df1862e1 Implement new summary properties 2021-11-11 19:52:21 +03:00
Doug a2d64e93a3 Refresh RecentsListService when switching modes. 2021-11-11 15:43:43 +00:00
ismailgulek b1dca20e9b Add a to-do for a bad code 2021-11-11 15:25:21 +03:00
ismailgulek 136bb7eb9e Present threads with custom sized presentable 2021-11-11 15:17:01 +03:00
ismailgulek 5da959779b Use full title mode for now 2021-11-11 15:02:01 +03:00
ismailgulek 2d97cc04f2 Allow ThreadViewController to be presented with a custom size 2021-11-11 15:01:44 +03:00
ismailgulek 380a874ccb Allow custom sizing when the presented vc is in a navigation stack 2021-11-11 15:00:34 +03:00
Stefan Ceriu 1ea0308895 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 38517a707a Update title view mode according to thread status 2021-11-11 01:39:14 +03:00
ismailgulek 63c2954c69 Dismiss thread when close tapped 2021-11-11 01:07:12 +03:00
ismailgulek e9f7b4a7f2 Override nib and title view for ThreadViewController 2021-11-11 01:06:50 +03:00
ismailgulek 628cdf34e3 Load correct instance of RoomViewController from the storyboard 2021-11-11 01:06:00 +03:00
ismailgulek d7eb6d1163 Create specific title view for threads 2021-11-11 01:05:03 +03:00
ismailgulek f26601196a Introduce RoomDisplayConfiguration for room display options 2021-11-10 18:03:02 +03:00
ismailgulek cc18723588 Implement opening thread modal when tapped 2021-11-10 15:42:42 +03:00