Commit graph

13056 commits

Author SHA1 Message Date
manuroe
e698253381 version++ 2021-10-14 08:42:28 +02:00
manuroe
dbba8fef60 changelog.d: Upgrade MatrixKit version ([v0.16.7](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.16.7)). 2021-10-14 08:42:26 +02:00
manuroe
0da6e937f2 Merge branch 'develop' of github.com:vector-im/element-ios into develop 2021-10-14 08:41:28 +02:00
Leonidas Shear
16ec98b0bb Translated using Weblate (Russian)
Currently translated at 100.0% (6 of 6 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/ru/
2021-10-14 05:25:36 +00:00
Linerly
5ac4461755 Translated using Weblate (Indonesian)
Currently translated at 100.0% (48 of 48 strings)

Translation: Element iOS/Element iOS (Push)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/id/
2021-10-14 05:25:36 +00:00
Linerly
2e7ad284ab Translated using Weblate (Indonesian)
Currently translated at 100.0% (6 of 6 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/id/
2021-10-14 05:25:36 +00:00
Doug
6a07e4b2a0
Merge pull request #4997 from vector-im/doug/4992_urls_timeline_selection
Correctly select reactions and URL previews when selecting a message.
2021-10-13 17:08:42 +01:00
Doug
d9217a053d Add observer to re-enable link detection when signing out of an account. 2021-10-13 16:01:19 +01:00
Doug
60b31a8cbe Use MXError and MXHTTPOperation where possible. 2021-10-13 14:51:50 +01:00
Doug
02753aaf8c Add tags to URLPreviewView and BubbleReactionsView so their highlight behaviour matches their bubble component.
Fix bug setting text alpha.
2021-10-13 14:05:06 +01:00
Doug
ca244e76dd
Merge pull request #4998 from vector-im/doug/xcode_version
Update to Xcode 12.5 and macOS 11.
2021-10-13 12:55:20 +01:00
Doug
842125469d Stop requesting URL previews if the feature has been disabled on the homeserver. 2021-10-13 12:51:15 +01:00
ismailgulek
ba53cb6d41
Merge branch 'develop' into ismail/4384_room_summary_store 2021-10-13 14:34:20 +03:00
Doug
67f5dd6edb Update Xcode to 12.5 and use macOS 11.
Fixes CI failing when using Swift 5.4 features.
2021-10-13 10:56:44 +01:00
Stefan Ceriu
73197f17db
Merge pull request #4959 from vector-im/stefan/1098-username-autocompletion
Timeline username suggestions
2021-10-13 11:49:08 +03:00
Stefan Ceriu
2e0aab11ea #1098 - Added extra top padding on first list item. Fixed various merge problems. 2021-10-13 11:46:43 +03:00
Stefan Ceriu
af24a81ab6 #1098 - Switched to dynamically calculated row heights. 2021-10-13 11:26:27 +03:00
Stefan Ceriu
8f57eb8719 #1098 - Various small tweaks. 2021-10-13 11:26:27 +03:00
Stefan Ceriu
51105b4c2e #1098 - Add debouncer to suggestion service text processing. Stop returning cached member results from the coordinator, rely on the room directly for up to date results. 2021-10-13 11:26:27 +03:00
Stefan Ceriu
0f0acc89d6 #1098 - Various changes following code review. 2021-10-13 11:26:27 +03:00
Stefan Ceriu
cf03af3629 #1098 - Fix performance issues on item list change. Rebuild the whole list instead of comparing changed items. 2021-10-13 11:26:27 +03:00
Stefan Ceriu
1fad621b17 #1098 - Avatar view model: stop requesting avatars for empty URIs. 2021-10-13 11:26:27 +03:00
Stefan Ceriu
0a95788731 #1098 - Removed vectorHostingController background color. 2021-10-13 11:26:27 +03:00
Stefan Ceriu
e84c8fc2e6 #1098 - Moved new MXKRoomInputToolbarDelegate method to Element. 2021-10-13 11:26:27 +03:00
Stefan Ceriu
56a7da7759 #1098 - Fixed iOS 15 issues. 2021-10-13 11:26:27 +03:00
Stefan Ceriu
3de15b914c #1098 - Stopped relying on the SDK in the suggestionService and added unit and ui tests. 2021-10-13 11:26:27 +03:00
Stefan Ceriu
9b3e68a3db #1098 - Working real user suggestion inside the main application. 2021-10-13 11:26:22 +03:00
Stefan Ceriu
109a4e7157 #1098 - Added user suggestions to the main app timeline. 2021-10-13 11:25:36 +03:00
Stefan Ceriu
7de24ab628 #1098 - Generated UserSuggestion from template, got initial UI working and automatically updating. 2021-10-13 11:24:46 +03:00
Stefan Ceriu
b499c20e16 vector-im/element-ios/issues/1098 - Fixed indentation in templates. Added UnitTests to the main RiotSwiftUI target. 2021-10-13 11:23:56 +03:00
Stefan Ceriu
347e24f451 vector-im/element-ios/issues/1098 - Fixed typo in template file name. 2021-10-13 11:23:55 +03:00
Linerly
1b48ba2185 Added translation using Weblate (Indonesian) 2021-10-13 05:10:09 +00:00
Linerly
4fc0208610 Added translation using Weblate (Indonesian) 2021-10-13 05:06:41 +00:00
ismailgulek
6a047f98fb
Improve tab switching performance 2021-10-12 22:56:52 +03:00
ismailgulek
ed3645f1db
Improve mocking performance 2021-10-12 22:42:16 +03:00
ismailgulek
bb1845acce
Merge remote-tracking branch 'origin/ismail/4384_room_summary_store' into ismail/4384_room_summary_store 2021-10-12 21:25:26 +03:00
ismailgulek
8bb1de192c
Refactor cell data arrays 2021-10-12 21:25:15 +03:00
SBiOSoftWhare
bbf1bf7c7c Update room display management where needed. 2021-10-12 19:22:46 +02:00
SBiOSoftWhare
2ad354e83e RoomCoordinator: Update RoomViewControllerDelegate conformance. 2021-10-12 19:21:19 +02:00
SBiOSoftWhare
85023dc271 LegacyAppDelegate: Update universal link management with UniversalLinkParameters. And handle show room with RoomPresentationParameters and room preview with RoomPreviewPresentationParameters. 2021-10-12 19:20:39 +02:00
SBiOSoftWhare
4805516cf9 TabBarCoordinator: Update RoomViewControllerDelegate conformance. Handle RoomPresentationParameters and RoomPreviewPresentationParameters. 2021-10-12 19:15:35 +02:00
SBiOSoftWhare
28278ab47d RoomVC: Update universal link management with UniversalLinkParameters. 2021-10-12 19:12:08 +02:00
SBiOSoftWhare
da80f4e315 MasterTabBarController: Use RoomPresentationParameters and RoomPreviewPresentationParameters input parameters and selecting a room. 2021-10-12 19:10:30 +02:00
SBiOSoftWhare
bb6283554f Add RoomPresentationParameters and RoomPreviewPresentationParameters to display a room or room preview with identifiers and presentation configuration. 2021-10-12 19:09:18 +02:00
SBiOSoftWhare
6381f2e7ac Add UniversalLinkParameters. 2021-10-12 19:07:44 +02:00
SBiOSoftWhare
617afe0748 BuildSettings: Add property to allow split view detail view stacking. 2021-10-12 19:06:56 +02:00
manuroe
18ad9862f5 Prepare for new sprint 2021-10-12 13:45:01 +02:00
manuroe
8fad0be309 Merge remote-tracking branch 'origin/master' into develop 2021-10-12 13:43:16 +02:00
manuroe
6cd290c754 Prepare for new sprint 2021-10-12 13:41:53 +02:00
manuroe
c8dae3137b Merge branch 'master' into develop 2021-10-12 13:41:50 +02:00