Commit Graph

27 Commits

Author SHA1 Message Date
Stefan Ceriu
a8b0e8700e Adopt consolidated logging mechanism (#4370)
* Adopted the new MXLog and replaced NSLog throughout the application - vector-im/element-ios/issues/4351
* Replaced NSLog() and print() usages with MXLog.debug()
* Added swiftlint rules for NSLog(), print(), println() and os_log()
* Escape paths used to run script build phases for swiftlint and swiftgen
2021-06-03 11:30:07 +03:00
ismailgulek
3423616166 Introduce BiometricsAuthenticationPresenter 2020-09-30 15:17:10 +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
ismailgulek
7dc70b363f Logout automatically when pin/biometrics provided wrong too many times 2020-09-29 16:57:46 +03:00
ismailgulek
ab9cc7655e Add static constants 2020-09-28 18:27:34 +03:00
ismailgulek
7ab71f6113 Add numberOfBiometricsFailures 2020-09-28 16:44:50 +03:00
ismailgulek
45fe3c5417 Add numberOfPinFailures 2020-09-28 16:19:51 +03:00
ismailgulek
f0ac3762e5 Add canUseBiometrics parameter 2020-09-25 17:59:29 +03:00
ismailgulek
dbea2e56bc Change variable name to notAllowedPINs 2020-09-17 15:55:41 +03:00
ismailgulek
3ffacb1ef0 Add blocked pins build setting 2020-09-17 14:01:29 +03:00
ismailgulek
7e56aa5c3b Inroduce pinCodeGraceTimeInSeconds 2020-09-07 13:41:52 +03:00
ismailgulek
5e5d1d6a07 Decrease pin grace time to zero 2020-09-07 13:08:09 +03:00
ismailgulek
efb01ea43b Fix LAContext.biometryType none case 2020-08-19 15:37:05 +03:00
ismailgulek
1f2c5d37ca Use new variables 2020-08-05 17:11:46 +03:00
ismailgulek
c4c39ff54b All new settings moved to BuildSettings 2020-07-30 16:13:08 +03:00
ismailgulek
ed4579071d Drop ObjC support for KeychainStore, refactor setters for KeyValueStore 2020-07-28 18:59:01 +03:00
ismailgulek
8bd8e99f72 Change KeyValueStore api 2020-07-28 18:21:39 +03:00
ismailgulek
b868a8fd00 Update PinCodePreferences to include biometrics config 2020-07-24 17:45:01 +03:00
ismailgulek
885ffae8e7 Update Riot/Modules/SetPinCode/PinCodePreferences.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-07-22 22:47:10 +03:00
ismailgulek
39a6e8b191 Merge branch 'element_3436' of https://github.com/vector-im/riot-ios into element_3436 2020-07-22 17:47:56 +03:00
ismailgulek
90d6b4b9e4 Fix comments of Steve 2020-07-22 17:47:45 +03:00
ismailgulek
2b34f6cdd2 Update Riot/Modules/SetPinCode/PinCodePreferences.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-07-22 17:19:23 +03:00
ismailgulek
0c66a62e69 Some refactoring after Steves comments 2020-07-22 17:07:54 +03:00
ismailgulek
5a74ea5725 Use KeychainStore to read/write user pin 2020-07-22 11:37:09 +03:00
ismailgulek
bb6510b1dc UI arrangements 2020-07-21 19:32:48 +03:00
ismailgulek
b7ecfd3a21 Fine-tunings 2020-07-21 16:26:22 +03:00
ismailgulek
52433909f1 Introduce PinCodePreferences 2020-07-21 16:15:08 +03:00