Commit Graph

80 Commits

Author SHA1 Message Date
SBiOSoftWhare 7fd873db05 Fix unit tests. 2022-07-05 16:33:45 +02:00
SBiOSoftWhare d22f7e553d LocationSharingView: Fix background color issue with safe area. 2022-07-05 16:16:53 +02:00
SBiOSoftWhare 051817509b LocationSharingCoordinator: Handle live location sharing lab flag presentation. 2022-07-04 17:39:45 +02:00
SBiOSoftWhare a2c4060272 LocationSharingService: Ensure to have the latest UserLocationService from MXSession. 2022-07-04 17:23:25 +02:00
Johannes Marbach ce4c8b186c Expand all if and guard constructs involving @available(iOS 14... or #available(iOS 14...
Signed-off-by: Johannes Marbach <johannesm@element.io>
2022-06-23 10:05:46 +02:00
Johannes Marbach 868fd7e0c8 Remove all @available(iOS 14... annotations 2022-06-23 09:47:38 +02:00
Johannes Marbach 3338c6b638 Expose live-location sharing labs flag (default: false)
Signed-off-by: Johannes Marbach <johannesm@element.io>
2022-06-21 09:43:45 +02:00
MaximeE f68d73cf70 6202: Improve how pan gesture is handled 2022-06-02 11:34:01 +02:00
MaximeE 4e40fb8545 6202: Add pan gesture recognizer to handle detection of user moving across map 2022-06-01 14:17:27 +02:00
MaximeE 16950ad58b 6195: Add labbs flag for live location sharing 2022-05-24 11:43:00 +02:00
SBiOSoftWhare b75f263482 LocationSharingViewModelTests: Fix missing parameter. 2022-05-16 18:32:19 +02:00
SBiOSoftWhare 114e2bf01c Fix UI tests. 2022-05-16 18:18:13 +02:00
SBiOSoftWhare ffdfb4036f LocationSharingCoordinator: Handle LocationSharingService. 2022-05-16 17:04:42 +02:00
SBiOSoftWhare 2abfca4617 LocationSharingViewModel: Handle location permission when starting live location sharing. 2022-05-16 17:04:05 +02:00
SBiOSoftWhare 4057b91f01 Start location sharing screen: Add LocationSharingService. 2022-05-16 11:36:05 +02:00
SBiOSoftWhare b2a2dba2ba Merge develop in 6081_lls_screen_integration 2022-05-04 16:53:49 +02:00
MaximeE 3d598d9cff 6071: refacto according to PR comments 2022-05-04 11:23:43 +02:00
SBiOSoftWhare 4733df9768 LiveLocationSharingViewer: Handle screen refresh, empty state, stop sharing. 2022-05-03 15:57:36 +02:00
MaximeE 39f8f1aeb5 6071: Add timeout selector when start live sharing 2022-05-03 15:21:51 +02:00
SBiOSoftWhare f752940201 Merge branch 'develop' into steve/5723_lls_screen
# Conflicts:
#	Riot/Assets/en.lproj/Vector.strings
#	Riot/Generated/Strings.swift
#	RiotSwiftUI/Modules/Room/LocationSharing/Coordinator/ShareLocationActivityController.swift
#	RiotSwiftUI/Modules/Room/LocationSharing/MapViewErrorAlertInfoBuilder.swift
2022-04-22 12:15:34 +02:00
MaximeE 9fa815cf8f 5982: Apply PR comments 2022-04-12 11:35:17 +02:00
MaximeE 311a5a69e0 Merge branch 'develop' into maximee/5982_ls_static_share_viewer 2022-04-11 17:26:07 +02:00
SBiOSoftWhare 42f1f7b0d5 Fix LocationSharingViewModelTests 2022-04-11 13:09:55 +02:00
MaximeE a3758731b9 5982: Clean code and add tests 2022-04-11 10:55:23 +02:00
MaximeE defcb4ced3 5982: Factorise error and external sharing 2022-04-08 17:43:57 +02:00
SBiOSoftWhare 74f21faef3 LocationSharingCoordinator: Update location sharing completion handling. 2022-04-08 12:42:27 +02:00
SBiOSoftWhare 92a721c8b9 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
SBiOSoftWhare 0f957a0243 UserAnnotationCalloutContentView: Update layout. 2022-04-06 10:19:43 +02:00
SBiOSoftWhare a7179d4465 Update UserAnnotationCalloutView center. 2022-04-05 21:33:05 +02:00
SBiOSoftWhare 6f67b189bd Fix LocationAnnotatonView not touchable. 2022-04-05 21:32:40 +02:00
SBiOSoftWhare 3f2ab01579 Update UserLocationAnnotation to handle annotation selection. 2022-04-05 21:31:26 +02:00
SBiOSoftWhare c149eab998 Add ShareLocationActivityControllerBuilder to build UIActivityViewController to share a location. 2022-04-05 18:26:20 +02:00
SBiOSoftWhare c0cccff0c4 Create MapViewErrorAlertInfoBuilder 2022-04-05 17:51:47 +02:00
SBiOSoftWhare 8988a09810 Fix UserAnnotationCalloutView 2022-04-05 17:51:18 +02:00
SBiOSoftWhare 70cb103880 LocationSharingMapView: Handle callout view for user annotation. 2022-04-05 17:47:04 +02:00
SBiOSoftWhare 2ca9669f7d Create map callout view UserAnnotationCalloutView. 2022-04-05 17:43:34 +02:00
SBiOSoftWhare 4f72fd3745 Create map callout view UserAnnotationCalloutContentView. 2022-04-05 17:30:17 +02:00
MaximeE 255d3fb14e 5858: Add specific type for pin location 2022-04-04 17:01:47 +02:00
MaximeE dae1109a59 5858: Factorise some code according to PR comments 2022-04-04 16:33:55 +02:00
MaximeE 540ca3e7f3 5858: Fix tests 2022-04-01 17:43:30 +02:00
MaximeE 64de180054 5858: Resolve issue with bad import 2022-04-01 15:50:49 +02:00
MaximeE af9a524273 5858: Modification of the event send according to coordinate type 2022-03-31 16:52:16 +02:00
MaximeE 3d58e94e6b 5858: Add pin drop feature 2022-03-30 11:36:31 +02:00
SBiOSoftWhare 6304dcdc0e Location sharing screen: Handle live location sharing. 2022-03-28 10:19:36 +02:00
MaximeE 8e6ae3a667 5720: Remove useless color, fix some issue with AvatarImage border 2022-03-24 11:00:29 +01:00
MaximeE ce0893bb37 5720: Fix issue with cornered buttons view 2022-03-23 17:25:30 +01:00
MaximeE 7f140388a1 5720: Rework some location sharing related view 2022-03-23 15:48:19 +01:00
MaximeE 8e3107095f 5720: Update from develop 2022-03-22 09:41:25 +01:00
MaximeE dedc558f44 5720: Update UI in location sharing View 2022-03-17 16:52:22 +01:00
SBiOSoftWhare eced431f53 Merge pull request #5828 from vector-im/steve/5827_map_multiple_annot
Location sharing: Support multiple user annotation views on the map
2022-03-16 15:22:04 +01:00