Commit Graph

2954 Commits

Author SHA1 Message Date
ismailgulek 8101e60341 Pass mx sessions to the call service 2021-01-21 14:28:56 +03:00
ismailgulek 4e1a70855d Add notification for tap on tiles 2021-01-21 14:27:32 +03:00
ismailgulek 1c19d16b7f Do not show tile for incoming call 2021-01-21 13:52:14 +03:00
ismailgulek 927bcaa37c Fix pasted phone number issue 2021-01-21 01:30:47 +03:00
ismailgulek 45b7cffe69 Merge branch 'voip_2746' into voip_tiles 2021-01-20 16:28:28 +03:00
ismailgulek ea0de91ac6 Merge branch 'voip_dialpad' into voip_dtmf
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2021-01-20 16:27:55 +03:00
ismailgulek ee9779e4ed Merge branch 'voip_2746' into voip_dialpad
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2021-01-20 16:25:36 +03:00
ismailgulek c88b4080ad Merge branch 'develop' into voip_2746 2021-01-20 15:40:19 +03:00
ismailgulek c356b7c7ff Remove old cell 2021-01-20 14:53:47 +03:00
ismailgulek 9ec761139c Implement cell tap action 2021-01-20 13:27:30 +03:00
ismailgulek 2b2873766f Implement call back action 2021-01-20 13:27:13 +03:00
ismailgulek 664a0e5ba8 Use new call cells 2021-01-20 13:26:55 +03:00
ismailgulek 2cca34986d Implement call cells, introduce allLinkedEvents on bubble cell data 2021-01-20 13:26:28 +03:00
ismailgulek 9c851d4a8c Group call invite and reject events with a new tag 2021-01-20 13:13:04 +03:00
manuroe b04230081e 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 4159007324 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 0d66ae3164 Fixed cients spelling mistake 2021-01-16 22:51:37 -05:00
SBiOSoftWhare 9b96adb3e7 TermsView: Improve rendering. 2021-01-15 17:06:21 +01:00
SBiOSoftWhare e3ecc33f37 AuthVC: Fix recaptcha view cropping. 2021-01-15 17:05:45 +01:00
ismailgulek fd2f8deb5a Merge branch 'develop' into voip_2746
# Conflicts:
#	Riot/Modules/Application/LegacyAppDelegate.m
2021-01-15 16:07:36 +03:00
ismailgulek 4e70c646f5 Implement openDialpad on call screen 2021-01-14 18:23:20 +03:00
ismailgulek 187155da63 Make call delegate method optional 2021-01-14 18:22:46 +03:00
ismailgulek adc7243256 Introduce digit delegate method on dial pad 2021-01-14 18:20:29 +03:00
ismailgulek 56476d0273 Introduce DialpadConfiguration 2021-01-14 18:20:00 +03:00
SBiOSoftWhare 45abc4713c Merge pull request #3930 from vector-im/splitVC_logs
AppCoordinator & SplitViewCoordinator: Add detail navigation logs
2021-01-14 14:56:47 +01:00
manuroe 3f0a253c72 More logs in SplitVC 2021-01-14 14:54:34 +01:00
SBiOSoftWhare 7633443cbb AppCoordinator & SplitViewCoordinator: Add detail navigation logs. 2021-01-14 14:41:39 +01:00
ismailgulek 25bd30f683 Move dialpad into room 2021-01-14 13:38:17 +03:00
Gil Eluard 057cd78502 Prevent navigation controller from pushing same view controller 2021-01-14 10:57:12 +01:00
ismailgulek 3c5e93bacb Fix orientation 2021-01-14 12:13:25 +03:00
ismailgulek 1b32e3e40c Fix orientation to portrait, not working with pageSheet modal 2021-01-13 23:00:50 +03:00
ismailgulek 4b8ea3b431 Open dialpad on people tab 2021-01-13 22:30:03 +03:00
ismailgulek 06294825d5 Fix warnings, pass properties to new instance 2021-01-13 22:28:22 +03:00
ismailgulek 20bc454b77 Implement dialpad view controller 2021-01-13 21:51:47 +03:00
SBiOSoftWhare 31db61332d Merge pull request #3912 from vector-im/invite_friends 2021-01-13 09:19:11 +01:00
SBiOSoftWhare 18a80b40af Invite friends: Update invite friends action wording. 2021-01-12 18:14:52 +01:00
ismailgulek 4670c237ac Create view controller class 2021-01-12 14:38:36 +03:00
SBiOSoftWhare 8f3c2b58c5 Invite friends: Make app name customizable in share text. 2021-01-12 11:34:05 +01:00
SBiOSoftWhare 358cc1a14a StartChatVC: Add invite friends action. 2021-01-11 18:28:13 +01:00
SBiOSoftWhare d063ff288d Add InviteFriendsHeaderView table header view that presents invite friends action. 2021-01-11 18:26:54 +01:00
SBiOSoftWhare a9427075c0 Invite friends: Add action to settings. 2021-01-11 18:26:06 +01:00
SBiOSoftWhare 409dcc56a2 Add InviteFriendsPresenter that enables to share current user contact to someone else. 2021-01-11 18:25:39 +01:00
SBiOSoftWhare 5236ddaf71 Add CustomRoundedButton: Button to customized from the outside. 2021-01-11 18:22:43 +01:00
Gil Eluard 5016227d01 Merge branch 'develop' into element_3816
# Conflicts:
#	CHANGES.rst
#	Riot/Modules/BugReport/BugReportViewController.m
2021-01-11 12:18:30 +01:00
Gil Eluard 1abd150049 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 1f67c525c2 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 de2c611aee 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 8bc5c52ada 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 0c364d9fc8 Merge branch 'develop' into element_3881 2021-01-11 09:53:32 +01:00
SBiOSoftWhare 1c71ca13e4 Merge branch 'develop' into element_3846 2021-01-08 17:48:11 +01:00