Commit Graph

2954 Commits

Author SHA1 Message Date
SBiOSoftWhare a361defb2c Message edits history: Handle message edits history display from RoomViewController. 2019-07-04 19:24:15 +02:00
SBiOSoftWhare 50007800f2 Message edits history: Update EditHistoryViewController to use UITableView to display messages and dates. 2019-07-04 19:22:29 +02:00
SBiOSoftWhare 5f83d6c841 Message edits history: Update view model to handle message history grouping by day. 2019-07-04 19:18:13 +02:00
SBiOSoftWhare ce5073a93d Message edits history: Create edit history section struct. 2019-07-04 19:04:53 +02:00
SBiOSoftWhare 882031ef78 Message edits history: Create header view. 2019-07-04 19:03:39 +02:00
SBiOSoftWhare ed785171e7 Message edits history: Create edit message cell. 2019-07-04 19:02:54 +02:00
manuroe e4171cffa9 Reactions: Show at most 8 reactions
#2510
2019-07-04 11:38:48 +02:00
SBiOSoftWhare 22ea672f81 Message editing: Handle reply edition. 2019-07-03 11:13:53 +02:00
manuroe 4835d816b2 Edits history: Manage date 2019-07-01 14:39:39 +02:00
manuroe c41fa08387 EventFormatter: add showEditionMention setting 2019-07-01 12:42:42 +02:00
manuroe 7cbb260992 Edits history: Use a dedicated event formatter 2019-07-01 12:34:20 +02:00
manuroe 69966e36c0 Edits history: Improve temporary UX a bit 2019-07-01 10:51:07 +02:00
manuroe fe1f719284 Edits history: Fix missing navigation bar 2019-07-01 10:34:02 +02:00
manuroe cc2ae8c6ba Edits: Start history 2019-06-28 19:27:46 +02:00
SBiOSoftWhare 96d3e25e6a Merge pull request #2534 from vector-im/context_menu_UX_improvements
Room: Improve context menu UX
2019-06-27 16:36:17 +02:00
SBiOSoftWhare 945c5a42ac RoomVC: Improve RoomContextualMenuPresenter loading speed. 2019-06-27 14:37:17 +02:00
manuroe 0584228bed BF: Edits: editing an unsent msg gets cancelled if the original msg send completes during the edit
#2495
2019-06-27 12:25:01 +02:00
SBiOSoftWhare d408df3480 RoomVC: Reduce animation duration when presenting contextual menu. Make animation quicker for a single tap. 2019-06-27 11:41:25 +02:00
SBiOSoftWhare bd60e96658 RoomViewController: Improve additional event actions menu behavior. Remove more action. 2019-06-27 10:23:20 +02:00
manuroe dba3a0bbd7 Merge pull request #2531 from vector-im/riot_2449
Edits: Support edits in e2e rooms
2019-06-26 12:14:25 +02:00
manuroe f499412599 Edits: Support edits in e2e rooms 2019-06-25 18:32:34 +02:00
SBiOSoftWhare 456aa56474 Bubble cell reactions: Fix BubbleReactionViewCell clipped at bottom in selected state (Fix #2515). 2019-06-25 16:21:48 +02:00
SBiOSoftWhare 2c24c3ba27 RoomViewController: Handle updated RoomContextualMenuViewController. 2019-06-25 14:00:12 +02:00
SBiOSoftWhare 69ece32a5d RoomContextualMenuPresenter: Handle new reactions menu animations, reduce context menu show/hide animation duration. 2019-06-25 13:56:44 +02:00
SBiOSoftWhare df05577aeb RoomContextualMenuViewController: Handle updated ReactionsMenuView and new animations instructions. 2019-06-25 13:48:16 +02:00
SBiOSoftWhare 03cf6bef41 Update ReactionsMenuView layout. 2019-06-25 13:40:59 +02:00
SBiOSoftWhare 86e11131df Update ReactionsMenuViewModel to handle a list of reactions. 2019-06-25 13:23:07 +02:00
SBiOSoftWhare 8e2d1d6bc9 Update ReactionsMenuButton UI 2019-06-25 12:06:54 +02:00
manuroe db882f0f57 Merge pull request #2524 from vector-im/riot_2518
Make sure there are no ugly edge cases running Riot without an integrations manager
2019-06-24 15:01:00 +02:00
manuroe 53afe41f9a Integrations: Manage the error of no configured integrations server 2019-06-21 12:12:32 +02:00
manuroe 089835f3f4 Integrations: Make code support use of an integration manager other than modular/scalar.
The default value is still modular/scalar.
2019-06-21 11:26:34 +02:00
SBiOSoftWhare c69d19bb35 e2e room message: Fix padlock position on last message with sender name. 2019-06-20 12:07:04 +02:00
SBiOSoftWhare 2e80cc2a5e RoomDataSource: Fix bubble cell data additional content height update. 2019-06-19 14:22:38 +02:00
SBiOSoftWhare bc88febd8d Merge develop into fix_riot_attachmentview_reactions 2019-06-19 11:44:42 +02:00
SBiOSoftWhare 9edbd4dd88 Fix bubble cell height for cells with attachment view and reactions. 2019-06-18 18:36:22 +02:00
SBiOSoftWhare ccdb278611 RoomBubbleCellData: Add additionalContentHeight property to cache additional views height like reactions view and read receipts container. 2019-06-18 18:30:39 +02:00
SBiOSoftWhare c7cab57c15 RoomBubbleCellData: Fix bubble component position when display last message timestamp. 2019-06-18 17:42:00 +02:00
manuroe 271cfc3578 Read receipts: Manage live update in the kit too 2019-06-18 14:06:23 +02:00
manuroe b500e10586 Read receipts: They are now counted at the MatrixKit level 2019-06-18 12:28:59 +02:00
SBiOSoftWhare ab5b773296 Merge pull request #2471 from vector-im/fix_show_context_menu_interaction_when_animate
RoomVC: Prevent user interaction in timeline while presenting context menu
2019-06-18 11:49:44 +02:00
manuroe 343e76a13d Menu actions: Display the keyboard once the users tap on reply or edit
This also fixes the local echo issues we had when this screen stayed displayed
2019-06-14 16:29:25 +02:00
manuroe f9396a82ad Reactions menu: leave the menu once the user tapped a reaction 2019-06-14 16:15:27 +02:00
manuroe 6d59428c98 Merge pull request #2490 from vector-im/reaction_echo
Local echo for reactions
2019-06-13 17:50:31 +02:00
SBiOSoftWhare 9619a021f2 RoomViewController: Add message editing support. 2019-06-13 16:38:20 +02:00
SBiOSoftWhare 44bc52b913 RoomInputToolbarView: Add editing mode. 2019-06-13 16:37:28 +02:00
manuroe 10221beee2 Reactions: Change reaction and unreaction methods signatures 2019-06-12 18:25:47 +02:00
manuroe 310b39ca1f Reactions local echoes: Do not show reactions with 0 count (case of reaction being removed) 2019-06-12 18:03:21 +02:00
SBiOSoftWhare c2e0614021 RoomViewController: Prepare message edited mention tap. 2019-06-12 16:06:27 +02:00
SBiOSoftWhare e723b08638 Merge pull request #2482 from vector-im/ReactionsMenuViewModel_update
ReactionsMenuViewModel: Do not perform directly reaction requests
2019-06-11 17:51:28 +02:00
SBiOSoftWhare febb410418 RoomViewController: Display an error when react or unreact on event fails. 2019-06-11 17:43:32 +02:00