manuroe
|
931c64dbf7
|
Xcodegen: No more build settings in yml files
|
2021-02-09 18:57:06 +01:00 |
|
manuroe
|
e69d2f0ec3
|
XcodeGen: Common.xcconfig does not need to be included by targets anymore
It is loaded by the project (project.yml)
|
2021-02-09 18:10:56 +01:00 |
|
manuroe
|
66bdaa1638
|
XcodeGen: Move all base settings from yml to xcconfig
|
2021-02-09 17:37:14 +01:00 |
|
ismailgulek
|
0289b96aed
|
Merge pull request #4015 from vector-im/jitsi_3.1.0
Pods: Update Jitsi to 3.1.0
|
2021-02-09 13:20:29 +03:00 |
|
SBiOSoftWhare
|
5bc458987e
|
Merge pull request #4007 from vector-im/element_4006
Cross-signing: Setup cross-signing without authentication parameters when a grace period is enabled after login
|
2021-02-09 11:02:47 +01:00 |
|
ismailgulek
|
502dfa359c
|
Update JitsiMeet sdk name
|
2021-02-09 12:34:45 +03:00 |
|
manuroe
|
dfd63e2ebb
|
XcodeGen: Create AppIdentifiers.xcconfig
To centralise app id, profiles, etc in one place
|
2021-02-09 09:51:39 +01: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
|
a7813d2af3
|
Move some values to Constants
|
2021-02-07 20:26:19 +03:00 |
|
ismailgulek
|
634a72addb
|
Force relayouting after change on constraint
|
2021-02-07 20:21:57 +03:00 |
|
ismailgulek
|
8817996873
|
Introduce callScreenButtonTintColor on Theme and use it
|
2021-02-07 20:12:30 +03:00 |
|
ismailgulek
|
9bea5e032f
|
Use baseTextPrimaryColor for labels
|
2021-02-07 20:04:37 +03:00 |
|
ismailgulek
|
d1286723c6
|
Keep a reference to block based notification observer and unregister it manually
|
2021-02-07 20:02:22 +03:00 |
|
ismailgulek
|
f659799943
|
Update Riot/Managers/Call/PiPView.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
|
2021-02-07 19:59:31 +03:00 |
|
ismailgulek
|
7c87dd38f8
|
Make callTimer optional
|
2021-02-07 19:57:35 +03:00 |
|
ismailgulek
|
fc10d8a7ae
|
Rename CallService to CallPresenter
|
2021-02-07 19:55:36 +03:00 |
|
SBiOSoftWhare
|
65d279cb32
|
AuthVC: Setup cross-signing without authentication parameters in case if a grace period is enabled.
|
2021-02-05 18:32:36 +01:00 |
|
SBiOSoftWhare
|
3e6d3992f9
|
CrossSigningService: Add method to setup cross-signing without authentication.
|
2021-02-05 18:31:34 +01:00 |
|
Gil Eluard
|
6d9fdc78fb
|
The Invite cell behaviour is not driven by MXRoom.isDirect property anymore
|
2021-02-05 10:25:27 +01:00 |
|
ismailgulek
|
f1ac8ec51d
|
Merge branch 'develop' into voip_2746
|
2021-02-05 12:11:39 +03:00 |
|
SBiOSoftWhare
|
c23fef850d
|
Merge branch 'develop' into element_3995
|
2021-02-03 17:16:36 +01:00 |
|
Weblate
|
d0535d919a
|
Merge branch 'origin/develop' into Weblate.
|
2021-02-03 15:18:45 +00:00 |
|
Weblate
|
be76c8cdfd
|
Merge branch 'origin/develop' into Weblate.
|
2021-02-03 15:18:37 +00: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 |
|
SBiOSoftWhare
|
96be095e49
|
AuthenticationSessionService: Use prefix path constant generating authentication fallback URL.
|
2021-02-03 14:48:41 +01:00 |
|
SBiOSoftWhare
|
69267b0b8b
|
KeyVerificationService: Remove AuthenticatedSessionViewControllerFactory usage.
|
2021-02-03 12:14:02 +01:00 |
|
SBiOSoftWhare
|
5a0c46b3cc
|
SSOAuthenticationPresenterError: Use SFSafariViewController below iOS 13.0 instead of SFAuthenticationSession atm due to an app name Apple issue.
|
2021-02-03 12:13:37 +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 |
|
SBiOSoftWhare
|
a2922f0fee
|
Social login: Update separator wording.
|
2021-02-03 12:11:40 +01:00 |
|
SBiOSoftWhare
|
45564c841b
|
SecretResetCoordinator: Remove AuthenticatedSessionViewControllerFactory and use ReauthenticationCoordinator for reauthentication.
|
2021-02-03 12:10:51 +01:00 |
|
SBiOSoftWhare
|
ec87ca7c47
|
SecurityVC: Use CrossSigningSetupCoordinatorBridgePresenter to setup cross signing.
|
2021-02-03 12:08:48 +01:00 |
|
SBiOSoftWhare
|
a14d1cf255
|
SettingsVC: Use CrossSigningSetupCoordinatorBridgePresenter to setup cross signing.
|
2021-02-03 12:08:26 +01:00 |
|
SBiOSoftWhare
|
d66a52947b
|
HomeViewController: Use CrossSigningSetupCoordinatorBridgePresenter to setup cross signing.
|
2021-02-03 12:07:31 +01:00 |
|
SBiOSoftWhare
|
72941b2062
|
Add CrossSigningSetupCoordinator that handles cross signing setup navigation flow.
|
2021-02-03 12:06:12 +01:00 |
|
manuroe
|
2485590f14
|
Merge branch 'develop' into 3990_matrix.to
|
2021-02-03 12:06:04 +01:00 |
|
ismailgulek
|
0593e18d07
|
Voip all
|
2021-02-03 14:01:29 +03:00 |
|
SBiOSoftWhare
|
c5b02a052e
|
Reauthentication: Add ReauthenticationCoordinator that handles reauthentication. It is used before calling an authenticated API.
|
2021-02-03 11:56:27 +01:00 |
|
SBiOSoftWhare
|
e35229347e
|
AuthenticatedSessionViewControllerFactory: Remove logical authentication session code now in AuthenticationSessionService.
|
2021-02-03 11:35:54 +01:00 |
|
SBiOSoftWhare
|
d6843b85c1
|
Reauthentication: Add ReauthFallBackViewController that enables to authenticate with UIA fallback.
|
2021-02-03 11:34:33 +01:00 |
|
SBiOSoftWhare
|
90160de4dc
|
Add AuthenticationParametersBuilder that enables to build autentication parameters regarding a login type.
|
2021-02-03 11:12:48 +01:00 |
|
SBiOSoftWhare
|
fecee2577d
|
CrossSigningService: Integrate AuthenticationSessionService.
|
2021-02-03 11:11:21 +01:00 |
|
SBiOSoftWhare
|
78b9634693
|
Add AuthenticationSessionParameters represents authenticated API endpoint parameters.
|
2021-02-03 11:05:38 +01:00 |
|
SBiOSoftWhare
|
6d803f0f01
|
Reauthentication: Add AuthenticationSessionService that enables to check if an API endpoint needs authentication.
|
2021-02-03 11:03:16 +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
|
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
|
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
|
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
|
b1e4817ecd
|
Merge branch 'develop' into element_3969
# Conflicts:
# CHANGES.rst
|
2021-02-02 12:07:10 +01:00 |
|
Gil Eluard
|
e52929d91c
|
Force device verification on user share key re-request if device is not verified.
|
2021-02-02 11:31:21 +01:00 |
|
ismailgulek
|
7a231fead7
|
Merge branch 'voip_dtmf' into voip_call_transfer
|
2021-02-02 12:36:35 +03:00 |
|