Commit Graph

5090 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
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 6593394409 Improve avatar tappability 2023-03-14 16:09:49 +01:00
Andy Uhnak 02413968e0 Update startup progress UX 2023-03-10 09:40:48 +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
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 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
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 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
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
Nicolas Mauri 071e969e6a Update UX/UI implementation 2023-02-23 09:33:14 +01:00
Nicolas Mauri ce214f9395 QRCodeScannerView must be hidden when starting a session verification 2023-02-23 09:33:14 +01:00
Nicolas Mauri c09c88fc6d Automatically starts scanning the QR code if we have not received a QR code. 2023-02-23 09:33:14 +01:00
Andy Uhnak 81cdb68ce4 CryptoSDK phased rollout feature 2023-02-22 11:25:28 +00:00
Flescio 95501bfdde Show own location in map views (#7375)
* show own location on static sharing

* show own location on live sharing

* add tests and changelog

* check location authorisation, fix center to current user location button

* it moves request to LocationManager in proper service

* add static location viewer service
2023-02-20 18:07:03 +01:00
Hugh Nimmo-Smith d15131e9ba Support for v2 of MSC3903 (#7372) 2023-02-15 14:02:33 +00:00
Anderas f4fd2cc381 Merge pull request #7369 from vector-im/andy/crypto_fixes
Do not reset device keys if migrating to CryptoSDK
2023-02-13 13:01:39 +00:00
Andy Uhnak e535a0112d Do not reset device keys if migrating to CryptoSDK 2023-02-13 11:14:26 +00:00
aringenbach a6300b8ebc Update composer library version to 1.1.0 (#7365)
* Update composer library version to 1.1.0

* Add changelog file
2023-02-13 10:44:03 +01:00
Doug a46d884b05 Merge branch 'master' into develop 2023-02-10 13:39:22 +00:00
Alfonso Grillo 8b7cecfe26 Merge pull request #7353 from vector-im/alfogrillo/fallback_poll_ended_event
Fallback for poll ended event (PSG-1156)
2023-02-10 10:33:39 +01:00
Nicolas Mauri 8ee26ab378 Fix some voice message issues (#7325, #7217)
Fix #7325: prevent setting the audio session to inactive during recording
Fix #7217: ensure that an audio player has its content loaded when it reaches the end to allow seek and replay.
2023-02-09 11:58:38 +01:00
Andy Uhnak fbd6b068a6 Crashes in verification view models 2023-02-09 08:44:31 +00:00
Andy Uhnak d203630795 Fix some crashes 2023-02-09 08:44:31 +00:00
Flescio 9ecfe523aa "Mark as unread" dot appears on rooms that are actually unread, not marked as such (#7352)
* fix green dot only to appear for marked action
2023-02-09 09:01:16 +01:00
Alfonso Grillo f6dfd2cc51 Sync with matrix feature branch 2023-02-08 17:29:30 +01:00
Alfonso Grillo 475c53b2fa Fix last message for m.poll.end events 2023-02-08 15:30:05 +01:00
Nicolas Mauri 81d7ca260b Fix an issue where a voice message disappears after being sent 2023-02-08 15:07:40 +01:00
Alfonso Grillo 10d2232d8a Merge pull request #7335 from vector-im/alfogrillo/automatic_poll_rules_sync
Automatic poll rules sync (PSG-1135)
2023-02-03 11:57:53 +01:00
Alfonso Grillo 63411b4472 Refactor PushRulesUpdater API 2023-02-03 10:49:59 +01:00
Andy Uhnak d9f7fed0a0 Track crypto sdk being enabled 2023-02-02 17:55:09 +00:00
Alfonso Grillo c06ac1587e Remove debug prints 2023-02-02 17:01:24 +01:00
Alfonso Grillo 291b893e75 Put logic back in AppCoordinator 2023-02-02 15:02:13 +01:00
Andy Uhnak 168e6067fb Enable Crypto SDK for production 2023-02-02 12:32:14 +00:00
Alfonso Grillo 0de90435fb Move logic in AppConfiguration 2023-02-02 11:04:28 +01:00
Alfonso Grillo 4b25e0edce Continue PushRulesUpdater logics 2023-02-02 09:58:29 +01:00
Alfonso Grillo b2b2cbac4b Start PushRulesUpdater 2023-02-01 19:11:00 +01:00
Flavio Alescio 638e62908f Merge commit '2aaef072e4a2cdae4e49c801136613292c6e292d' into flescio/1040-poll_detail 2023-02-01 10:13:28 +01:00