Commit Graph

18621 Commits

Author SHA1 Message Date
Nicolas Mauri 406fcac64e Fix: default pill icon for an unknown user 2023-03-20 10:42:21 +01:00
Nicolas Mauri 18a2360296 Turning permalinks into pills
#7409: Permalinks to a room/space are pillified
#7411: Permalinks to a matrix user are pillified
#7412: Permalinks to messages are pillified
2023-03-17 16:58:59 +01:00
manuroe 4746ef85d0 Merge pull request #7429 from vector-im/manu/7406_m_file_format
Manage bad m.file attachment format
2023-03-16 17:27:50 +01:00
Alfonso Grillo db041703db Merge pull request #7428 from vector-im/alfogrillo/avatar_tappability
Improve avatar tappability
2023-03-16 10:26:37 +01:00
manuroe 7f00f71786 Manage bad m.file attachment format
https://github.com/vector-im/element-ios/issues/7406

By using value type checker methods.

With this fix, attachments with a wrong size format are still displayed in the timeline. Only the size is omitted
2023-03-15 15:18:38 +01:00
Alfonso Grillo 713075282a Empty commit 2023-03-15 10:01:43 +01:00
Alfonso Grillo 72addcc9f1 Add changelog.d file 2023-03-14 16:31:14 +01:00
Alfonso Grillo 6593394409 Improve avatar tappability 2023-03-14 16:09:49 +01:00
Doug b1b7e853df Prepare for new sprint 2023-03-13 17:48:54 +00:00
Doug 789f6f3431 Merge branch 'master' into develop 2023-03-13 17:48:50 +00:00
Doug e9c58d1573 Merge branch 'release/1.10.5/master' 2023-03-13 17:48:45 +00:00
Doug 4a7b63c767 finish version++ 2023-03-13 17:48:45 +00:00
Doug 165a1871b3 Merge pull request #7426 from vector-im/release/1.10.5/release
Release 1.10.5
2023-03-13 17:48:08 +00:00
Doug f61fd38ad6 version++ 2023-03-13 16:58:07 +00:00
Doug 58eb2b2d72 changelog.d: Upgrade MatrixSDK version ([v0.26.1](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.26.1)). 2023-03-13 16:58:07 +00:00
Anderas fddbdc9454 Merge pull request #7418 from vector-im/andy/migration_ux
Update startup progress UX
2023-03-10 15:20:31 +00:00
Andy Uhnak 02413968e0 Update startup progress UX 2023-03-10 09:40:48 +00:00
Doug c565106fc9 Prepare for new sprint 2023-03-07 13:55:21 +00:00
Doug a0b50f16bd Merge branch 'master' into develop 2023-03-07 13:55:19 +00:00
Doug bd7baa3af7 Merge branch 'release/1.10.4/master' 2023-03-07 13:55:14 +00:00
Doug a40669e117 finish version++ 2023-03-07 13:55:13 +00:00
Doug c935be8872 Merge pull request #7414 from vector-im/release/1.10.4/release
Release 1.10.4
2023-03-07 13:43:49 +00:00
Doug 2ecef30386 version++ 2023-03-07 11:49:57 +00:00
Doug 0e1754e52e changelog.d: Upgrade MatrixSDK version ([v0.26.0](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.26.0)). 2023-03-07 11:49:57 +00:00
Mauro 1e69e23acc Merge pull request #7410 from vector-im/mauroromito/displayName_refactor
MatrixRoomSummary displayname renamed to displayName
2023-03-07 10:01:23 +01:00
Nicolas Mauri 742c9d98d9 Merge pull request #7408 from vector-im/nimau/3946-verification-unexpected-message
Fix: incoming SAS transaction was accepted twice
2023-03-06 16:38:20 +01:00
Mauro Romito fc1c22c08c refactor completed 2023-03-06 14:59:03 +01:00
Nicolas Mauri 275b7c86a6 Fix: incoming SAS transaction was accepted twice 2023-03-06 14:07:27 +01:00
Nicolas Mauri 72bbf08dc3 Merge pull request #7396 from vector-im/nimau/6612-dm-email
Direct Message: manage encrypted DM in case of invite by email
2023-03-06 12:04:53 +01:00
Anderas 07039d4d1d Merge pull request #7401 from vector-im/andy/analytics
Use SwiftPM for AnalyticsEvents instead of CocoaPods
2023-03-06 09:56:19 +00:00
Nicolas Mauri 2e2d9044dd Add missing changes on generated Strings file. 2023-03-03 16:22:11 +01:00
Nicolas Mauri 3677c3691b Fix waiting message 2023-03-03 16:12:08 +01:00
Nicolas Mauri 93376ec041 Update of the waiting message 2023-03-03 10:13:21 +01:00
Alfonso Grillo 09c847f280 Merge pull request #7402 from vector-im/alfogrillo/fix_poll_bubbles
Fix poll ended event rendering (PSG-1177)
2023-03-03 10:06:02 +01:00
Andy Uhnak fabe9566e3 Update docs + tests 2023-03-02 19:42:09 +00:00
Andy Uhnak 7e41e16467 Use SwiftPM AnalyticsEvents 2023-03-02 16:59:48 +00:00
Alfonso Grillo 86bd2a0db0 Add changelog.d file 2023-03-02 17:53:29 +01:00
Alfonso Grillo 01839bfa27 Fix poll ended event rendering 2023-03-02 17:49:15 +01:00
Flescio 99b8e8de42 fix issue on timeline bubbles not showing proper content after decrypt (#7397)
* fix issue on timeline bubbles not showing proper content after decrypt

* Update Riot/Modules/MatrixKit/Models/Room/MXKRoomDataSourceManager.m
2023-03-02 11:30:26 +01:00
Flescio c7d6dd25a2 Location centring user's sharing location (#7398)
* fix issue on timeline bubbles not showing proper content after decrypt

* fix location sharing centring to other users

* Update RiotSwiftUI/Modules/LocationSharing/LiveLocationSharingViewer/LiveLocationSharingViewerViewModel.swift

Co-authored-by: Alfonso Grillo <alfogrillo@element.io>

---------

Co-authored-by: Alfonso Grillo <alfogrillo@element.io>
2023-03-02 11:28:00 +01:00
Nicolas Mauri 080c0e15c2 Start chat: Hide the contact search bar if adding a participant is not allowed 2023-03-01 17:40:29 +01:00
Nicolas Mauri 11ce4a2ca6 Merge pull request #7399 from vector-im/nimau/fix-scan-qrcode-simulator
Disable QR code reading on a simulator
2023-03-01 16:44:56 +01:00
Nicolas Mauri ecf6bf4eb8 Disable QR code reading on a simulator 2023-03-01 16:28:39 +01:00
Nicolas Mauri 658a8ff800 Code cleanup 2023-03-01 11:41:35 +01:00
Nicolas Mauri 71281ce1cc Direct Message: manage encrypted DM in case of invite by email
- Don’t allow to invite more than one contact by email
- The DM will be created by enabling the encryption when the HS promotes the encryption
- The chat composer is disabled until a matrix account is created by using the invited email
2023-02-27 18:42:18 +01:00
Kat Gerasimova b26d594345 Set up automation for new triage board 2023-02-27 14:10:59 +02:00
Nicolas Mauri 3372e6058e Merge pull request #7381 from vector-im/nimau/3115-QRCodeReader
Automatically starts scanning the QR code if we have not received a QR code
2023-02-27 10:38:01 +01:00
Nicolas Mauri f4948152f0 Remove unused string key 2023-02-27 09:29:59 +01:00
Nicolas Mauri 53c4a65fb6 Fix localized string 2023-02-24 14:21:27 +01:00
Nicolas Mauri 8103cbce36 Update other key verification screens UX/UI 2023-02-23 09:33:14 +01:00