Commit Graph

145 Commits

Author SHA1 Message Date
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
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
Gil Eluard 8b30542ebe Check enabled field in notification settings push toggles
- Update after review
2022-10-06 12:46:03 +02:00
Gil Eluard 353cd584dd Check enabled field in notification settings push toggles 2022-10-06 11:40:12 +02:00
Andy Uhnak 726aa29323 Decorate events decrypted with untrusted sessions 2022-09-28 17:04:45 +01:00
Stefan Ceriu 95cda63747 Replace attributed string height calculation with a more reliable implementation 2022-09-12 18:18:31 +03:00
Stefan Ceriu c913461f4d Fix timeline items text height calculation 2022-09-11 11:07:37 +03:00
Stefan Ceriu c94d019d95 Fixes vector-im/element-ios/issues/6441 - Incorrect timeline item text height calculation (#6679) 2022-09-06 12:05:15 +03:00
aringenbach 6410b9292b Fix mention pills display when coming back to a room with an unsent message 2022-09-05 10:56:50 +02:00
Andy Uhnak 8f2dec9e6b Slash command to discard session 2022-09-05 08:36:00 +01:00
ismailgulek 6bf102c9af Add a sync method to check a room data source existence 2022-08-26 16:54:11 +03:00
ismailgulek 34a83a98c0 Nullify thread on data source reset 2022-08-26 16:53:50 +03:00
ismailgulek ee37f50745 Call delegate method of room data source only if there is a change 2022-08-26 14:13:37 +03:00
ismailgulek c878088bdd Fix a race in room data source initializer, by adding threadId parameter in every case 2022-08-26 14:12:13 +03:00
Andy Uhnak a9d1e84252 Track all errors in Sentry 2022-08-23 08:14:59 +01:00
Gil Eluard efe53ee85e New App Layout: added suppport for room invites in the all chats screen 2022-08-22 13:00:34 +02:00
Doug 57f92307f2 Remove flairs and related groups. 2022-08-09 15:04:54 +01:00
Doug 7dac5b907c Remove all types related to Groups 2022-08-09 15:04:54 +01:00
Doug bdc2911698 Fix build error on MXKSendReplyEventStringLocalizer. 2022-07-14 16:56:35 +01:00
ismailgulek 5957a1c993 Merge pull request #6297 from vector-im/ismail/5731_room_header_invite 2022-06-17 15:55:34 +03:00
aringenbach c4902aef28 Fix some comments 2022-06-17 10:19:10 +02:00
aringenbach 4c8bed38c2 Use latest user data for mention pills 2022-06-16 17:07:47 +02:00
Gil Eluard 0015993b8e Invites are collapsed incorrectly (#6300)
* Invites are collapsed incorrectly

- use invitee avatar instead of the target avatar for collapsed membership cell
2022-06-15 20:11:03 +02:00
ismailgulek 84dcbbf001 Introduce canInvitePeople on bubble cell data 2022-06-14 18:01:24 +03:00
ismailgulek 8d9a820e15 Merge branch 'develop' into ismail/5502_ungroup_threads 2022-06-13 13:58:43 +03:00
ismailgulek 9b542fd8f8 Move hasThreadRoot into MXKRoomBubbleCellDataStoring protocol 2022-06-13 13:52:46 +03:00
ismailgulek e7f57f2c3e Merge branch 'develop' into ismail/6175_signout_from_all 2022-06-09 20:38:34 +03:00
ismailgulek f7147e9b22 Add logoutDevices parameter to MXKAccount 2022-06-09 17:23:25 +03:00
ismailgulek 0bda61da50 Fix navigation after clear data 2022-06-09 15:46:04 +03:00
aringenbach 68a78724af Merge pull request #6155 from vector-im/aringenbach/construct_replies_from_replied_event
Construct formatted body from replied event
2022-06-07 11:23:50 +02:00
ismailgulek 2886d62815 Add savingAccountsEnabled property to MXKAccountManager 2022-06-06 16:15:32 +03:00
aringenbach 3a989a78fa Construct formatted body from replied event 2022-06-02 15:45:08 +02:00
Stefan Ceriu 7dbe5b17e9 Attempt at fixing [CALayer animationForKey] crashes. 2022-05-23 10:26:59 +03:00
aringenbach 2fef71bb21 Merge pull request #6145 from vector-im/aringenbach/6144_presence_home_dm_refresh
Presence: fix live updates on Home & DM list
2022-05-12 16:19:04 +02:00