Commit Graph

1780 Commits

Author SHA1 Message Date
SBiOSoftWhare 0026a393c0 Merge pull request #3930 from vector-im/splitVC_logs
AppCoordinator & SplitViewCoordinator: Add detail navigation logs
2021-01-14 14:56:47 +01:00
manuroe 260965f37c More logs in SplitVC 2021-01-14 14:54:34 +01:00
SBiOSoftWhare 4b7fa485da AppCoordinator & SplitViewCoordinator: Add detail navigation logs. 2021-01-14 14:41:39 +01:00
ismailgulek 585617bb7b Move dialpad into room 2021-01-14 13:38:17 +03:00
Gil Eluard 1f1194ba5a Prevent navigation controller from pushing same view controller 2021-01-14 10:57:12 +01:00
ismailgulek 00dfbe2510 Fix orientation 2021-01-14 12:13:25 +03:00
ismailgulek 92287bcd3f Fix orientation to portrait, not working with pageSheet modal 2021-01-13 23:00:50 +03:00
ismailgulek aeeee8b38a Open dialpad on people tab 2021-01-13 22:30:03 +03:00
ismailgulek 1fa7ffad71 Fix warnings, pass properties to new instance 2021-01-13 22:28:22 +03:00
ismailgulek aa6f3e8e60 Implement dialpad view controller 2021-01-13 21:51:47 +03:00
SBiOSoftWhare e0396b002e Merge pull request #3912 from vector-im/invite_friends 2021-01-13 09:19:11 +01:00
SBiOSoftWhare 9d86db9d53 Invite friends: Update invite friends action wording. 2021-01-12 18:14:52 +01:00
ismailgulek 742910117e Create view controller class 2021-01-12 14:38:36 +03:00
SBiOSoftWhare b59b010a10 Invite friends: Make app name customizable in share text. 2021-01-12 11:34:05 +01:00
SBiOSoftWhare dd811e222c StartChatVC: Add invite friends action. 2021-01-11 18:28:13 +01:00
SBiOSoftWhare 2c573880f3 Add InviteFriendsHeaderView table header view that presents invite friends action. 2021-01-11 18:26:54 +01:00
SBiOSoftWhare 8a455cf508 Invite friends: Add action to settings. 2021-01-11 18:26:06 +01:00
SBiOSoftWhare 8aab5eb71b Add InviteFriendsPresenter that enables to share current user contact to someone else. 2021-01-11 18:25:39 +01:00
SBiOSoftWhare 9d36b76562 Add CustomRoundedButton: Button to customized from the outside. 2021-01-11 18:22:43 +01:00
Gil Eluard 2c2dd41677 Merge branch 'develop' into element_3816
# Conflicts:
#	CHANGES.rst
#	Riot/Modules/BugReport/BugReportViewController.m
2021-01-11 12:18:30 +01:00
Gil Eluard d7cc489253 Update Riot/Modules/BugReport/BugReportViewController.m
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2021-01-11 09:57:49 +01:00
Gil Eluard 0491029674 Update Riot/Modules/BugReport/BugReportViewController.m
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2021-01-11 09:57:35 +01:00
Gil Eluard b754cbd097 Update Riot/Modules/BugReport/BugReportViewController.m
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2021-01-11 09:57:27 +01:00
Gil Eluard 9ac0fa757f Update Riot/Modules/BugReport/BugReportViewController.m
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2021-01-11 09:57:19 +01:00
Gil Eluard 4ce874c876 Merge branch 'develop' into element_3881 2021-01-11 09:53:32 +01:00
SBiOSoftWhare df40d39699 Merge branch 'develop' into element_3846 2021-01-08 17:48:11 +01:00
SBiOSoftWhare 5091ddb9cd Fix typo with SSO authentication completion handler type alias. 2021-01-08 16:33:31 +01:00
SBiOSoftWhare 01c541789a Fix typo in SSOURLConstants. 2021-01-08 16:21:12 +01:00
SBiOSoftWhare 271a971f26 Update SocialLoginButton. 2021-01-08 16:19:18 +01:00
Gil Eluard 97d56e94e3 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 867994548f 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 cce78840ae Implement pip for video calls 2021-01-08 03:57:39 +03:00
SBiOSoftWhare 122194a46c AuthVC: Do use fallback page when using SSO without idp. 2021-01-07 16:01:17 +01:00
SBiOSoftWhare 50c1689553 AppCoordinator: Handle custom scheme URL parsing and SSO deep link. 2021-01-07 14:41:01 +01:00
SBiOSoftWhare 81e10d9b81 SSO: Handle transaction id in AuthVC and SSOAuthenticationPresenter. 2021-01-07 14:38:27 +01:00
SBiOSoftWhare 2d57e6e53b SSOAuthenticationService: Update callback scheme property and handle transaction id. 2021-01-07 14:27:18 +01:00
SBiOSoftWhare dd8f1d6a46 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 6cc6b787e2 Introduce DeepLinkOption that represents deep link paths with their respective parameters. 2021-01-07 12:01:32 +01:00
ismailgulek 546a57934d Fix on hold call blur effect, add new paused icon 2021-01-04 17:23:53 +03:00
Gil Eluard afc0f6cd02 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 7efe53bef4 Dismiss description textview on user tap on background. 2020-12-23 14:58:59 +01:00
Gil Eluard 7867db9287 Added "Continue in background" button to bug report screen 2020-12-23 13:59:40 +01:00
Gil Eluard f48370f4be Show user id in the room invite preview screen 2020-12-21 16:31:02 +01:00
ismailgulek 3522c8c990 Ignore active theme and override the screen with dark, add blur effect views 2020-12-21 18:13:50 +03:00
SBiOSoftWhare a89510c4a0 AuthVC: Handle SSO authentication. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare a9ee4f0546 Add SSOAuthenticationPresenter enables to present single sign-on authentication. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare 24c7c573c6 SSO authentication: Abstract and support both SFAuthenticationSession and ASWebAuthenticationSession. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare ab39a42a7b Add SSOAuthenticationService 2020-12-18 18:44:08 +01:00
SBiOSoftWhare 7cad8fc2ff Handle custom scheme URL 2020-12-18 18:44:08 +01:00
SBiOSoftWhare 1886a5a736 SocialLoginListView: Remove debug background. 2020-12-18 18:44:08 +01:00