Commit Graph

17 Commits

Author SHA1 Message Date
ismailgulek 0d656ecf2e Adapt Swifty session states 2021-06-30 18:02:11 +03:00
ismailgulek a0c2457a22 Add sanity checks 2021-06-14 19:31:03 +03:00
ismailgulek 398fb6c2f4 Listen for request changes and show QR reader on key verification 2021-06-14 17:00:50 +03:00
Stefan Ceriu a8b0e8700e 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
manuroe 23c754e87c Self-verification: Fix compatibility with Element-Web when logging in on iOS
#4217

Just after login, send request instead of waiting for an incoming one as per recent EW changes
2021-04-14 17:21:35 +02:00
manuroe 7f8886bd5e KeyVerificationSelfVerifyWait: Listen to all verification requests not only the first one 2020-09-25 09:03:43 +02:00
SBiOSoftWhare 4995d71334 Remove old AppDelegate imports. 2020-08-31 19:38:06 +02:00
ismailgulek 3fcf318bf2 Add new loading state, add a label and activity indicator for loading state 2020-08-21 16:31:22 +03:00
ismailgulek 023a75059b Wait for session sync complete 2020-08-21 14:07:43 +03:00
SBiOSoftWhare 19627cf271 MXRecoveryService: Add convenient var to return SecretsRecoveryAvailability. 2020-06-15 16:12:58 +02:00
SBiOSoftWhare f555848d1c Secrets recovery: Handle MXRecoveryService errors in recovery view models. 2020-06-11 16:55:44 +02:00
SBiOSoftWhare a5ffe9381d Complete security: Add recover secrets action. 2020-06-09 17:36:55 +02:00
manuroe fdf05b90bd Cross-signing: The "Complete Security" button triggers a verification request to all user devices 2020-05-06 14:35:52 +02:00
SBiOSoftWhare c239476c9c Complete security: Handle incoming SAS transaction. 2020-04-30 19:17:56 +02:00
manuroe 7ca362eb1c Self-verification: Do not display incoming self verification requests at the top of the Complete Security screen. 2020-04-28 17:33:14 +02:00
SBiOSoftWhare 6e4d31d6de Key verification: Add new state for complete security flow. 2020-04-23 11:55:19 +02:00
SBiOSoftWhare 370951a2c6 Implement complete security screen. 2020-04-03 15:55:53 +02:00