Commit Graph

12783 Commits

Author SHA1 Message Date
SBiOSoftWhare 4e4e0bd9be Merge branch 'develop' into steve/4734_room_stack 2021-10-14 16:21:03 +02:00
manuroe ea0ce5f58a Prepare for new sprint 2021-10-14 09:12:33 +02:00
manuroe 90ecf698bd Merge branch 'master' into develop 2021-10-14 09:12:29 +02:00
manuroe 815f06f200 Merge branch 'release/1.6.5/master' 2021-10-14 09:12:24 +02:00
manuroe 7d33b042b7 finish version++ 2021-10-14 09:12:24 +02:00
manuroe e99e52b0b1 Merge pull request #5006 from vector-im/release/1.6.5/release
Release 1.6.5
2021-10-14 09:11:42 +02:00
manuroe 5f5d6c5d10 version++ 2021-10-14 08:42:28 +02:00
manuroe 53146e4b8c 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 72716ac00b Merge branch 'develop' of github.com:vector-im/element-ios into develop 2021-10-14 08:41:28 +02:00
Doug 9d82396f62 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 316a44c21c 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 73232982ae 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 6db3e269a7 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 a4ac250716 Merge pull request #4959 from vector-im/stefan/1098-username-autocompletion
Timeline username suggestions
2021-10-13 11:49:08 +03:00
Stefan Ceriu 6f49fbc1bb #1098 - Added extra top padding on first list item. Fixed various merge problems. 2021-10-13 11:46:43 +03:00
Stefan Ceriu 72463989a6 #1098 - Switched to dynamically calculated row heights. 2021-10-13 11:26:27 +03:00
Stefan Ceriu 7bd7bbb2be #1098 - Various small tweaks. 2021-10-13 11:26:27 +03:00
Stefan Ceriu e1008f5989 #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 94459be545 #1098 - Various changes following code review. 2021-10-13 11:26:27 +03:00
Stefan Ceriu 9470a9336f #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 3c387e66e1 #1098 - Avatar view model: stop requesting avatars for empty URIs. 2021-10-13 11:26:27 +03:00
Stefan Ceriu e8bf7963a0 #1098 - Removed vectorHostingController background color. 2021-10-13 11:26:27 +03:00
Stefan Ceriu 277ac0c0ca #1098 - Moved new MXKRoomInputToolbarDelegate method to Element. 2021-10-13 11:26:27 +03:00
Stefan Ceriu e0b69d07bc #1098 - Fixed iOS 15 issues. 2021-10-13 11:26:27 +03:00
Stefan Ceriu 17041e00dd #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 1ce7195abd #1098 - Working real user suggestion inside the main application. 2021-10-13 11:26:22 +03:00
Stefan Ceriu c06e682e23 #1098 - Added user suggestions to the main app timeline. 2021-10-13 11:25:36 +03:00
Stefan Ceriu ee9553fee5 #1098 - Generated UserSuggestion from template, got initial UI working and automatically updating. 2021-10-13 11:24:46 +03:00
Stefan Ceriu 5008d4f810 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 8f83db97cb vector-im/element-ios/issues/1098 - Fixed typo in template file name. 2021-10-13 11:23:55 +03:00
SBiOSoftWhare f18e9d2d18 Update room display management where needed. 2021-10-12 19:22:46 +02:00
SBiOSoftWhare 6a23949588 RoomCoordinator: Update RoomViewControllerDelegate conformance. 2021-10-12 19:21:19 +02:00
SBiOSoftWhare 31f2a5755e 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 ddbf00de15 TabBarCoordinator: Update RoomViewControllerDelegate conformance. Handle RoomPresentationParameters and RoomPreviewPresentationParameters. 2021-10-12 19:15:35 +02:00
SBiOSoftWhare e6c4b4342f RoomVC: Update universal link management with UniversalLinkParameters. 2021-10-12 19:12:08 +02:00
SBiOSoftWhare a4337ea752 MasterTabBarController: Use RoomPresentationParameters and RoomPreviewPresentationParameters input parameters and selecting a room. 2021-10-12 19:10:30 +02:00
SBiOSoftWhare f8f328437a 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 9b1f46ac6e Add UniversalLinkParameters. 2021-10-12 19:07:44 +02:00
SBiOSoftWhare dcaddb91e7 BuildSettings: Add property to allow split view detail view stacking. 2021-10-12 19:06:56 +02:00
manuroe bd7912168f Prepare for new sprint 2021-10-12 13:45:01 +02:00
manuroe 8582e3dc7b Merge remote-tracking branch 'origin/master' into develop 2021-10-12 13:43:16 +02:00
manuroe fc0f7a72a9 Prepare for new sprint 2021-10-12 13:41:53 +02:00
manuroe 85f714282e Merge branch 'master' into develop 2021-10-12 13:41:50 +02:00
manuroe 18b4aa9cf7 Merge branch 'release/1.6.4/master' 2021-10-12 13:41:45 +02:00
manuroe a9548c7b6b finish version++ 2021-10-12 13:41:45 +02:00
manuroe 8a5a42ccfd Merge pull request #4991 from vector-im/release/1.6.4/release
Release 1.6.4
2021-10-12 13:41:14 +02:00
Stefan Ceriu 90990578b0 Fixes #4976 - Replaced HPGrowingTextView with GrowingTextView. Reduced inheritance chain. 2021-10-12 14:17:06 +03:00
Doug f38f7d3f41 Merge pull request #4990 from vector-im/doug/4989_sync_contacts_state
Move call to validateSyncLocalContactsState into MatrixKit.
2021-10-12 12:14:31 +01:00
manuroe c87dc15760 version++ 2021-10-12 12:57:25 +02:00
manuroe a274da9d92 changelog.d: Upgrade MatrixKit version ([v0.16.6](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.16.6)). 2021-10-12 12:57:24 +02:00