Commit Graph

3547 Commits

Author SHA1 Message Date
ismailgulek 6d54204fa4 Merge branch 'develop' into voip_2746 2021-01-20 15:40:19 +03:00
ismailgulek 8d126421c9 Remove old cell 2021-01-20 14:53:47 +03:00
ismailgulek 5da80ae1ca Implement cell tap action 2021-01-20 13:27:30 +03:00
ismailgulek 7a861465a2 Implement call back action 2021-01-20 13:27:13 +03:00
ismailgulek cc13d3e8f6 Use new call cells 2021-01-20 13:26:55 +03:00
ismailgulek ff4f513705 Implement call cells, introduce allLinkedEvents on bubble cell data 2021-01-20 13:26:28 +03:00
ismailgulek 464afe6406 Group call invite and reject events with a new tag 2021-01-20 13:13:04 +03:00
manuroe 31c76a5caa Merge pull request #3954 from vector-im/element_3863
Navigation: BF: Unable to open a room from a room list
2021-01-19 13:33:41 +01:00
manuroe d67d488646 Navigation: BF: Unable to open a room from a room list
Fix #3863

Remove weak because of https://github.com/vector-im/element-ios/issues/3863#issuecomment-762723419
2021-01-19 13:07:25 +01:00
mtoohey31 f8a3f8ffeb Fixed cients spelling mistake 2021-01-16 22:51:37 -05:00
SBiOSoftWhare 7cebe01793 TermsView: Improve rendering. 2021-01-15 17:06:21 +01:00
SBiOSoftWhare a3b512ac12 AuthVC: Fix recaptcha view cropping. 2021-01-15 17:05:45 +01:00
ismailgulek 064528ee25 Merge branch 'develop' into voip_2746
# Conflicts:
#	Riot/Modules/Application/LegacyAppDelegate.m
2021-01-15 16:07:36 +03:00
ismailgulek efd37dd73d Implement openDialpad on call screen 2021-01-14 18:23:20 +03:00
ismailgulek 5cc86346a8 Make call delegate method optional 2021-01-14 18:22:46 +03:00
ismailgulek dbac4a3645 Introduce digit delegate method on dial pad 2021-01-14 18:20:29 +03:00
ismailgulek 478d8f30c8 Introduce DialpadConfiguration 2021-01-14 18:20:00 +03:00
SBiOSoftWhare fc43354f56 Merge pull request #3930 from vector-im/splitVC_logs
AppCoordinator & SplitViewCoordinator: Add detail navigation logs
2021-01-14 14:56:47 +01:00
manuroe 254fe94626 More logs in SplitVC 2021-01-14 14:54:34 +01:00
SBiOSoftWhare 17561bf45a AppCoordinator & SplitViewCoordinator: Add detail navigation logs. 2021-01-14 14:41:39 +01:00
ismailgulek 4fd4377b15 Move dialpad into room 2021-01-14 13:38:17 +03:00
Gil Eluard 99602bf612 Prevent navigation controller from pushing same view controller 2021-01-14 10:57:12 +01:00
ismailgulek ee48d297b0 Fix orientation 2021-01-14 12:13:25 +03:00
ismailgulek baf3d751c2 Fix orientation to portrait, not working with pageSheet modal 2021-01-13 23:00:50 +03:00
ismailgulek 748b0f1e68 Open dialpad on people tab 2021-01-13 22:30:03 +03:00
ismailgulek 8ad6038d63 Fix warnings, pass properties to new instance 2021-01-13 22:28:22 +03:00
ismailgulek 8f1836564a Implement dialpad view controller 2021-01-13 21:51:47 +03:00
SBiOSoftWhare 810d9dde2f Merge pull request #3912 from vector-im/invite_friends 2021-01-13 09:19:11 +01:00
SBiOSoftWhare 15c4c41fcf Invite friends: Update invite friends action wording. 2021-01-12 18:14:52 +01:00
ismailgulek 1eaf077d09 Create view controller class 2021-01-12 14:38:36 +03:00
SBiOSoftWhare 2f60a6db4c Invite friends: Make app name customizable in share text. 2021-01-12 11:34:05 +01:00
SBiOSoftWhare 2e4f316e29 StartChatVC: Add invite friends action. 2021-01-11 18:28:13 +01:00
SBiOSoftWhare aff7c53b3b Add InviteFriendsHeaderView table header view that presents invite friends action. 2021-01-11 18:26:54 +01:00
SBiOSoftWhare 1a30e38262 Invite friends: Add action to settings. 2021-01-11 18:26:06 +01:00
SBiOSoftWhare f3c7b900a5 Add InviteFriendsPresenter that enables to share current user contact to someone else. 2021-01-11 18:25:39 +01:00
SBiOSoftWhare abc1f285fb Add CustomRoundedButton: Button to customized from the outside. 2021-01-11 18:22:43 +01:00
Gil Eluard 3570534a17 Merge branch 'develop' into element_3816
# Conflicts:
#	CHANGES.rst
#	Riot/Modules/BugReport/BugReportViewController.m
2021-01-11 12:18:30 +01:00
Gil Eluard 79993ab89e 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 68fbd2c86f 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 ee5f95992a 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 1e15cfa347 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 e376583623 Merge branch 'develop' into element_3881 2021-01-11 09:53:32 +01:00
SBiOSoftWhare 01b9924667 Merge branch 'develop' into element_3846 2021-01-08 17:48:11 +01:00
SBiOSoftWhare 9a2147fa1d Fix typo with SSO authentication completion handler type alias. 2021-01-08 16:33:31 +01:00
SBiOSoftWhare ccfff0cc6e Fix typo in SSOURLConstants. 2021-01-08 16:21:12 +01:00
SBiOSoftWhare 345fcd2642 Update SocialLoginButton. 2021-01-08 16:19:18 +01:00
Gil Eluard cb62670a60 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 e2c51e6aa1 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 e2db97f995 Implement pip for video calls 2021-01-08 03:57:39 +03:00
SBiOSoftWhare 7a26c1fe66 AuthVC: Do use fallback page when using SSO without idp. 2021-01-07 16:01:17 +01:00