Commit Graph

3547 Commits

Author SHA1 Message Date
SBiOSoftWhare 72b244190d Secrets recovery with passphrase: Add reset action. 2020-09-30 17:45:26 +02:00
SBiOSoftWhare 53e0b2e0cd Secrets recover with key: Add reset action. 2020-09-30 17:44:25 +02:00
SBiOSoftWhare 07e3ed94fa Create secrets reset screen. 2020-09-30 17:43:05 +02:00
ismailgulek 9854f1a60f Merge branch 'develop' into element_3672
# Conflicts:
#	CHANGES.rst
2020-09-30 17:31:38 +03:00
ismailgulek ec52510349 Bridge to NSError 2020-09-30 16:19:34 +03:00
ismailgulek 2386a03e66 Remove variable and use inline check 2020-09-30 16:03:13 +03:00
ismailgulek 3b42590ceb Make BiometricsAuthenticationPresenter ObjC compatible 2020-09-30 16:02:56 +03:00
ismailgulek cfb9448090 Rename property 2020-09-30 15:58:37 +03:00
ismailgulek 0daba0a137 Merge branch 'develop' into protection_fine_tuning
# Conflicts:
#	CHANGES.rst
#	Riot/Assets/en.lproj/Vector.strings
2020-09-30 15:19:32 +03:00
ismailgulek 3423616166 Introduce BiometricsAuthenticationPresenter 2020-09-30 15:17:10 +03:00
ismailgulek a9be9f8af6 Fix error conversion 2020-09-30 14:37:36 +03:00
ismailgulek c11e1f88b4 Update Riot/Modules/SetPinCode/PinCodePreferences.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-09-30 14:31:50 +03:00
manuroe 48aee98ca1 Merge branch 'develop' into handleAppState 2020-09-30 13:31:01 +02:00
ismailgulek 300378f1aa Merge branch 'develop' into theme_fixes 2020-09-30 14:28:14 +03:00
manuroe b3b129c9c0 Fix Steve's comment: Avoid to register observers several times
this does not seem to happen now but it is more future proof
2020-09-30 13:26:47 +02:00
ismailgulek 67acf0e6a1 Merge branch 'develop' into element_3672
# Conflicts:
#	CHANGES.rst
2020-09-30 12:32:40 +03:00
ismailgulek be789771f3 Merge branch 'protection_fine_tuning' of https://github.com/vector-im/element-ios into protection_fine_tuning 2020-09-29 18:42:52 +03:00
ismailgulek 910960402b Do not dismiss set pin coordinator on log out case 2020-09-29 18:42:19 +03:00
ismailgulek c001a6b0cf Merge branch 'develop' into protection_fine_tuning 2020-09-29 18:33:22 +03:00
manuroe 8d1d37feec SecutirySettingsVC: Fix commented code that did not build 2020-09-29 17:08:06 +02:00
manuroe 3c0fe27229 AppDelegate: Delay incoming requests displays
Display them when the app is more "ready"
2020-09-29 17:07:28 +02:00
manuroe 43dbae24a0 BF: PIN Code: Do not show verification dialog at the top of PIN code. 2020-09-29 17:02:02 +02:00
ismailgulek 658f95d51f Show alert 2020-09-29 17:57:23 +03:00
ismailgulek b5352ca23b Introduce dueToTooManyErrors parameter 2020-09-29 17:46:07 +03:00
ismailgulek 7dc70b363f Logout automatically when pin/biometrics provided wrong too many times 2020-09-29 16:57:46 +03:00
manuroe 428d6a5ede 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 658803358d 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 ab9cc7655e Add static constants 2020-09-28 18:27:34 +03:00
SBiOSoftWhare 60c6ddc943 SecurityViewController: Reload sections on settingsKeyBackupTableViewSectionDidUpdate call. 2020-09-28 17:22:43 +02:00
SBiOSoftWhare 6fa7c74953 ManageSessionViewController: Update getLabelAndSwitchCell method. 2020-09-28 17:05:58 +02:00
SBiOSoftWhare bcaf42f426 SecurityViewController: Fix switch button touch event reuse issue. 2020-09-28 17:05:11 +02:00
SBiOSoftWhare 607e71aeed SecurityViewController: Improve null safety check for keybackup section cells. 2020-09-28 16:21:41 +02:00
SBiOSoftWhare 374e2b5924 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 7ab71f6113 Add numberOfBiometricsFailures 2020-09-28 16:44:50 +03:00
SBiOSoftWhare 8ab4fe1c16 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 45fe3c5417 Add numberOfPinFailures 2020-09-28 16:19:51 +03:00
SBiOSoftWhare 637536a8dd SecurityViewController: Makes table content easier to customize. 2020-09-28 14:25:21 +02:00
SBiOSoftWhare d10115c827 Section: Add a convenient method to add an amount of rows. 2020-09-28 14:23:39 +02:00
ismailgulek 8ec70bece7 Update localization keys 2020-09-28 12:51:34 +03:00
ismailgulek f0ac3762e5 Add canUseBiometrics parameter 2020-09-25 17:59:29 +03:00
ismailgulek c23a3d55fd Merge branch 'develop' into wording_for_dm 2020-09-25 16:49:41 +03:00
ismailgulek ce949cde91 Hide room creation event in modal 2020-09-25 16:16:23 +03:00
manuroe 9b92a0ba8e 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 bf5f1cdd21 Wording for room ID 2020-09-25 13:46:20 +03:00
ismailgulek cd67bf19f8 Wording for no local addresses 2020-09-25 13:44:39 +03:00
ismailgulek 94abc60380 Wording for listing in directory 2020-09-25 13:43:02 +03:00
ismailgulek b9bc2054fa Wording for access string, including guests 2020-09-25 13:41:10 +03:00
ismailgulek 286bd5abcc Wording for access string, apart from guests 2020-09-25 13:39:50 +03:00
ismailgulek 420fc200dc Wording for room access section header 2020-09-25 13:36:42 +03:00
ismailgulek d1e967db45 Wording for room name 2020-09-25 13:34:11 +03:00