Commit Graph

428 Commits

Author SHA1 Message Date
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
ismailgulek 5d73d02a77 Remove variable and use inline check 2020-09-30 16:03:13 +03:00
ismailgulek ab2f8ef59c Rename property 2020-09-30 15:58:37 +03:00
ismailgulek b4cd0affd6 Merge branch 'develop' into protection_fine_tuning
# Conflicts:
#	CHANGES.rst
#	Riot/Assets/en.lproj/Vector.strings
2020-09-30 15:19:32 +03:00
ismailgulek 49bd6bf63b Introduce BiometricsAuthenticationPresenter 2020-09-30 15:17:10 +03:00
ismailgulek abac81fa87 Fix error conversion 2020-09-30 14:37:36 +03:00
ismailgulek bc633487f4 Update Riot/Managers/LocalAuthentication/LocalAuthenticationService.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-09-30 14:32:14 +03:00
ismailgulek 7aad909db4 Update Riot/Managers/KeyValueStorage/KeychainStore.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-09-30 14:30:07 +03:00
ismailgulek 2a5db1f7a0 Merge branch 'develop' into theme_fixes 2020-09-30 14:28:14 +03:00
ismailgulek 021352317d Merge branch 'develop' into protection_fine_tuning 2020-09-29 18:33:22 +03:00
ismailgulek 10664938c8 Logout automatically when pin/biometrics provided wrong too many times 2020-09-29 16:57:46 +03:00
ismailgulek 442868f46a Add integer methods 2020-09-28 16:17:13 +03:00
ismailgulek d6ae15f9c0 Merge branch 'develop' into hide_push_content_on_pin_protection
# Conflicts:
#	CHANGES.rst
#	Riot.xcodeproj/project.pbxproj
2020-09-28 14:23:11 +03:00