Commit Graph

1780 Commits

Author SHA1 Message Date
ismailgulek 21d40960dd Do not dismiss set pin coordinator on log out case 2020-09-29 18:42:19 +03:00
ismailgulek 5d40ae1f70 Merge branch 'develop' into protection_fine_tuning 2020-09-29 18:33:22 +03:00
manuroe 702cf0a769 SecutirySettingsVC: Fix commented code that did not build 2020-09-29 17:08:06 +02:00
manuroe d0cd0d384a AppDelegate: Delay incoming requests displays
Display them when the app is more "ready"
2020-09-29 17:07:28 +02:00
manuroe 403a337f4c BF: PIN Code: Do not show verification dialog at the top of PIN code. 2020-09-29 17:02:02 +02:00
ismailgulek b0c3206227 Show alert 2020-09-29 17:57:23 +03:00
ismailgulek e1c2872723 Introduce dueToTooManyErrors parameter 2020-09-29 17:46:07 +03:00
ismailgulek d7081700f4 Logout automatically when pin/biometrics provided wrong too many times 2020-09-29 16:57:46 +03:00
manuroe df36e72843 AppDelegate: Create handleAppState as central point to handle application state
It is not complete. It is not yet a reducer. This is a start. At least, the state is no more managed by the launch screen
2020-09-29 15:15:32 +02:00
SBiOSoftWhare 7a710a6197 Merge pull request #3690 from vector-im/settings_security_modularity
SecurityViewController: Makes table content easier to customize
2020-09-28 17:47:37 +02:00
ismailgulek 95b85a36f4 Add static constants 2020-09-28 18:27:34 +03:00
SBiOSoftWhare 4b612e3b90 SecurityViewController: Reload sections on settingsKeyBackupTableViewSectionDidUpdate call. 2020-09-28 17:22:43 +02:00
SBiOSoftWhare e80cc783ee ManageSessionViewController: Update getLabelAndSwitchCell method. 2020-09-28 17:05:58 +02:00
SBiOSoftWhare b4245f3f43 SecurityViewController: Fix switch button touch event reuse issue. 2020-09-28 17:05:11 +02:00
SBiOSoftWhare 596d50101b SecurityViewController: Improve null safety check for keybackup section cells. 2020-09-28 16:21:41 +02:00
SBiOSoftWhare 7532ebcb04 Update Riot/Modules/Common/Models/Section.swift
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
2020-09-28 16:10:37 +02:00
ismailgulek e9003fc4b0 Add numberOfBiometricsFailures 2020-09-28 16:44:50 +03:00
SBiOSoftWhare bd7e857786 Update Riot/Modules/Settings/Security/SecurityViewController.m
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
2020-09-28 15:44:07 +02:00
ismailgulek 4f4276f963 Add numberOfPinFailures 2020-09-28 16:19:51 +03:00
SBiOSoftWhare 91f355ad49 SecurityViewController: Makes table content easier to customize. 2020-09-28 14:25:21 +02:00
SBiOSoftWhare 2b8ccfa853 Section: Add a convenient method to add an amount of rows. 2020-09-28 14:23:39 +02:00
ismailgulek 421b68364e Update localization keys 2020-09-28 12:51:34 +03:00
ismailgulek 07e61c6e3d Add canUseBiometrics parameter 2020-09-25 17:59:29 +03:00
ismailgulek 94901987c1 Merge branch 'develop' into wording_for_dm 2020-09-25 16:49:41 +03:00
ismailgulek 45f8e400b0 Hide room creation event in modal 2020-09-25 16:16:23 +03:00
manuroe 65cbdf17e8 Complete Security: Make sure the authentication flow display it if auth is not complete yet
The complete security flow can be unfortunately triggered from 2 places: AuthVC and MasterTabBarC.

On a fresh app installation, during authentication, it was unexpectedly displayed from MasterTabBarC. This prevented authentication flow to complete. The app stayed on the launching animation.

This commit fixes this race.
2020-09-25 13:06:34 +02:00
ismailgulek eefa8362e1 Wording for room ID 2020-09-25 13:46:20 +03:00
ismailgulek aa062ea504 Wording for no local addresses 2020-09-25 13:44:39 +03:00
ismailgulek 6df8d1dd7e Wording for listing in directory 2020-09-25 13:43:02 +03:00
ismailgulek 59e023647d Wording for access string, including guests 2020-09-25 13:41:10 +03:00
ismailgulek b027a0d5de Wording for access string, apart from guests 2020-09-25 13:39:50 +03:00
ismailgulek f35950efa9 Wording for room access section header 2020-09-25 13:36:42 +03:00
ismailgulek 9eec6a34e8 Wording for room name 2020-09-25 13:34:11 +03:00
ismailgulek 3f0f178bd1 Wording for room photo 2020-09-25 13:32:34 +03:00
ismailgulek bd74911f97 Wording for search placeholder 2020-09-25 13:30:52 +03:00
ismailgulek 2298ee1bf6 Wording for room details 2020-09-25 13:30:36 +03:00
ismailgulek 9dab0172d7 Merge branch 'develop' into wording_for_dm 2020-09-25 11:59:51 +03:00
manuroe aa9c3a759c Merge remote-tracking branch 'origin/complete_security_allow_device_verification_retry' into complete_security_allow_device_verification_retry 2020-09-25 10:14:27 +02:00
manuroe 158cba977d Add missing comment 2020-09-25 10:14:14 +02:00
manuroe 34b7f51a09 Update Riot/Modules/KeyVerification/Common/KeyVerificationCoordinator.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-09-25 10:10:06 +02:00
manuroe 024333b127 Merge branch 'develop' into complete_security_allow_device_verification_retry 2020-09-25 09:24:25 +02:00
manuroe 2f09ecc3f7 KeyVerificationSelfVerifyWait: Listen to all verification requests not only the first one 2020-09-25 09:03:43 +02:00
manuroe 94314fef54 Complete Security: Come back to the root screen if device verification is cancelled
So that the user can retry to verify with another device
2020-09-25 08:58:57 +02:00
SBiOSoftWhare 37b7d3d8ce Fix review remarks. 2020-09-24 16:25:10 +02:00
SBiOSoftWhare 487c1135f0 MasterTabBarController: Update delegate method name. 2020-09-24 15:55:59 +02:00
SBiOSoftWhare 85f3e62170 Update Riot/Modules/SplitView/SplitViewCoordinator.swift
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
2020-09-24 15:42:40 +02:00
SBiOSoftWhare ae92561656 Update Riot/Modules/SplitView/SplitViewCoordinator.swift
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2020-09-24 15:16:51 +02:00
SBiOSoftWhare ec3a3303fd Update Riot/Modules/SplitView/SplitViewCoordinatorType.swift
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2020-09-24 15:16:06 +02:00
SBiOSoftWhare bbe0bb8a46 Update Riot/Modules/SplitView/SplitViewCoordinatorType.swift
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2020-09-24 15:10:48 +02:00
ismailgulek 081c10e5a9 Merge branch 'develop' into convert_to_coordinators
# Conflicts:
#	CHANGES.rst
2020-09-24 14:13:53 +03:00