Commit Graph

396 Commits

Author SHA1 Message Date
Alfonso Grillo 8b9de882e9 Fix poll.end read receipts 2023-01-10 12:20:34 +01:00
Alfonso Grillo 8596b36257 Cleanup code 2023-01-10 12:20:34 +01:00
Alfonso Grillo 4bc37ba146 Fix reactions layout 2023-01-10 12:19:39 +01:00
Alfonso Grillo 562f36775d Remove filter for poll.end events 2023-01-10 12:17:15 +01:00
Nicolas Mauri 9845d161a5 Ensures that we only support reactions for a start event 2023-01-09 14:46:26 +01:00
Nicolas Mauri 315bed3fe6 add support for reactions on VB (#7179) 2023-01-06 12:18:19 +01:00
Alfonso Grillo 03af34deac Amend comment 2023-01-03 13:25:56 +01:00
Alfonso Grillo 844c358af4 Fix navigation to replied message 2023-01-02 19:49:52 +01:00
Yoan Pintas 79e9f8ee40 Update the room description in the rooms list in case of live broadcast (incoming or outgoing) (#7160) 2022-12-19 19:26:55 +01:00
Mauro Romito 6010e87d38 fix that works both iOS 15 and iOS 16 2022-12-15 16:33:25 +01:00
Velin92 0ebc1e20c1 Merge pull request #7170 from vector-im/mauroromito/7109_fix_formatted_links
Fix for formatted links appearing in black
2022-12-15 12:37:38 +01:00
Mauro Romito afa6621edd better comment 2022-12-15 12:36:44 +01:00
Mauro Romito 00af62ebf6 code improvement 2022-12-15 03:40:15 +01:00
Mauro Romito 01107d5f63 better comment 2022-12-15 03:37:15 +01:00
Mauro Romito abc8529c26 removed unused code 2022-12-15 01:44:26 +01:00
Mauro Romito 43ee462f58 fix 2022-12-15 01:41:45 +01:00
Andy Uhnak 556176606b Fix Sentry errors 2022-12-14 17:25:27 +00:00
Gil Eluard 720d74b428 Merge pull request #7152 from vector-im/gil/7151-Thread_preview_doesnt_update_in_main_timeline
Thread preview doesn't update in main timeline
2022-12-09 15:55:59 +01:00
Gil Eluard 79bd2c0ef1 Thread preview doesn't update in main timeline
- Fixed
2022-12-09 14:58:07 +01:00
Anderas 073a175388 Merge pull request #7115 from vector-im/andy/mandatory_crypto
Do not retry initial sync on fatal errors
2022-12-05 17:48:42 +00:00
Andy Uhnak cb26a5f3f3 Change fatal error range 2022-12-05 16:29:14 +00:00
Philippe Loriaux d6d5cabc0d Remove the voice broadcast chunks from the attachments list 2022-12-02 11:51:33 +01:00
Andy Uhnak c28b57ae4a Do not retry initial sync on fatal errors 2022-11-29 10:15:05 +00:00
Mauro Romito 3902b12a04 full screen improvements 2022-11-15 18:56:00 +01:00
Anderas 0813bee021 Merge pull request #7068 from vector-im/andy/repeat_sync
Remove 10s wait on failed initial sync
2022-11-14 08:39:08 +00:00
Gil Eluard 30c6903570 Threads: removed "unread_thread_notifications" from sync filters for server that doesn't support MSC3773
- Update after review
2022-11-10 22:50:26 +01:00
Andy Uhnak 857538e162 Remove 10s wait on failed initial sync 2022-11-10 16:15:16 +00:00
Gil Eluard b0b57ac5e5 Threads: removed "unread_thread_notifications" from sync filters for server that doesn't support MSC3773 2022-11-10 13:22:55 +01:00
Stefan Ceriu 0f16585853 Fixes vector-im/element-ios/issues/6441 - Incorrect timeline item text height calculation 2022-11-08 14:46:44 +02:00
Stefan Ceriu c0ad32079e Revert "Fixes vector-im/element-ios/issues/6441 - Incorrect timeline item text height calculation (#6679)"
This reverts commit 405c2d8e324c08c1a40e037aeb3c54e93f30bc9f.
2022-11-08 14:46:44 +02:00
Stefan Ceriu 8a16b00456 Revert "Fix timeline items text height calculation"
This reverts commit 8f9eddee501702de84192316bd5b2ff9512d681a.
2022-11-08 14:46:44 +02:00
Stefan Ceriu b2e29aa432 Revert "Replace attributed string height calculation with a more reliable implementation"
This reverts commit 81773cd1e515cc391c1f21b499f61141cb03c810.
2022-11-08 14:46:44 +02:00
Gil Eluard 41bff6e310 Merge pull request #7030 from vector-im/gil/7029-Threads_add_support_to_labs_flag_for_read_receipts
Threads: add support to labs flag for read receipts
2022-11-04 13:38:59 +01:00
Gil Eluard 95b54ec57c Merge branch 'gil/6663-MSC3771_read_receipts_for_threads' into gil/7029-Threads_add_support_to_labs_flag_for_read_receipts 2022-11-03 13:35:24 +01:00
Gil Eluard ff7203de22 Merge branch 'gil/6663-MSC3771_read_receipts_for_threads' into gil/6664-MSC3773_notifications_for_threads 2022-11-03 13:35:01 +01:00
Gil Eluard 5429fb40b5 Merge branch 'develop' into gil/6663-MSC3771_read_receipts_for_threads 2022-11-03 13:34:27 +01:00
Gil Eluard f4c0be9a0f Threads: add support to labs flag for read receipts 2022-11-02 23:42:53 +01:00
Gil Eluard 7f0b88ab2b Threads: added support to read receipts (MSC3771)
- Update after review
2022-11-02 15:23:54 +01:00
Gil Eluard 3c0562c24e Threads: added support to notifications count (MSC3773) 2022-11-01 22:57:39 +01:00
Gil Eluard 3b8090747c Threads: added support to read receipts (MSC3771)
- Update after review
2022-11-01 22:48:47 +01:00
Anderas 821323db4c Merge pull request #6985 from vector-im/andy/complete_crypto
Complete MXCryptoV2 implementation
2022-10-31 17:56:05 +00:00
Andy Uhnak 618fb88424 CryptoV2 changes 2022-10-31 08:49:51 +00:00
Stefan Ceriu 7daa4f121e Switch the CI to code 14 and the iOS 14 simulator, fix UI tests 2022-10-27 11:41:32 +03:00
Andy Uhnak 2acf773404 Complete MXCryptoV2 implementation 2022-10-26 17:00:43 +01:00
Anderas 8f47e8cf52 Merge pull request #6943 from vector-im/andy/crypto_protocol
Define MXCrypto and MXCrossSigning as protocols
2022-10-25 15:19:41 +01:00
Andy Uhnak 825f49b4ca Define MXCrypto and MXCrossSigning as protocols 2022-10-25 14:11:39 +01:00
Gil Eluard 5eb1b39345 Threads: added support to read receipts (MSC3771) 2022-10-24 22:27:13 +02:00
David Langley 2cd40bdac8 Set inputAccessoryViewForKeyboard so that interactive dismissal works. 2022-10-17 17:19:14 +01:00
David Langley 921df774a5 fix newline 2022-10-08 10:59:32 +01:00
David Langley 65a924bab5 Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/wysiwyg_integration 2022-10-08 10:58:10 +01:00