Commit Graph

3547 Commits

Author SHA1 Message Date
SBiOSoftWhare 35ce32db51 Add CollectionViewRightAlignFlowLayout to have right alignement display for collection view. 2022-01-18 14:21:16 +01:00
ismailgulek 0d74667d7d Add background color management on text message highlights 2022-01-18 16:20:12 +03:00
ismailgulek 4f58e0cfcc Add thread decoration views for search results, fix #5268 2022-01-18 14:46:22 +03:00
ismailgulek 805c1adcf4 Fix thread screen call button case 2022-01-18 03:13:22 +03:00
ismailgulek 68d5418add Center empty view vertically in the whole screen 2022-01-18 02:57:30 +03:00
ismailgulek 218f5759d0 Dismiss keyboard when additional menu shown 2022-01-18 02:27:44 +03:00
ismailgulek c5bf90c28b Align summary last message to the time label 2022-01-18 02:27:23 +03:00
ismailgulek 0776599369 Reset detail screen after lab setting change, fixes #5273 2022-01-18 02:14:23 +03:00
ismailgulek b59e5fdf29 Fix event content where the thread root event is a reply event 2022-01-17 16:33:02 +03:00
ismailgulek 8e8692881c Various design fixes 2022-01-17 16:32:32 +03:00
ismailgulek 3236a80e27 Thread summary view design changes 2022-01-17 13:51:05 +03:00
ismailgulek 3e35db691c Fix build after merges 2022-01-17 13:35:14 +03:00
ismailgulek c3cd95072c Merge branch 'ismail/5068_start_thread' into ismail/5096_thread_notifications 2022-01-17 11:55:28 +03:00
ismailgulek 4a44d1009e Merge branch 'ismail/5068_start_thread' into ismail/5068_design_tweaks 2022-01-17 11:55:05 +03:00
ismailgulek 8404562325 Add threadId parameter 2022-01-17 11:54:36 +03:00
ismailgulek 26a6060e3e Merge branch 'ismail/5068_start_thread' into ismail/5096_thread_notifications 2022-01-17 11:39:25 +03:00
ismailgulek 2d12d331db Merge branch 'ismail/5068_start_thread' into ismail/5068_design_tweaks 2022-01-17 11:37:41 +03:00
ismailgulek 7e92b7cef5 Merge branch 'develop' into ismail/5068_start_thread 2022-01-17 11:35:10 +03:00
UwUnyaa 02a0465e8a Translated using Weblate (Polish)
Currently translated at 100.0% (442 of 442 strings)

Translation: Element iOS/Element iOS (MatrixKit)
Translate-URL: https://translate.element.io/projects/riot-ios/element-ios-matrixkit/pl/
2022-01-16 14:26:09 +00:00
Priit Jõerüüt df9e4d6031 Translated using Weblate (Estonian)
Currently translated at 100.0% (442 of 442 strings)

Translation: Element iOS/Element iOS (MatrixKit)
Translate-URL: https://translate.element.io/projects/riot-ios/element-ios-matrixkit/et/
2022-01-16 14:26:08 +00:00
Weblate 758b0616f6 Merge branch 'origin/develop' into Weblate. 2022-01-14 18:32:51 +00:00
libexus 5e64bfe698 Translated using Weblate (German)
Currently translated at 100.0% (442 of 442 strings)

Translation: Element iOS/Element iOS (MatrixKit)
Translate-URL: https://translate.element.io/projects/riot-ios/element-ios-matrixkit/de/
2022-01-14 17:26:08 +00:00
Stefan Ceriu 7e5620d1a5 Fix vector-im/element-ios/issues/4208 - Home screen doesn't update properly on theme changes. 2022-01-14 17:56:58 +02:00
David Langley 4bc9df0549 Merge branch 'develop' of https://github.com/vector-im/element-ios into langleyd/5292_refresh_tokens 2022-01-14 11:43:09 +00:00
SBiOSoftWhare 1163f191be BubbleRoomCellLayoutUpdater: Update bubble height computation. 2022-01-14 11:15:38 +01:00
SBiOSoftWhare d6df9fc7ec RoomBubbleCellData: Handle event merge configuration. 2022-01-14 11:14:50 +01:00
SBiOSoftWhare 2afec71847 RoomVC: Handle cell provider. 2022-01-14 10:23:15 +01:00
SBiOSoftWhare bcf515920d RoomDataSource: Handle extra cell layout update if needed. 2022-01-14 10:11:13 +01:00
SBiOSoftWhare f5929bfd1a SettingsVC: Handle possibility to change room timeline style and apply changes. 2022-01-14 10:06:40 +01:00
SBiOSoftWhare 9e9f641288 Update MatrixKit text message cells. 2022-01-14 10:03:08 +01:00
SBiOSoftWhare 78f482057a Add RoomTimelineConfiguration that enables to manage room timeline appearance configuration. 2022-01-14 10:02:23 +01:00
SBiOSoftWhare 203f1d92a7 Add room timeline style for default cell style. 2022-01-14 10:00:21 +01:00
SBiOSoftWhare de8d967f8a Add room timeline style for bubbles. 2022-01-14 09:59:25 +01:00
SBiOSoftWhare 581ae7b189 Add RoomMessageBubbleBackgroundView. 2022-01-14 09:58:55 +01:00
SBiOSoftWhare 7b5c8effd6 Add RoomTimelineStyle that describes a room timeline style used to customize timeline appearance. 2022-01-14 09:55:00 +01:00
SBiOSoftWhare dcf870a107 Add cell layout updater implementation for bubbles. 2022-01-14 09:51:08 +01:00
David Langley 21d49a5067 Add analytics for Unauthenticated errors 2022-01-13 17:33:51 +00:00
SBiOSoftWhare c982313bd1 Move RoomBubbleCellLayout. 2022-01-13 18:25:34 +01:00
Doug 60aeb35490 Add instructions for creating analytics events. 2022-01-13 17:23:35 +00:00
SBiOSoftWhare 4dbf18c7af Add RoomCellLayoutUpdaterProtocol that enables to setup or update a room timeline cell view. 2022-01-13 18:20:57 +01:00
SBiOSoftWhare c3629b0c08 Update MatrixKit bridging header. 2022-01-13 18:19:46 +01:00
SBiOSoftWhare bd7231ce59 Add RoomTimelineCellIdentifier that represents room timeline cell identifiers. 2022-01-13 17:36:13 +01:00
SBiOSoftWhare b89591f42f Add BubbleRoomTimelineCellProvider. 2022-01-13 17:33:21 +01:00
SBiOSoftWhare 9dabe8de6f Add PlainRoomTimelineCellProvider. 2022-01-13 17:31:47 +01:00
SBiOSoftWhare 98260e31e4 Add RoomTimelineCellProviderProtocol that enables to register and provide room timeline cells. 2022-01-13 17:31:03 +01:00
SBiOSoftWhare 652211b014 RoomTimelineStyleIdentifier: Make it available for ObjC. 2022-01-13 16:56:10 +01:00
SBiOSoftWhare cf21517bc4 MXKRoomBubbleCellData: Add convenient method. 2022-01-13 16:54:45 +01:00
SBiOSoftWhare f34710faa0 Move MatrixKit text message cells to Riot target. 2022-01-13 16:51:51 +01:00
SBiOSoftWhare 4beab83f87 MXRoomViewController: Remove unused cell classes. 2022-01-13 16:50:17 +01:00
Jozef Gaal f681ebd3ef Translated using Weblate (Slovak)
Currently translated at 97.5% (431 of 442 strings)

Translation: Element iOS/Element iOS (MatrixKit)
Translate-URL: https://translate.element.io/projects/riot-ios/element-ios-matrixkit/sk/
2022-01-13 10:26:10 +00:00