Commit graph

8039 commits

Author SHA1 Message Date
manuroe
5c0f23b6e8
Merge pull request #3211 from vector-im/riot_3182
Self verify my old riots
2020-05-07 16:08:32 +02:00
Riot Translate Bot
aef3df54e6
Update from Weblate (#3213)
Co-authored-by: Weblate <noreply@weblate.org>
2020-05-07 16:08:17 +02:00
Riot Translate Bot
77d821ea7c
Update from Weblate (#3212)
* Translated using Weblate (French)

Currently translated at 100.0% (970 of 970 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/

* Translated using Weblate (Italian)

Currently translated at 98.8% (958 of 970 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/it/

* Translated using Weblate (French)

Currently translated at 100.0% (973 of 973 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/

* Translated using Weblate (Italian)

Currently translated at 100.0% (973 of 973 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/it/

* Translated using Weblate (Hungarian)

Currently translated at 100.0% (973 of 973 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/hu/

* Translated using Weblate (French)

Currently translated at 100.0% (977 of 977 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/

* Translated using Weblate (Albanian)

Currently translated at 99.4% (971 of 977 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/sq/

* Translated using Weblate (Italian)

Currently translated at 100.0% (977 of 977 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/it/

* Translated using Weblate (Hungarian)

Currently translated at 100.0% (977 of 977 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/hu/

* Translated using Weblate (Bulgarian)

Currently translated at 86.9% (849 of 977 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/bg/

Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Kévin C <zecakeh@pm.me>
Co-authored-by: random <dictionary@tutamail.com>
Co-authored-by: Szimszon <github@oregpreshaz.eu>
Co-authored-by: Besnik Bleta <besnik@programeshqip.org>
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2020-05-07 16:08:04 +02:00
manuroe
71dac083fc
Merge pull request #3210 from vector-im/mitigate_missing_keys
Secrets: On startup, request again private keys we are missing locally
2020-05-07 14:38:34 +02:00
manuroe
0eddda805d Secrets: Requests cross-signing private keys again
if we are supposed to have them
2020-05-07 13:30:40 +02:00
manuroe
bc4c7b2488 Secrets: On startup, request again private keys we are missing locally
This will mitigate unexpected state of cross-signing and backup.
2020-05-07 13:18:54 +02:00
SBiOSoftWhare
9275d19a03 Session verification: Cancel if device is not found. 2020-05-07 12:21:47 +02:00
SBiOSoftWhare
ba2f6042f3 UserVerificationCoordinator: Integrate manually verify device screen. 2020-05-07 10:54:02 +02:00
SBiOSoftWhare
4da4fca080 Implement manually verify device screen. 2020-05-07 10:52:49 +02:00
SBiOSoftWhare
c27d679c41 Add convenient multiline UILabel height fix method. 2020-05-07 10:52:12 +02:00
SBiOSoftWhare
25e411e7cd Update screen template. 2020-05-07 10:50:31 +02:00
manuroe
1228675f74
Merge pull request #3203 from vector-im/xs_stale_state
Cross-signing: The "Complete Security" button triggers a verification…
2020-05-06 15:13:15 +02:00
manuroe
5f44745355 RoomMemberVC: Make sure we have user keys to display the right trust level 2020-05-06 14:37:37 +02:00
manuroe
64ade7f884 Cross-signing: The "Complete Security" button triggers a verification request to all user devices 2020-05-06 14:35:52 +02:00
manuroe
dcc38bb62c UserVerificationSessionStatusView: Add verifyManually action 2020-05-06 09:45:55 +02:00
manuroe
21e6310fd8 UserVerificationSessionStatusViewController: Add manually verify button 2020-05-05 18:27:36 +02:00
manuroe
d8e61aeb31 Wording: Use "Not trusted" as riot-web
Not trusted is also the term used on the screen that launches this one
2020-05-05 18:11:11 +02:00
SBiOSoftWhare
08750b06df
Merge pull request #3200 from vector-im/riot_3189
BF: Copy on self-verification QR code scanning screen refers to other-person scanning
2020-05-05 16:15:33 +02:00
SBiOSoftWhare
72088bf460 Update changes 2020-05-05 15:45:57 +02:00
SBiOSoftWhare
0ffa48b004 Key verification: Update QR code scan screen UI and update title when scanning own sessions. 2020-05-05 15:45:00 +02:00
SBiOSoftWhare
1b816a9b69
Merge pull request #3197 from vector-im/riot_3195
BF: KeyVerificationSelfVerifyStartViewController has no navigation
2020-05-05 12:11:53 +02:00
SBiOSoftWhare
7223cefd8f Remove some optional chaining. 2020-05-05 12:03:51 +02:00
SBiOSoftWhare
49a4e1fb6e KeyVerificationSelfVerifyStartViewController: Show navigation bar if needed. 2020-05-05 11:51:22 +02:00
SBiOSoftWhare
d899011360 KeyVerificationDataLoadingViewController: Show navigation bar if needed. 2020-05-05 11:50:59 +02:00
SBiOSoftWhare
5773e82498 Update changes 2020-05-05 11:46:12 +02:00
SBiOSoftWhare
083cb2a3e2
Merge pull request #3196 from vector-im/riot_3180_2
Key verification: Update unverified sessions alert wording
2020-05-05 09:55:32 +02:00
SBiOSoftWhare
7ad16b0a50 Key verification: Update unverified sessions alert wording. 2020-05-05 09:39:47 +02:00
SBiOSoftWhare
cbb75fbcfb
Merge pull request #3194 from vector-im/riot_3180
Key verification: Display "Verify your other sessions" modal at every startup if needed
2020-05-05 09:24:31 +02:00
SBiOSoftWhare
333f7a0db4 MasterTatBarVC: Fix navigation stack issue when show security screen. 2020-05-05 09:17:47 +02:00
SBiOSoftWhare
dfc81a655d Update changes 2020-05-04 20:00:35 +02:00
SBiOSoftWhare
dae859af47 Key verification: Display "Verify your other sessions" modal at every startup if needed. 2020-05-04 19:59:11 +02:00
SBiOSoftWhare
c782826fce Make SettingsViewController directly instantiable. 2020-05-04 19:58:06 +02:00
Riot Translate Bot
bb345b0164
Update from Weblate (#3193)
Co-authored-by: Weblate <noreply@weblate.org>
2020-05-04 10:49:10 +02:00
Riot Translate Bot
040ce2e3c0
Update from Weblate (#3192)
* Translated using Weblate (French)

Currently translated at 100.0% (970 of 970 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/

* Translated using Weblate (Italian)

Currently translated at 98.8% (958 of 970 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/it/

* Translated using Weblate (French)

Currently translated at 100.0% (973 of 973 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/

* Translated using Weblate (Italian)

Currently translated at 100.0% (973 of 973 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/it/

Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Kévin C <zecakeh@pm.me>
Co-authored-by: random <dictionary@tutamail.com>
2020-05-04 10:48:53 +02:00
SBiOSoftWhare
31d04acb09 Merge branch 'release/v0.11.2' 2020-05-01 03:48:04 +02:00
SBiOSoftWhare
8773402f23 Merge tag 'v0.11.2' into develop
no message
2020-05-01 03:48:04 +02:00
SBiOSoftWhare
42f659d78c version++ 2020-05-01 03:39:23 +02:00
SBiOSoftWhare
8c52fca6a4
Merge pull request #3188 from vector-im/riot_3184
New sign in alert: Update wording
2020-04-30 23:52:12 +02:00
SBiOSoftWhare
fb926b4be2 New sign in alert: Update wording. 2020-04-30 23:49:56 +02:00
SBiOSoftWhare
2f9dfeaafd
Merge pull request #3187 from vector-im/riot_3183
Complete Security screen: Support verification start
2020-04-30 19:25:05 +02:00
SBiOSoftWhare
463bc2fdca
Merge branch 'develop' into riot_3183 2020-04-30 19:24:45 +02:00
SBiOSoftWhare
73f1137a32 Update changes. 2020-04-30 19:19:06 +02:00
SBiOSoftWhare
80948bc52d Complete security: Handle incoming SAS transaction. 2020-04-30 19:17:56 +02:00
SBiOSoftWhare
dec737c340 KeyVerificationCoordinatorBridgePresenter: Add isPresenting property. 2020-04-30 19:11:13 +02:00
SBiOSoftWhare
c8fa26f605
Merge pull request #3186 from vector-im/riot_3179
Display the "Verify this session" modal at every startup
2020-04-30 19:06:08 +02:00
SBiOSoftWhare
d94c0b9d90 Update changes. 2020-04-30 15:34:00 +02:00
SBiOSoftWhare
4758c676b3 Key verification: Display "Verify this session" modal at every startup if needed. 2020-04-30 15:28:43 +02:00
manuroe
08cd04e5c9 i18n: Fix typo in new strings 2020-04-29 16:41:16 +02:00
manuroe
6144160a95 version++ 2020-04-29 12:31:30 +02:00
SBiOSoftWhare
66538603d5
Merge pull request #3177 from vector-im/riot_3153
Complete security screen: Update assets size
2020-04-29 10:08:43 +02:00