Commit Graph

1562 Commits

Author SHA1 Message Date
manuroe 045ea992f1 Settings > Security: Debug: Add cross-signing information 2020-01-29 15:56:06 +01:00
manuroe 0a7bd8fb61 Settings > Security: Display shields for devices 2020-01-29 10:58:37 +01:00
manuroe 087e6173b2 Settings > Security: Sort out things to match the design 2020-01-29 09:10:22 +01:00
manuroe 3cfdbf0e0e Settings > Security: More cleaning 2020-01-28 23:27:45 +01:00
manuroe 119acdfeca Settings > Security: More cleaning 2020-01-28 23:15:23 +01:00
manuroe 7dd764031e Settings > Security: Remove useless imported code 2020-01-28 22:05:11 +01:00
manuroe 63c876b6f6 Settings: Add a dedicated screen for Security 2020-01-28 21:09:51 +01:00
manuroe 08b1659ff0 Settings: LABS: Keep only one flag for cross-signing 2020-01-28 16:51:03 +01:00
manuroe 266d5840e9 Message decoration: Do not decorate state events
#2947
2020-01-28 15:53:09 +01:00
manuroe 1d845e23c0 Negotiate E2E by default for DMs
#2943
2020-01-28 15:16:53 +01:00
manuroe aab92e77fd Room creation: Follow SDK changes (#2945)
Room creation: Follow SDK changes
2020-01-28 14:33:56 +01:00
manuroe 989427bf20 Settings: Remove "End-to-End Encryption" from the LABS section
#2941
2020-01-27 17:30:09 +01:00
SBiOSoftWhare 1fe53c2b99 RoomVC: Use encryption normal shield when retrieving room encryption trust level. 2020-01-24 17:13:08 +01:00
SBiOSoftWhare 124cdb2691 RoomDataSource: Fix refactoring. 2020-01-23 16:39:33 +01:00
SBiOSoftWhare 2b6ae69a4c RoomDataSource: Now compute encryption trust level from trusted devices percentage in room. 2020-01-23 16:37:23 +01:00
SBiOSoftWhare d96f8ab3e8 RoomVC: Handle encryption shields decoration for composer and expanded header. 2020-01-22 16:27:04 +01:00
SBiOSoftWhare b175682f2a Room messages: Handle encryption shields decoration. 2020-01-22 16:25:39 +01:00
SBiOSoftWhare 682d53b605 ExpandedRoomTitleView: Add badge image view on room avatar. 2020-01-22 16:23:39 +01:00
SBiOSoftWhare ea2bb93c56 RoomDataSource: Handle room members trust level for an encrypted room. 2020-01-22 16:21:47 +01:00
manuroe d1a1779970 Fix build 2020-01-16 12:58:14 +01:00
manuroe 22de7f4b81 Cross-signing: Fix a missed API break 2020-01-16 11:03:02 +01:00
manuroe a043955444 Merge branch 'develop' into riot_2890 2020-01-16 09:33:57 +01:00
manuroe c4bce89834 Cross-signing: Follow API change on MXDeviceInfo.trustLevel 2020-01-16 09:24:40 +01:00
SBiOSoftWhare 1e88955c0d Merge pull request #2902 from vector-im/riot_2851
Notification in DMs / new Notification type
2020-01-15 18:21:05 +01:00
SBiOSoftWhare f3791dee56 KeyVerificationConclusionBubbleCell: Update warning title and badge image. 2020-01-15 10:50:36 +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 f910e4d3d7 RoomDataSource: Handle RoomBubbleCellData key verification update. Handle incoming key verification approval. 2020-01-14 21:47:16 +01:00
SBiOSoftWhare aa00af2a0f RoomViewController: Handle key verification cells with pagination title. Handle key verification incoming request approval actions. Remove copy action in context menu for key verification cells. 2020-01-14 20:23:36 +01:00
SBiOSoftWhare 046e01ac92 Add key verification cells with pagination title. 2020-01-14 20:15:28 +01:00
SBiOSoftWhare 22d350c479 Handle key verification cells data filling. 2020-01-14 20:14:17 +01:00
SBiOSoftWhare ee49cefaa4 KeyVerificationBaseBubbleCell: Use BubbleCellContentView. Improve cell height caching. 2020-01-14 20:10:13 +01:00
SBiOSoftWhare aeecf9db1f Refactor BubbleCellWithoutSenderInfoContentView to BubbleCellContentView and handle pagination title. 2020-01-14 20:02:34 +01:00
SBiOSoftWhare 16cbcdcdb9 RoomBubbleCellData: Handle key verification cells. Add key verification property and add key verification cell data tags. 2020-01-14 19:46:02 +01:00
Giom Foret 3fdf41ea6a Bug Fix Key backup banner is not hidden correctly
#2899
2020-01-09 19:17:54 +01:00
Giom Foret 5716bd1edf Code cleaning 2019-12-26 23:24:09 +01:00
Chris Moos 29a7763d18 Fix issue with joining public rooms with no guest access.
This fixes #2888.

Signed-off-by: Chris Moos <chris@chrismoos.com>
2019-12-22 14:37:39 -07:00
SBiOSoftWhare d84e57690c RoomDataSource: Handle read receipts display for cells conforming to BubbleCellReadReceiptsDisplayable. 2019-12-20 10:44:01 +01:00
SBiOSoftWhare 37fb9e7dfd RoomVC: Handle DM key verification cells. 2019-12-20 10:43:07 +01:00
SBiOSoftWhare f6e6816c02 Create DM key verification cells. 2019-12-20 10:42:28 +01:00
SBiOSoftWhare 964085bb6d Create BubbleCellWithoutSenderInfoContentView a base room bubble cell content view. 2019-12-20 10:39:22 +01:00
SBiOSoftWhare 4149f7d2be Add BubbleCellReadReceiptsDisplayable protocol describing a cell able to manage read receipts display. 2019-12-20 10:37:53 +01:00
SBiOSoftWhare cf239ec78a RoomBubbleCellData: Add new tags in RoomBubbleCellDataTag for key verification cells. 2019-12-20 10:35:04 +01:00
SBiOSoftWhare 373584f27f UIStackView: Refactor extension method vc_removeAllSubviews to vc_removeAllArrangedSubviews. 2019-12-20 10:32:09 +01:00
manuroe 3eb0c8aa4a Settings: Hide cross-signing things from LABS for now 2019-12-11 09:03:36 +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 cf5dcc894b Settings: Add cross-signing and key verification by direct message switches in labs section. 2019-12-06 12:14:13 +01:00