Commit Graph

590 Commits

Author SHA1 Message Date
ismailgulek 7589b9745f Merge branch 'voip_2746' into voip_tiles 2021-02-02 12:36:11 +03:00
ismailgulek d546afd728 Merge branch 'develop' into voip_2746 2021-02-02 12:33:05 +03:00
ismailgulek bb5e05236c Merge pull request #3989 from vector-im/element_3986
Fix PushKit Crashes due to Undecryptable Call Invites
2021-02-02 11:51:47 +03:00
ismailgulek e42dc26a8d Add comments 2021-02-02 10:54:06 +03:00
ismailgulek 49951baf22 Process sync response before decrypting call invite 2021-02-01 18:00:45 +03:00
manuroe 3f1473d3ec Widgets: roomId is optional 2021-02-01 15:28:59 +01:00
manuroe 2928e0af06 Widgets: Support $matrix_room_id and $matrix_widget_id parameters
#3987
2021-02-01 12:59:45 +01:00
ismailgulek b6fee7d965 Add some logs 2021-01-21 15:00:22 +03:00
ismailgulek b4d2069bdd Present call screen for active calls on tile taps 2021-01-21 14:29:38 +03:00
ismailgulek 8101e60341 Pass mx sessions to the call service 2021-01-21 14:28:56 +03:00
ismailgulek fd2f8deb5a Merge branch 'develop' into voip_2746
# Conflicts:
#	Riot/Modules/Application/LegacyAppDelegate.m
2021-01-15 16:07:36 +03:00
Gil Eluard 81c8828a98 Merge branch 'develop' into element_3867
# Conflicts:
#	CHANGES.rst
#	Riot.xcodeproj/project.pbxproj
2021-01-11 11:58:53 +01:00
ismailgulek 91032b6373 Implement pip for video calls 2021-01-08 03:57:39 +03:00
ismailgulek 0ac3f4ba7e Remove call bg color 2020-12-21 18:12:45 +03:00
ismailgulek 4fa0dbdae2 Add on hold call tap handling 2020-12-21 17:18:38 +03:00
SBiOSoftWhare 2b0974c611 Theme: Introduce ThemeIdentifier to make theme identification easier in Swift. 2020-12-18 18:44:08 +01:00
ismailgulek 4de7c8562a Use key provider delegate in common configuration 2020-12-16 16:06:07 +03:00
ismailgulek 45e4703010 Add on hold call view and set it from CallService 2020-12-16 13:36:53 +03:00
Gil Eluard efa17efb57 Code updated after code review 2020-12-15 16:55:34 +01:00
Gil Eluard 5cc3d047cb Code updated after code review 2020-12-15 16:47:07 +01:00
Gil Eluard b686231db7 Implementation of the MXKeyProviderDelegate to enable encryption of contacts, accounts, and crypto DB 2020-12-14 23:05:57 +01:00
ismailgulek 85dbb609bb Fix call bar issue on end of second call case 2020-12-14 15:01:05 +03:00
ismailgulek 3cee8604e8 Fix call bar after a call ended 2020-12-14 14:34:48 +03:00
ismailgulek 41a1ab5c75 Fix some UI races 2020-12-03 16:05:08 +03:00
ismailgulek d0ae6cfdde Merge branch 'develop' into voip_2746 2020-12-03 12:26:26 +03:00
ismailgulek 195b7e83c1 Introduce CallBar view management 2020-12-02 23:17:06 +03:00
ismailgulek e0f5a87e96 Introduce CallService 2020-12-01 13:41:31 +03:00
SBiOSoftWhare f02e7c1811 ThemeService: Add convenient method to check if a dark theme is used. 2020-11-30 16:41:48 +01:00
ismailgulek f0efad1451 New call UI including hold & resume 2020-11-25 16:11:52 +03:00
manuroe b7325d7195 Merge pull request #3800 from vector-im/profiler
Use new MXProfiler to get and report accurate durations
2020-11-13 14:51:15 +01:00
manuroe a58d5123a0 MXProfiles: Track time to display a message from its notification 2020-11-11 22:49:46 +01:00
SBiOSoftWhare e9a24a402e Merge branch 'develop' into element_3655 2020-11-06 10:35:23 +01:00
manuroe 8a3fb934de Merge branch 'develop' into analytics_agnostic 2020-11-05 14:52:43 +01:00
manuroe 0efed4d3e2 Fix Steve's comment 2020-11-05 14:52:07 +01:00
manuroe 975f61e2a8 Analytics: Add Matomo screenshots link 2020-11-05 14:03:38 +01:00
ismailgulek 7213812d13 KeyValueStore enhancements 2020-11-05 15:08:42 +03:00
manuroe 71b6fd833b Analytics: Remove the "iOS." prefix
We do not need this differentiator anymore. There is a dedicated app id in Matomo.
2020-11-05 12:28:19 +01:00
manuroe 06bf5df904 Remove MXDecryptionFailureDelegate in flavor of agnostic MXAnalyticsDelegate 2020-11-05 12:09:10 +01:00
manuroe e653524b26 MXAnalyticsDelegate: Replace trackLaunchScreenDisplayDuration with new agnostic method 2020-11-05 09:44:18 +01:00
manuroe 1aa00e04c3 * MXAnalyticsDelegate: Make it fully agnostic on tracked data. 2020-11-05 09:41:21 +01:00
manuroe 5d98940d90 Analytics: Fix analytics in order to track performance improvements
Forgot to commit one line
2020-11-04 21:32:06 +01:00
manuroe d777f8451a Analytics: Fix analytics in order to track performance improvements
It is probably broken since May 2019 and Matomo 6. Only the first value (StorePreload) was sent .
2020-11-04 15:46:56 +01:00
SBiOSoftWhare d621104ece Refactor RoomIDComponents struct. 2020-11-04 10:28:37 +01:00
SBiOSoftWhare 3a60529d80 Add RoomIDComponents: A structure that parses Matrix Room ID and constructs their constituent parts. 2020-11-02 18:08:52 +01:00
SBiOSoftWhare dc6f077c02 WidgetManager: Use JitsiService to generate Jitsi widget content. 2020-10-27 15:35:57 +01:00
SBiOSoftWhare 9e8db7c79a JitsiWidgetData: Add authentication type field. 2020-10-27 15:30:15 +01:00
manuroe 35d986d0d1 PIN: Fix code bypass on fast switching 2020-10-26 16:09:39 +01:00
ismailgulek e0cccaa088 Use MXKPasteboardManager.pasteboard on copy operations 2020-10-09 15:20:54 +03:00
ismailgulek 192c36a52d Use MXKAppSettings.pasteboard on copy operations 2020-10-09 13:58:54 +03:00
ismailgulek 19c610a7b8 Launch background sync after reporting the call 2020-10-01 14:04:30 +03:00