Commit graph

27 commits

Author SHA1 Message Date
Stefan Ceriu
f7a8163947
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
97675be983 Introduce BiometricsAuthenticationPresenter 2020-09-30 15:17:10 +03:00
ismailgulek
268a850117
Update Riot/Modules/SetPinCode/PinCodePreferences.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-09-30 14:31:50 +03:00
ismailgulek
cf0f3ba454 Logout automatically when pin/biometrics provided wrong too many times 2020-09-29 16:57:46 +03:00
ismailgulek
23c9fbf0d5 Add static constants 2020-09-28 18:27:34 +03:00
ismailgulek
5b8acc8d20 Add numberOfBiometricsFailures 2020-09-28 16:44:50 +03:00
ismailgulek
daf6788111 Add numberOfPinFailures 2020-09-28 16:19:51 +03:00
ismailgulek
35a2b38fc1 Add canUseBiometrics parameter 2020-09-25 17:59:29 +03:00
ismailgulek
9cace44927 Change variable name to notAllowedPINs 2020-09-17 15:55:41 +03:00
ismailgulek
9a6780faad Add blocked pins build setting 2020-09-17 14:01:29 +03:00
ismailgulek
ef1698ec3d Inroduce pinCodeGraceTimeInSeconds 2020-09-07 13:41:52 +03:00
ismailgulek
13b3fdfa04 Decrease pin grace time to zero 2020-09-07 13:08:09 +03:00
ismailgulek
2d9cb795d6 Fix LAContext.biometryType none case 2020-08-19 15:37:05 +03:00
ismailgulek
8e9806da65 Use new variables 2020-08-05 17:11:46 +03:00
ismailgulek
a8ad34969f
All new settings moved to BuildSettings 2020-07-30 16:13:08 +03:00
ismailgulek
1acfafd030
Drop ObjC support for KeychainStore, refactor setters for KeyValueStore 2020-07-28 18:59:01 +03:00
ismailgulek
a054c93c07
Change KeyValueStore api 2020-07-28 18:21:39 +03:00
ismailgulek
52ef548159
Update PinCodePreferences to include biometrics config 2020-07-24 17:45:01 +03:00
ismailgulek
95a495d9e5
Update Riot/Modules/SetPinCode/PinCodePreferences.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-07-22 22:47:10 +03:00
ismailgulek
142937e854 Merge branch 'element_3436' of https://github.com/vector-im/riot-ios into element_3436 2020-07-22 17:47:56 +03:00
ismailgulek
b0f0aec136
Fix comments of Steve 2020-07-22 17:47:45 +03:00
ismailgulek
4f7bb035ed
Update Riot/Modules/SetPinCode/PinCodePreferences.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-07-22 17:19:23 +03:00
ismailgulek
329a23dec8
Some refactoring after Steves comments 2020-07-22 17:07:54 +03:00
ismailgulek
7fa26ebf9d
Use KeychainStore to read/write user pin 2020-07-22 11:37:09 +03:00
ismailgulek
da3294eda3
UI arrangements 2020-07-21 19:32:48 +03:00
ismailgulek
f47353d89e
Fine-tunings 2020-07-21 16:26:22 +03:00
ismailgulek
0ab9ba2925
Introduce PinCodePreferences 2020-07-21 16:15:08 +03:00