Commit Graph

7357 Commits

Author SHA1 Message Date
SBiOSoftWhare 2d65bb9456 AppDelegate: Handle new sign in detection. Present an alert on new device sign in. 2020-03-27 15:41:19 +01:00
SBiOSoftWhare 3e2d383fa9 KeyVerificationCoordinator: Handle new self verification flow. 2020-03-27 15:40:29 +01:00
SBiOSoftWhare 002bf81158 Create self verification start screen. 2020-03-27 15:39:23 +01:00
SBiOSoftWhare 9217ea13f9 KeyVerificationVerifyByScanningViewModel: Improve cancelation. 2020-03-27 14:30:58 +01:00
SBiOSoftWhare 1d83d09b2d KeyVerificationVerifyByScanningViewModel: Support to_device request. 2020-03-26 12:09:17 +01:00
SBiOSoftWhare 62bb07334f UserVerificationStartCoordinator: Remove useless delegate methods. 2020-03-26 11:57:29 +01:00
SBiOSoftWhare 4330762a9f Merge pull request #3038 from vector-im/key_verification_refact
Refactor DeviceVerification prefix classes to KeyVerification
2020-03-19 09:01:23 +01:00
SBiOSoftWhare 5750dbbe92 Merge branch 'develop' into key_verification_refact 2020-03-19 08:43:55 +01:00
SBiOSoftWhare d6296b3150 Refactor DeviceVerification prefix classes to KeyVerification where needed. And move key verification related classes into the same module KeyVerification. 2020-03-18 17:39:26 +01:00
manuroe 6e47fb0c31 Fix build issue 2020-03-18 16:36:12 +01:00
manuroe a90761d62b Merge pull request #3037 from vector-im/security_screen_rework
Security screen: Add a dedicated cross-signing section
2020-03-18 15:00:12 +01:00
manuroe 408b971323 Security Screen: Update actions for cross-signing 2020-03-18 13:34:52 +01:00
manuroe 214afccc41 Security Screen: Use MXCrossSigning.state 2020-03-18 10:01:23 +01:00
SBiOSoftWhare a8f28e0ec0 Merge pull request #3030 from vector-im/riot_2921
Verification by DM: Support QR code
2020-03-17 14:19:05 +01:00
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 bac74afcb9 Move QR code reader and generator classes in their own module. 2020-03-17 10:21:53 +01:00
SBiOSoftWhare c336168261 KeyVerificationVerifyByScanningViewModel: Remove useless commented code. 2020-03-17 09:58:32 +01:00
SBiOSoftWhare a4fad0755e Update changes 2020-03-13 19:33:50 +01:00
SBiOSoftWhare 47f0156ea4 Add ZXing pod. 2020-03-13 19:27:27 +01:00
SBiOSoftWhare 899717eba3 Key verification: Move SAS verification flow files. 2020-03-13 19:25:22 +01:00
SBiOSoftWhare ee74df4175 AppDelegate: Fix incoming key verification request alert crash. 2020-03-13 19:22:43 +01:00
SBiOSoftWhare 0a998e2b42 Device verification: Handle QR code verification. 2020-03-13 19:02:34 +01:00
SBiOSoftWhare 2d68a2ff52 User verification: Check cross-signing bootstrap before start. 2020-03-13 19:01:04 +01:00
SBiOSoftWhare 013719e533 QR code verification: Update scanning verification screen. 2020-03-13 19:00:28 +01:00
SBiOSoftWhare 8135e3ccc5 User verification: Update start verification flow. 2020-03-13 19:00:14 +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 f6dc514053 QR code verification: Add localizations. 2020-03-13 18:45:31 +01:00
SBiOSoftWhare d4e66d34d6 Add camera button assets. 2020-03-13 18:41:10 +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
SBiOSoftWhare 38747c4513 Create a common close button. 2020-03-13 00:11:00 +01:00
SBiOSoftWhare a303af35fd CameraPresenter: Use CameraAccessManager and CameraAccessAlertPresenter. 2020-03-13 00:08:45 +01:00
SBiOSoftWhare ac2a7bf052 Create CameraAccessAlertPresenter to present common alerts related to camera access. 2020-03-13 00:07:21 +01:00
SBiOSoftWhare c3e3a557d8 Create CameraAccessManager to handle camera availability and authorization. 2020-03-13 00:05:33 +01:00
manuroe 62f4036482 Security screen: Create a dedicated section for cross-signing
for future debug.
Reorder the screen a bit.
2020-03-12 11:21:47 +01:00
SBiOSoftWhare 602916280b Merge pull request #3020 from sucsessyan/patch-2
Update CONTRIBUTING.rst
2020-03-06 20:51:45 +01:00
Alex Yanchenko e87058dea9 Update CONTRIBUTING.rst
Change link to a right one
Signed-off-by: Alexey Yanchenko <mail@yanchenko.me>
2020-03-05 20:55:43 +01:00
manuroe 7ebd12879d Merge pull request #3018 from vector-im/riot_3017
Push notifications: Avoid any automatic deactivation
2020-03-04 15:59:52 +01:00
manuroe 4bfd93e1a5 Push notifications: Avoid any automatic deactivation
vector-im/riot-ios#3017
2020-03-04 15:10:46 +01:00
manuroe fcfc83e273 Logs: Keep the 50 last log files
iOS13 kills the app more often. We have no more one log file a day but one log file every few hours. Increase that number of files to have a wider view of what it's going on.
2020-03-04 15:05:34 +01:00
SBiOSoftWhare 54778223b2 Update PULL_REQUEST_TEMPLATE.md 2020-03-04 10:28:00 +01:00
SBiOSoftWhare 9bb6e3aebd Merge pull request #2892 from vector-im/giomfo/update_3pl
Update third_party_licenses by adding DGCollectionViewLeftAlignFlowLayout
2020-03-04 10:23:40 +01:00
manuroe 61a7d4b8e9 Merge pull request #3001 from vector-im/neilj/update-matomo-id
update matomo id
2020-02-21 09:47:15 +01:00
Neil Johnson 8e0f682f12 Update Matomo id 2020-02-20 21:51:55 +01:00
manuroe ca17146dd5 Merge pull request #2999 from vector-im/riot_2871
Key Verification: Handle incoming self verification request
2020-02-20 19:18:59 +01:00
Neil Johnson 6fce7ad1a7 update matomo id 2020-02-20 18:57:53 +01:00