Commit graph

7632 commits

Author SHA1 Message Date
SBiOSoftWhare
90208e3b0f 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
Weblate
d79067a7eb Merge branch 'origin/develop' into Weblate. 2020-03-18 15:36:40 +00:00
Weblate
7e60c21584 Merge branch 'origin/develop' into Weblate. 2020-03-18 15:36:40 +00:00
Weblate
46de85a758 Merge branch 'origin/develop' into Weblate. 2020-03-18 15:36:40 +00:00
manuroe
fa62a014d1 Fix build issue 2020-03-18 16:36:12 +01:00
Weblate
7e4b7ddd80 Merge branch 'origin/develop' into Weblate. 2020-03-18 14:00:23 +00:00
Elwyn Malethan
10a6960c7e Translated using Weblate (Welsh)
Currently translated at 100.0% (922 of 922 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/cy/
2020-03-18 14:00:23 +00:00
random
edc4ee7960 Translated using Weblate (Italian)
Currently translated at 100.0% (922 of 922 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/it/
2020-03-18 14:00:22 +00:00
Kévin C
8d4cd35553 Translated using Weblate (French)
Currently translated at 100.0% (922 of 922 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/
2020-03-18 14:00:19 +00:00
Weblate
af90ae0ab2 Merge branch 'origin/develop' into Weblate. 2020-03-18 14:00:17 +00:00
Weblate
c83cb13739 Merge branch 'origin/develop' into Weblate. 2020-03-18 14:00:17 +00:00
manuroe
9add479f06
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
597763efe9 Security Screen: Update actions for cross-signing 2020-03-18 13:34:52 +01:00
manuroe
c23b48338d Security Screen: Use MXCrossSigning.state 2020-03-18 10:01:23 +01:00
Weblate
60f1727d7d Merge branch 'origin/develop' into Weblate. 2020-03-17 13:19:12 +00:00
Weblate
7e5eac2117 Merge branch 'origin/develop' into Weblate. 2020-03-17 13:19:12 +00:00
Weblate
d676a67dce Merge branch 'origin/develop' into Weblate. 2020-03-17 13:19:11 +00:00
SBiOSoftWhare
7a6f41eb73
Merge pull request #3030 from vector-im/riot_2921
Verification by DM: Support QR code
2020-03-17 14:19:05 +01:00
SBiOSoftWhare
44023311fc KeyVerificationVerifyByScanningViewModel: Remove pending QR code transaction when not used. 2020-03-17 14:06:56 +01:00
SBiOSoftWhare
209602ff2a Move QR code reader and generator classes in their own module. 2020-03-17 12:24:09 +01:00
SBiOSoftWhare
3548dc4e11 Move QR code reader and generator classes in their own module. 2020-03-17 10:21:53 +01:00
SBiOSoftWhare
3292ed127c KeyVerificationVerifyByScanningViewModel: Remove useless commented code. 2020-03-17 09:58:32 +01:00
SBiOSoftWhare
4bf3fc5907 Update changes 2020-03-13 19:33:50 +01:00
SBiOSoftWhare
c3fc03da08 Add ZXing pod. 2020-03-13 19:27:27 +01:00
SBiOSoftWhare
3ffffbb0f4 Key verification: Move SAS verification flow files. 2020-03-13 19:25:22 +01:00
SBiOSoftWhare
c86f9e7a8c AppDelegate: Fix incoming key verification request alert crash. 2020-03-13 19:22:43 +01:00
SBiOSoftWhare
a46ff04194 Device verification: Handle QR code verification. 2020-03-13 19:02:34 +01:00
SBiOSoftWhare
b502b600dd User verification: Check cross-signing bootstrap before start. 2020-03-13 19:01:04 +01:00
SBiOSoftWhare
e70e2f92b7 QR code verification: Update scanning verification screen. 2020-03-13 19:00:28 +01:00
SBiOSoftWhare
da19aff034 User verification: Update start verification flow. 2020-03-13 19:00:14 +01:00
SBiOSoftWhare
e8fed6aa08 Key verification: Update data loading flow for new QR code screen. 2020-03-13 18:52:02 +01:00
SBiOSoftWhare
409c0783dc QR code verification: Add KeyVerificationService specific to Riot. 2020-03-13 18:50:08 +01:00
SBiOSoftWhare
45a0f0819d QR code verification: Implement scanning verification view model and coordinator. 2020-03-13 18:49:00 +01:00
SBiOSoftWhare
cb2c7e8655 QR code verification: Add scanning verification screen. 2020-03-13 18:46:45 +01:00
SBiOSoftWhare
d9d753775b QR code verification: Add localizations. 2020-03-13 18:45:31 +01:00
SBiOSoftWhare
c3c047c6ca Add camera button assets. 2020-03-13 18:41:10 +01:00
SBiOSoftWhare
40e393a11e Create QRCodeReaderViewController used to scan a QR code. 2020-03-13 00:16:49 +01:00
SBiOSoftWhare
5a740dbac9 Create QRCodeGenerator to generate QR image from data. 2020-03-13 00:14:24 +01:00
SBiOSoftWhare
1def653460 Create a common close button. 2020-03-13 00:11:00 +01:00
SBiOSoftWhare
4ab25dbe75 CameraPresenter: Use CameraAccessManager and CameraAccessAlertPresenter. 2020-03-13 00:08:45 +01:00
SBiOSoftWhare
dce1c78f2c Create CameraAccessAlertPresenter to present common alerts related to camera access. 2020-03-13 00:07:21 +01:00
SBiOSoftWhare
9f88c2d9a6 Create CameraAccessManager to handle camera availability and authorization. 2020-03-13 00:05:33 +01:00
manuroe
c50215dcd1 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
@a2sc:matrix.org
749517271c Translated using Weblate (German)
Currently translated at 100.0% (913 of 913 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2020-03-09 22:26:02 +00:00
Tentarial
5f1431f795 Translated using Weblate (German)
Currently translated at 100.0% (913 of 913 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2020-03-08 22:06:33 +00:00
Walter
2d5bac6d23 Translated using Weblate (Russian)
Currently translated at 83.9% (766 of 913 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/ru/
2020-03-07 23:25:59 +00:00
Walter
1578b52833 Translated using Weblate (Russian)
Currently translated at 100.0% (29 of 29 strings)

Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/ru/
2020-03-07 23:25:53 +00:00
Weblate
30c7c3a3fb Merge branch 'origin/develop' into Weblate. 2020-03-06 19:51:50 +00:00
Weblate
93340604d6 Merge branch 'origin/develop' into Weblate. 2020-03-06 19:51:50 +00:00
Weblate
8dd5a560bc Merge branch 'origin/develop' into Weblate. 2020-03-06 19:51:50 +00:00