aringenbach
|
2ab98cfe07
|
Weakify self on presence notifications observers
|
2022-04-05 15:21:53 +02:00 |
|
aringenbach
|
38363b1832
|
PresenceIndicatorView Swift implementation
|
2022-04-05 15:13:58 +02:00 |
|
aringenbach
|
fa3f01bb8f
|
Merge branch 'develop' into aringenbach/5933_presence_indicator
|
2022-04-05 14:14:45 +02:00 |
|
ismailgulek
|
502e9ebd05
|
Reload thread data source without notifying the screen
|
2022-04-05 14:04:48 +03:00 |
|
ismailgulek
|
e4a8ff986e
|
Merge branch 'develop' into ismail/5878_threads_design_tweaks
|
2022-04-05 13:02:19 +03:00 |
|
ismailgulek
|
6bc6c4ed14
|
Merge pull request #5970 from vector-im/ismail/5772_threads_opt-in
Threads opt-in screen
|
2022-04-05 12:36:01 +03:00 |
|
ismailgulek
|
1eadd774e2
|
Move threads enabling logic to the coordinator
|
2022-04-05 11:35:57 +03:00 |
|
ismailgulek
|
94314a8cdd
|
Do not navigate to thread screen for thread root events
|
2022-04-05 02:36:10 +03:00 |
|
ismailgulek
|
4f9d9c2fed
|
Do not scale room name in thread header
|
2022-04-05 02:34:36 +03:00 |
|
ismailgulek
|
83bd54cc90
|
Introduce ThreadsBetaCoordinator & open thread view directly after enabling threads
|
2022-04-05 01:59:11 +03:00 |
|
Gil Eluard
|
1adfa904ae
|
Add support for Apple context menus in matrix items list screens (#5963)
|
2022-04-04 20:07:06 +02:00 |
|
aringenbach
|
75bd14a878
|
Slightly reduce RoomTitleView presence indicator border width
|
2022-04-04 18:52:07 +02:00 |
|
aringenbach
|
4c38d89f55
|
Add observer to refresh RoomTitleView on presence updates
|
2022-04-04 18:52:07 +02:00 |
|
aringenbach
|
967b4429f5
|
Observe presence changes to update RoomInfoBasicView
|
2022-04-04 18:52:07 +02:00 |
|
aringenbach
|
f776b335ef
|
Display presence in RoomInfoBasicView
|
2022-04-04 18:52:07 +02:00 |
|
aringenbach
|
a3379ea59f
|
Move RoomTitleView encryption badge when presence is displayed
|
2022-04-04 18:52:07 +02:00 |
|
aringenbach
|
dbd38d79b2
|
Enable presence indicator border colour update
|
2022-04-04 18:52:07 +02:00 |
|
aringenbach
|
fec3a9a9c8
|
Add presence indicator to RoomTitleView
|
2022-04-04 18:52:07 +02:00 |
|
MaximeEvrard42
|
ff78d21755
|
Merge pull request #5957 from vector-im/maximee/5858_pin_drop_sharing
[Location Sharing]: Pin drop location sharing
|
2022-04-04 18:04:22 +02:00 |
|
ismailgulek
|
d6003dfb0c
|
Display opt-in screen if threads disabled
|
2022-04-04 16:59:12 +03:00 |
|
MaximeE
|
af9a524273
|
5858: Modification of the event send according to coordinate type
|
2022-03-31 16:52:16 +02:00 |
|
ismailgulek
|
96f4126f48
|
Merge pull request #5956 from vector-im/ismail/5870_thread_from_voice
Fix voice message cell height when containing thread summary
|
2022-03-31 14:49:03 +03:00 |
|
ismailgulek
|
78e77e610a
|
Strip in reply to from thread summary and from the latest message
|
2022-03-31 13:48:48 +03:00 |
|
ismailgulek
|
3da0186a6d
|
Add missing protocol conformance
|
2022-03-31 13:44:12 +03:00 |
|
ismailgulek
|
2457774ac7
|
Merge pull request #5865 from vector-im/ismail/5770_threads_notice
Threads notice
|
2022-03-31 13:18:40 +03:00 |
|
Doug
|
a7157d1c27
|
Merge branch 'master' into develop
|
2022-03-31 10:39:25 +01:00 |
|
Doug
|
86c4ab2c83
|
Fix crash when using the build in camera.
|
2022-03-30 16:17:06 +01:00 |
|
ismailgulek
|
dc2183a3bd
|
Merge branch 'develop' into ismail/5770_threads_notice
|
2022-03-30 13:35:14 +03:00 |
|
Andy Uhnak
|
fadfa48f9f
|
Join room loading indicators
|
2022-03-29 15:03:09 +01:00 |
|
Andy Uhnak
|
273bb475ff
|
Use bounds not frame
|
2022-03-28 13:45:03 +03:00 |
|
Andy Uhnak
|
68690618ef
|
Fix typing performance by avoiding expensive UI operations
|
2022-03-28 13:45:03 +03:00 |
|
SBiOSoftWhare
|
98923a505b
|
RoomDataSource: Only call location sharing delegation method if live location sharing build flag is eneabled.
|
2022-03-28 10:22:42 +02:00 |
|
SBiOSoftWhare
|
019af072eb
|
RoomVC: Handle live location banner display on user location status change.
|
2022-03-28 10:18:59 +02:00 |
|
SBiOSoftWhare
|
476729e1bc
|
RoomViewController: Add a category to handle location sharing.
|
2022-03-28 10:17:05 +02:00 |
|
SBiOSoftWhare
|
56dbadf356
|
RoomDataSource: Handle current user location sharing status.
|
2022-03-28 10:16:07 +02:00 |
|
Andy Uhnak
|
6754f0c716
|
Use bounds not frame
|
2022-03-24 14:24:14 +00:00 |
|
Andy Uhnak
|
15b00c15bf
|
Fix typing performance by avoiding expensive UI operations
|
2022-03-24 12:40:37 +00:00 |
|
MaximeEvrard42
|
baa3888e4a
|
Merge pull request #5859 from vector-im/maximee/5720_location_sharing_UI_change
Update UI in location sharing view #5720
|
2022-03-24 11:58:09 +01:00 |
|
MaximeE
|
7f140388a1
|
5720: Rework some location sharing related view
|
2022-03-23 15:48:19 +01:00 |
|
Andy Uhnak
|
74f4daa642
|
Prevent "left room" message from showing twice
|
2022-03-22 09:10:08 +00:00 |
|
MaximeE
|
8e3107095f
|
5720: Update from develop
|
2022-03-22 09:41:25 +01:00 |
|
Stefan Ceriu
|
821bdd90ab
|
Fix user suggestions not showing up when re-entering a room.
|
2022-03-21 18:40:21 +02:00 |
|
Andy Uhnak
|
a8085a8bef
|
Merge branch 'master' into develop
|
2022-03-18 17:01:32 +00:00 |
|
SBiOSoftWhare
|
ca23f38a41
|
Fix conflicts with develop
|
2022-03-18 15:12:34 +01:00 |
|
Andy Uhnak
|
355edf5b97
|
Revert copy change
|
2022-03-18 14:02:50 +00:00 |
|
Andy Uhnak
|
712b6ad5c6
|
Allow ignoring invited users that have not joined a room yet
|
2022-03-18 13:31:43 +00:00 |
|
ismailgulek
|
666a0cd27f
|
Merge branch 'develop' into ismail/5770_threads_notice
|
2022-03-18 15:07:44 +03:00 |
|
ismailgulek
|
44629e3f0c
|
Display notice for threads enabled users only
|
2022-03-18 13:32:18 +03:00 |
|
ismailgulek
|
471250acb3
|
Display threads notice if not displayed before
|
2022-03-18 13:23:26 +03:00 |
|
ismailgulek
|
78d3cc406b
|
Update thread list bar button item badge
|
2022-03-18 02:08:03 +03:00 |
|