Commit graph

176 commits

Author SHA1 Message Date
David Langley
80254ad01b Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/wysiwyg_integration 2022-10-08 10:58:10 +01:00
Andy Uhnak
9e678e7795 Incoming verification requests with Crypto V2 2022-10-06 11:16:22 +01:00
Andy Uhnak
65a1f99c2e Refactor verification manager, request, transactions 2022-10-06 11:00:09 +01:00
David Langley
4cc678c9b6 add composer actions/modules and ability to send rich messages 2022-10-04 15:01:01 +01:00
ismailgulek
813561ac9b Implement caching for thread data sources 2022-08-26 16:55:08 +03:00
ismailgulek
949fca3e9b Fix a race in room data source initializer, by adding threadId parameter in every case 2022-08-26 14:12:13 +03:00
Doug
33a7c27c0b Remove flairs and related groups. 2022-08-09 15:04:54 +01:00
SBiOSoftWhare
360bf36b38 RoomDataSource: Handle live location sharing deletion. 2022-07-25 15:02:33 +02:00
Andy Uhnak
a0995907cb Convert verification request and transaction to protocols 2022-07-18 10:28:48 +01:00
aringenbach
2a49d99231 Fix slash commands from room composer 2022-07-11 18:17:12 +02:00
aringenbach
ff17725bba Use latest user data for mention pills 2022-06-16 17:07:47 +02:00
Gil Eluard
4f18e40ea3
Update Reactions component (#6244)
* Update Reactions component

- Done
2022-06-15 16:08:43 +02:00
aringenbach
7b582b60e6 Remove render edit flag and fix a nil room state crash 2022-06-07 17:31:17 +02:00
aringenbach
1d93f63d04 Construct formatted body from replied event 2022-06-02 15:45:08 +02:00
MaximeE
f85970fb7b 6195: Add labbs flag for live location sharing 2022-05-24 11:43:00 +02:00
SBiOSoftWhare
5935456dde RoomDataSource: Improve live location sharing status verification. 2022-05-20 15:14:59 +02:00
MaximeE
1e16c40e66 Merge branch 'develop' into maximee/PSF-986_lls_fix_live_banner_visibility 2022-05-12 11:49:58 +02:00
MaximeE
5f72b67bd7 6111: Move the call on the listener 2022-05-12 11:17:29 +02:00
aringenbach
ce9d502911
Merge pull request #6039 from vector-im/aringenbach/3526_user_pills
Add mention pills to timeline & composer
2022-05-12 11:05:22 +02:00
MaximeE
4a2cddac01 6111: add refresh of live banner visibility when receive beacon from live sharing 2022-05-11 18:18:21 +02:00
aringenbach
d81420739f Use font from context and store it in pill data 2022-05-10 17:19:52 +02:00
MaximeE
ae0ce41f8e 6103: Change scope of synchronised 2022-05-10 15:55:54 +02:00
MaximeE
500e9d3f99 6103: Update beaconInfoSummary 2022-05-10 15:21:59 +02:00
MaximeE
7c5433e214 6103: Handle refreshing timeline with listner on beaconInfoSummary 2022-05-10 11:36:54 +02:00
aringenbach
529fe55d73 Rename StringPillsUtils to PillsFormatter 2022-05-09 15:32:53 +02:00
aringenbach
8b46be6cd4 Fix fonts and edition on replies 2022-05-04 12:17:21 +02:00
aringenbach
e9aa880927 Fix emote sending and edit message 2022-05-03 15:16:02 +02:00
aringenbach
95f2b8f411 Add documentation 2022-05-02 17:36:53 +02:00
aringenbach
284b5e1d56 Enable sending messages with pills 2022-05-02 13:35:35 +02:00
Gil Eluard
8f86a65080
Room preview on a long press should not update the read receipt (#6027)
- Done
2022-04-14 10:30:51 +02:00
SBiOSoftWhare
3fd0212299 Merge branch 'develop' into steve/5903_lls_start
# Conflicts:
#	Riot/Modules/Room/RoomViewController.h
#	RiotSwiftUI/Modules/Room/LocationSharing/Coordinator/LocationSharingCoordinator.swift
#	RiotSwiftUI/Modules/Room/LocationSharing/LocationSharingModels.swift
#	RiotSwiftUI/Modules/Room/LocationSharing/LocationSharingViewModel.swift
2022-04-08 11:09:06 +02:00
ismailgulek
dc96f0a05d
Reload thread data source without notifying the screen 2022-04-05 14:04:48 +03:00
SBiOSoftWhare
446d2ca54a RoomDataSource: Only call location sharing delegation method if live location sharing build flag is eneabled. 2022-03-28 10:22:42 +02:00
SBiOSoftWhare
f368e1abf8 RoomDataSource: Handle current user location sharing status. 2022-03-28 10:16:07 +02:00
ismailgulek
f4da3e517d
Reload thread screen for the first message 2022-03-15 16:15:38 +03:00
SBiOSoftWhare
845c3770d6 Timeline: Rename message typing cell. 2022-02-28 15:58:10 +01:00
SBiOSoftWhare
2f61195e75 Timeline decorations: Refactor reaction class names. 2022-02-28 15:52:29 +01:00
Andy Uhnak
070f7b8d61 Show DM/room start header for every user
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com>
2022-02-25 14:24:06 +00:00
ismailgulek
8dca1507d0
Do not reload the room data source on back pagination for new threads 2022-02-24 19:57:58 +03:00
SBiOSoftWhare
d6a85e0dcb RoomDataSource: Use RoomTimelineCellDecorator to add read marker. 2022-02-17 17:45:43 +01:00
SBiOSoftWhare
4577ecb15a Fix conflicts. 2022-02-16 17:31:55 +01:00
SBiOSoftWhare
28cb7714cb Rename RoomBubbleCellLayout to PlainRoomCellLayoutConstants. 2022-02-16 10:56:52 +01:00
ismailgulek
4937109103
Use thread protocols where possible 2022-02-11 18:11:44 +03:00
SBiOSoftWhare
5ef2208374 RoomDataSource: Apply theme if needed. 2022-02-08 07:06:36 +01:00
ismailgulek
71ccde652e
Avoid data source reload on thread screen itself 2022-02-07 12:52:33 +03:00
ismailgulek
3d76d82a5d
Fix redundant check 2022-01-27 03:28:22 +03:00
ismailgulek
3dec412178
Merge branch 'develop' into ismail/5096_thread_notifications 2022-01-27 03:20:25 +03:00
ismailgulek
c23a69c338
Fix review remarks 2022-01-25 23:59:19 +03:00
ismailgulek
8cc82cf7e1
Merge branch 'develop' into ismail/5068_start_thread 2022-01-25 14:30:52 +03:00
ismailgulek
ec8acd042d
Merge branch 'ismail/5068_design_tweaks' into ismail/5096_thread_notifications 2022-01-19 00:12:40 +03:00