Commit Graph

4423 Commits

Author SHA1 Message Date
SBiOSoftWhare 1a40f056f1 User verification: Implement single session status screen. 2020-01-30 17:41:51 +01:00
SBiOSoftWhare 01c77a91b5 User verification: Implement start user verification screen. 2020-01-30 17:38:33 +01:00
manuroe 3c4383534a 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 867594590a Settings > Security: Fix file name 2020-01-30 13:24:13 +01:00
manuroe 46a71641cf Settings > Security: Fix Giom's remarks 2020-01-30 13:19:09 +01:00
manuroe ecbedac466 Settings: More cleaning 2020-01-30 07:14:35 +01:00
manuroe ef0584627a Settings: Remove code for things that have their own screen now 2020-01-30 07:12:05 +01:00
manuroe 1215b69258 Settings: Remove code for things that have their own screen now 2020-01-30 07:01:10 +01:00
manuroe 3d033f0f47 Settings > Security > Manage Session: Import delete device code block from the kit 2020-01-29 23:17:57 +01:00
manuroe 9feb3efdab Settings > Security > Manage Session: Import rename code block from the kit 2020-01-29 22:00:05 +01:00
manuroe b702eeb8d2 Settings > Security: Add Manage Session screen 2020-01-29 21:09:15 +01:00
manuroe c264fe65b2 Settings > Security: Debug: Add cross-signing information 2020-01-29 15:56:06 +01:00
manuroe aa035b6b64 Settings > Security: Display shields for devices 2020-01-29 10:58:37 +01:00
manuroe 6240746c06 Settings > Security: Sort out things to match the design 2020-01-29 09:10:22 +01:00
manuroe 3f1d26abd2 Settings > Security: More cleaning 2020-01-28 23:27:45 +01:00
manuroe dfc150aab2 Settings > Security: More cleaning 2020-01-28 23:15:23 +01:00
manuroe 84cee3b08f Settings > Security: Remove useless imported code 2020-01-28 22:05:11 +01:00
manuroe 1a95494c83 Settings: Add a dedicated screen for Security 2020-01-28 21:09:51 +01:00
manuroe 6b0208ac4c Settings: LABS: Keep only one flag for cross-signing 2020-01-28 16:51:03 +01:00
manuroe d66a2929d2 Message decoration: Do not decorate state events
#2947
2020-01-28 15:53:09 +01:00
manuroe e4998f3374 Negotiate E2E by default for DMs
#2943
2020-01-28 15:16:53 +01:00
manuroe e84251ed58 Room creation: Follow SDK changes (#2945)
Room creation: Follow SDK changes
2020-01-28 14:33:56 +01:00
manuroe a1c4e8bd22 Settings: Remove "End-to-End Encryption" from the LABS section
#2941
2020-01-27 17:30:09 +01:00
SBiOSoftWhare 3fb666d9ec RoomVC: Use encryption normal shield when retrieving room encryption trust level. 2020-01-24 17:13:08 +01:00
SBiOSoftWhare b37505c13f RoomDataSource: Fix refactoring. 2020-01-23 16:39:33 +01:00
SBiOSoftWhare 39727df980 RoomDataSource: Now compute encryption trust level from trusted devices percentage in room. 2020-01-23 16:37:23 +01:00
SBiOSoftWhare 3d9f2cdecf RoomVC: Handle encryption shields decoration for composer and expanded header. 2020-01-22 16:27:04 +01:00
SBiOSoftWhare 7d656778e9 Room messages: Handle encryption shields decoration. 2020-01-22 16:25:39 +01:00
SBiOSoftWhare c9e4f8bf5f ExpandedRoomTitleView: Add badge image view on room avatar. 2020-01-22 16:23:39 +01:00
SBiOSoftWhare fed1ce4560 RoomDataSource: Handle room members trust level for an encrypted room. 2020-01-22 16:21:47 +01:00
manuroe f0b916ca5b Fix build 2020-01-16 12:58:14 +01:00
manuroe 3688150113 Cross-signing: Fix a missed API break 2020-01-16 11:03:02 +01:00
manuroe f816d70dc1 Merge branch 'develop' into riot_2890 2020-01-16 09:33:57 +01:00
manuroe 20266754fc Cross-signing: Follow API change on MXDeviceInfo.trustLevel 2020-01-16 09:24:40 +01:00
SBiOSoftWhare f1d56d2791 Merge pull request #2902 from vector-im/riot_2851
Notification in DMs / new Notification type
2020-01-15 18:21:05 +01:00
SBiOSoftWhare 7af8233f1e KeyVerificationConclusionBubbleCell: Update warning title and badge image. 2020-01-15 10:50:36 +01:00
manuroe 363744772f Cross-signing: Follow API change on [MXCrypto downloadKeys:] 2020-01-15 08:38:35 +01:00
SBiOSoftWhare a5e84337e9 DeviceVerificationCoordinator: Handle incoming key verification to accept. 2020-01-14 21:51:05 +01:00
SBiOSoftWhare 058afa4497 RoomDataSource: Handle RoomBubbleCellData key verification update. Handle incoming key verification approval. 2020-01-14 21:47:16 +01:00
SBiOSoftWhare 7410cca05d 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 c33cb9f08a Add key verification cells with pagination title. 2020-01-14 20:15:28 +01:00
SBiOSoftWhare 60d8c8f5c7 Handle key verification cells data filling. 2020-01-14 20:14:17 +01:00
SBiOSoftWhare 332f25ff9b KeyVerificationBaseBubbleCell: Use BubbleCellContentView. Improve cell height caching. 2020-01-14 20:10:13 +01:00
SBiOSoftWhare dc2659d0d6 Refactor BubbleCellWithoutSenderInfoContentView to BubbleCellContentView and handle pagination title. 2020-01-14 20:02:34 +01:00
SBiOSoftWhare 49e259abfb 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 f65b5e735e Bug Fix Key backup banner is not hidden correctly
#2899
2020-01-09 19:17:54 +01:00
Giom Foret fcae2e1b61 Code cleaning 2019-12-26 23:24:09 +01:00
Chris Moos 4b707f8b42 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 be29cd9a58 RoomDataSource: Handle read receipts display for cells conforming to BubbleCellReadReceiptsDisplayable. 2019-12-20 10:44:01 +01:00
SBiOSoftWhare 5641d1cfe6 RoomVC: Handle DM key verification cells. 2019-12-20 10:43:07 +01:00