Commit Graph

1677 Commits

Author SHA1 Message Date
SBiOSoftWhare 82f746d5ad RoomCoordinator: Handle live location viewer showing. 2022-04-29 11:08:09 +02:00
SBiOSoftWhare 087df9fe0b RoomViewController: Add delegate method for live location screen presentation request. 2022-04-29 11:08:09 +02:00
MaximeE 9ec7ff5bd8 6077: Some adjustment and fix 2022-04-29 09:27:12 +02:00
SBiOSoftWhare 0bc1f5a9f9 LocationPlainCell: Use MXBeaconInfoSummaryProtocol instead of MXBeaconInfoSummary reference. 2022-04-28 16:11:37 +02:00
MaximeE ac058c03b8 6077: Fix last commit 2022-04-28 14:36:16 +02:00
MaximeE cf6a56a5f6 6077: Push WIP refacto 2022-04-28 12:06:06 +02:00
MaximeE aeb10b677a 6077: Implement SDK for live sharing timeline cell 2022-04-27 16:21:42 +02:00
MaximeEvrard42 b7f23eb2b8 Merge pull request #6055 from vector-im/maximee/6029_lls_timeline_cell
[Location sharing] Live location cell in timeline
2022-04-26 15:58:09 +02:00
MaximeE 53dc80eb83 6029: Make some UI change according to comment 2022-04-26 14:50:11 +02:00
MaximeE 33d5e3e97d 6029: Fix issue with rendering colors 2022-04-25 18:05:26 +02:00
MaximeE 0a8bf5f2d0 6029: Modify color for dark mode 2022-04-25 17:21:27 +02:00
MaximeE 928b7a4e97 Merge branch 'develop' into maximee/6029_lls_timeline_cell and apply comments 2022-04-25 15:53:58 +02:00
MaximeE a86bffce34 6029: Refacto how to handle all state of the live location cell 2022-04-22 18:04:19 +02:00
SBiOSoftWhare 717fb5471c Update Riot/Modules/Room/CellData/RoomBubbleCellData.m
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2022-04-22 17:59:15 +02:00
SBiOSoftWhare 4ba406a1af Update Riot/Modules/Room/CellData/RoomBubbleCellData.m
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2022-04-22 17:57:54 +02:00
SBiOSoftWhare 1a77067532 RoomVC: Handle live location sharing cell data. 2022-04-22 11:51:45 +02:00
SBiOSoftWhare 1b7ff8202d RoomBubbleCellData: Handle live location cell and beacon info summary. 2022-04-22 11:51:22 +02:00
MaximeE bbcfc6b492 6029: finalise configuration of live location cell 2022-04-21 17:29:32 +02:00
MaximeE 5c085246ec 6029: Live location sharing timeline cell 2022-04-21 07:48:22 +02:00
ismailgulek 8cbde40f57 Add additional text to beta view 2022-04-19 13:31:30 +03:00
ismailgulek 4b8a48ffdc Get information text as a parameter in threads beta view 2022-04-19 13:10:17 +03:00
ismailgulek d019a0550b Add missing copy menu item for messages, fixes #6036 2022-04-19 12:57:40 +03:00
Yoan Pintas 8e85677955 Merge pull request #6035 from vector-im/yostyle/join_and_show_room
When accepting an invite, expecting to see the room
2022-04-15 15:16:36 +02:00
yostyle 2ac77725f5 Use autojoin boolean 2022-04-15 14:27:57 +02:00
Gil Eluard f62b876f54 Room preview on a long press should not update the read receipt (#6027)
- Done
2022-04-14 10:30:51 +02:00
ismailgulek 6435f58254 Merge pull request #6028 from vector-im/ismail/6023_crashes
Fix some crashes
2022-04-12 20:19:17 +03:00
ismailgulek 3400535ae5 Fix crash #5 2022-04-12 13:45:36 +03:00
MaximeE 1bcb169a61 5982: Apply PR comments 2022-04-12 11:35:17 +02:00
MaximeE 0c0c94787b Merge branch 'develop' into maximee/5982_ls_static_share_viewer 2022-04-11 17:26:07 +02:00
Gil Eluard 728a80f328 Wrong copy for upgrade room message (#6003)
* Wrong copy for upgrade room message

- fixed
2022-04-11 15:46:08 +02:00
MaximeE f69e8d8ad0 5982: Clean code and add tests 2022-04-11 10:55:23 +02:00
MaximeE 254d3bc72b 5982: Handle access to new screen 2022-04-08 17:44:22 +02:00
SBiOSoftWhare 8f6b4d3592 RoomVC: Fix live location banner showing. 2022-04-08 12:31:09 +02:00
SBiOSoftWhare b9d8e40869 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
aringenbach 2dc926a253 Fix RoomTitleView default presence display & add a constraint for disambiguation on RoomInfoBasicView 2022-04-06 16:01:49 +02:00
aringenbach 16c95c1b3d Update MXPresence to NS_ENUM 2022-04-06 15:23:36 +02:00
aringenbach 1a14cb7a3d Weakify self on presence notifications observers 2022-04-05 15:21:53 +02:00
aringenbach 4738263ad1 PresenceIndicatorView Swift implementation 2022-04-05 15:13:58 +02:00
aringenbach 43840b8872 Merge branch 'develop' into aringenbach/5933_presence_indicator 2022-04-05 14:14:45 +02:00
ismailgulek db3bc144b9 Reload thread data source without notifying the screen 2022-04-05 14:04:48 +03:00
ismailgulek a2f37966ba Merge branch 'develop' into ismail/5878_threads_design_tweaks 2022-04-05 13:02:19 +03:00
ismailgulek 34b8a5ccab 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 c07f06c2bc Move threads enabling logic to the coordinator 2022-04-05 11:35:57 +03:00
ismailgulek eacec8d498 Do not navigate to thread screen for thread root events 2022-04-05 02:36:10 +03:00
ismailgulek 3c6a3feaa5 Do not scale room name in thread header 2022-04-05 02:34:36 +03:00
ismailgulek c83c4ff2ea Introduce ThreadsBetaCoordinator & open thread view directly after enabling threads 2022-04-05 01:59:11 +03:00
Gil Eluard dac1d3fdaf Add support for Apple context menus in matrix items list screens (#5963) 2022-04-04 20:07:06 +02:00
aringenbach 1aca77801c Slightly reduce RoomTitleView presence indicator border width 2022-04-04 18:52:07 +02:00
aringenbach 5c9b45bab3 Add observer to refresh RoomTitleView on presence updates 2022-04-04 18:52:07 +02:00
aringenbach 282b433bba Observe presence changes to update RoomInfoBasicView 2022-04-04 18:52:07 +02:00