Commit Graph

70 Commits

Author SHA1 Message Date
SBiOSoftWhare 75a0e13bd6 KeyVerificationVerifyByScanningViewModel: Remove pending QR code transaction when not used. 2020-03-17 14:06:56 +01:00
SBiOSoftWhare e30879f180 Move QR code reader and generator classes in their own module. 2020-03-17 12:24:09 +01:00
SBiOSoftWhare c336168261 KeyVerificationVerifyByScanningViewModel: Remove useless commented code. 2020-03-17 09:58:32 +01:00
SBiOSoftWhare 899717eba3 Key verification: Move SAS verification flow files. 2020-03-13 19:25:22 +01:00
SBiOSoftWhare 0a998e2b42 Device verification: Handle QR code verification. 2020-03-13 19:02:34 +01:00
SBiOSoftWhare 013719e533 QR code verification: Update scanning verification screen. 2020-03-13 19:00:28 +01:00
SBiOSoftWhare 279ca49a44 Key verification: Update data loading flow for new QR code screen. 2020-03-13 18:52:02 +01:00
SBiOSoftWhare 55587b7a64 QR code verification: Add KeyVerificationService specific to Riot. 2020-03-13 18:50:08 +01:00
SBiOSoftWhare a5d87b7078 QR code verification: Implement scanning verification view model and coordinator. 2020-03-13 18:49:00 +01:00
SBiOSoftWhare 9d1415219f QR code verification: Add scanning verification screen. 2020-03-13 18:46:45 +01:00
SBiOSoftWhare a66030d1ed Create QRCodeReaderViewController used to scan a QR code. 2020-03-13 00:16:49 +01:00
SBiOSoftWhare 2c078e0a01 Create QRCodeGenerator to generate QR image from data. 2020-03-13 00:14:24 +01:00
manuroe 447379e87a Key Verification: Follow API change 2020-02-20 17:54:32 +01:00
manuroe 980eefb4e2 Key Verification: Support m.key.verification.ready event with new SDK API 2020-02-14 09:27:56 +01:00
manuroe d9f9d09cc8 MXCrypto: Rename MXDeviceVerificationManager to MXKeyVerificationManager
Because it makes more sense now
2020-02-11 13:56:36 +01:00
SBiOSoftWhare 1717beb063 User verification: Use localization strings. 2020-02-03 17:52:39 +01:00
SBiOSoftWhare 57568fc769 User verification: Update device verification flow to support device or user verification. 2020-01-31 15:07:30 +01:00
SBiOSoftWhare 6baec47dfd User verification: Add start user verification flow to DeviceVerificationCoordinator. 2020-01-30 17:57:09 +01:00
manuroe a043955444 Merge branch 'develop' into riot_2890 2020-01-16 09:33:57 +01:00
manuroe c5e679693c Cross-signing: Follow API change on [MXCrypto downloadKeys:] 2020-01-15 08:38:35 +01:00
SBiOSoftWhare eb37147d40 DeviceVerificationCoordinator: Handle incoming key verification to accept. 2020-01-14 21:51:05 +01:00
SBiOSoftWhare 44a0439edc DeviceVerificationIncomingViewController: Wait view loading before observing device transaction change and unregister after matching an expected case. 2019-12-10 15:51:09 +01:00
SBiOSoftWhare 1b03202ef4 DeviceVerificationVerifyViewController: Wait view loading before observing device transaction change and unregister after matching an expected case. 2019-12-10 15:45:36 +01:00
SBiOSoftWhare fe567bff10 DeviceVerificationCoordinatorBridgePresenter: Add navigation logs. 2019-12-10 11:51:51 +01:00
manuroe 26397f5df3 Device Verification: Stay in infinite waiting
#2878

Don't stop listening to transaction updates if we receive unexpected events else you block the state machine.
2019-12-09 18:31:25 +01:00
SBiOSoftWhare 4d57827363 Device verification: Improve navigation flow and view states handling. 2019-10-23 17:27:43 +02:00
David Cordero 5c94126102 Remove redundant code 2019-05-19 17:19:23 +02:00
David Cordero 300a54f655 Fix text color for user display name and device id labels in dark theme 2019-05-19 17:14:41 +02:00
manuroe b4b5824497 Device Verification: Fix buttons colors in dark theme 2019-05-06 08:21:30 +02:00
manuroe fa3ace5bcf Device Verification: Add a view model to DeviceVerificationDataLoadingViewController 2019-04-24 14:42:16 +02:00
manuroe 1bb7131db7 Device Verification: Update SDK constant names changes 2019-04-24 10:35:56 +02:00
manuroe 50be542bb3 Device Verification: Make incoming requests dialogs dequeueing work without a random sleep 2019-04-24 08:55:45 +02:00
manuroe e1f3722247 Device Verification: Remove a TODO 2019-04-24 08:23:44 +02:00
manuroe 8a79681609 Device Verification: Fix Steve's PR comments 2019-04-24 08:18:56 +02:00
manuroe c8c464f3ab Device Verification: Update wording "Verify user" -> "Verify device" 2019-04-19 11:38:48 +02:00
manuroe 779df0bce7 Device Verification: Manage display of SAS decimals 2019-04-19 11:31:19 +02:00
manuroe a78cb8a366 Device Verification: Clean dev code 2019-04-19 10:35:02 +02:00
manuroe 9b3d191650 Device Verification: Start: Fix missing cancelledByMe state 2019-04-18 23:12:01 +02:00
manuroe ce98975fc8 Device Verification: MXUser.displayname and avatar can be nil 2019-04-17 13:54:51 +02:00
manuroe ed122b1580 Device Verification: Display a message when the transaction has been automatically cancelled 2019-04-17 13:05:18 +02:00
manuroe e02f19742f Device Verification: Removed unused code from templates 2019-04-17 12:52:45 +02:00
manuroe 68a6ee4168 Device Verification: Add DeviceVerificationDataLoading VC, a loading wheel VC 2019-04-17 12:47:42 +02:00
manuroe 6d6932dac3 Device Verification: Hack EncryptionInfoView to display the new device verification flow when the user taps on "Verify" 2019-04-17 09:51:32 +02:00
manuroe d32d5eed1f Device Verification: Plug it in the code more 2019-04-17 08:09:43 +02:00
manuroe ce9a309657 Device Verification: Plug the legacy verification modal 2019-04-16 15:00:57 +02:00
manuroe d221e1c402 Device Verification: Do not show back button 2019-04-16 11:36:51 +02:00
manuroe dfa89b7d2b Device Verification: Translate emoji 2019-04-16 09:33:25 +02:00
manuroe 7a8ff1e9c3 Device Verification: Verified screen 2019-04-15 18:40:04 +02:00
manuroe ee5cf03d64 Device Verification: Verified screen 2019-04-15 18:22:24 +02:00
manuroe 69a8edebd5 Device Verification: Incoming screen: UI: Use a rounded MXKImageView 2019-04-15 15:28:59 +02:00