Commit Graph

12797 Commits

Author SHA1 Message Date
SBiOSoftWhare 07e3ed94fa Create secrets reset screen. 2020-09-30 17:43:05 +02:00
SBiOSoftWhare 4a61fda765 Secrets reset: Add warning image. 2020-09-30 17:22:04 +02:00
SBiOSoftWhare 4cb1db3dd1 Secrets reset: Add new strings. 2020-09-30 17:21:43 +02:00
ismailgulek 9854f1a60f Merge branch 'develop' into element_3672
# Conflicts:
#	CHANGES.rst
2020-09-30 17:31:38 +03:00
Weblate 239a6bf2ca Merge branch 'origin/develop' into Weblate. 2020-09-30 14:29:06 +00:00
random 9580c12f7d Translated using Weblate (Italian)
Currently translated at 100.0% (1119 of 1119 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/it/
2020-09-30 14:28:54 +00:00
ismailgulek 01f61ef948 Merge pull request #3693 from vector-im/protection_fine_tuning
Log Out User Automatically After Some Wrong PINs/Biometrics
2020-09-30 16:39:13 +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 2ac1b207d1 Update Riot/Managers/LocalAuthentication/LocalAuthenticationService.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-09-30 14:32:14 +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 18598a03b2 Merge pull request #3696 from vector-im/handleAppState
AppDelegate: Create handleAppState as central point to handle application state
2020-09-30 13:31:20 +02:00
manuroe 48aee98ca1 Merge branch 'develop' into handleAppState 2020-09-30 13:31:01 +02:00
ismailgulek 2a7222da8c Update Riot/Managers/KeyValueStorage/KeychainStore.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-09-30 14:30:07 +03:00
ismailgulek 1cc6976621 Merge pull request #3678 from vector-im/theme_fixes
Various Theme Fixes
2020-09-30 14:28:35 +03: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 2c0c77be9d Merge branch 'develop' into element_3672 2020-09-30 12:33:33 +03:00
ismailgulek 67acf0e6a1 Merge branch 'develop' into element_3672
# Conflicts:
#	CHANGES.rst
2020-09-30 12:32:40 +03:00
manuroe 21cee6cc7b Merge pull request #3701 from vector-im/PIN_explanation_update
PIN Code: Update explanation string
2020-09-30 11:32:03 +02:00
manuroe 9130e7f994 PIN Code: Update explanation string 2020-09-30 11:22:44 +02:00
Aaron Raimist 150a4edaef Add changelog
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2020-09-30 00:57:05 -05:00
Aaron Raimist 1a32027bfa Fix "Unable to open the link" when using other browsers (#3673)
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2020-09-30 00:47:39 -05:00
ismailgulek c90dd929a7 Update CHANGES.rst 2020-09-29 18:45:52 +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 8ea3129904 Add localized alert message 2020-09-29 17:46:28 +03:00
ismailgulek b5352ca23b Introduce dueToTooManyErrors parameter 2020-09-29 17:46:07 +03:00
ismailgulek e6da85e31b Update CHANGES.rst 2020-09-29 17:17:29 +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
ismailgulek 17db97862e Merge pull request #3692 from RiotTranslateBot/weblate-riot-ios-riot-ios
Update from Weblate
2020-09-29 12:20:20 +03:00
Weblate 7d5cc7a4d5 Merge branch 'origin/develop' into Weblate. 2020-09-29 09:19:50 +00:00
Nikita Epifanov be8cbc2ef7 Translated using Weblate (Russian)
Currently translated at 100.0% (1119 of 1119 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/ru/
2020-09-29 09:19:34 +00:00
ismailgulek 3121ca3fa9 Merge pull request #3656 from vector-im/hide_push_content_on_pin_protection
Hide Push Content and Disable Reply Action when App is Protected
2020-09-29 12:18:52 +03:00
ismailgulek d6a46c4f9c Merge branch 'develop' into hide_push_content_on_pin_protection 2020-09-29 12:18:42 +03: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