Mauro Romito
12837d4b89
update license
2024-09-25 12:24:52 +02:00
Doug
a4075c89cb
Fix class keyword deprecation warnings everywhere!
...
Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
2021-07-09 17:05:43 +01:00
Stefan Ceriu
43f6c44c78
Adopt consolidated logging mechanism ( #4370 )
...
* Adopted the new MXLog and replaced NSLog throughout the application - vector-im/element-ios/issues/4351
* Replaced NSLog() and print() usages with MXLog.debug()
* Added swiftlint rules for NSLog(), print(), println() and os_log()
* Escape paths used to run script build phases for swiftlint and swiftgen
2021-06-03 11:30:07 +03:00
SBiOSoftWhare
593f7946f5
ReauthenticationCoordinator: Add the possibility to start directly from a MXAuthenticationSession.
2021-02-11 15:06:29 +01:00
SBiOSoftWhare
073df037d2
Reauthentication: Update reauthentication and cross singing setup coordinator presenter parameter for ObjC.
2021-02-11 15:06:29 +01:00
SBiOSoftWhare
1e81cf3164
ReauthenticationCoordinator: Handle UserInteractiveAuthenticationService refactoring.
2021-02-11 15:06:29 +01: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
d6843b85c1
Reauthentication: Add ReauthFallBackViewController that enables to authenticate with UIA fallback.
2021-02-03 11:34:33 +01:00