Commit Graph

1562 Commits

Author SHA1 Message Date
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
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 dce3059277 RoomVC: For a room preview use room canonical alias if present when joining a room. 2020-02-10 17:54:52 +01:00
SBiOSoftWhare 657d93c25c Merge pull request #2889 from chrismoos/fix_join_room_no_guest_access
Fix issue with joining public rooms with no guest access.
2020-02-10 17:41:28 +01:00
SBiOSoftWhare ecfb0e3f01 Settings: Show information while loading devices list. 2020-02-10 10:51:30 +01:00
Chris Moos f41d0b575b Merge branch 'develop' into fix_join_room_no_guest_access 2020-02-06 11:34:10 -07:00
SBiOSoftWhare 490f45c9de RoomVC: Use cells with encryption badge only if needed in order to recover horizontal white space. 2020-02-06 18:46:32 +01:00
SBiOSoftWhare 78835652cf Message decoration: Fix shield appearance behavior. 2020-02-06 11:14:13 +01:00
SBiOSoftWhare 02d09e90fd Room participants: Fix user trust level shields always black. 2020-02-04 17:04:54 +01:00
SBiOSoftWhare 316894849c Merge pull request #2967 from vector-im/riot_2960_2
User verification: Use localization strings
2020-02-04 10:27:37 +01:00
SBiOSoftWhare b3589ff8b0 RoomMemberDetailsViewController: Use NSArray instead of NSMutableArray for security section. 2020-02-04 10:23:19 +01:00
SBiOSoftWhare 05318f1a7e ContactTableViewCell: Handle trust level shields decoration. 2020-02-03 19:01:47 +01:00
SBiOSoftWhare 224aa2b0de RoomMemberDetailsViewController: Get user encryption trust level with MXRoom. 2020-02-03 19:00:33 +01:00
SBiOSoftWhare 94a28e443a UserVerificationSessionStatusViewController: Fix wording issue. 2020-02-03 18:07:53 +01:00
SBiOSoftWhare 1717beb063 User verification: Use localization strings. 2020-02-03 17:52:39 +01:00
SBiOSoftWhare 08444abfc9 RoomMemberDetailsViewController: Update security section and use localization strings. 2020-02-03 17:50:52 +01:00
manuroe dbb4585407 Merge pull request #2961 from vector-im/riot_2959
E2E: Do not warn anymore for unknown devices
2020-01-31 18:01:02 +01:00
SBiOSoftWhare a0613247c3 Settings: Add session verification screens. 2020-01-31 17:46:16 +01:00
SBiOSoftWhare c7a4f1662c User verification: Add possibility to present on session detail from UserVerificationCoordinator. 2020-01-31 17:46:03 +01:00
SBiOSoftWhare 793667b0d1 Merge branch 'develop' into riot_2924
# Conflicts:
#	Riot/Modules/Room/DataSources/RoomDataSource.m
2020-01-31 16:45:35 +01:00
manuroe b7ccbd326f Room decoration: Make shields bigger 2020-01-31 16:20:28 +01:00
SBiOSoftWhare 3d942ea8f2 User verification: User device verification flow when verify a session. 2020-01-31 15:09:19 +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 f23bdddbc1 User verification: Add table view title for session list screen. 2020-01-31 15:03:44 +01:00
manuroe 3442a69924 Room decoration: Use shields instead of padlocks
#2906
2020-01-31 14:59:54 +01:00
SBiOSoftWhare ba33c192ef Merge branch 'riot_2924' of github.com:vector-im/riot-ios into riot_2924 2020-01-30 21:37:39 +01:00
SBiOSoftWhare 885c26292e Update MXUsersTrustLevelSummary fetch. 2020-01-30 21:37:25 +01:00
SBiOSoftWhare e356c50470 Update Riot/Modules/UserVerification/Start/UserVerificationStartViewModelType.swift
Co-Authored-By: manuroe <manuroe@users.noreply.github.com>
2020-01-30 20:58:12 +01:00
manuroe 17ae756c64 E2E: Do not warn anymore for unknown devices
# 2959
2020-01-30 18:13:49 +01:00
SBiOSoftWhare 0e0bc5557e User verification: Update room member details screen with security section and shields. 2020-01-30 18:05:41 +01:00
SBiOSoftWhare 6baec47dfd User verification: Add start user verification flow to DeviceVerificationCoordinator. 2020-01-30 17:57:09 +01:00
SBiOSoftWhare 0e1a60389e User verification: Implement user session status flow coordinator. 2020-01-30 17:55:36 +01:00
SBiOSoftWhare a2a9e78b2f User verification: Implement session list status screen. 2020-01-30 17:54:03 +01:00
manuroe 26813e0379 Shields: Shields in one self room should be green if I have no other device 2020-01-30 17:48:22 +01:00
SBiOSoftWhare 751cf92d89 User verification: Create UserEncryptionTrustLevel enum. 2020-01-30 17:42:54 +01:00
SBiOSoftWhare 458a8952d1 User verification: Implement single session status screen. 2020-01-30 17:41:51 +01:00
SBiOSoftWhare 50d146c6cd User verification: Implement start user verification screen. 2020-01-30 17:38:33 +01:00
manuroe cb2398da48 Room Shield: Use sync version of [MXRoom membersTrustLevelSummary:]
https://github.com/vector-im/riot-ios/issues/2956
to break keys downloads in loop
2020-01-30 17:16:53 +01:00
manuroe 620952ecab Settings > Security: Fix file name 2020-01-30 13:24:13 +01:00
manuroe dc0fb2024f Settings > Security: Fix Giom's remarks 2020-01-30 13:19:09 +01:00
manuroe 46a6979ee3 Settings: More cleaning 2020-01-30 07:14:35 +01:00
manuroe 8dbb4c229c Settings: Remove code for things that have their own screen now 2020-01-30 07:12:05 +01:00
manuroe 60748eaf0a Settings: Remove code for things that have their own screen now 2020-01-30 07:01:10 +01:00
manuroe d485ed6ad6 Settings > Security > Manage Session: Import delete device code block from the kit 2020-01-29 23:17:57 +01:00
manuroe ce21a4b6d7 Settings > Security > Manage Session: Import rename code block from the kit 2020-01-29 22:00:05 +01:00
manuroe 2e20508ce4 Settings > Security: Add Manage Session screen 2020-01-29 21:09:15 +01:00