Commit Graph

2954 Commits

Author SHA1 Message Date
SBiOSoftWhare c8c959b4c1 Fix typo with SSO authentication completion handler type alias. 2021-01-08 16:33:31 +01:00
SBiOSoftWhare f158c72859 Fix typo in SSOURLConstants. 2021-01-08 16:21:12 +01:00
SBiOSoftWhare f0bc8486f1 Update SocialLoginButton. 2021-01-08 16:19:18 +01:00
Gil Eluard d28192954d Update Riot/Modules/SetPinCode/EnterPinCode/EnterPinCodeViewModel.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2021-01-08 14:46:43 +01:00
Gil Eluard d56fabad58 Update Riot/Modules/SetPinCode/EnterPinCode/EnterPinCodeViewModel.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2021-01-08 14:46:30 +01:00
ismailgulek 91032b6373 Implement pip for video calls 2021-01-08 03:57:39 +03:00
SBiOSoftWhare 27cb7948b0 AuthVC: Do use fallback page when using SSO without idp. 2021-01-07 16:01:17 +01:00
SBiOSoftWhare 7773d497c8 AppCoordinator: Handle custom scheme URL parsing and SSO deep link. 2021-01-07 14:41:01 +01:00
SBiOSoftWhare 86b1f8d10a SSO: Handle transaction id in AuthVC and SSOAuthenticationPresenter. 2021-01-07 14:38:27 +01:00
SBiOSoftWhare db723289bb SSOAuthenticationService: Update callback scheme property and handle transaction id. 2021-01-07 14:27:18 +01:00
SBiOSoftWhare 36eba050a1 Add CustomSchemeURLParser that enables to parse custom scheme URL and get a deep link path at the end. 2021-01-07 14:26:23 +01:00
SBiOSoftWhare 692cb81e25 Introduce DeepLinkOption that represents deep link paths with their respective parameters. 2021-01-07 12:01:32 +01:00
ismailgulek d43420d8a7 Fix on hold call blur effect, add new paused icon 2021-01-04 17:23:53 +03:00
Gil Eluard 7b99277b07 Merge pull request #3894 from vector-im/element_3819
Dismiss description textview on user tap on background.
2020-12-24 10:23:22 +01:00
Gil Eluard 520850678f Dismiss description textview on user tap on background. 2020-12-23 14:58:59 +01:00
Gil Eluard a64d3b39d4 Added "Continue in background" button to bug report screen 2020-12-23 13:59:40 +01:00
Gil Eluard f1c466e3fe Show user id in the room invite preview screen 2020-12-21 16:31:02 +01:00
ismailgulek 94dedeee7a Ignore active theme and override the screen with dark, add blur effect views 2020-12-21 18:13:50 +03:00
SBiOSoftWhare 21afba6256 AuthVC: Handle SSO authentication. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare b86761c5c4 Add SSOAuthenticationPresenter enables to present single sign-on authentication. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare 4dfa2e7833 SSO authentication: Abstract and support both SFAuthenticationSession and ASWebAuthenticationSession. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare 5e42bf3556 Add SSOAuthenticationService 2020-12-18 18:44:08 +01:00
SBiOSoftWhare e936cf7ccc Handle custom scheme URL 2020-12-18 18:44:08 +01:00
SBiOSoftWhare f79c7518ca SocialLoginListView: Remove debug background. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare bf54ba30c0 AuthVC: Support both password and social login display. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare 4bb15a1841 Social login: Add SocialLoginListView displays a list of social login buttons according to a given array of SSO Identity Providers. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare 6b6480decc Social login: Add SocialLoginButtonFactory that builds SocialLoginButton and apply dedicated theme if needed. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare eb23618ed5 Add SourceImage that represents a local or remote image. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare 8b4404b059 Social login: Add SocialLoginButton that represents a button associated to a social login provider. 2020-12-18 18:44:08 +01:00
Gil Eluard 82fd55152e Added change PIN code feature from the settings 2020-12-16 14:15:41 +01:00
ismailgulek 45e4703010 Add on hold call view and set it from CallService 2020-12-16 13:36:53 +03:00
ismailgulek 354e5a2a48 Shift more button to the left for voice calls 2020-12-14 15:00:36 +03:00
ismailgulek da12e3ea88 Add return label and make button spans whole view 2020-12-14 15:00:07 +03:00
manuroe fe390bbc6f Merge pull request #3747 from vector-im/element_3579
Background Sync on Pushes
2020-12-10 11:17:49 +01:00
manuroe f6ded848ef PushNotificationService: Remove double start for profiling AnalyticsNoficationsTimeToDisplayContent 2020-12-09 18:49:20 +01:00
Gil Eluard 8b4eaa6e33 Plugged BuildSettings.messageDetailsAllowShare to self.allowActionsInDocumentPreview MXKRoomViewController's property 2020-12-08 22:01:46 +01: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
manuroe bcb6dfee76 Merge branch 'develop' into element_3579 2020-12-02 17:22:48 +01:00
ismailgulek e0f5a87e96 Introduce CallService 2020-12-01 13:41:31 +03:00
giomfo ab33e6411e Merge branch 'develop' into giomfo/fix_content_report 2020-12-01 09:03:01 +01:00
Gil Eluard 3098aeda4e Merge pull request #3845 from vector-im/element_3842
Added blur background support for iPhone and iPad. Slight API changes…
2020-12-01 08:42:09 +01:00
SBiOSoftWhare 8c3f9d73b3 HomeVC: Handle app name in empty view. 2020-11-30 18:22:59 +01:00
SBiOSoftWhare dee944939d Merge develop into element_3836 2020-11-30 17:54:16 +01:00
SBiOSoftWhare cb4d6dc9ba RoomsVC: Fix empty view issue. 2020-11-30 16:44:57 +01:00
SBiOSoftWhare 5f6bc0ef7d Empty screens: Use dark artworks when the theme is dark or black. 2020-11-30 16:42:47 +01:00
Gil Eluard e6bf583dc7 Added blur background support for iPhone and iPad. Slight API changes to avoid race conditions while sharing a presenter. 2020-11-30 15:11:08 +01:00
Giom Foret ecbd246543 Room History: Remove the report option for outgoing messages
I don't think the user wants to report on themselves
(This check was lost during the recent refactoring)
2020-11-30 14:12:47 +01:00
SBiOSoftWhare 9bd01fc2d2 Merge branch 'develop' into invites_quick_approval
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2020-11-27 14:50:04 +01:00
SBiOSoftWhare 0c192a01f0 InviteRecentTableViewCell: Do not show preview button. 2020-11-26 18:17:02 +01:00