Commit Graph

775 Commits

Author SHA1 Message Date
ismailgulek edc56177c0 Move Jitsi view controller to CallPresenter 2021-03-19 17:33:07 +03:00
ismailgulek 3cc58f3af0 Little refactoring 2021-03-19 14:35:34 +03:00
ismailgulek 7614d1e0e8 Little refactoring 2021-03-19 14:35:34 +03:00
ismailgulek 23d72bbb1f Remove permission check from Jitsi widgets 2021-03-19 03:01:29 +03:00
ismailgulek 6d834dc614 Remove permission check from Jitsi widgets 2021-03-19 03:01:29 +03:00
ismailgulek a971b48893 Call new Jitsi call related methods from AppDelegate 2021-03-19 02:59:38 +03:00
ismailgulek 823b7eabbd Call new Jitsi call related methods from AppDelegate 2021-03-19 02:59:38 +03:00
ismailgulek e348b65ecd Make call presenter public 2021-03-19 02:57:58 +03:00
ismailgulek cb73cd355d Make call presenter public 2021-03-19 02:57:58 +03:00
ismailgulek 354208064e Handle group call tile tap 2021-03-17 19:41:31 +03:00
ismailgulek f0e380e1ba Handle group call tile tap 2021-03-17 19:41:31 +03:00
ismailgulek ccf241fbbd Dismiss the call screen instead of alerts on it 2021-02-16 21:45:53 +03:00
ismailgulek 7630902740 Dismiss the call screen instead of alerts on it 2021-02-16 21:45:53 +03:00
ismailgulek 0728708132 Fix call status bar layout on orientation changes 2021-02-15 17:47:22 +03:00
ismailgulek 14fdeff3a3 Fix call status bar layout on orientation changes 2021-02-15 17:47:22 +03:00
ismailgulek bb90cf7692 Update variable name after voip_2746 changes 2021-02-10 00:51:41 +03:00
ismailgulek 438445f081 Update variable name after voip_2746 changes 2021-02-10 00:51:41 +03:00
ismailgulek bc43c02908 Merge branch 'voip_call_transfer' into voip_all
# Conflicts:
#	Podfile
#	Podfile.lock
#	Riot.xcodeproj/project.pbxproj
2021-02-10 00:47:51 +03:00
ismailgulek 52d4aa4ecb Merge branch 'voip_call_transfer' into voip_all
# Conflicts:
#	Podfile
#	Podfile.lock
#	Riot.xcodeproj/project.pbxproj
2021-02-10 00:47:51 +03:00
ismailgulek b14d465b30 Merge branch 'voip_2746' into voip_tiles 2021-02-10 00:38:49 +03:00
ismailgulek d56a128d3c Merge branch 'voip_2746' into voip_tiles 2021-02-10 00:38:49 +03:00
ismailgulek a26bd1f108 Merge branch 'voip_2746' of https://github.com/vector-im/element-ios into voip_2746 2021-02-07 20:26:51 +03:00
ismailgulek a921bf9513 Merge branch 'voip_2746' of https://github.com/vector-im/element-ios into voip_2746 2021-02-07 20:26:51 +03:00
ismailgulek 96bbd326c3 Rename CallService to CallPresenter 2021-02-07 19:55:36 +03:00
ismailgulek fc10d8a7ae Rename CallService to CallPresenter 2021-02-07 19:55:36 +03:00
ismailgulek df2d1d20d3 Merge branch 'develop' into voip_2746 2021-02-05 12:11:39 +03:00
ismailgulek f1ac8ec51d Merge branch 'develop' into voip_2746 2021-02-05 12:11:39 +03:00
manuroe 2b31f2ede6 Push notifications: Keep more life cycles logs but with a size limit
Fix Gil's comments
2021-02-03 15:59:06 +01:00
manuroe e26cf154a2 Push notifications: Keep more life cycles logs but with a size limit
Fix Gil's comments
2021-02-03 15:59:06 +01:00
manuroe 8d27623c75 Logs: Add a size limitation so that we can upload them in bug reports
#3903
2021-02-03 12:12:28 +01:00
manuroe 7b1bdd3721 Logs: Add a size limitation so that we can upload them in bug reports
#3903
2021-02-03 12:12:28 +01:00
manuroe d69563b49d Merge branch 'develop' into 3990_matrix.to 2021-02-03 12:06:04 +01:00
manuroe 2485590f14 Merge branch 'develop' into 3990_matrix.to 2021-02-03 12:06:04 +01:00
ismailgulek 622a9f9229 Voip all 2021-02-03 14:01:29 +03:00
ismailgulek 0593e18d07 Voip all 2021-02-03 14:01:29 +03:00
manuroe 3aee637d96 matrix.to: The app does not open a permalink from matrix.to
#3993
2021-02-02 17:59:44 +01:00
manuroe 9a59f23cd0 matrix.to: The app does not open a permalink from matrix.to
#3993
2021-02-02 17:59:44 +01:00
manuroe a61c28784d matrix.to: Support room preview when the permalink has parameters (like "via=")
It works. There is no reason for not doing it
2021-02-02 17:13:01 +01:00
manuroe a98d420111 matrix.to: Support room preview when the permalink has parameters (like "via=")
It works. There is no reason for not doing it
2021-02-02 17:13:01 +01:00
manuroe a2567cc1a0 matrix.to: Cannot open/preview a new room given by alias
#3991

Add a patch to try to build the right string and to avoid to loop forever
2021-02-02 17:07:12 +01:00
manuroe 8b01ebc716 matrix.to: Cannot open/preview a new room given by alias
#3991

Add a patch to try to build the right string and to avoid to loop forever
2021-02-02 17:07:12 +01:00
manuroe dfc17ced28 matrix.to: Cannot open links with query parameters
#3990

The string can come percent encoded but we parse it with ascii chars ("?", "&", ...).
So, remove one layer of encoding to fix the bug.
2021-02-02 16:26:49 +01:00
manuroe 0747a41315 matrix.to: Cannot open links with query parameters
#3990

The string can come percent encoded but we parse it with ascii chars ("?", "&", ...).
So, remove one layer of encoding to fix the bug.
2021-02-02 16:26:49 +01:00
Gil Eluard 00acea2b9b Update after review 2021-02-01 09:53:17 +01:00
Gil Eluard bc6f29b3f5 Update after review 2021-02-01 09:53:17 +01:00
Gil Eluard fe96c2b235 Modifications after review 2021-01-28 19:53:20 +01:00
Gil Eluard bea1d51703 Modifications after review 2021-01-28 19:53:20 +01:00
Gil Eluard a80a515124 Update Riot/Modules/Application/LegacyAppDelegate.m
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2021-01-28 14:48:23 +01:00
Gil Eluard 72ac59b542 Update Riot/Modules/Application/LegacyAppDelegate.m
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2021-01-28 14:48:23 +01:00
Gil Eluard 7698488df6 Update Riot/Modules/Application/LegacyAppDelegate.m
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2021-01-28 14:47:12 +01:00