Commit Graph

317 Commits

Author SHA1 Message Date
SBiOSoftWhare bfdbf10623 RoomVC: Display message time when contextual menu is shown. 2019-05-22 16:54:51 +02:00
SBiOSoftWhare 75b2c7a4be RoomVC: Show contextual menu on single tap. 2019-05-22 16:37:06 +02:00
SBiOSoftWhare bb11485297 Room contextual menu: Dismiss when swipe up or down. 2019-05-22 16:35:46 +02:00
SBiOSoftWhare f2f7716f5c RoomBubbleCellData: Add a property to display the timestamp of the selected component on the left when there is enough space. 2019-05-22 16:17:55 +02:00
manuroe a749211223 Reactions menu: Patch RoomContextualMenuPresenter while we have a retain cycle 2019-05-21 02:12:14 +02:00
SBiOSoftWhare 85309d866c Theme: Remove non needed reaction colors 2019-05-21 01:09:42 +02:00
SBiOSoftWhare bac5ac3023 BubbleReactionsView: Use a UICollectionViewFlowLayout subclass with left alignement. 2019-05-21 00:43:10 +02:00
SBiOSoftWhare ccf6bb5ce5 RoomDataSource: Handle reactions display on bubble cell. 2019-05-20 21:59:18 +02:00
SBiOSoftWhare f998fbe80d RoomBubbleCellData: Improve reactions view vertical space calculation 2019-05-20 21:57:29 +02:00
SBiOSoftWhare c84daa9ec6 Create BubbleReactionsView 2019-05-20 21:54:23 +02:00
SBiOSoftWhare 329e3c53a2 Create BubbleReactionsViewModel 2019-05-20 21:52:07 +02:00
SBiOSoftWhare 07140836f3 Create BubbleReactionViewCell 2019-05-20 21:51:24 +02:00
manuroe 9ae2703ea6 Reactions menu: Do not notify delegate if reaction requires an unreaction
Fix Steve's remark
2019-05-20 20:41:05 +02:00
manuroe 91d89f0df8 Reactions menu: Do not notify delegate if reaction requires an unreaction
This avoids to call the delegate twice.
Note: In a short future, we will no more have those 3 state buttons
2019-05-20 19:48:29 +02:00
manuroe c6b97d2797 Reactions: Remove the send reaction hack as it is now done in the SDK 2019-05-20 19:40:52 +02:00
manuroe 474cb03232 Reactions: Add a labs setting
#2441
2019-05-20 17:31:25 +02:00
manuroe b21a89584b Reactions: Use the hack like on riot-android and riot-web if the server has not yet the aggregations API
Fix Steve's comment
2019-05-20 17:00:57 +02:00
manuroe 7f8dc779fe Reactions: Use the hack like on riot-android and riot-web if the server has not yet the aggregations API 2019-05-20 16:04:54 +02:00
manuroe ffbbbe35e9 Reactions: Reactions menu: highlight reactiosn only our user made 2019-05-20 15:00:47 +02:00
manuroe b0c6e55120 Reactions: Reactions menu: plug unreact 2019-05-17 17:39:31 +02:00
manuroe ec36f3deec Merge pull request #2430 from vector-im/reactions_in_context_menu
RoomVC: ContextualMenu: Plug reactions menu
2019-05-17 13:33:57 +02:00
manuroe 57e7505044 RoomVC: ContextualMenu: Plug reactions menu 2019-05-17 12:17:59 +02:00
manuroe 4f3de0d199 Reactions: Add placeholder for reactions list under message 2019-05-17 01:28:45 +02:00
manuroe cb52e0d700 RoomBubbleCellData: Do readReceiptVerticalWhitespace thing in one place 2019-05-16 18:27:48 +02:00
manuroe 7782fde16f Reactions: Follow small SDK change 2019-05-16 17:44:07 +02:00
manuroe 79759d5c24 Reactions: Fix Steve's comments 2019-05-16 16:07:07 +02:00
manuroe 667f4418aa Merge branch 'aggregations' into riot_2393 2019-05-16 14:51:14 +02:00
manuroe 7fd3afd266 Reactions: we cannot like & dislike at the same time 2019-05-16 14:45:42 +02:00
manuroe d0a071a408 Reactions: notify coordinator for every reaction request steps
so that it can leave the view when it wants
2019-05-16 08:07:52 +02:00
manuroe 5a89ecc7b1 Reactions: Plug button actions 2019-05-16 07:47:23 +02:00
manuroe c07818defc Reactions: Customise primary reactions buttons 2019-05-15 23:35:09 +02:00
SBiOSoftWhare 87e885d926 RoomViewController: Disable reply on single tap selection. 2019-05-15 23:30:33 +02:00
SBiOSoftWhare 64c43b48c2 RoomViewController: Show contextual menu toolbar on long press. 2019-05-15 23:24:34 +02:00
SBiOSoftWhare a603de3573 Create RoomContextualMenuPresenter 2019-05-15 23:10:07 +02:00
SBiOSoftWhare dee42249f7 Create RoomContextualMenuViewController 2019-05-15 23:09:03 +02:00
SBiOSoftWhare 359427ca58 Create RoomContextualMenuToolbarView 2019-05-15 23:07:50 +02:00
SBiOSoftWhare d3a665fbdd Create room contextual menu action enum 2019-05-15 23:02:25 +02:00
SBiOSoftWhare e0ddeed52d RoomDataSource: Add a property to show or hide timestamp when selecting an event. 2019-05-15 21:44:07 +02:00
SBiOSoftWhare 0565cbe984 RoomBubbleCellData: Add a property to show or hide timestamp for selected component. 2019-05-15 21:34:32 +02:00
manuroe 67bf9d2769 Reactions: Translate primary reactions 2019-05-15 16:38:28 +02:00
manuroe 090597f461 Reactions: Add primary reactions as message actions 2019-05-15 16:00:36 +02:00
manuroe 106c10a45d RoomVC: When replying, use a "Reply" button instead of "Send" 2019-04-30 17:27:57 +02:00
manuroe d303c686a8 RoomInputToolbarView: Turn the boolean replyToEnabled into an enum: sendMode
because message editing (#2404) is coming
2019-04-30 17:08:52 +02:00
SBiOSoftWhare 7b5255e035 Use a weak reference for mediaPicker property in RoomInputToobarView. 2019-04-24 17:56:59 +02:00
manuroe da1e401dc8 Merge pull request #2372 from vector-im/riot_2323
E2E: SAS Verification
2019-04-24 14:51:04 +02:00
manuroe 50be542bb3 Device Verification: Make incoming requests dialogs dequeueing work without a random sleep 2019-04-24 08:55:45 +02:00
manuroe d32d5eed1f Device Verification: Plug it in the code more 2019-04-17 08:09:43 +02:00
manuroe b22ac8df4f Device Verification: Plug it in the code 2019-04-16 17:55:40 +02:00
SBiOSoftWhare 0f9e38fcca Merge branch 'develop' into avoid_tableview_crashes_settings 2019-04-10 17:49:37 +02:00
SBiOSoftWhare 5c31b2510c [RoomSettingsViewController] Avoid some crashes when reload sections animated. 2019-04-10 14:50:14 +02:00