Commit Graph

5042 Commits

Author SHA1 Message Date
manuroe 4e4f1baade Jitsi: Create jitsi widget with v2 style but stay compatible with v1
We use `webAppUrl`and `jitsiServerURL` from the app plist for the url start (used only by web) and the default jitsi server
2020-04-24 12:24:11 +02:00
Weblate 9d2cdee200 Merge branch 'origin/develop' into Weblate. 2020-04-24 09:15:14 +00:00
random 3fe189fcc0 Translated using Weblate (Italian)
Currently translated at 100.0% (958 of 958 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/it/
2020-04-24 09:15:14 +00:00
Kévin C 28ae966b0b Translated using Weblate (French)
Currently translated at 100.0% (958 of 958 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/
2020-04-24 09:15:11 +00:00
manuroe af6229802d Jitsi: Support v2 widget data. Open a conference on the provided domain 2020-04-24 11:09:01 +02:00
manuroe bd7bd7c59f Jitsi: Support v1 and v2 widget types 2020-04-24 09:04:49 +02:00
Nad Chishtie 071d603698 Update selected icons to use better visually balanced weights 2020-04-23 23:53:30 +01:00
Nad Chishtie 3b1a1900bc Update icons to use feather 2020-04-23 23:52:50 +01:00
Nad Chishtie 187f097974 Fix selected icon not being displayed in TabBar when Rooms is selected 2020-04-23 23:37:37 +01:00
Nad Chishtie e33e2a10ae Update icon assets to use feather 2020-04-23 23:37:11 +01:00
Weblate 8bafe406df Merge branch 'origin/develop' into Weblate. 2020-04-23 17:57:05 +00:00
ismailgulek c5d9241fbe Merge pull request #3084 from vector-im/riot_3067
Consider Safe Area Insets for Some Screens
2020-04-23 20:56:58 +03:00
Weblate ff7720844e Merge branch 'origin/develop' into Weblate. 2020-04-23 15:54:11 +00:00
manuroe e2d22f3f9f Security - CROSS-SIGNING: Use "Complete security" to fix cross-signing
Fix #3049
2020-04-23 17:31:49 +02:00
manuroe 4cc78cd03f Settings - Security: Fix missing i18n 2020-04-23 17:29:58 +02:00
manuroe f3da5ff368 Settings - Security: Move down the key backup section
With cross-signing and SSSS, this section is less important.
2020-04-23 16:46:44 +02:00
Weblate d1379a6103 Merge branch 'origin/develop' into Weblate. 2020-04-23 14:08:36 +00:00
SBiOSoftWhare 5750af5261 Merge pull request #3145 from vector-im/riot_3127
BF: Settings - Security: My device is not trusted
2020-04-23 16:08:31 +02:00
SBiOSoftWhare c2bb22ca4f Update wording. 2020-04-23 16:02:18 +02:00
Weblate 86bdb1afff Merge branch 'origin/develop' into Weblate. 2020-04-23 13:53:55 +00:00
Szimszon 501b3b6c71 Translated using Weblate (Hungarian)
Currently translated at 100.0% (948 of 948 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/hu/
2020-04-23 13:53:54 +00:00
manuroe e85288c83b Merge branch 'develop' into riot_3138 2020-04-23 15:53:15 +02:00
SBiOSoftWhare 3d4f1cb682 SecurityViewController: Show current device cannot cross sign show all devices with black shield and present complete security on tap. 2020-04-23 15:50:01 +02:00
manuroe 0e5699a5b9 Rename UserEncryptionTrustLevelNormal to UserEncryptionTrustLevelNotVerified 2020-04-23 15:25:43 +02:00
manuroe 362fef18c2 Cross-signing: Allow to verify each device of users with no cross-signing
Fix #3138
This is implemented by adding a new `UserEncryptionTrustLevel` value: `UserEncryptionTrustLevelNoCrossSigning`
2020-04-23 15:10:41 +02:00
Weblate 3140f62d80 Merge branch 'origin/develop' into Weblate. 2020-04-23 12:28:27 +00:00
SBiOSoftWhare b7fd78c41e RoomMemberDetailsViewController: For current user present complete security when device is not trusted. 2020-04-23 11:58:19 +02:00
SBiOSoftWhare 2e3072ab69 Key verification: Add new state for complete security flow. 2020-04-23 11:55:19 +02:00
Weblate 72ea92f6d9 Merge branch 'origin/develop' into Weblate. 2020-04-23 07:42:29 +00:00
manuroe 5456dac547 Cross-signing: Allow incoming device verification request from other user
#3139
2020-04-23 09:25:46 +02:00
manuroe a5497866d7 0.11.1 2020-04-23 08:57:09 +02:00
ismailgulek d058eade57 AuthenticationViewController scroll view respect to safe area
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 19:26:49 +03:00
ismailgulek 8f52655eaa Encryption info cell background color to safe area
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 17:02:29 +03:00
ismailgulek cfecb253e5 Some custom constraints on table view cells fixed for safe area
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 16:15:30 +03:00
ismailgulek 907aa40704 SegmentedViewController table insets fix again
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 16:06:37 +03:00
ismailgulek f7c812220d Main.storyboard enable safe area layout guides
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 14:51:31 +03:00
ismailgulek f9ab85eb5a Fix RecentsViewController after rebase again
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 14:51:00 +03:00
ismailgulek b8311167bd RoomParticipantsViewController extend table row under home indicator
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 14:00:32 +03:00
ismailgulek 824430b0af ContactsTableViewController allow table row content be visible under home indicator
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 14:00:31 +03:00
ismailgulek 876389c56c RoomViewController set insets for jump button
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 14:00:31 +03:00
ismailgulek 5f2b4d01c1 RoomFilesViewController table view bottom inset reset bug fix
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 14:00:31 +03:00
ismailgulek 7e3bcc1130 RoomViewController navigation bar remaining translucent on some cases bug fix
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 14:00:31 +03:00
ismailgulek 483b35fcf5 Section header views adaptation to safe area insets
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 14:00:31 +03:00
ismailgulek 738d0678c6 RoomViewController fix redundant space on table bottom
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 13:58:35 +03:00
ismailgulek 78cd8181b8 RecentsViewController plus button respect to safe area
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 13:58:35 +03:00
ismailgulek 4461a298e9 StartChatViewController allow tableview content visible under home indicator
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 13:53:14 +03:00
ismailgulek dbf2dcf1ca SegmentedViewController allow scrollview content to be visible under home indicator
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 13:53:13 +03:00
ismailgulek 2e98c13f98 RoomMemberDetailsViewController bug fix: navigationBar was remaining translucent
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 13:53:13 +03:00
ismailgulek 2f2746c82f Bug fix: When navigating back from a child page using edgeScreenPanRecognizer, do not destroy child pages until navigation completed
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 13:53:13 +03:00
ismailgulek cfba1f2000 SegmentedViewController bug fix: segments disappear when coming from a view with translucent bar
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 13:53:13 +03:00